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

6071 Commits

Author SHA1 Message Date
Kris Maglione bf715affd4 Collapse the tab strip via CSS rather than the collapsed property to deal with the host tending to uncollapse it. Closes issue #37.
--HG--
extra : rebase_source : faa088b37377e1585421a2302f011b32493726ce
2010-10-03 10:31:28 -04:00
Kris Maglione 69ed86178d Take focus from elements when they collapse. Small naming fix for Doug's sake. Closes issue #36.
--HG--
extra : rebase_source : aa0f776bafdeddc8a8b45ca3430de18ab535babc
2010-10-03 10:24:01 -04:00
Doug Kearns c85b53232f Remove unused melodactyl.svg logo file. 2010-10-03 19:38:36 +11:00
Doug Kearns 1fea8310c6 Melodactyl naming fixes 2.
--HG--
rename : melodactyl/content/xulmus.svg => melodactyl/content/melodactyl.svg
2010-10-03 19:22:55 +11:00
Doug Kearns cdc82e3f5b Update Vim runtime files for Melodactyl. 2010-10-03 19:15:01 +11:00
Kris Maglione 7c24350610 Added tag pentadactyl-1.0b2 for changeset 15d6abbda422 2010-10-02 22:52:01 -04:00
Kris Maglione 408e91db5e Release 1.0 βeta 2. 2010-10-02 16:35:38 -04:00
Kris Maglione 8ab81562ba Remove some duplication in the DTDs. Link to the mailing list web page rather than address. 2010-10-02 18:08:41 -04:00
Kris Maglione bc97c417d6 Fix last commit. 2010-10-02 16:17:14 -04:00
Kris Maglione 35fbbf8af4 Melodactyl naming fixes. 2010-10-02 12:59:11 -04:00
Kris Maglione a59d88fee7 Basic Songbird 1.9a support.
--HG--
rename : xulmus/AUTHORS => melodactyl/AUTHORS
rename : xulmus/Makefile => melodactyl/Makefile
rename : xulmus/NEWS => melodactyl/NEWS
rename : xulmus/TODO => melodactyl/TODO
rename : xulmus/chrome.manifest => melodactyl/chrome.manifest
rename : xulmus/components/commandline-handler.js => melodactyl/components/commandline-handler.js
rename : xulmus/components/protocols.js => melodactyl/components/protocols.js
rename : xulmus/content/config.js => melodactyl/content/config.js
rename : xulmus/content/dactyl.dtd => melodactyl/content/dactyl.dtd
rename : xulmus/content/library.js => melodactyl/content/library.js
rename : xulmus/content/logo.png => melodactyl/content/logo.png
rename : xulmus/content/xulmus.xul => melodactyl/content/melodactyl.xul
rename : xulmus/content/player.js => melodactyl/content/player.js
rename : xulmus/content/xulmus.svg => melodactyl/content/xulmus.svg
rename : xulmus/contrib/vim/Makefile => melodactyl/contrib/vim/Makefile
rename : xulmus/contrib/vim/ftdetect/xulmus.vim => melodactyl/contrib/vim/ftdetect/melodactyl.vim
rename : xulmus/contrib/vim/mkvimball.txt => melodactyl/contrib/vim/mkvimball.txt
rename : xulmus/contrib/vim/syntax/xulmus.vim => melodactyl/contrib/vim/syntax/melodactyl.vim
rename : xulmus/defaults/preferences/dactyl.js => melodactyl/defaults/preferences/dactyl.js
rename : xulmus/install.rdf => melodactyl/install.rdf
rename : xulmus/locale/en-US/all.xml => melodactyl/locale/en-US/all.xml
rename : xulmus/locale/en-US/autocommands.xml => melodactyl/locale/en-US/autocommands.xml
rename : xulmus/locale/en-US/browsing.xml => melodactyl/locale/en-US/browsing.xml
rename : xulmus/locale/en-US/dactyl.dtd => melodactyl/locale/en-US/dactyl.dtd
rename : xulmus/locale/en-US/gui.xml => melodactyl/locale/en-US/gui.xml
rename : xulmus/locale/en-US/intro.xml => melodactyl/locale/en-US/intro.xml
rename : xulmus/locale/en-US/player.xml => melodactyl/locale/en-US/player.xml
rename : xulmus/locale/en-US/tabs.xml => melodactyl/locale/en-US/tabs.xml
rename : xulmus/skin/icon.png => melodactyl/skin/icon.png
2010-10-02 10:44:19 -04:00
Doug Kearns c0a5a680b8 Fix :helpall {arg}. 2010-10-02 21:03:30 +10:00
Doug Kearns 2c1555b651 Add missing filename.xml help file tags to the tags list.
These are the only tags guaranteed to be present for each file.
2010-10-02 18:14:33 +10:00
Doug Kearns ec9b83d898 Whitespace fixes. 2010-10-02 17:49:55 +10:00
Kris Maglione 21514370da Fix some args parsing bugs.
--HG--
extra : rebase_source : 1860f8e4e3dd69f26009c704626f41e668ae7e9f
2010-10-01 13:25:10 -04:00
Doug Kearns 572c591979 Fix :command list output. 2010-10-02 02:39:41 +10:00
Doug Kearns 2aa9c05492 Remove unnecessary RegExp when splitting paths in completion.shellCommand. 2010-10-02 01:07:06 +10:00
Doug Kearns 38aeea10a8 Give the about:pentadactyl page a title. 2010-10-02 00:35:43 +10:00
Doug Kearns 7a09c698f7 Add some missing options to index.xml help page. 2010-10-01 23:55:13 +10:00
Doug Kearns 84cd9c5cef Fix trailing whitespace in last commit (stepnem).
Also kick stepnem to bottom of the AUTHORS list at his request.
2010-10-01 22:48:51 +10:00
Doug Kearns 17a0f7bc8d Update Vim runtime files. 2010-10-01 22:20:34 +10:00
Doug Kearns b05c6f5659 Update Pentadactyl's AUTHORS list. 2010-10-01 20:41:05 +10:00
Doug Kearns 75854ad74d Fix 'banghist' type definition. 2010-10-01 20:33:10 +10:00
Kris Maglione dc77ef08cb Also add basic context menu to the completion list. 2010-09-30 18:44:47 -04:00
Kris Maglione 195eae7807 Fix minor oversight in last commit. 2010-09-30 18:04:19 -04:00
Kris Maglione e1d589ab9e Support Windows/OS-X in 'make install'. Closes issue #33. 2010-09-30 18:03:31 -04:00
Kris Maglione 0c76304f20 Pass encoding argument to loadSubScript. 2010-09-30 16:40:42 -04:00
Kris Maglione 634a26c98d Fix :macros. 2010-09-30 14:54:42 -04:00
Štěpán Němec 0cf2bc9cb8 Remove the named macro code.
This was of no use after removal of the :play command, which was alleged to use
that feature (it was never documented anyway).
2010-09-30 20:42:06 +02:00
Doug Kearns 924f6ab1b2 Replace some Muttator references. 2010-10-01 03:09:31 +10:00
Doug Kearns 725cf1f1f7 Replace the *.vimp file extension with config specific extensions. 2010-10-01 02:43:02 +10:00
Doug Kearns 002522c179 Remove a couple of spurious files. 2010-10-01 01:18:08 +10:00
Doug Kearns 8911bedbd7 Remove a stale comment.
The visualbell popup no longer clears the command-line.

