aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-26Fix rectangle flashing on pages with a relative-positioned <body>.Jez Ng
2012-08-25The help dialog will now properly read the user's preference for showing ↵Matt Garriott
advanced commands.
2012-08-25The help dialog now initializes the javascript from the withinMatt Garriott
vimium_frontend.coffee. All that is left now is to get the user's settings for the showAdvancedCommands option.
2012-08-25Fixed the formatting on the helpDialog overlay when viewed from the options ↵Matt Garriott
menu.
2012-08-24Fixed 'Show advanced commands' link on the options page.Matt Garriott
2012-08-23Merge pull request #624 from cespare/options-unsaved-promptJez Ng
Prompt if exiting the options page with unsaved changes.
2012-08-22Style tweak to options unload prompt.Caleb Spare
2012-08-22Prompt if exiting the options page with unsaved changes.Caleb Spare
Fixes #549.
2012-08-21Style input hints as number-less overlays.Jez Ng
2012-08-21Shift-tab scrolls backwards in focus-input mode.Jez Ng
2012-08-21Highlight the selected hint with a different color.Jez Ng
The actual color / appearance could probably use some tweaking.
2012-08-21Don't show hints on `gi` if there is only one input element.Jez Ng
2012-08-21Prototype for tab-through-input-elements feature. Refs #508.Jez Ng
2012-08-21Don't follow prev/next links without an exact word match.Jez Ng
Closes #617.
2012-08-21Style options link in popup.Jez Ng
2012-08-20Point options link in help dialog to new location.Jez Ng
2012-08-20Add caleb to the creditsPhil Crosby
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>