summaryrefslogtreecommitdiff
path: root/common/content/events.js
Commit message (Expand)AuthorAge
* Revert "Move util.Array to modules.Array_."Doug Kearns2009-09-15
* Move util.Array to modules.Array_.Doug Kearns2009-09-14
* Reset the mode when an embedded object loses focus.Doug Kearns2009-09-06
* Remove redundant semicolons.Doug Kearns2009-09-04
* Fix inputting of numbers in INSERT mode.Doug Kearns2009-09-04
* Add EMBED mode.Kris Maglione2009-09-03
* Fix #182, map <silent> quirk.Kris Maglione2009-09-03
* Fix some hint bugs.Kris Maglione2009-09-03
* Fix :doautoall.Doug Kearns2009-08-27
* Formatting fixes.Doug Kearns2009-08-27
* Remove some commented-out code from Events.Doug Kearns2009-08-27
* Formatting fixes.Doug Kearns2009-08-27
* Fix something to do with <a>.Kris Maglione2009-08-19
* Whitespace and semicolon fixes.Doug Kearns2009-08-10
* Add the DOMLoad autocommand event to Muttator.Doug Kearns2009-07-15
* Fix Debian #534477(don't print the HTML code in url in the status line).Doug Kearns2009-07-11
* Fix 'focuscontent' error.Doug Kearns2009-07-11
* Validate the pattern arg to :autocmd.Doug Kearns2009-07-11
* Only fire the DOMLoad autocommand for the top level document.Doug Kearns2009-07-11
* Test the "tabs" feature when adding Tab* events.Doug Kearns2009-07-09
* Fix the tab count status-line field in FF 3.5.Doug Kearns2009-07-09
* Prevent user mappings from shadowing longer ones with a common prefix.Doug Kearns2009-07-01
* Cleanup and add some documention.Doug Kearns2009-06-29
* Add PrivateMode autocommand. Add -js flag to :auKris Maglione2009-06-28
* Don't save storage objects while in private mode, restore them on exit.Kris Maglione2009-06-28
* Cleanup some references to "Firefox" in common/*.Doug Kearns2009-06-28
* Split Map.flags into individual properties of Map.Doug Kearns2009-06-28
* Move the standard type completers to appropriate modules.Doug Kearns2009-06-18
* Refactor isFormElemFocused and rename isInputElemFocused.Doug Kearns2009-06-17
* Don't reference modes.MESSAGE in events.onFocusChange.Doug Kearns2009-06-17
* Remove trailing whitespace.Doug Kearns2009-06-08
* Formatting fixes.Doug Kearns2009-06-08
* Use lambda notation for events.is{Accept,Cancel}Key definitions.Doug Kearns2009-06-08
* Refactor events keyhandling and document changes.Conrad Irwin2009-06-08
* Petty makefile changes.Kris Maglione2009-06-06
* Fix RegExp to exclude all numbers from key_codeConrad Irwin2009-06-07
* Fix macros.Conrad Irwin2009-06-07
* Fix S- handling to normalize in the manner of vimConrad Irwin2009-06-07
* Fix createEvent/init*Event insanity.Kris Maglione2009-06-06
* Fix typo in events.feedkeys.Doug Kearns2009-06-07
* Add missing semicolons.Doug Kearns2009-06-02
* clean up HACKING file a little, and rename canonKeys methodMartin Stubenschrott2009-06-01
* Fix more function formatting faux pas as per the style guide.Doug Kearns2009-06-01
* Fix some minor function formatting faux pas.Doug Kearns2009-06-01
* Fix #283, etc.Kris Maglione2009-05-30
* Fix stupid idiosyncratic idiosyncrasy: RegExp literals are not like array lit...Kris Maglione2009-05-29
* Fix <C-v>Kris Maglione2009-05-28
* Minor cleanup/we like symlinks.Kris Maglione2009-05-28
* Don't return pointless values from keypress event handlers.Doug Kearns2009-05-28
* Remove some config.name checks. Add configbase module.Kris Maglione2009-05-23