--HG--
extra : rebase_source : 0b661f2b1ff98eda15cf531aa060b54a7e8bf600
2010-09-30 16:51:59 +10:00
Doug Kearns db40a27d0e Fix the version string on the about:pentadactyl page.
--HG--
extra : rebase_source : ba2cbc680cdda61eb4212550aaff04d58dd1b5a4
2010-09-30 16:46:50 +10:00
Doug Kearns d7bf145acf Normalise the use of "Ex command" in the help files.
--HG--
extra : rebase_source : cff38cc5048c648485bca80031910c1712280b35
2010-09-30 15:30:23 +10:00
Kris Maglione 251e6ccef1 Fix revision 07791c4ab465 again. 2010-09-30 10:57:22 -04:00
Kris Maglione c5d3c22d8f Fix color scheme completion in the wake of revision 52c986d043c7. Closes issue #35. 2010-09-30 10:22:27 -04:00
Kris Maglione 08c582fc5c Fix last commit. 2010-09-30 10:15:42 -04:00
Kris Maglione fe429284d1 Fix completion for things like Cc[foo+"bar]; for a certain value of fix. 2010-09-30 09:54:46 -04:00
Kris Maglione 23458b23d8 Fix help page titles. 2010-09-30 08:55:54 -04:00
Kris Maglione 631abed98d Some fixes for stringmap option completion. 2010-09-29 20:30:57 -04:00
Kris Maglione d9200ebfa8 Use literal: 0 for :extadd. 2010-09-29 16:17:28 -04:00
Kris Maglione d2fedd67f7 Add addon download start message. Its absense makes me uncomfortable. 2010-09-29 15:39:12 -04:00
Kris Maglione 455059dd76 Remove :beep. 2010-09-29 15:36:55 -04:00
Kris Maglione aefe32934b Add install and installxpi targets to Makefile. Closes issue #27. 2010-09-29 14:16:37 -04:00
Kris Maglione 86607a2230 Add forgotten docs from last commit. Closes issue #29. 2010-09-29 13:35:49 -04:00
Kris Maglione 7f973be500 Add passwords and venkman dialogs. 2010-09-29 13:31:26 -04:00
Kris Maglione f7b99e9272 Fix some functions that used to use args.string. 2010-09-29 13:21:01 -04:00
Kris Maglione 47f5b5e9d9 Remove forgotten dumpStack statement. :( 2010-09-29 11:59:10 -04:00
Kris Maglione cdaf824d1f Don't close the MOW when it's clicked. 2010-09-29 11:50:59 -04:00