| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-03 | cutting 1.421.42 | Ilya Sukhar | |
| 2012-11-02 | Avoid trapping non-tab keypresses in focusInput mode. | Jez Ng | |
| 2012-10-28 | Cutting 1.41 for bugfixes. | Ilya Sukhar | |
| 2012-10-28 | Merge pull request #688 from smblott-github/scrollStepSize-default-fix | Jez Ng | |
| Correct handling of default value for scrollStepSize. | |||
| 2012-10-28 | Make the default value for scrollStepSize a string. | Stephen Blott | |
| This interacts with these lines from settings.coffee: don't store the value if it is equal to the default, so we can change the defaults in the future if (value == @defaults[key]) @clear(key) If the default value is numeric, then this test NEVER succeeds (because "==" is compiled to "===", and the types don't match). So, scrollStepSize is stored in localStorage even if it has its default value. Which obviates the intention of the line quoted above. | |||
| 2012-10-28 | Ensure the initial selection index is always respected. | Jez Ng | |
| Closes #687. | |||
| 2012-10-27 | Cutting 1.40 | Ilya Sukhar | |
| 2012-10-26 | Address feedback. | Jez Ng | |
| 2012-10-24 | Use insertCSS() API instead of manually created style element. | Jez Ng | |
| For some reason addCssToPage seemed to break on Chrome 24. Closes #676. | |||
| 2012-10-23 | Store all 4 hints-mode states in 1 state variable. | Jez Ng | |
| We were previously storing 4 states in 3 booleans, which was overkill. It was also harder to reason about and led to subtle bugs in the HUD when transitioning between states. | |||
| 2012-10-23 | Avoid spurious HUD after shift-toggling tab opening behavior. | Jez Ng | |
| 2012-10-23 | Update README. | Jez Ng | |
| 2012-10-23 | Forgot to include handler_stack.js in options.html. | Jez Ng | |
| 2012-10-23 | Refactor and fix findAndFollowLink. Closes #650. | Jez Ng | |
| * Fix bug where symbols that were themselves word boundaries were not getting matched * Factor out some operations for efficiency * Add tests | |||
| 2012-10-23 | Tweak options page description and ensure tests pass. | Jez Ng | |
| 2012-10-23 | Revert previous change whereby "+" characters inserted between search | Stephen Blott | |
| terms are not URLencoded. | |||
| 2012-10-23 | Code cleanup, as requested by in3/Jez Ng here: | Stephen Blott | |
| - https://github.com/philc/vimium/pull/682. | |||
| 2012-10-21 | Missed off one key line in previous commit. | Stephen Blott | |
| 2012-10-21 | Configurable vomnibox default/fallback search engine. | Stephen Blott | |
| 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 LieseĢn | |
