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

6083 Commits

Author SHA1 Message Date
Doug Kearns c4fa8c6098 Enable the service pane hide/show button in the media tab. 2009-04-03 02:03:35 +11:00
Doug Kearns 0bbead8d2f Allow :dpopen/:dpclose to operate on the main service pane. 2009-04-03 01:37:58 +11:00
Doug Kearns a5e62a9bcf Add 'repeat' and 'shuffle'. 2009-04-03 00:03:25 +11:00
Conrad Irwin 04c999f993 Merge branch 'master' of vimperator.org:/git/vimperator/liberator 2009-04-02 11:36:57 +01:00
Conrad Irwin 34669db924 Fix /<CR>
May further break certain edge-cases on * and # if it detects the current word
as being a "", but they are already broken.
2009-04-02 11:35:15 +01:00
Doug Kearns 54647ba73b Add :dialog jumpto. 2009-04-02 20:32:19 +11:00
Conrad Irwin 6e1c999934 Fix removing search highlights from textareas.
Although firefox is happy to insert <span>s inside the DOM under
textareas and inserts it won't find them with xpath.
2009-04-02 00:09:33 +01:00
Doug Kearns 23fe5a33c8 Add the media page manager to the services cache. 2009-04-02 02:01:59 +11:00
Doug Kearns 22ef0e8c39 Prefer SBGetBrowser over getBrowser for Xulmus. 2009-04-02 01:32:42 +11:00
Doug Kearns 680147bf90 Rename :filter to :queue and :Filter to :filter. 2009-04-02 01:26:22 +11:00
Doug Kearns 7540606dbb Update Xulmus NEWS with post 0.1 features. 2009-04-02 01:09:01 +11:00
Doug Kearns 2499c84a48 Move library convenience functions to a library module. 2009-04-02 01:02:20 +11:00
Doug Kearns 1acb941148 Add :dia newsmartplaylist to Xulmus. 2009-04-01 22:05:35 +11:00
Doug Kearns a1ce575cef Return the default 'stal' value for Vimperator and Xulmus to 0. 2009-04-01 17:02:36 +11:00
Doug Kearns 7c5ff987c1 Prefer the use of Cc and Ci in player.js. 2009-04-01 14:20:31 +11:00
Doug Kearns e9ceedc602 Refactor isPlayerWindow. 2009-04-01 00:57:25 +11:00
Doug Kearns 02471bcfb1 Document $MY_XULMUSRC in help. 2009-03-31 23:41:05 +11:00
Doug Kearns d985a4d6c8 Add a help entry for :silent. 2009-03-31 23:11:50 +11:00
Doug Kearns c146ff99b4 Fix zi/zi error at zoom range boundaries. 2009-03-31 13:27:03 +11:00
Kris Maglione 3c22453d31 Add horrifically mangled, unicode-aware asciidoc. 2009-03-30 20:16:45 -04:00
Prathyush Thota ebfb0b8ebd Added TODO operations 2009-03-30 23:27:05 +05:30
Kris Maglione 56da39319b Fix config.focusChange check. 2009-03-30 11:00:38 -04:00
Daniel Bainton eab32403cd UI tweak when maxitems 7 (Jarkko Oranen) 2009-03-30 17:21:42 +03:00
Kris Maglione dfe061db6f Change ted's licence block in template.js 2009-03-30 01:28:03 -04:00
Kris Maglione ff9b9b3d2f Change xulmus's id to xulmus@vimperator.org before it affects too many users. 2009-03-30 01:23:00 -04:00
Kris Maglione 3a60d9e530 Finish this ridiculously botched merge. 2009-03-30 01:20:18 -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 5f27bf99da Fix some zi/zo issues. 2009-03-30 01:19:11 -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 1ae692bd77 Fix search scroll limit messages in Player mode. 2009-03-30 13:34:19 +11:00
Doug Kearns f162833d93 Add 'maxitems' to the help index. 2009-03-30 12:43:35 +11:00
Doug Kearns 8e288dd82e Fix comment typo. 2009-03-30 12:35:01 +11:00
Martin Stubenschrott 89a3255a45 release muttator 0.5 2009-03-30 00:41:54 +02:00
Daniel Bainton 187a53c4ca add 'maxitems' option (Jarkko Oranen) 2009-03-30 01:39:10 +03:00
Martin Stubenschrott 13654d28a7 Add vimperator labs artwork 2009-03-29 22:59:18 +02:00
Doug Kearns ec04c9b23a Make the "track" keyword available to Stream* autocommands. 2009-03-30 01:42:12 +11:00
Doug Kearns 8300db58dc Respect 'incsearch' when searching in Player mode. 2009-03-30 01:12:22 +11:00
Doug Kearns 2d25c1f7c3 Add <S-Left>/<S-Right> (like H/L) mappings to Player mode.
Also the appropriate prefix to Player mode help tags.
2009-03-30 00:32:11 +11:00
Doug Kearns 24216eb7a4 Add "w" and "W" mappings to the help index. 2009-03-29 23:52:27 +11:00
Doug Kearns 3ff4fda7ca Remove :winclose and :winopen commmands from Xulmus.
These are generally unsupported in SB and probably not worth supporting
in Xulmus.
2009-03-29 23:49:18 +11:00
Doug Kearns 7ad4abf333 Remove some merged debugging code from loadModule.
Unintentionally merged from the xulmus branch.
2009-03-29 22:08:03 +11:00
Daniel Bainton 8c76a2ec65 Copyright Martin and the people in AUTHORS 2009-03-29 13:35:39 +03:00
Doug Kearns 626f585db6 Update MS's email address. 2009-03-29 21:30:31 +11:00
Daniel Bainton a9750cc3ff Remove the executable bit from xulmus files 2009-03-29 13:26:55 +03:00
Doug Kearns 473f4732ac Merge branch 'xulmus' 2009-03-29 21:08:00 +11:00
Doug Kearns 0e28714ce6 Revert some of PT's local changes to the build system. 2009-03-29 21:05:38 +11: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
Doug Kearns a5c8ebcc55 Add rough :displaypane and :dpclose commands. 2009-03-29 12:04:01 +11:00