aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* CSS fixesEinar Egilsson2015-09-142-54/+73
|
* CSS changeEinar Egilsson2015-09-141-4/+2
|
* Almost readyEinar Egilsson2015-09-1418-119/+245
|
* Working on 3 browsersEinar Egilsson2015-09-114-6/+20
|
* Almost readyEinar Egilsson2015-09-116-26/+176
|
* Popup readyEinar Egilsson2015-09-115-17/+95
|
* Redirector Help readyEinar Egilsson2015-09-116-74/+261
|
* Plenty of changesEinar Egilsson2015-09-0929-329/+600
|
* CRUD stuff almost readyEinar Egilsson2015-09-0230-1102/+1140
|
* Fix toolbar issuesEinar Egilsson2015-06-077-59/+14
|
* Update version, add Frogomeli as contributorEinar Egilsson2015-06-011-1/+2
|
* Update browserOverlay.jsFrogomeli2015-05-311-5/+5
|
* Update browserOverlay.jsFrogomeli2015-05-311-0/+5
|
* Update browserOverlay.xulFrogomeli2015-05-311-1/+7
|
* Merge pull request #17 from Gitoffthelawn/patch-6Einar Egilsson2015-05-131-7/+11
|\ | | | | Update redirector.css
| * Update redirector.cssGitoffthelawn2015-05-121-7/+11
|/ | | Added Segoe UI font for windows, while keeping Tahoma for OSX, and sans-serif for other OS. Cleaned up code just a touch.
* CSS changesEinar Egilsson2015-05-112-37/+125
|
* Merge pull request #15 from Gitoffthelawn/patch-5Einar Egilsson2015-05-111-14/+13
|\ | | | | Update redirector.css
| * Update redirector.cssGitoffthelawn2015-05-091-14/+13
|/ | | | | Changes made: Fixed bug in background (wasn't working with scrolling), updated background css to current standards, compromised in width (at least temporarily!) so longer rules will fit in one line), compromised on amount of empty space above header, removed Arial font because it is non-discernible (I recommend switching to Segoe UI as primary font, but left Tahoma because I think you like it more), removed hard-coded font size because it prevents the extension from being accessible to visually-impaired users. Questions: (1) Is any of the HTML section needed? If not, how about we toss it? (2) In BODY section, is min-height, margin, or padding needed?
* v2.9Einar Egilsson2015-05-063-6/+21
|
* Merge pull request #10 from Gitoffthelawn/patch-1Einar Egilsson2015-05-061-22/+22
|\ | | | | Update redirector.properties
| * Update redirector.propertiesGitoffthelawn2015-05-051-22/+22
| | | | | | Improve usability by making messages easier to read.
* | Merge pull request #11 from Gitoffthelawn/patch-2Einar Egilsson2015-05-061-2/+28
|\ \ | | | | | | Update redirector-ui.js
| * | Update redirector-ui.jsGitoffthelawn2015-05-051-2/+28
| |/ | | | | Improve usability, fix bug when testing rule, show description of each rule, show whether or not filter is enabled.
* | Merge pull request #12 from Gitoffthelawn/patch-3Einar Egilsson2015-05-061-65/+59
|\ \ | | | | | | Update redirector.css
| * | Update redirector.cssGitoffthelawn2015-05-051-65/+59
| |/ | | | | Improve usability, improve accessibility for the visually disabled, comment code, update to newer standards.
* | Merge pull request #13 from Gitoffthelawn/patch-4Einar Egilsson2015-05-061-12/+14
|\ \ | |/ |/| Update redirector.html
| * Update redirector.htmlGitoffthelawn2015-05-051-12/+14
|/ | | Improve usability, show descriptions, show whether rule is enabled or disabled, remove examples, remove UI for deprecated statusbar (likely causes users to mistakenly think Redirector is broken).
* Fix missing description, issue #6Einar Egilsson2014-11-052-1/+2
|
* Build script and bump versionmEinar Egilsson2014-09-083-1/+10
|
* Deleted junkEinar Egilsson2014-09-073-43/+1
|
* Merge branch 'master' of https://github.com/einaregilsson/RedirectorEinar Egilsson2014-09-077-15/+15
|\
| * Merge pull request #4 from duelafn/Alt-r_toggleEinar Egilsson2014-09-073-1/+3
| |\ | | | | | | Configuration to disable Alt-r hotkey
| | * Configuration to disable Alt-r hotkey (conflicts with reload when ↵Dean Serenevy2014-09-063-1/+3
| |/ | | | | | | ui.key.accelKey = 18)
| * Removed proxyserver.js + fixed bug with empty capturesEinar Egilsson2012-05-155-73/+12
| |
* | Remove proxyserver linkEinar Egilsson2013-08-041-1/+0
| |
* | Delete proxyserverEinar Egilsson2013-08-041-58/+0
|/
* Updated install.rdf for 2.8Einar Egilsson2012-03-301-3/+4
|
* Merge pull request #2 from rampion/masterEinar Egilsson2012-03-291-1/+4
|\ | | | | Two bugfixes from @rampion to fix exporting in OSX.
| * add default name (w/ ext) since not all OSes automatically append ext and ↵Noah Luck Easterly2012-03-291-0/+1
| | | | | | | | this shows the user the ext is necessary
| * fixing bug that caused exports not to be saved in FF10Noah Luck Easterly2012-03-291-1/+3
|/
* Merge pull request #1 from rampion/masterEinar Egilsson2012-03-114-7/+23
|\ | | | | Adding URL escaping patch from rampion.
| * adding escape option so you can transform a url into a parameter (if you ↵Noah Luck Easterly2012-03-104-7/+23
|/ | | | wanted to automatically check the google cache or somesuch)
* 2.7.1Einar Egilsson2012-01-082-9/+41
|
* 2.7.1Einar Egilsson2012-01-087-29/+13
|
* 2.7Einar Egilsson2012-01-073-11/+12
|
* 2.7 release readyEinar Egilsson2012-01-072-3/+3
|
* Fix config screenEinar Egilsson2012-01-074-6/+21
|
* XPCOM fixes + CRUDEinar Egilsson2012-01-075-28/+35
|
* More CRUD fixesEinar Egilsson2012-01-062-167/+190
|