aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* document slightly different branch usage + note about make tests in ↵Gravatar Dieter Plaetinck2009-11-29
| | | | contribute section
* Merge remote branch 'rob/experimental' into experimentalGravatar Dieter Plaetinck2009-11-23
|\
* | 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
| |
* | Fixed keycmd blanking issue.Gravatar Mason Larobina2009-11-21
| |
| * document BUITLINS eventGravatar Rob2009-11-20
|/
* Alpha keycmd completion plugin commit. A few bugs remaining.Gravatar Mason Larobina2009-11-21
|
* Merge branch 'experimental' of git://github.com/robm/uzbl into experimentalGravatar Mason Larobina2009-11-20
|\
| * generate BUITLINS event only once on startupGravatar Rob2009-11-20
| |
| * added "builtins" command and corresponding eventGravatar Rob2009-11-20
| |
* | Partial cleanup of TODO file.Gravatar Mason Larobina2009-11-20
| |
* | Delete .pyc files in the make clean target.Gravatar Mason Larobina2009-11-20
| |
* | 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
|
* Merge branch 'experimental' of git://github.com/robm/uzbl into experimentalGravatar 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
| * added search_clear commandGravatar Rob2009-11-19
| |
* | 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.
| * fix <space> in key press/releaseGravatar Rob2009-11-18
| |
| * better utf-8 handling with KEY_PRESS/RELEASEGravatar Rob2009-11-17
| |
* | Merge remote branch 'rob/experimental' into experimentalGravatar Dieter Plaetinck2009-11-14
|\|
| * add missing g_freeGravatar Rob2009-11-14
| |
| * convert KEY_PRESS/RELEASE to utf8Gravatar Rob2009-11-14
| |
| * guard g_strstplitGravatar Rob2009-11-12
| |
* | status_message is not a built-in variable anymore so the unit tests must use ↵Gravatar Dieter Plaetinck2009-11-12
| | | | | | | | another built-in variable for testing built-in variable stuff
* | Merge remote branch 'rob/experimental' into experimentalGravatar Dieter Plaetinck2009-11-12
|\|
| * remove obsolete statusbar codeGravatar Rob2009-11-12
| |
| * add command params to COMMAND_ERRORGravatar Rob2009-11-12
| |
| * added COMMAND_ERROR eventGravatar Rob2009-11-12
| |
* | doc fixGravatar Dieter Plaetinck2009-11-11
| |
* | 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
| | |
| * | Resolve uzbl-browser conflicts.Gravatar Mason Larobina2009-11-11
| |\ \ | |/ / |/| |
* | | readd comment that was accidentally removed in a recent mergeGravatar Dieter Plaetinck2009-11-11
| | |
* | | uniformize naming of helper python scriptsGravatar Dieter Plaetinck2009-11-11
| |/ |/|
* | added mouse binding example to configGravatar Rob2009-11-10
| |
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Rob2009-11-10
|\ \
* | | reworked mouse button eventsGravatar Rob2009-11-09
| | |
| | * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-11-08
| | |\ | | |/ | |/|
| * | authors file updateGravatar Dieter Plaetinck2009-11-08
| | |
| * | 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
| | * cookie_daemon.py needs to check for stale sockets in uzbl-browser.Gravatar Mason Larobina2009-11-08
| | |
| * | Merge remote branch 'np/scrolling-docs' into experimentalGravatar Dieter Plaetinck2009-11-08
| |\ \
| * \ \ Merge remote branch 'np/remove-old-scroll-commands' into experimentalGravatar Dieter Plaetinck2009-11-08
| |\ \ \
| * \ \ \ Merge remote branch 'np/more-scrolling' into experimentalGravatar Dieter Plaetinck2009-11-08
| |\ \ \ \