aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-20Ensure Vomnibar selection is always within bounds.Jez Ng
Closes #670.
2012-09-11Merge pull request #652 from daz/block-stringsJez Ng
Neaten up multi-line strings with block strings.
2012-09-12Use block stringsDarren Jeacocke
2012-09-10Add missing vimiumReset.Jez Ng
2012-09-10Update shoulda.js submodule pointer.Jez Ng
2012-09-10Add option to make regex find the default. Closes #569.Jez Ng
2012-09-09More lint fixes.Jez Ng
2012-09-09Add more tests, and remove old settings code.Jez Ng
2012-09-09Tweak README.Jez Ng
2012-09-09Add JSCoverage support.Jez Ng
2012-09-09Clean up Cakefile.Jez Ng
2012-09-09Merge branch '1.39'Jez Ng
2012-09-09bumping readmeIlya Sukhar
2012-09-09Fix upgrade message. Closes #644.Jez Ng
2012-09-09Fix default hint styling.Jez Ng
2012-09-08Fix upgrade message. Closes #644.Jez Ng
2012-09-08Merge branch 'next-release'Jez Ng
2012-09-08bumping to 1.38Ilya Sukhar
2012-09-08Remove src_directories.Jez Ng
More maintainable & sufficiently quick to just build everything under the project root.
2012-09-08Change the default CSS template.Jez Ng
'background-color' is no longer sufficient to override our default styling. Refs #626.
2012-09-08Fix formatting.Jez Ng
2012-09-08Update README with testing instructions.Jez Ng
2012-09-08Set up PhantomJS testing.Jez Ng
2012-09-08Fix completion key generation.Jez Ng
2012-09-08Ensure help dialog stays fully within the viewport.Jez Ng
2012-09-06Touching up.Jez Ng
2012-09-06Merge remote-tracking branch 'liesen/idiomatic-coffee-utils' into next-releaseJez Ng
2012-09-06Remove unused ClassJohan Liesén
2012-09-06Move instant tests to the top of the function: return early if possibleJohan Liesén
2012-09-06Lay out long TLDs on one lineJohan Liesén
2012-09-06Align regex comments on the same line as the expressionJohan Liesén
2012-09-05Tidy up if-statementJohan Liesén
2012-09-05Wrap lines at 110 charsJohan Liesén
2012-09-04More idiomatic CoffeeScriptJohan Liesén
2012-09-04Tests for Utils.isUrlJohan Liesén
2012-09-04More idiomatic CoffeeScript for Utils.isUrlJohan Liesén
2012-09-04Style fixes.Jez Ng
Errors were detected using coffeelint.
2012-09-04More misc cleanups.Jez Ng
2012-09-03Add mgarriott to CREDITS.Jez Ng
2012-09-03Merge pull request #640 from mgarriott/get_showadvanced_from_settingsJez Ng
The help dialog now gets showAdvancedCommands directly from settings.
2012-09-03Make 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-03Fixes and cleanups for main.coffee.Jez Ng
2012-09-03Ignore content script requests in options page.Jez Ng
2012-09-03The help dialog now gets showAdvancedCommands directly from settings.Matt Garriott
2012-09-03Minor edits to README.Jez Ng
2012-09-03Fix checkbox handling in options page.Jez Ng
Seems like an entire 'else' clause was somehow dropped.
2012-09-03Update README.Jez Ng
2012-09-03Fix Vomnibar test harness.Jez Ng
2012-09-02Add comments describing the focusInput behavior.Jez Ng
2012-09-02Merge branch 'focus-input'Jez Ng