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

291 Commits

Author SHA1 Message Date
Doug Kearns 26dabbfd0d Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per
standard.
2009-05-22 10:53:17 +10:00
Doug Kearns 4c4295029e Improve :delmacros error messages. 2009-05-22 10:53:15 +10:00
Doug Kearns 111e27bf2e Add some very rough API documentation for Events. 2009-05-22 10:53:14 +10:00
Doug Kearns 3df0e174ac Move liberator.input to Events. 2009-05-22 10:53:11 +10:00
Doug Kearns a97d419fc8 Move events.prefObserver to options.prefObserver. 2009-05-15 22:17:00 +10:00
Doug Kearns 47a5c73a5b Remove some Hungarian notation. 2009-05-12 18:24:12 +10:00
Kris Maglione 2578a77f52 Hack... 2009-04-29 17:34:22 -04:00
Kris Maglione c64cd9e1af Don't flush event queue in feedkeys loop. 2009-04-28 14:28:14 -04:00
Kris Maglione 2f753b6d27 Fix #247 2009-04-22 13:15:56 -04:00
Martin Stubenschrott 9320c5b1be * Fix muttator and experimentally increase buffer position display timeout to 500ms to avoid rendering the page twice 2009-04-20 22:48:19 +02:00
Kris Maglione 63360ac6a3 Fix 9b347a8b11e3f9d2b1ffa2391b1cc93bc5997fef (contentEditable) 2009-04-15 18:34:50 -04:00
Kris Maglione 3d8c17574a Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2009-04-15 16:31:37 -04:00
Kris Maglione f3f70d5cb8 General cleanup related to last commit. 2009-04-15 16:31:32 -04:00
Daniel Bainton 25935fa578 Elements with contentEditable will now trigger insert mode. (David Bronke) 2009-04-15 08:32:09 +03:00
Kris Maglione 56da39319b Fix config.focusChange check. 2009-03-30 11:00:38 -04:00
Kris Maglione 2a88d8a3bf Revert "Fix some zi/zo issues."
This reverts commit b39be7b367528d9a86380c3ec5c2a6fcafd2cd22.
2009-03-30 01:19:29 -04:00
Kris Maglione 7e068d4f9e Fix some zi/zo issues. 2009-03-30 01:16:39 -04:00
Kris Maglione a8f41faf4e Merge. 2009-03-30 01:14:46 -04:00
Doug Kearns 897181a5c4 Whitespace fixes. 2009-03-29 13:50:18 +11:00
Doug Kearns 3b667419f8 Merge branch 'master' into xulmus
Conflicts:
	License.txt
