summaryrefslogtreecommitdiff
path: root/common/content/buffer.js
Commit message (Expand)AuthorAge
* Set lastInputField for editable windows.Kris Maglione2010-11-11
* Remove the command Args dependency from a few straggling completers.Doug Kearns2010-11-09
* Small cleanup and fix minor issue in my last commit.Kris Maglione2010-11-08
* Revert 102689d248aaDoug Kearns2010-11-09
* Work around stupid fucking crash on FF3.6. Closes issue \#127.Kris Maglione2010-11-08
* Replace util.isOS with a platform queryable util.OS object.Doug Kearns2010-11-08
* Normalise the standard completer signatures to fn(context, args, ...).Doug Kearns2010-11-06
* Add missing semicolons.Doug Kearns2010-11-05
* Fix ;F on OS-X.Kris Maglione2010-11-07
* Dispatch events from buffer.followLink as trusted events. Closes issue #124.Kris Maglione2010-11-07
* Handle sane shells on Windows somewhat better.Kris Maglione2010-11-05
* Do something remotely reasonable where designMode documents are concerned. So...Kris Maglione2010-10-24
* Fix :map -count, macro playback, and odd quirk in :map completion.Kris Maglione2010-10-22
* Normalise regex -> regexp.Doug Kearns2010-10-22
* Replace use of <b>arg</b> in API docs with *arg*.Doug Kearns2010-10-21
* Fix :zoom with a relative argument.Doug Kearns2010-10-21
* Try harder not to count invisible elements in <count>gi.Kris Maglione2010-10-17
* Replace dactyl.has(OS) with util.isOS.Doug Kearns2010-10-17
* Fix double command output for things like :ls|lsKris Maglione2010-10-15
* Use rendered HTML for gF/:w !foo/:w >>foo until someone inevitably complains....Kris Maglione2010-10-15
* Somewhat better Y and :yank copy behavior that should work as expected on OS-X.Kris Maglione2010-10-15
* Better :yank formatting.Kris Maglione2010-10-14
* Fix small bug.Kris Maglione2010-10-14
* Integrate sanitizer with host UI, sanitize at shutdown support, and control w...Kris Maglione2010-10-14
* Miscellaneous formatting fixes.Doug Kearns2010-10-11
* Look for scrollable elements in the focused frame first.Kris Maglione2010-10-12
* Rename followDocumentRelationship.Kris Maglione2010-10-12
* Return a sane format from Option#value, rename {join,parse}Values to stringif...Kris Maglione2010-10-11
* Merge default.Kris Maglione2010-10-09
|\
| * Add ;S ‘add search keyword’ hint mode.Kris Maglione2010-10-09
* | Fix now spurious :autocmd examples.Kris Maglione2010-10-09
* | Fix some major mode changing bugs. Closes issue #55.Kris Maglione2010-10-06
|/
* Restore beeping at buffer scroll boundaries.Doug Kearns2010-10-06
* Allow :write! >>nonexistent.fileKris Maglione2010-10-05
* Poll temp files in <C-i> so I don't have to be edgy every time I quit the edi...Kris Maglione2010-10-05
* Fix zz, zZ, and :zoom {val}, and also spurious ZZ help tag. Closes issue #39.Kris Maglione2010-10-04
* Remove bare references to 'content'.Kris Maglione2010-10-04
* Added :write !cmd and :write >>file.Kris Maglione2010-10-04
* Deprecate :let and dactyl.globalVariables.Kris Maglione2010-10-04
* Fix typo.Kris Maglione2010-10-04
* Avoid storing strong references to DOM nodes.Kris Maglione2010-10-03
* Handle :pagestyle properly for frameset documents.Kris Maglione2010-10-03
* Handle "gi" properly on frameset documents when no last focused element.Kris Maglione2010-10-03
* Handle buffer.loaded properly for frameset documents.Kris Maglione2010-10-03
* Do the right thing wrt frames in :pageinfo.Kris Maglione2010-10-03
* Support marks on frameset pages.Kris Maglione2010-10-03
* Replace tabs.localStore.focusedFrame with buffer.focusedFrame.Kris Maglione2010-10-03
* Use temp files rather than URL arguments for :viewsource!. Also update the st...Kris Maglione2010-10-03
* Fix some functions that used to use args.string.Kris Maglione2010-09-29
* Fix 'pextpattern'/'prevpattern' quoting and remove spurious XPath validators....Kris Maglione2010-09-29