aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Enable webkit pagecache by defaultGravatar Lars-Dominik Braun2010-09-05
|
* install-example-data does not need the bin dirGravatar Dieter Plaetinck2010-08-25
| | | | | install-example-data does not need the bin dir fixes a bug introduced in 85d606d8ca8c717295cf
* Merge remote branch 'pawelz/gnuism'Gravatar Dieter Plaetinck2010-08-25
|\
* \ Merge branch 'master' of github.com:Dieterbe/uzblGravatar Dieter Plaetinck2010-08-25
|\ \
* | | Don't shell-interpret \@SELECTED_URI (fixes FS#240)Gravatar Paweł Zuzelski2010-08-05
| | |
| * | Don't shell-interpret \@SELECTED_URI (fixes FS#240)Gravatar Paweł Zuzelski2010-08-05
| | |
* | | Added DuckDuckGo to the list of search engines in the example configGravatar Mason Larobina2010-08-03
| | | | | | | | | | | | | | | More information here: http://www.uzbl.org/wiki/duckduckgo_as_search_engine
* | | Simplify backspace bugfixGravatar Mason Larobina2010-07-01
| | |
* | | Merge remote branch 'pawelz/keycmd-bs-bug' into experimentalGravatar Mason Larobina2010-07-01
|\ \ \
* | | | Revert "Adding new rule to ignore version file."Gravatar Mason Larobina2010-07-01
| |/ / |/| | | | | | | | | | | | | | | | | This reverts commit 44c80387726672abdec0108e7ae1791a8bed693c. Reason: This was something I was playing with and accidentally committed it to the wrong branch.
| * | Fix the backspace issue.Gravatar Paweł Zuzelski2010-07-01
| | | | | | | | | | | | | | | | | | There was a bug in keycmd plugin. When cursor was already at the begining of the string, ‘backspace’ key duplicated the content of prompt and set cursor position to negative value.
* | | Merge branch 'experimental'Gravatar Mason Larobina2010-06-26
|\ \ \
| | | * create bin dir if it does *NOT* existGravatar Paweł Zuzelski2010-06-12
| | | |
| | | * fixed regression introduced by 497a01b283266047d3496db14571be600a8d732dGravatar Paweł Zuzelski2010-06-11
| | | | | | | | | | | | | | | | i.e. fixed 'sed -i gnuism' fix
| | | * kill gnuismGravatar Paweł Zuzelski2010-06-11
| | | | | | | | | | | | | | | | install -D is gnuism. It is not supported on (at least) MacOS X and FreeBSD.
| | | * kill gnuizmGravatar Paweł Zuzelski2010-06-11
| | |/ | |/| | | | | | | | | | sed -i is gnuism and it doesn't work on MacOS X and possibly other UNIX systems. Reported by __monty__ on IRC, thanks.
| | * UZBL does not support SOCKS proxy!Gravatar Paweł Zuzelski2010-05-21
| |/ | | | | | | | | proxy_url is for HTTP proxy not for SOCKS proxy. BTW there is not need for SOCKS proxy support in UZBL since UZBL works great with tsocks tool.
* | Adding new rule to ignore version file.Gravatar Mason Larobina2010-05-03
| |
| * Add to the config the default mode config that was in the mode pluginGravatar Mason Larobina2010-04-11
| |
| * TOGGLE_MODES event was removed, update insert mode binds in config.Gravatar Mason Larobina2010-04-11
| |
| * merge in formfiller updatesGravatar Dieter Plaetinck2010-04-11
| |\
| * \ Merge remote branch 'kongo/experimental' into experimentalGravatar Dieter Plaetinck2010-04-11
| |\ \
| * \ \ Merge branch 'experimental' into em-upgradeGravatar Mason Larobina2010-04-11
| |\ \ \
| | * \ \ merge in mason/vim-extrasGravatar Dieter Plaetinck2010-04-10
| | |\ \ \
| | * \ \ \ Merge branch 'master' into experimentalGravatar Dieter Plaetinck2010-04-10
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | simplify uname command in useragent settingGravatar Dieter Plaetinck2010-04-10
| | | | | |
| | | | * | fix code style/typoGravatar kongo20022010-04-08
| | | | | |
| | | | * | check if soup_cookie could be parsed successfullyGravatar kongo20022010-04-07
| | | | | |
* | | | | | <Ctrl>[ should be escape-bound, not <Ctrl>]Gravatar Dieter Plaetinck2010-04-05
| | | | | |
| | * | | | <Ctrl>[ should be escape-bound, not <Ctrl>]Gravatar Dieter Plaetinck2010-04-05
| |/ / / / |/| | | |
| | * | | Re-categorise parts of the config to fit under less folded sectionsGravatar Mason Larobina2010-04-04
| | | | |
| | * | | vim ftplugin for uzbl, config section folding & improved vim syntax fileGravatar Gregor Uhlenheuer2010-04-04
| |/ / / |/| | |
| | * | Merge remote branch 'upstream/experimental' into experimentalGravatar kongo20022010-04-04
| | |\ \ | |_|/ / |/| | |
| * | | Require plugins have either a init, after or cleanup hook.Gravatar Mason Larobina2010-04-04
| | | |
| | * | add vim ftplugin file for uzbl configGravatar kongo20022010-04-04
| | | |
| | * | set 'iskeyword' local to bufferGravatar kongo20022010-04-04
| | | | | | | | | | | | | | | | | | | | This setting broke most of the syntax highlighting of files opened after the uzbl config file.
| * | | Huge plugin & event manager upgrades.Gravatar Mason Larobina2010-04-04
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Removed unused modules 2. Re-use event handlers with identical callbacks and args. 3. Removed plugin exceptions in favour of assertions. 4. Remove useless raw_keycmd and raw_bind config vars. 5. Implemented and use `after` and `cleanup` plugin hooks (correctly) 6. EM & plugins now use the python logging module to output messages 7. Null config items are removed automatically 8. Simpler mode plugin 9. The init plugins function is called after the INSTANCE_START event 10. New optparse option to silence event echoing to stdout 11. Close instance socket on INSTANCE_EXIT before event handling 12. Caught signals are logged 13. Show times on the messages in the log file 14. Refactor bind pluin to use uzbl.bindlet directly. 15. Refactor keycmd plugin to use uzbl.keycmd directly. 16. Refactored on_event plugin to use uzbl.on_events dict over UZBLS dict 17. Refactor completion plugin to use uzbl.completion set object. 18. Modified progress plugin to use config vars instead of `@progress k = v` 19. mode_config now a defaultdict(dict) (I.e. this allows you to `uzbl.mode_config[mode][var] = value` without needing to check `mode` is in the `uzbl.mode_config` dict). 20. Removed all default mode config values. 21. Removed all `get_mode()` and `set_mode(..)` functions (and the like). 22. Setting the mode is now done via the config object directly (I.e. `uzbl.config['mode'] = 'insert'`). 23. Uses the on_set plugin to watch for 'mode' and 'default_mode' config changes. 24. Don't raise the useless NEW_ON_SET event, missing ON_SET connect. 25. Plugin and EventHandler aren't suited as dict objects. 26. Also using collections.defaultdict(list) for uzbl.handlers dict. 27. Plugin `on_set.py` allows you to attach handlers to config var changes 28. Config plugin reduced to one `uzbl.config` dict-like object. 29. Update export and connect calls in plugins. 30. The functions connect, connect_dict, export, export_dict, require, logging are exported directly to the plugin namespace. 31. Moved parse_msg into Uzbl class. 32. Generally improved comments. 33. UzblEventDaemon now an object. 34. Various variable, function & class renames.
* | | add Alex Alexander and Cedric Staub to authors fileGravatar Dieter Plaetinck2010-04-03
| | |
* | | Merge branch 'master' of github.com:Dieterbe/uzblGravatar Dieter Plaetinck2010-04-03
|\ \ \
* | | | update README for removed download_handler/new_window variables, new ↵Gravatar Dieter Plaetinck2010-04-03
| | | | | | | | | | | | | | | | javascript_windows variable and clarified NEW_WINDOW event
| * | | Update the unit tests to allow periods in variable names.Gravatar Mason Larobina2010-04-04
|/ / /
| * | add second level folding for uzbl configGravatar kongo20022010-04-03
| | |
| * | refine vim syntax regexesGravatar kongo20022010-04-03
| | |
| * | add vim syntax based folding for uzbl configGravatar kongo20022010-04-03
| | |
| * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar kongo20022010-04-03
| |\ \ | |/ / |/| |
* | | Added James to the AUTHORS file.Gravatar Mason Larobina2010-04-03
| | |
* | | Allow notebook tab reordering in uzbl-tabbedGravatar James Campos2010-04-03
| | |
* | | Uncomment the second new window send_event function.Gravatar Mason Larobina2010-04-03
| | | | | | | | | | | | | | | This allows target blank anchors to work (and works so well that it opens two windows).
* | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-31
|\ \ \
| * | | Don't match keywords inside stringsGravatar Mason Larobina2010-03-31
| | | |