2009-03-29 12:34:05 +11:00
Martin Stubenschrott 5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
Doug Kearns 512a08875d Merge branch 'master' into xulmus 2009-03-28 17:20:51 +11:00
Doug Kearns 26fec12cad Fix #204.
Fixes #204 (statusbar should follow "site identification button" color
codes).
2009-03-27 13:35:52 +11:00
Conrad Irwin bda0c5bda5 Fix #180. User can no-longer interrupt macros.
Buffers any keystrokes recieved during a macro expansion and plays them
after it has finished.
2009-03-26 02:48:55 +00:00
Kris Maglione cf57844986 Get rid of some 'config.name' checks in the common tree. These should all, ideally, go. 2009-03-22 02:25:05 -04:00
Doug Kearns 165b087ef6 Merge branch 'master' into xulmus 2009-03-16 16:31:54 +11:00
Doug Kearns 1ca0bc0de4 Formatting fixes. 2009-03-16 16:24:09 +11:00
Doug Kearns 80beaa41df And xulmus was born. 2009-03-16 15:54:02 +11:00
Kris Maglione ed79b24a01 Merge. 2009-03-12 22:05:38 -04:00
Kris Maglione 93f59df6e7 Fix some bugs---which bugs, I have no idea. 2009-03-12 22:00:46 -04:00
Doug Kearns f909cc128e Cancel the isReplaying macro mode when a macro is interrupted. 2009-03-12 00:31:59 +11:00
Doug Kearns f82b03f796 Fix escaped path separator in messages on Windows. 2009-03-01 02:49:18 +11:00
Ted Pavlic e318da7073 Made <S-l> and <S-L> look the same to events.js 2009-02-23 10:30:07 -05:00
Doug Kearns 7b9dfd2070 Whitespace fix. 2009-02-19 12:13:58 +11:00
Kris Maglione 70022ff0af Stricter number option parsing (and comment out some dump statements) 2009-01-28 09:15:26 -05:00
Kris Maglione dc0bf00e0a Formatting 2009-01-24 00:47:54 -05:00
Ted Pavlic ac603ad687 Small fix to last commit. Prevents gobbling all <C-*> on Mac. 2009-01-23 10:47:26 -05:00
Ted Pavlic 4884f5defc Fixes <C-[>, <C-\\>, <C-]>, <C-^>, and <C-_> on Mac OS/X.
On Mac OS/X, control characters 27 through 31 pass charCode=CONTROL_CHAR
rather than charCode=KEY. For example, when a user wants <C-[>
Vimperator sees <C-Esc>. Most people view this as a bug in FirefOS/X.

The following patch tests for has("MacUnix"), then checks to see if the
control character is within this buggy range. If so, it shifts the
charCode up by 64 (there is a special case for Escape where the CTRL key
is relaxed and key is set to "Esc").

For more information, see:
    [*] Vimp FAQ: http://vimperator.org/trac/wiki/Vimperator/FAQ#WhydoesntC-workforEscMacOSX
    [*] Referenced mailing list msg: http://www.mozdev.org/pipermail/vimperator/2008-May/001548.html
    [*] Mozilla bug 416227: event.charCode in keypress handler has unexpected values on Mac for Ctrl with chars in "[ ] _ \"
        https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=416227
    [*] Mozilla bug 432951: Ctrl+'foo' doesn't seem same charCode as Meta+'foo' on Cocoa
        https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=432951
2009-01-23 10:05:14 -05:00
Ted Pavlic 45f6153de4 More command-line edits (now elsewhere in the source). 2009-01-17 12:55:56 -05:00
Martin Stubenschrott 6cddced452 fixed muttator completions 2009-01-14 22:33:17 +01:00
Ted Pavlic d29013a2fd Three small changes (copyright, template.js copyright, and tildetidy target)
a.) Cleaned up copyright language to match conventions.
(I used the memoir document class documentation as a reference, but
 these conventions are common throughout publishing)

   * The (c) symbol has no legal meaning. Only the word "Copyright" and
     an encircled lowercase c are appropriate. So the word "Copyright"
     was placed before each (c).

   * Each (C) was changed to (c).

   * Kris uses the correct symbols in copyright notices, but those
     symbols can be problematic in terminal-mode editors. Added the word
     "Copyright" as well.

   * Replaced colons/spaces after years with the word "by."

b.) Added a copyright notice to common/content/template.js. It was
    missing one entirely. Please correct if it doesn't need one or if the
    copyright isn't held by Martin.

c.) Also added a "tildetidy" target to Makefile common that includes a
    version of the find line from the existing "clean" target (however,
    this version uses "rm -fv" instead of "rm -f").
2009-01-12 09:14:54 -05:00
Doug Kearns 9729969d8b Whitespace fixes. 2009-01-12 15:32:50 +11:00
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Doug Kearns 5dbcd6f7e0 Add some rough source documentation for IO. 2009-01-11 01:12:30 +11:00
teramako 994993820f support multi modifiers 2009-01-09 00:17:18 +09: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 61d3fae8b4 Use self as the returned object from all creation functions. 2009-01-07 14:44:35 +11:00
Martin Stubenschrott 153536799a dont output continous "Waiting for page to load..." as a message 2009-01-05 06:09:57 +01:00
Doug Kearns e91fbcd754 Add some source documentation for AutoCommands.
Also normalise the use of /* */ and // comments.
2009-01-02 00:56:58 +11:00