summaryrefslogtreecommitdiff
path: root/common/content
Commit message (Expand)AuthorAge
* Don't push pass through mode multiple times. Closes issue #641.Kris Maglione2011-08-19
* Closes issue #636.Kris Maglione2011-08-18
* Closes issue #634.Kris Maglione2011-08-18
* Closes issue #635.Kris Maglione2011-08-18
* Be less prudent with <C-t>.Kris Maglione2011-08-16
* Add C_<C-t>.Kris Maglione2011-08-16
* Import part of top patch in queue: Add no-op option hive for plugin API reaso...Kris Maglione2011-08-16
* Add canceled property to DOM instances. Remove stray util.haveGecko call.Kris Maglione2011-08-15
* Move overlay magic from util to overlay module.Kris Maglione2011-08-15
* Move DOM and config properties from the util namespace to the DOM and config ...Kris Maglione2011-08-14
* Add dactyl instance tracking.Kris Maglione2011-08-14
* Add experimental jQuery-ish DOM object.Kris Maglione2011-08-14
* Fix occasional lingering IGNORE mode after hints.Kris Maglione2011-08-14
* Fix input caret in input elements on initial focus.Kris Maglione2011-08-14
* Decode URLs in the completion list against my better judgment. Get rid of blo...Kris Maglione2011-08-14
* :lk <C-Foo> should work.Kris Maglione2011-08-13
* Add -pentadactyl-remote command-line flag and CommandOption.STRINGMAP type.Kris Maglione2011-08-12
* Fix the :restart doc string.Štěpán Němec2011-08-11
* Add n_s and n_S.Kris Maglione2011-08-11
* Fix g] help spec and simplify gb/gB descriptions.Doug Kearns2011-08-11
* Push location stack on //?/n/N/[/].Kris Maglione2011-08-11
* Allow asynchronous io.system() calls. Fix :help intro.Kris Maglione2011-08-10
* Minor enhancements to <C-i>/<C-o>Kris Maglione2011-08-09
* Serialize the :map -count flag.Kris Maglione2011-08-09
* Fix Firefox exploding on <C-i>Kris Maglione2011-08-09
* Remove stale dump statement.Kris Maglione2011-08-09
* Keep browser from exploding on <C-i> in Command Line mode.Kris Maglione2011-08-08
* Make 'doc' available to group initializer.Kris Maglione2011-08-08
* Remove leftover line.Kris Maglione2011-08-08
* Add [d and ]d.Kris Maglione2011-08-07
* Initial work towards making <C-o> and <C-i> more Vim-like.Kris Maglione2011-08-07
* Fix util.generateXPath for unknown namespaces.Kris Maglione2011-08-07
* Add g].Kris Maglione2011-08-07
* Update zoom display on full zoom changed triggered outside of Pentadactyl.Kris Maglione2011-08-07
* Store node XPath in marks.Kris Maglione2011-08-07
* Store marks as line and column ordinals rather than percentages.Kris Maglione2011-08-07
* Re-enable Text Edit mode in non-Google editable windows.Kris Maglione2011-08-06
* Don't derive Text Edit mode from Operator mode. Allow escaping from Operator ...Kris Maglione2011-08-06
* Reconcile the format of 'sanitizeitems' with most other list options.Kris Maglione2011-08-06
* Flush the startup cache when re-sourcing a JS file.Kris Maglione2011-08-06
* Add 'spelllang'. Closes issue #530.Kris Maglione2011-08-06
* Fix pass through of <Space> to alert boxen.Kris Maglione2011-08-06
* Muck with buffer.findLink against my better judgement. Closes issue #607. Clo...Kris Maglione2011-08-06
* Fix scrolling commands.Kris Maglione2011-08-05
* Fallback to count of parent mapping in motion maps. 2dw == d2w == 8d2w.Kris Maglione2011-08-05
* Add operator mode per Vim. Wrap most editor commands in transactions. And stu...Kris Maglione2011-08-05
* Fix some :buffer completion issues.Kris Maglione2011-08-04
* More mode display name normalisation.Doug Kearns2011-08-04
* Bah.Kris Maglione2011-08-03
* Closes issue #488.Kris Maglione2011-08-02