Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | don't crash when a download content-type can't be found | Brendan Taylor | 2011-01-16 |
| | |||
* | explicitly set geometry min_height (fixes a bug in the last commit) | Brendan Taylor | 2011-01-16 |
| | |||
* | don't make the window bigger to accomodate a long status_format | Brendan Taylor | 2011-01-13 |
| | |||
* | remove the vestiges of Uzbl.run | Brendan Taylor | 2011-01-13 |
| | |||
* | Merge remote branch 'keis/valgrind' into experimental | Brendan Taylor | 2011-01-06 |
|\ | |||
* \ | Merge remote branch 'keis/io-shutdown-fix' into experimental | Brendan Taylor | 2011-01-06 |
|\ \ | |||
* | | | split the status bar into left-aligned and right-aligned parts (thanks k0ral) | Brendan Taylor | 2011-01-06 |
| | | | |||
| | * | fix memory leak in search_text | keis | 2011-01-05 |
| |/ |/| | |||
| * | gerror fix in send_event_sockets | keis | 2011-01-05 |
| | | |||
| * | unref IOChannel after shutdown | keis | 2011-01-05 |
| | | |||
| * | print the error message received | keis | 2011-01-05 |
| | | |||
| * | clear GError before reusing | keis | 2011-01-05 |
| | | |||
* | | add accept_languages setting | Brendan Taylor | 2011-01-03 |
| | | |||
* | | Merge remote branch 'keis/gtk3' into experimental | Brendan Taylor | 2010-12-31 |
|\ \ | |/ |/| | | | | | Conflicts: Makefile | ||
* | | Merge branch 'experimental' into dev/script-args-in-env | Brendan Taylor | 2010-12-30 |
|\ \ | | | | | | | | | | | | | Conflicts: src/uzbl-core.c | ||
| * \ | Merge branch 'cleanup-Makefile' into experimental | Brendan Taylor | 2010-12-28 |
| |\ \ | |||
| * \ \ | Merge remote branch 'keis/valgrind' into experimental | Brendan Taylor | 2010-12-28 |
| |\ \ \ | |||
| | | | * | use gtk version check macro | keis | 2010-12-28 |
| | | |/ | |||
| | | * | add an ifdef for GTK3 scrollable changes | Brendan Taylor | 2010-12-27 |
| | | | | |||
| | | * | Merge remote branch 'keis/gtk3' into gtk3 | Brendan Taylor | 2010-12-27 |
| | |/| | |/| | | |||
| * | | | fix warnings when building uzbl-core.c | Brendan Taylor | 2010-12-23 |
| | | | | |||
| * | | | add sync_spawn_exec command | keis | 2010-12-18 |
| | | | | | | | | | | | | | | | | | | | | this command will execute the lines written by the program as uzbl-commands | ||
| * | | | free old value of sync_stdout before overwriting | keis | 2010-12-18 |
| | | | | |||
| * | | | refactor spawn-functions | keis | 2010-12-18 |
| | | | | | | | | | | | | | | | | | | | | added generic functions spawn and spawn_sh wrapped by spawn_sync,spawn_async,spawn_sh_sync and spawn_sh_async | ||
| * | | | bring it all together | keis | 2010-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 | ||
| | * | | fix leak in parse_command | keis | 2010-12-14 |
| | | | | |||
| | * | | fix leak in get_click_context | keis | 2010-12-14 |
| | | | | |||
| | * | | fix leak in add_to_menu | keis | 2010-12-14 |
| | | | | |||
| * | | | cookies rework | keis | 2010-12-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * send events on cookie changes * add command to add a new cookie parses same syntax as events no ADD_COOKIE event is raised for these cookies * add command to delete a cookie parses same syntax as events, ignoring everything after 5th argument no DELETE_COOKIE event is raised for these cookies | ||
| * | | | make split_quoted split on tab | keis | 2010-12-11 |
| | | | | |||
| * | | | if a fifo/socket already exists, check if it's occupied and attach ourselves ↵ | Brendan Taylor | 2010-12-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | to it if it's not. this allows us to skip cleanup when we crash. | ||
| * | | | Merge branch 'fix-oiinw' into experimental | Brendan Taylor | 2010-12-03 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'dev/in-webkit-downloads' into experimental | Brendan Taylor | 2010-12-03 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/data/scripts/download.sh | ||
| * \ \ \ \ | Merge branch 'dev/scroll-percentage-by-scrollbars' into experimental | Brendan Taylor | 2010-12-03 |
| |\ \ \ \ \ | |||
| | * | | | | | fix event name typo | Brendan Taylor | 2010-12-03 |
| | | | | | | | |||
| | | * | | | | let webkit handle downloads (breaks backward compatibility) | Brendan Taylor | 2010-12-03 |
| | | | |/ / | | | |/| | | |||
| | | | * | | remove selected_url logic from create_web_view_cb. fixes FS#130 and FS#214. | Brendan Taylor | 2010-12-01 |
| | |_|/ / | |/| | | | |||
* | | | | | remove the positional arguments entirely (breaks backward compatibility) | Brendan Taylor | 2010-12-01 |
| | | | | | |||
| * | | | | set config @prefix based on uzbl-browser's PREFIX | Brendan Taylor | 2010-12-01 |
| | | | | | |||
| * | | | | remove parseenv(). | Brendan Taylor | 2010-11-30 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | it's not documented, it doesn't do anything that @(echo $X)@ can't, and it's not very efficient (it iterates through the entire environment every time an event is sent) | ||
| | | * | use GtkScrollable interface | keis | 2010-11-30 |
| | | | | |||
| | | * | Merge branch 'master' of git://github.com/Dieterbe/uzbl into gtk3 | keis | 2010-11-30 |
| | | |\ | | | |/ | | |/| | | | | | | | | | Conflicts: Makefile | ||
* | | | | $UZBL_URL -> $UZBL_URI (for consistency with the rest of our interface) | Brendan Taylor | 2010-11-29 |
| | | | | |||
* | | | | add UZBL_CONFIG, UZBL_PID, UZBL_XID, UZBL_FIFO, UZBL_SOCKT, UZBL_URL and ↵ | Brendan Taylor | 2010-11-29 |
| |/ / |/| | | | | | | | | UZBL_TITLE env variables | ||
* | | | Merge branch 'dev/cleanup-scripts' | Brendan Taylor | 2010-11-21 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: src/uzbl-browser | ||
| * | | | set UZBL_UTIL_DIR in uzbl-browser, get rid of the scripts_util_dir variable | Brendan Taylor | 2010-11-21 |
| | | | | |||
* | | | | uzbl-browser: quote paths properly | Brendan Taylor | 2010-11-21 |
| | | | | |||
* | | | | uzbl-browser: add UZBL_COOKIE_DAEMON and UZBL_EVENT_MANAGER variables | Brendan Taylor | 2010-11-21 |
| | | | | |||
* | | | | change disable_pagecache to enable_pagecache (i was wrong about webkit's ↵ | Brendan Taylor | 2010-11-15 |
| | | | | | | | | | | | | | | | | default) | ||
* | | | | fix the status bar in uzbl-tabbed | Brendan Taylor | 2010-11-14 |
| | | | |