summaryrefslogtreecommitdiff
path: root/common/content/buffer.js
Commit message (Expand)AuthorAge
* Move common deprecation message content to deprecated().Doug Kearns2011-01-13
* Add some missing deprecated buffer features.Doug Kearns2011-01-13
* Fix "Security Manager vetoed action" in FF36.Kris Maglione2011-01-11
* Fix :zoom +{value}.Doug Kearns2011-01-12
* Fix deleting files after viewing them from source links in :list*.Kris Maglione2011-01-10
* Fix <C-u>/<C-d>.Doug Kearns2011-01-10
* Fix deprecation warnings in buffer.js.Kris Maglione2011-01-09
* Move things to the buffer instance that have no business being in the buffer ...Kris Maglione2011-01-09
* Fix buffer.viewSourceExternally.Kris Maglione2011-01-08
* Try not to reset dactylFocusAllowed on hash tag change. Closes issue #237.Kris Maglione2011-01-05
* Remove useless conditional.Kris Maglione2011-01-04
* Make last commit less sucky.Kris Maglione2011-01-04
* Get the statusline color right after a :rehash.Kris Maglione2011-01-04
* Experimentally move finder.js to finder.jsm.Kris Maglione2011-01-04
* Make buffer.UR[LI] nsIURI objects. Fix bug in chrome-data:.Kris Maglione2011-01-03
* Fix about:pentadactyl by registering the component manually. Et cetera.Kris Maglione2011-01-03
* Move iteration utility functions to the iter namespace.Kris Maglione2011-01-02
* Get rid of Editor.isInputElementFocused. Move Editor.isContentNode to editor....Kris Maglione2010-12-31
* Some constants to save my sanity.Kris Maglione2010-12-31
* Deprecate dactyl.mode.Kris Maglione2010-12-30
* Miscellaneous semicolon, whitespace, and formatting fixes.Doug Kearns2010-12-30
* Minor fixup for 45b2508a55c9.Štěpán Němec2010-12-30
* Fix some smallish focus issued.Kris Maglione2010-12-30
* Replace weird mystery meat args of mapping actions with a proper object.Kris Maglione2010-12-29
* Tend towards proportional fonts in :help.Kris Maglione2010-12-29
* Treat XUL Tree and TextBox elements as input elements.Kris Maglione2010-12-28
* Use real key bindings in MOW mode, and also restore the strange key passing b...Kris Maglione2010-12-28
* Fix activating scrollable elements via ;F.Kris Maglione2010-12-28
* Add real mappings for most HINT mode keys. Lazily expand leader, and keep in ...Kris Maglione2010-12-28
* Cleanup.Kris Maglione2010-12-26
* Some small changes for the sake of plugins.Kris Maglione2010-12-26
* Merge changes from bootstrapped.Kris Maglione2010-12-25
* Merge changes from bootstrapped.Kris Maglione2010-12-24
* Another crack at revision c24f695526a9.Kris Maglione2010-12-24
* Use document rather than window for localStore and dactylFocusAllowed.Kris Maglione2010-12-24
* Fix gF and so forth.Kris Maglione2010-12-22
* Deal with some Buffer.findScrollable corner cases.Kris Maglione2010-12-21
* Fix odd "gi" corner case.Kris Maglione2010-12-20
* Fix a typo in revision ae79abb4ff88.Kris Maglione2010-12-19
* Add dactyl:h4 tag.Kris Maglione2010-12-18
* Fix definition link for commands defined on the command-line.Kris Maglione2010-12-18
* Import the bulk of a focus management patch near the top of my queue.Kris Maglione2010-12-18
* Fix :help focus issues. Closes issue #169.Kris Maglione2010-12-18
* Fix :listkeys.Kris Maglione2010-12-18
* Replace %format strings with our standard <macro> format strings in 'editor' ...Kris Maglione2010-12-18
* Fix :runtime completion.Kris Maglione2010-12-17
* Pass proper objects to -js autocommands rather than stringified imitations.Kris Maglione2010-12-17
* Typo and general idiocy fixes. Kill 'linksearch'.Kris Maglione2010-12-17
* Fix some scrollable element search corner cases. Closes issue #188.Kris Maglione2010-12-17
* Completion of certain chrome:, resource:, and about: URLs.Kris Maglione2010-12-14