| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-09 | Merge branch '1.39' | Jez Ng | |
| 2012-09-09 | bumping readme | Ilya Sukhar | |
| 2012-09-09 | Fix upgrade message. Closes #644. | Jez Ng | |
| 2012-09-09 | Fix default hint styling. | Jez Ng | |
| 2012-09-08 | Fix upgrade message. Closes #644. | Jez Ng | |
| 2012-09-08 | Merge branch 'next-release' | Jez Ng | |
| 2012-09-08 | bumping to 1.38 | Ilya Sukhar | |
| 2012-09-08 | Remove src_directories. | Jez Ng | |
| More maintainable & sufficiently quick to just build everything under the project root. | |||
| 2012-09-08 | Change the default CSS template. | Jez Ng | |
| 'background-color' is no longer sufficient to override our default styling. Refs #626. | |||
| 2012-09-08 | Fix formatting. | Jez Ng | |
| 2012-09-08 | Update README with testing instructions. | Jez Ng | |
| 2012-09-08 | Set up PhantomJS testing. | Jez Ng | |
| 2012-09-08 | Fix completion key generation. | Jez Ng | |
| 2012-09-08 | Ensure help dialog stays fully within the viewport. | Jez Ng | |
| 2012-09-06 | Touching up. | Jez Ng | |
| 2012-09-06 | Merge remote-tracking branch 'liesen/idiomatic-coffee-utils' into next-release | Jez Ng | |
| 2012-09-06 | Remove unused Class | Johan Liesén | |
| 2012-09-06 | Move instant tests to the top of the function: return early if possible | Johan Liesén | |
| 2012-09-06 | Lay out long TLDs on one line | Johan Liesén | |
| 2012-09-06 | Align regex comments on the same line as the expression | Johan Liesén | |
| 2012-09-05 | Tidy up if-statement | Johan Liesén | |
| 2012-09-05 | Wrap lines at 110 chars | Johan Liesén | |
| 2012-09-04 | More idiomatic CoffeeScript | Johan Liesén | |
| 2012-09-04 | Tests for Utils.isUrl | Johan Liesén | |
| 2012-09-04 | More idiomatic CoffeeScript for Utils.isUrl | Johan Liesén | |
| 2012-09-04 | Style fixes. | Jez Ng | |
| Errors were detected using coffeelint. | |||
| 2012-09-04 | More misc cleanups. | Jez Ng | |
| 2012-09-03 | Add mgarriott to CREDITS. | Jez Ng | |
| 2012-09-03 | Merge pull request #640 from mgarriott/get_showadvanced_from_settings | Jez Ng | |
| The help dialog now gets showAdvancedCommands directly from settings. | |||
| 2012-09-03 | Make hints tests pass again. | Jez Ng | |
| Convert them to Coffeescript at the same time. We really need to set up some automated way of running these tests, to ensure they don't keep breaking. | |||
| 2012-09-03 | Fixes and cleanups for main.coffee. | Jez Ng | |
| 2012-09-03 | Ignore content script requests in options page. | Jez Ng | |
| 2012-09-03 | The help dialog now gets showAdvancedCommands directly from settings. | Matt Garriott | |
| 2012-09-03 | Minor edits to README. | Jez Ng | |
| 2012-09-03 | Fix checkbox handling in options page. | Jez Ng | |
| Seems like an entire 'else' clause was somehow dropped. | |||
| 2012-09-03 | Update README. | Jez Ng | |
| 2012-09-03 | Fix Vomnibar test harness. | Jez Ng | |
| 2012-09-02 | Add comments describing the focusInput behavior. | Jez Ng | |
| 2012-09-02 | Merge branch 'focus-input' | Jez Ng | |
| 2012-09-02 | Simplify .gitignore. | Jez Ng | |
| 2012-09-01 | Specifically create a "newtab" page, as suggested by #630 | Phil Crosby | |
| 2012-09-01 | Add a few missed exports to main.coffee | Phil Crosby | |
| 2012-09-01 | Remove an old upgrade codepath for version 1.21. | Phil Crosby | |
| We're on 1.37 now so I think we're in the clear. | |||
| 2012-09-01 | port main.js to main.coffee. All coffeescript all the time. | Phil Crosby | |
| 2012-09-01 | Print stdout when running cake build | Phil Crosby | |
| Otherwise compile/syntax errors are hidden. They are not hidden when running cake autobuild | |||
| 2012-09-01 | Merge pull request #628 from mgarriott/help_bug_fixes | Phil Crosby | |
| Help Dialog bug fixes | |||
| 2012-08-31 | Removed unneeded comments. | Matt Garriott | |
| 2012-08-30 | Merge pull request #629 from chelmertz/fix-next-find | Phil Crosby | |
| Fix next find | |||
| 2012-08-26 | frontend: Error when canceling ('esc') findMode | Carl Helmertz | |
| document.activeElement does not get set prior to 1 Entering find mode; and 2 Canceling ('esc') before being satisfied with keyword ('enter') Signed-off-by: Carl Helmertz <helmertz@gmail.com> | |||
| 2012-08-26 | frontend: performFind was not focusing the next a-element | Carl Helmertz | |
| To reproduce, pre-this-patch: 1 Enter find mode ('/') 2 Search for something that matches multiple a-hrefs on the page 3 'Enter' to indicate that you've found your search term 4 findNext ('n') 4a Now, the next element get's a highlight but is not focused 5 activate/goto ('enter') 5a The first found match (3) is triggered An easy way to reproduce: go to a gitweb page, search for "summary", try to go to any but the first link's href. Signed-off-by: Carl Helmertz <helmertz@gmail.com> | |||
