summaryrefslogtreecommitdiff
path: root/common/content/marks.js
Commit message (Expand)AuthorAge
* Push location stack on //?/n/N/[/].Kris Maglione2011-08-11
* Minor enhancements to <C-i>/<C-o>Kris Maglione2011-08-09
* Initial work towards making <C-o> and <C-i> more Vim-like.Kris Maglione2011-08-07
* Add g].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
* Delete some stale comments.Doug Kearns2011-06-19
* More ad hoc i18n work.Doug Kearns2011-04-01
* Fix message key typo.Doug Kearns2011-03-28
* Move some more message strings to the properties file.Doug Kearns2011-03-13
* Move some messages to properties file. Local and modules directories still to...Kris Maglione2011-02-25
* Small fix for Minefield.Kris Maglione2011-02-19
* Fix some bugs.Kris Maglione2011-02-07
* Also add events groups for the use of plugins.Kris Maglione2011-02-06
* Another attempt at revision 8613b76cff40.Kris Maglione2011-02-03
* Revert last revision.Kris Maglione2011-02-03
* More lazy instantiation. Look out for breakage.Kris Maglione2011-02-03
* Update copyright headers.Kris Maglione2011-01-23
* Fix '' for a subset of cases.Kris Maglione2011-01-13
* Add named groups (a la Python) to util.regexp.Kris Maglione2011-01-12
* Remove spurious dump statement.Kris Maglione2011-01-12
* Fix some URL marks issues.Kris Maglione2011-01-11
* Slightly refactor the marks code. Make :delmarks, :marks and :qmarks accept r...Štěpán Němec2011-01-10
* Move iteration utility functions to the iter namespace.Kris Maglione2011-01-02
* Replace weird mystery meat args of mapping actions with a proper object.Kris Maglione2010-12-29
* Merge changes from bootstrapped.Kris Maglione2010-12-25
* Some scrollable element fixes. Closes issue #151.Kris Maglione2010-12-02
* Replace use of <b>arg</b> in API docs with *arg*.Doug Kearns2010-10-21
* Integrate sanitizer with host UI, sanitize at shutdown support, and control w...Kris Maglione2010-10-14
* Whitespace fixes.Doug Kearns2010-10-09
* Avoid storing strong references to DOM nodes.Kris Maglione2010-10-03
* Support marks on frameset pages.Kris Maglione2010-10-03
* Fix some functions that used to use args.string.Kris Maglione2010-09-29
* Purge unnecessary uses of args.string.Kris Maglione2010-09-25
* Camel-case some identifiers gone rogue.Doug Kearns2010-09-23
* Major documentation updates and formatting fixes, and many, many other change...Kris Maglione2010-09-17
* Change the patently absurd local mark storage structure.Kris Maglione2010-09-17
* Complete :sanitize and private mode overhaul.Kris Maglione2010-09-17
* Merge testing.Kris Maglione2010-08-31
* imported patch dactylifyKris Maglione2010-08-28
* Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...Kris Maglione2010-08-15
* Finish adding missing copyright notices.Kris Maglione2009-12-01
* Get rid of absurd strict JS warnings.Kris Maglione2009-11-14
* Add config.browser, config.tabbrowser. Fix mailbird. &c.Kris Maglione2009-11-14
* Automatically track and remove long-lived event listeners.Kris Maglione2009-11-13
* Formatting fixes.Doug Kearns2009-11-14
* Refactor modules.config.Kris Maglione2009-11-09
* Recfactoring:Kris Maglione2009-11-08