aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
...
* 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
| |
* | Remove redundant print in bind.Gravatar Mason Larobina2009-11-24
| |
* | Put whitespace around modcmd.Gravatar Mason Larobina2009-11-24
| |
* | Added in distinction between START_COMPLETION events and keycmd updates.Gravatar Mason Larobina2009-11-24
| |
* | Respect the keycmd_updates var and don't raise KEYCMD_UPDATES at all.Gravatar Mason Larobina2009-11-23
| |
| * Fix security holesGravatar Andy Spencer2009-11-23
| | | | | | | | | | | | | | | | | | * Please be careful when using eval, you rarely need it. * There might be more issues, I haven't checked any of the bigger python scripts, plugins, or the C code. Signed-off-by: Andy Spencer <andy753421@gmail.com>
* | Fixed keycmd blanking issue.Gravatar Mason Larobina2009-11-21
| |
* | Alpha keycmd completion plugin commit. A few bugs remaining.Gravatar Mason Larobina2009-11-21
| |
* | Fix comment in config.Gravatar Mason Larobina2009-11-19
| |
* | Remove test ignore from config.Gravatar Mason Larobina2009-11-19
| |
* | Added key ignoring by glob pattern and modmapping cleanup.Gravatar Mason Larobina2009-11-19
| |
* | Allow single character modkeys using modmaps.Gravatar Mason Larobina2009-11-19
| | | | | | | | | | | | | | Example: @modmap <Control> <C> @modmap <Alt> <A> @bind <C>q = exit
* | General bugfixes in the bind plugin.Gravatar Mason Larobina2009-11-19
| | | | | | | | | | | | | | | | | | | | 1. Use sets in the keycmd plugin for the held list. 2. Remove the bind filter function in the bind plugin. 3. Compare the mod_cmd and keylet.held sets instead of using a string comparison to determine if the user is holding down the correct modkeys for any given bind. 4. Raise exceptions instead of printing errors in the bind plugin. 5. Raise the builtin SyntaxError exception for parsing failures.
* | simplify PREFIX logic in EMGravatar Dieter Plaetinck2009-11-11
| |
* | Merge remote branch 'mason/experimental' into experimentalGravatar Dieter Plaetinck2009-11-11
|\ \
| * | Remove useless event manager imports.Gravatar Mason Larobina2009-11-11
| | |
| * | Remove useless echo command in on_event.pyGravatar Mason Larobina2009-11-11
| | |
| * | Give all instances access to the global config dict.Gravatar Mason Larobina2009-11-11
| | |
* | | correctly handle potentially different prefix in sample/default configGravatar Dieter Plaetinck2009-11-11
|/ /
* | uniformize naming of helper python scriptsGravatar Dieter Plaetinck2009-11-11
| |
* | added mouse binding example to configGravatar Rob2009-11-10
| |
* | scroll stuff: update unit tests + remove bindings that (may) conflict with ↵Gravatar Dieter Plaetinck2009-11-08
| | | | | | | | keycmd or are not needed + better default behavior for pageup and pagedown
* | Merge remote branch 'np/scrolling-docs' into experimentalGravatar Dieter Plaetinck2009-11-08
|\ \ | |/ |/|
* | Added INJECT_KEYCMD and APPEND_KEYCMD events in keycmd.pyGravatar Mason Larobina2009-11-04
| |
* | Fixed <Escape> binding.Gravatar Mason Larobina2009-11-04
| |
* | Improved support for prompts with default values in bind plugin.Gravatar Mason Larobina2009-11-03
| |
* | Merge branch 'prompt' of git://github.com/keis/uzbl into promptGravatar Mason Larobina2009-11-03
|\ \
* | | Always convert relative paths to full paths in the EM.Gravatar Mason Larobina2009-11-03
| | |