1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 23:51:25 +02:00
Commit Graph

2766 Commits

Author SHA1 Message Date
Ted Pavlic bfe47dff89 Fixed browser.followLink so that NEW_TAB semantics are invariant of prefs. 2009-01-08 12:01:42 -05:00
teramako 3a98dfc589 Merge branch 'master' of vimperator.org:/git/vimperator/liberator 2009-01-09 00:17:51 +09:00
teramako 994993820f support multi modifiers 2009-01-09 00:17:18 +09:00
Ted Pavlic d90e670d70 Revert 93b0cf2a063b045268a55fbeac9473ce12234300's changes to hints.js
Until liberator.NEW_BACKGROUND_TAB operates differently based on the
    setting of browser.tabs.loadInBackground, this code must remain. At
    the moment, NEW_BACKGROUND_TAB only opens a true background tab if
    loadInBackground=true. When loadInBackground=false, the meaning of
    NEW_TAB and NEW_BACKGROUND_TAB flip. Hence, until they're invariant,
    something like ;F (which must always load tabs in the background)
    has to pay attention to loadInBackground.
2009-01-08 08:51:34 -05:00
teramako e581465101 fix: "filesystem is busy" erro on Cygwin 2009-01-08 21:19:48 +09:00
Doug Kearns a98edd9767 Ramble on in HACKING. 2009-01-08 16:03:05 +11:00
Doug Kearns ad6557db6d Don't clear the search highlighting when a search is cancelled. 2009-01-08 14:12:29 +11:00
Kris Maglione 465405bc84 Fix :sty site completions 2009-01-07 18:14:13 -05:00
Kris Maglione d9418ff43b Fix menuItem completer, use it for :emenu 2009-01-07 17:56:53 -05:00
Kris Maglione 0aeee25e65 Add standard 'mark' completer. Fix x/y transposition in :delm completion 2009-01-07 17:38:57 -05:00
Kris Maglione 1f2bf969d1 Fix completion bug 2009-01-07 17:16:08 -05:00
Kris Maglione 15a64a0085 Comment on 'new' in HACKING 2009-01-07 16:41:44 -05:00
Ted Pavlic 0cc75219d0 Added completion for :delqmarks. Again, from IRC, bugfix, not feature. 2009-01-07 16:11:28 -05:00
Ted Pavlic 7bb208020c Added expected completion for :delmarks (as discussed on IRC, because expected, it's a bugfix, not a feature) 2009-01-07 16:11:27 -05:00
Martin Stubenschrott d2a96e4475 added comment to HACKING about new 2009-01-07 21:06:31 +01:00
Martin Stubenschrott 16ea6a79d9 make :open foo<tab> faster on certain hardware/OS configurations
(where foo is a completion which might take up to 20 seconds to return all results)
Still very, very buggy.
2009-01-07 20:57:31 +01:00
Kris Maglione 9b53463bbb Comment on 'new' in HACKING 2009-01-07 14:12:36 -05:00
Ted Pavlic eb9863789c Revert "Added NEWS item about using make from within doc dirs."
This reverts commit 3767748f8d5540bcc5bd43e2aa4770379ed04c77.
(no need for NEWS item about dev build stuff; doc it elsewhere)
2009-01-07 13:54:32 -05:00
Martin Stubenschrott 392f331562 changed Makefile to a symlink instead of a copy, although symlinking to
the vimperator/ dir is not perfect. Do we really need separate Makefiles
for each doc dir instead of just make doc?
2009-01-07 19:35:03 +01:00
Ted Pavlic 653ff0fb72 More doc Makefile convenience edits. 2009-01-07 12:24:51 -05:00
Ted Pavlic 3beb76a4b6 Added NEWS item about using make from within doc dirs. 2009-01-07 11:03:00 -05:00
Ted Pavlic 52667c8a63 Remove escaping in marks.txt; replace with inline passthrough (for old asciidoc versions that don't automatically URLize without braces. 2009-01-07 10:57:02 -05:00
Ted Pavlic da0a6da5be Remove redundant make from doc Makefiles 2009-01-07 10:56:01 -05:00
Ted Pavlic c54c179d98 Added small Makefiles to doc dirs to make building docs more convenient. 2009-01-07 10:34:33 -05:00
Ted Pavlic 5050b6fee3 HACKING comment about using 'new' 2009-01-07 09:07:00 -05:00
Ted Pavlic b900132133 First stab at HACKING filetype (asciidoc?) 2009-01-07 09:00:33 -05:00
Ted Pavlic 4459827556 Moved SCM HACKING disc to vimp/TODO and added to it. 2009-01-07 08:57:55 -05:00
Kris Maglione 64f7bfae48 Comment on SCM section in HACKING 2009-01-07 00:22:03 -05:00
Kris Maglione 9dfd4ca94a Merge 2009-01-06 23:15:57 -05:00
Kris Maglione 8acd490a50 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator into HEAD 2009-01-06 23:13:28 -05:00
Kris Maglione 102605556d Fix rapid succession <Tab><Tab> when busy. Don't wait for all contexts to complete when processing <Tab> 2009-01-06 23:12:51 -05:00
Doug Kearns 4d45627f88 Comment on 'new' in HACKING. 2009-01-07 14:48:15 +11:00
Doug Kearns ddce42858c s/retVal/ret/ in buffer.followDocumentRelationship. 2009-01-07 14:44:37 +11:00
Doug Kearns 61d3fae8b4 Use self as the returned object from all creation functions. 2009-01-07 14:44:35 +11:00
Kris Maglione 3116c16d54 Revert "fixed :open completions for slow computers. We now yield"
This reverts commit b32cfe76ff5f5a22e868eb8ab97191b12561e16e.
2009-01-06 22:09:35 -05:00
Kris Maglione 401ea91063 Merge? 2009-01-06 22:08:10 -05:00
Kris Maglione 0cb74ad157 Comment on 'new' in HACKING 2009-01-06 21:56:50 -05:00
Martin Stubenschrott 99150247f9 added comments to ui.js, thanks cirmin. Note: Please try
to avoid trailing whitespace, I had to remove 18 of these things, but
otherwise nice job, thanks :)
2009-01-07 03:18:29 +01:00
Martin Stubenschrott 7b37b4d1c8 added my opinion about new in HACKING, please respond 2009-01-07 03:10:00 +01:00
Martin Stubenschrott 473c461d3f fixed :open completions for slow computers. We now yield
incremental results, and the user gets more completion, the more often
he presses tab. Need to find out, how to change the "Waiting..." message
to "More results...". Also reminds me, how ugly the completion context
code is partly. We should try to clean it up and remove/merge useless
function to make it's interface smaller and more side-effect free.
2009-01-07 03:07:29 +01:00
Ted Pavlic db97184fa4 Added comment about modeline to HACKING 2009-01-06 19:12:09 -05:00
Ted Pavlic ed1b052a25 HACKING modeline 2009-01-06 19:09:45 -05:00
Ted Pavlic 7485dbba4d Added TODO: document remote git branches in HACKING 2009-01-06 19:06:14 -05:00
anekos cefc994115 s/\t/ / 2009-01-07 09:00:49 +09:00
Ted Pavlic 318dd6a5a6 Change contition to condition in HACKING 2009-01-06 16:56:50 -05:00
Kris Maglione 5004614ab0 Add comment about 'new' to HACKING 2009-01-06 12:45:27 -05:00
Kris Maglione e7f86f893d Cleanup liberator.open. Ted, please, just once, format your code correctly. Thanks. 2009-01-06 12:41:55 -05:00
Kris Maglione 850722d335 Add to HACKING 2009-01-06 11:48:29 -05:00
Kris Maglione 343a40f71b Add CompletionContextcompletion.jscancelAll 2009-01-06 11:44:36 -05:00
Kris Maglione ffd69033f7 Add to HACKING 2009-01-06 11:40:12 -05:00