aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* Implement saving cookiesGravatar Evgeny Grablyk2009-05-05
|
* Run away from a terribly wrong approach.Gravatar Evgeny Grablyk2009-05-05
|
* Something's workingGravatar Evgeny Grablyk2009-05-04
|
* Some cookies.Gravatar Evgeny Grablyk2009-05-04
|
* somewhat cleaned up version of sm217s network stuffGravatar Dieter Plaetinck2009-05-01
|\
* | smarter history picking. first entry == current urlGravatar Dieter Plaetinck2009-05-01
| |
* | Merge commit 'any/master' into experimentalGravatar Dieter Plaetinck2009-05-01
|\ \
| | * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Evgeny Grablyk2009-05-01
| | |\ | |_|/ |/| |
| | * Add support for network settingsGravatar Evgeny Grablyk2009-05-01
| | | | | | | | | | | | | | | Proxy support. Sopport setting user-agent, max. connections number and such.
* | | no more need for /bin/shellnameGravatar Dieter Plaetinck2009-05-01
| | |
* | | due to socket addition, url is now $6Gravatar Dieter Plaetinck2009-05-01
| | |
| * | Use only 2 scrolling functionGravatar Premysl 'Anydot' Hruby2009-05-01
|/ /
* | scroll stuff, thx to jouz, with slight changesGravatar Premysl 'Anydot' Hruby2009-05-01
| |
* | Entering insert mode is now functionGravatar Premysl 'Anydot' Hruby2009-04-30
| |
* | multiple character bindingsGravatar Premysl 'Anydot' Hruby2009-04-30
|/
* Homepage function remove, it is substitued by uri "yourhomepagehere"Gravatar Premysl 'Anydot' Hruby2009-04-30
|
* Merge commit 'origin/master' into HEADGravatar Premysl 'Anydot' Hruby2009-04-30
|\ | | | | | | | | | | | | Conflicts: examples/configs/sampleconfig examples/configs/sampleconfig-dev uzbl.c
* | merging fifo support back in :/ experimental! (doesnt work)Gravatar Dieter Plaetinck2009-04-29
| |
* | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-29
|\ \ | | | | | | | | | | | | Conflicts: uzbl.c
| * \ merged from barrucaduGravatar Dieter Plaetinck2009-04-29
| |\ \
* | | | Changed fifo_dir to socket_dirGravatar Barrucadu2009-04-29
| |/ / |/| |
* | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-29
|\| | | | | | | | | | | | | | | | | Conflicts: examples/scripts/load_url_from_bookmarks.sh examples/scripts/load_url_from_history.sh
* | | Replaced FIFO interface with socket.Gravatar Barrucadu2009-04-29
| | |
| * | dmenu -i in example scriptsGravatar Dieter Plaetinck2009-04-29
|/ /
| * Merge bindings, new commandGravatar prema2009-04-28
| | | | | | | | | | | | merges external and internal binding, create new command spawn. in fifo and config file, separate command name and parameter via space. Now, there's only one command func. proto.
* | Tidied up settings loading code. Added home_page parameter to config, and ↵Gravatar Barrucadu2009-04-28
| | | | | | | | added go_home function.
* | Added 'exit' command (bound to 'k' by default).Gravatar Barrucadu2009-04-28
|/
* typo fix should fix bookmark loadingGravatar Dieter Plaetinck2009-04-27
|
* insert_bookmark related stuffGravatar Dieter Plaetinck2009-04-27
|
* reorganize/refactor example scripts/config / bookmark file etc so that its ↵Gravatar Dieter Plaetinck2009-04-27
easier for new users + separate config for development