aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data
Commit message (Collapse)AuthorAge
...
| * | formfiller: use the util dir for file location, editor and dmenu configGravatar Brendan Taylor2011-02-16
| | |
| * | add taylanub's formfiller as-isGravatar Brendan Taylor2011-02-16
| | |
| | * support quoted events in a few more placesGravatar keis2011-02-15
| | | | | | | | | | | | | | | * downloads * on_event handlers
| | * use string_escape to remove \-escapesGravatar keis2011-02-15
| | | | | | | | | | | | unicode_escape fails on non-ascii chars.
| | * don't escape in Config.setGravatar keis2011-02-15
| | | | | | | | | | | | | | | escapes should be done by caller checks for plain newline as these would break stuff
| | * move common function related to escaping to PluginGravatar keis2011-02-15
| | |
| | * grok quoted strings in a select places in the emGravatar keis2011-02-15
| |/
| * correct per-site-settings exampleGravatar Brendan Taylor2011-02-14
| |
| * Merge commit '6a737a7137' (keis/intcookies) into experimentalGravatar Brendan Taylor2011-02-14
| |\ | | | | | | | | | | | | Conflicts: docs/README.uzbl-event-manager
| * | tidying after the history branch mergeGravatar Brendan Taylor2011-02-14
| | |
| * | clear keycmd after following link in follow.shGravatar keis2011-01-23
| | |
| * | disable keycmd reset on mode changeGravatar keis2011-01-23
| | | | | | | | | | | | | | | | | | * makes history search work * adds new KEYCMD_CLEAR event * configure to clear keycmd on ESCAPE event
| | * multiple components/re -pairs in cookie filtersGravatar keis2011-01-17
| | |
| | * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into intcookiesGravatar keis2011-01-17
| | |\ | |_|/ |/| | | | | | | | Conflicts: Makefile
| * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into historyGravatar keis2011-01-17
| |\ \ | |/ / |/| |
| * | fix bug in history searchGravatar keis2011-01-11
| | | | | | | | | | | | disable keycmd set in search as this will not work from stacked bindings
* | | Correctly updates URI and tab title of each uzbl instance.Gravatar koral2011-01-10
| | |
| * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into historyGravatar keis2011-01-01
| |\ \ | |/ / |/| |
* | | support the dmenu-4.2.1 tok patchGravatar Brendan Taylor2010-12-31
| | |
| | * malformed cookie rows pass through deleteGravatar keis2011-01-01
| | |
* | | remove positional argument support from examplesGravatar Brendan Taylor2010-12-30
| | |
* | | Merge branch 'experimental' into dev/script-args-in-envGravatar Brendan Taylor2010-12-30
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/uzbl-core.c
| | | * remove example cookie daemonsGravatar Brendan Taylor2010-12-28
| | |/ | |/|
| * | change open mode for writing cookies to 'a'Gravatar Brendan Taylor2010-12-28
| | |
| * | WHITE/BLACKLIST_COOKIE regexp matches anywhere in the string (instead of ↵Gravatar Brendan Taylor2010-12-24
| | | | | | | | | | | | only from start)
| * | add cookie whitelisting, document BLACKLIST_COOKIE and WHITELIST_COOKIE eventsGravatar Brendan Taylor2010-12-22
| | |
| * | put session cookies in fileGravatar keis2010-12-18
| | |
| * | use sync_spawn_exec to load cookiesGravatar keis2010-12-18
| | |
| * | should open file with a+ when writing cookiesGravatar keis2010-12-18
| | |
| * | basic blacklisting in cookies pluginGravatar keis2010-12-17
| | |
| * | bring it all togetherGravatar keis2010-12-17
| | | | | | | | | | | | | | | | | | | | | add script that loads all cookies from a file by calling add_cookie disable cookie_handler in config call load_cookies.sh from config don't start cookie daemon in uzbl-browser
| * | keep session cookies in em pluginGravatar keis2010-12-17
| | |
| * | cookie forwarder as EM pluginGravatar keis2010-12-13
| | | | | | | | | | | | persistance to mozilla cookies.txt format
| * | p-s-s: use UZBL_* vars instead of positional argumentsGravatar Brendan Taylor2010-12-06
| | |
| * | add per-site-settings example configuration with pipermail navigation userscriptGravatar Brendan Taylor2010-12-06
| | |
| * | update per-site-settings documentationGravatar Brendan Taylor2010-12-06
| | |
| * | Merge remote branch 'mathstuf/dev/per-site-settings' into dev/per-site-settingsGravatar Brendan Taylor2010-12-05
| |\ \
| | * | Use elif since it's mutually exclusive anywaysGravatar Ben Boeckel2010-12-04
| | | |
| | * | The indentation is set later anywaysGravatar Ben Boeckel2010-12-04
| | | |
| | * | No need for temporary variables hereGravatar Ben Boeckel2010-12-04
| | | |
| | * | Add a missing colonGravatar Ben Boeckel2010-12-04
| | | |
| | * | Sockets have a send, not a write, methodGravatar Ben Boeckel2010-12-04
| | | |
| | * | Parse the line even if the indent is zeroGravatar Ben Boeckel2010-12-04
| | | |
| | * | Strip the line properlyGravatar Ben Boeckel2010-12-04
| | | |
| * | | per-site-settings.py obsoletes the userscript examplesGravatar Brendan Taylor2010-12-03
| | | |
| * | | Merge branch 'experimental' into dev/per-site-settingsGravatar Brendan Taylor2010-12-03
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: examples/data/scripts/download.sh
| | | * | display active downloads in the status barGravatar Brendan Taylor2010-12-03
| | | | |
| | | * | let webkit handle downloads (breaks backward compatibility)Gravatar Brendan Taylor2010-12-03
| | | | |
| | * | | Merge commit '081c95' into experimentalGravatar Brendan Taylor2010-12-01
| | |\ \ \