| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-20 | Deactivate alphabetical hints mode if keypress is not a hint char. | Jez Ng | |
| Closes #638, #287. | |||
| 2012-10-20 | Refactor handlerStack. Closes #657. | Jez Ng | |
| Previously, handlerStack was designed only for removal of the handler right at the top of the stack. However, some handlers sought to remove themselves when they were not at the top of the stack, creating confusion. The new handlerStack ensures that such removal can always be done safely. | |||
| 2012-10-20 | Fix initial selected input hint index. | Jez Ng | |
| 2012-10-20 | Ensure Vomnibar selection is always within bounds. | Jez Ng | |
| Closes #670. | |||
| 2012-09-11 | Merge pull request #652 from daz/block-strings | Jez Ng | |
| Neaten up multi-line strings with block strings. | |||
| 2012-09-12 | Use block strings | Darren Jeacocke | |
| 2012-09-10 | Add missing vimiumReset. | Jez Ng | |
| 2012-09-10 | Update shoulda.js submodule pointer. | Jez Ng | |
| 2012-09-10 | Add option to make regex find the default. Closes #569. | Jez Ng | |
| 2012-09-09 | More lint fixes. | Jez Ng | |
| 2012-09-09 | Add more tests, and remove old settings code. | Jez Ng | |
| 2012-09-09 | Tweak README. | Jez Ng | |
| 2012-09-09 | Add JSCoverage support. | Jez Ng | |
| 2012-09-09 | Clean up Cakefile. | Jez Ng | |
| 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 | |
