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

1888 Commits

Author SHA1 Message Date
Kris Maglione c345904fb3 Hopefully fix some Add-on Bar button styling issues on OS-X. 2011-01-04 13:38:53 -05:00
Kris Maglione 5f9c248ad6 Fix possible gray status bar on startup/:rehash. 2011-01-04 13:06:39 -05:00
Kris Maglione 26b4933b75 Fix ruddy unnecessarilly padded, oversized Add-on Bar buttons. 2011-01-04 12:53:40 -05:00
Kris Maglione 63899b7598 Remove useless conditional. 2011-01-04 11:31:44 -05:00
Kris Maglione c833f864d3 Make last commit less sucky. 2011-01-04 11:26:20 -05:00
Kris Maglione e7ae04749c Get the statusline color right after a :rehash. 2011-01-04 11:23:48 -05:00
Kris Maglione 8e563fb3bc Autocomplete magic. 2011-01-04 11:11:15 -05:00
Kris Maglione 3350f3d4bf Fix completion.listCompleter. 2011-01-04 11:07:37 -05:00
Doug Kearns bb8192d7ea Update Bookmarks#isBookmarked docs. 2011-01-04 21:24:10 +11:00
Kris Maglione 27f5f16aa9 Experimentally move finder.js to finder.jsm.
--HG--
rename : common/content/finder.js => common/modules/finder.jsm
2011-01-04 02:20:52 -05:00
Kris Maglione 8e498ed52f Style the Add-on Bar rather than the statusbar where applicable. 2011-01-04 01:50:22 -05:00
Kris Maglione f8476edbbd Fix cleanup issue. 2011-01-04 01:44:59 -05:00
Kris Maglione 0d9292f09b Fix deprecation warning. 2011-01-04 00:38:37 -05:00
Kris Maglione ee2bba53ca Experimentally move more modules to global modules.
--HG--
rename : common/content/completion.js => common/modules/completion.jsm
rename : common/content/javascript.js => common/modules/javascript.jsm
2011-01-03 23:41:48 -05:00
Kris Maglione d661d60cb6 Make buffer.UR[LI] nsIURI objects. Fix bug in chrome-data:. 2011-01-03 22:00:53 -05:00
Kris Maglione 43458d4432 Automagically generate DTDs. One more step towards dropping the chrome: protocol.
--HG--
rename : common/content/io.js => common/modules/io.jsm
2011-01-03 21:11:28 -05:00
Kris Maglione 30ec5fc393 Fix about:pentadactyl by registering the component manually. Et cetera. 2011-01-03 17:06:28 -05:00
Kris Maglione e8c5664c8f Fix issues with grabbing dactyl.version and also improve startup time, especially when running from an hg repo. 2011-01-03 15:28:47 -05:00
Kris Maglione f41e245cb1 Match only complete words in :lk filters. Should we maybe support regexps instead? 2011-01-03 15:22:34 -05:00
Kris Maglione 5aa7450973 Fix command serialization bug. 2011-01-03 12:29:51 -05:00
Doug Kearns 28d1524229 Fix :run on FF 3.6.
Closes issue #233.
2011-01-04 01:45:53 +11:00
Doug Kearns 835fabb62d Fix "invalid character class" error on FF 3.6.
Closes issue #230.
2011-01-03 22:24:14 +11:00
Doug Kearns 6117ad098a Fix -pentadactyl command-line argument parsing.
Closes issue #224.
2011-01-03 21:42:41 +11:00
Doug Kearns 2649952ef2 Add argument validation to state changing :ext* commands. 2011-01-03 21:18:12 +11:00
Kris Maglione 27e3681673 Search engines keyword updates. 2011-01-02 22:51:45 -05:00
Kris Maglione 3ef94f5861 Fix mappings.getCandidates(). Closes issue #227. 2011-01-02 19:49:13 -05:00
Kris Maglione c26d3f3218 Remove accidentally committed debugging code. "Fix" a bug. Probably: Fixes issue #226. 2011-01-02 17:08:13 -05:00
Kris Maglione fbd7556a76 Move iteration utility functions to the iter namespace. 2011-01-02 16:56:18 -05:00
Kris Maglione 91f02c9763 Allow multiple patterns for :autocommands. 2011-01-02 15:27:14 -05:00
Doug Kearns 053ef86016 Add <A-F1> to open the single unchunked help page. 2011-01-01 20:28:14 +11:00
Kris Maglione d8bb3f4b32 Add input:true to modes.MENU, just for the hell of it. 2011-01-01 03:21:30 -05:00
Kris Maglione 54a3974a2a Fix highlighting and reporting of unknown command. 2010-12-31 21:39:31 -05:00
Kris Maglione 5438c7d61d Fix error not solved by last commit. 2010-12-31 21:34:41 -05:00
Kris Maglione 0d6e0a1d6b Don't offer value completions for boolean options. Fix spellcheck highlighting of invalid option names. Closes issue #209. 2010-12-31 21:33:44 -05:00
Kris Maglione b3ef9eeee4 Release 1.0 βeta 4.2. 2010-12-31 17:47:30 -05:00
Kris Maglione 3c80d33c67 Fix <C-v> in PASS THROUGH mode. Closes issue #223. 2010-12-31 17:19:40 -05:00
Kris Maglione ce6d472a76 Fix some recent bugs in the special casing of :!. 2010-12-31 16:25:40 -05:00
Kris Maglione 9f7ef8634c Fix <S-Insert> when newlines are involved. 2010-12-31 16:12:05 -05:00
Kris Maglione 6f20c5aac2 Get rid of Editor.isInputElementFocused. Move Editor.isContentNode to editor.isContentNode. 2010-12-31 13:39:14 -05:00
Kris Maglione 8f4411f9af Open new windows properly in dactyl.open(). Closes issue #222.
--HG--
extra : rebase_source : 20823b8a8742598416b321c091f67efd6da98aa4
2010-12-31 13:21:22 -05:00
Štěpán Němec 776b48283e Fix the documentation of dactyl.commandLineOptions. 2010-12-31 18:44:18 +01:00
Kris Maglione c6f5b04cda Fix user :commands and other minor cleanup.
--HG--
extra : rebase_source : 1cff53f18c70b12a984d120e73d121dc2267dcc9
2010-12-31 12:40:44 -05:00
Doug Kearns 24f5c9d06d Make the :command-complete completers config specific.
Adds a few missing completers for Pentadactyl.
2011-01-01 03:54:43 +11:00
Doug Kearns 66ada66811 Rename Events.isInputElem* to isInputElement* as per HACKING style guide. 2011-01-01 03:47:15 +11:00
Kris Maglione 012732edc7 Decent filtering for :extrehash. Fix tab bar layout after rehash with go+=n. Cleanup. 2010-12-31 02:11:48 -05:00
Kris Maglione 3f3e89e270 Some constants to save my sanity. 2010-12-31 00:30:59 -05:00
Kris Maglione 8a26e3ca0e Fix entering digits in prompt mode. Release Pentadactyl 1.0 βeta 4. 2010-12-30 23:26:28 -05:00
Kris Maglione 2a218c2785 Release 1.0 βeta 4. 2010-12-30 22:59:12 -05:00
Kris Maglione eb59a48d77 Fix FF36. 2010-12-30 21:38:38 -05:00
Kris Maglione 47288b3456 Mangle pathnames in the XPI to foil the fastload cache on upgrade and fix the command line option handler in fresh installs. 2010-12-30 21:34:13 -05:00