aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
...
| | * Merge branch 'master' into mode-bindsGravatar Mason Larobina2009-12-13
| | |\ | |_|/ |/| |
| | * Unbreak <prompt!command> stack binds.Gravatar Mason Larobina2009-12-12
| | |
| | * Initial commit of mode binding support.Gravatar Mason Larobina2009-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of changes: 1. Use an object to track the per instance bind status/state instead of a dict. 2. Added support for <prompt!command> stack syntax. 3. Stack finding regex now supports dumb-quoting of prompt also. 4. Mode bind event syntax is "MODE_BIND <modes> <bind> = <command>" 4. Added legacy support for BIND event and bind function. 5. Mode binds can be bound to multiple modes at once. 6. Mode exclusion supported (i.e. "MODE_BIND global,-insert ..."). 7. Fixed keycmd ghosting after entering stack mode. 8. Added examples to bind functions.
| * | support executing commands both through shell and directlyGravatar Dieter Plaetinck2009-12-06
| | |
* | | Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2009-12-07
|\| | | |/ |/|
| * Merge branch 'master' into experimentalGravatar Dieter Plaetinck2009-12-06
| |\
* | | Left in unused pprint lib.Gravatar Mason Larobina2009-12-06
| |/ |/|
* | Multiple stack binds that have the same prefix now work.Gravatar Mason Larobina2009-12-06
| |
* | Standardise expansion across plugins.Gravatar Mason Larobina2009-12-06
| |
| * fix deprecated command. fixes FS#139Gravatar Dieter Plaetinck2009-12-05
| |
* | Updated <Button2> binding to use the new @jsh helper.Gravatar Mason Larobina2009-12-05
| |
* | Added @jsh JavaScript helper variable.Gravatar Mason Larobina2009-12-05
| |
* | Fixed problem with keys persisting after their release events.Gravatar Mason Larobina2009-12-04
| |
* | Renamed {MOD,KEY}CMD_CLEAR to {MOD,KEY}CMD_CLEARED to reduce confusion.Gravatar Mason Larobina2009-12-04
| |
* | The MODE_CONFIG event was triggering itself in the bind plugin.Gravatar Mason Larobina2009-12-03
| |
* | Was raising an exception that didn't exist.Gravatar Mason Larobina2009-12-03
| |
* | Pylint rating of the EM raised to 9.38/10.Gravatar Mason Larobina2009-12-01
| |
* | Keycmd and mode plugin config setting optimisations.Gravatar Mason Larobina2009-12-01
| |
* | TOGGLE_MODES is not a configuration event so use the event function.Gravatar Mason Larobina2009-12-01
| |
* | Added example in the config to reset the keycmd on page navigation.Gravatar Mason Larobina2009-12-01
| |
* | Made force default to False and added config attribute.Gravatar Mason Larobina2009-12-01
| |
* | Use builtin and default library functions over custom functions.Gravatar Mason Larobina2009-12-01
|/
* Move @scroll_section to the end of the status_bar to make it less jumpy.Gravatar Mason Larobina2009-12-01
|
* added scroll-percentage.js and config exampleGravatar Rob2009-11-30
|
* Stripped some weird utf8 characters (\xc2\xa0) from extedit.jsGravatar Mason Larobina2009-11-30
|
* rename editor var to external_editorGravatar Rob2009-11-30
|
* added extedit.js and config examples for itGravatar Rob2009-11-30
|
* Fix security holesGravatar Andy Spencer2009-11-29
|
* remove old/deprecated scriptsGravatar Dieter Plaetinck2009-11-29
|
* Clear keycmd & modcmd on mode change.Gravatar Mason Larobina2009-11-29
|
* Revert "Merge branch 'security' of git://lug.rose-hulman.edu/~spenceal/uzbl ↵Gravatar Mason Larobina2009-11-29
| | | | | | | into experimental" This reverts commit e1ffb7652d256efdbb7a145f39b0289ebb523d34, reversing changes made to f7eeee9955f99d4acbfc90c7dc00b50767a15e07.
* Repair command insert toggle.Gravatar Mason Larobina2009-11-29
|
* Merge branch 'modkey-addition' into experimentalGravatar Mason Larobina2009-11-29
|\
* | Correctly implemented stack mode usage in the bind plugin.Gravatar Mason Larobina2009-11-29
| | | | | | | | | | | | Using the stack mode in the bind plugin is required when using a stack bind in a mode with "set keycmd_events = 0" and "set forward_keys = 1" otherwise no keycmd input would work.
* | Add force option to set in config plugin.Gravatar Mason Larobina2009-11-29
| |
* | Refactor mode plugin, remove load_reset function.Gravatar Mason Larobina2009-11-29
| |
* | Remove typo.Gravatar Mason Larobina2009-11-28
| |
| * Added modkey addition to keycmd plugin.Gravatar Mason Larobina2009-11-28
|/ | | | | | We are now able to remove the hardcoded "<Shift>+<Tab> -> <Shift-Tab>" and "<Shift>+<Ctrl> -> <Meta>" modkey transformations from the key_press and key_release functions.
* Removed stack mode requirement for stacked bindings in bind plugin.Gravatar Mason Larobina2009-11-26
|
* Forgot to clear the keycmd if no default value being set.Gravatar Mason Larobina2009-11-25
|
* Show the completion list before completing when partial in hints list.Gravatar Mason Larobina2009-11-25
|
* Set completions also complete the '='.Gravatar Mason Larobina2009-11-25
|
* Complete partials as variables when preceded with 'set '.Gravatar Mason Larobina2009-11-25
|
* Use js for conditional <Button2> binding & fix \wiki bind.Gravatar Mason Larobina2009-11-25
|
* Revert stupid idea of using %@ instead of %s.Gravatar Mason Larobina2009-11-24
|
* Merge branch 'security' of git://lug.rose-hulman.edu/~spenceal/uzbl into ↵Gravatar Mason Larobina2009-11-24
|\ | | | | | | | | | | | | experimental Conflicts: examples/data/uzbl/scripts/scheme.py
* | Fixed extreme security hole in scheme.py allowing arbitrary commandGravatar Mason Larobina2009-11-24
| | | | | | | | execution on the users pc.
* | Indent event printing & strip outgoing commands.Gravatar Mason Larobina2009-11-24
| |
* | Mode plugin cleanup & removed hardcoded KEY_PRESS action.Gravatar Mason Larobina2009-11-24
| |
* | Fixed ':_' binding in the config.Gravatar Mason Larobina2009-11-24
| |