aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-20Merge pull request #623 from cespare/options-restylePhil Crosby
Options restyle
2012-08-20Merge pull request #621 from cespare/help-dialog-no-scrollbarPhil Crosby
Don't show a useless scrollbar on the help dialog.
2012-08-20[Options] Get rid of Consolas in mono stackCaleb Spare
2012-08-20[Options] Make width settings uniform.Caleb Spare
2012-08-20[Options] Remove unused CSS.Caleb Spare
2012-08-20[Options] Code cleanup including some Mac OS tweaks.Caleb Spare
2012-08-20[Options] Get rid of the scroll overlay effect.Caleb Spare
This just doesn't look good with the hint text on the right.
2012-08-20[Options] Styling help for the 'examples' hint text.Caleb Spare
2012-08-20[Options] Initial options restyling.Caleb Spare
* Tidy up CSS for consistency * Remove inline styles * Fonts, sizes, colors, borders, etc. based on Chrome's settings pages.
2012-08-20[Options] Remove trailing whitespace.Caleb Spare
2012-08-20Clean up the font stacksCaleb Spare
2012-08-20Merge pull request #622 from dmacdougall/options-linkJez Ng
Fix options link broken by 486ba68a42e2ba7b96a7a14b0ae34aca7ac7e780
2012-08-20Fix options link broken by 486ba68a42e2ba7b96a7a14b0ae34aca7ac7e780Daniel MacDougall
2012-08-20More refactoring-cleanup.Jez Ng
* vimium_frontend now has a pretty decent set of exports * Generic linkHints code has been moved to DomUtils, so future features can reuse the code.
2012-08-19Merge pull request #620 from cespare/options.js-gitignorePhil Crosby
Add a generated file to gitignore.
2012-08-19Don't show a useless scrollbar on the help dialog.Caleb Spare
2012-08-19Add a generated file to gitignore.Caleb Spare
2012-08-19Merge pull request #618 from dmacdougall/browser_action_iconPhil Crosby
Re-enable browser action icon
2012-08-19Convert options.js -> options/options.coffee.Jez Ng
2012-08-19Use more idiomatic CS.Jez Ng
2012-08-19Tabs -> spaces.Jez Ng
2012-08-18Re-enable browser action with new iconsDaniel MacDougall
2012-08-18Move inline popup javascript to popup.jsDaniel MacDougall
2012-08-09Merge pull request #613 from guns/fix-shuffle-regressionIlya
Fix regression in shuffleHints()
2012-08-09Fix regression in shuffleHints()guns
Index variable `i` accidentally undeclared in `for in` loop cf. ed21d9b1abe42c1556f27390476302a1393dedb8
2012-08-07Merge pull request #611 from liesen/cake-clean-keep-main-jsJez Ng
Keep main.js when doing `cake clean`.
2012-08-07Use path moduleJohan Liesén
2012-08-07Keep any .js with a corresponding .coffeeJohan Liesén
2012-08-07Keep main.js when doing `cake clean`Johan Liesén
2012-08-06README updatesilya
2012-08-06Merge pull request #610 from chelmertz/gh-594Ilya
vomnibar: New tabs for 'O' and 'B'
2012-08-06readme: Descriptions for O, b and BCarl Helmertz
Signed-off-by: Carl Helmertz <helmertz@gmail.com>
2012-08-06vomnibar: New tabs for 'O' and 'B'Carl Helmertz
'B' is a new command for searching for a bookmark and opens it in a new tab. 'O' now searches through history and bookmarks and opens the selected item in a new tab. Previously, it started vomnibar with the current URI selected and opened the selection in the same tab. This fixes #594. Signed-off-by: Carl Helmertz <helmertz@gmail.com>
2012-08-04Refactor link hints to be more functional.Jez Ng
This paves the way for the hints code to be reused in other modes.
2012-08-04Re-expose defaults -- options.js needs it.Jez Ng
2012-08-04Convert one-shot ports to requests. Closes #8 (!!)Jez Ng
2012-08-04Convert 'getScrollPosition' from port to request.Jez Ng
2012-08-04Improve encapsulation of Settings.Jez Ng
We should eventually do this for the other modules as well.
2012-08-04linkHintCss should be accessed via settings. Closes #605.Jez Ng
2012-08-04Miscellaneous cleanups.Jez Ng
* " -> &quot; because my syntax highlighting gets confused * Remove inline onclick handlers as part of manifest v2 upgrade
2012-07-26Git hacking: Set up pre-commit test hook.Jez Ng
Also tweak .gitignore. To activate the hook, symlink .git/hooks to git_hooks.
2012-07-26Fix tests.Jez Ng
2012-07-26Fix HUD font size.Jez Ng
2012-07-26Upgrade to manifest version 2.Jez Ng
I use the beta channel by default, and it no longer allows me to run development builds with the old manifest version.
2012-07-22Remove !important from the vomnibar css, and redundant declarations with ↵Phil Crosby
vimiumReset. !important is no longer needed now that we're using vimiumReset.
2012-07-22Use vimium-specific class names, and use vimium reset. Now the vomnibar is ↵Phil Crosby
more resistant to a site's css. Previously the vomnibar didn't look great on Quora because of this.
2012-07-22Use font-size:inheret in the vimium resetPhil Crosby
It's a better default and allows us to specify the font size on the parent, instead of all children.
2012-07-22Document what the css reset is used for.Phil Crosby
2012-07-16Merge pull request #586 from aaronhall/masterIlya
Close omnibar when enter is pressed (#585)
2012-07-15Close omnibar when enter is pressed (#585)Aaron Hall