aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | | remove the positional arguments entirely (breaks backward compatibility)Gravatar Brendan Taylor2010-12-01
| | | | |
| * | | | set config @prefix based on uzbl-browser's PREFIXGravatar Brendan Taylor2010-12-01
| | | | |
| * | | | remove parseenv().Gravatar Brendan Taylor2010-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 interfaceGravatar keis2010-11-30
| | | |
| | | * Merge branch 'master' of git://github.com/Dieterbe/uzbl into gtk3Gravatar keis2010-11-30
| | | |\ | | | |/ | | |/| | | | | | | | | Conflicts: Makefile
* | | | $UZBL_URL -> $UZBL_URI (for consistency with the rest of our interface)Gravatar Brendan Taylor2010-11-29
| | | |
* | | | add UZBL_CONFIG, UZBL_PID, UZBL_XID, UZBL_FIFO, UZBL_SOCKT, UZBL_URL and ↵Gravatar Brendan Taylor2010-11-29
| |/ / |/| | | | | | | | UZBL_TITLE env variables
* | | Merge branch 'dev/cleanup-scripts'Gravatar Brendan Taylor2010-11-21
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/uzbl-browser
| * | | set UZBL_UTIL_DIR in uzbl-browser, get rid of the scripts_util_dir variableGravatar Brendan Taylor2010-11-21
| | | |
* | | | uzbl-browser: quote paths properlyGravatar Brendan Taylor2010-11-21
| | | |
* | | | uzbl-browser: add UZBL_COOKIE_DAEMON and UZBL_EVENT_MANAGER variablesGravatar Brendan Taylor2010-11-21
| | | |
* | | | change disable_pagecache to enable_pagecache (i was wrong about webkit's ↵Gravatar Brendan Taylor2010-11-15
| | | | | | | | | | | | | | | | default)
* | | | fix the status bar in uzbl-tabbedGravatar Brendan Taylor2010-11-14
| | | |
* | | | Merge commit '9611080ef53ab8e45a4b'Gravatar Brendan Taylor2010-11-13
|\ \ \ \
* \ \ \ \ Merge branch 'dev/soup-cookied'Gravatar Brendan Taylor2010-11-13
|\ \ \ \ \
| * | | | | replace uzbl-cookie-daemon with uzbl-cookie-manager in uzbl-browser, also ↵Gravatar Brendan Taylor2010-11-13
| | | | | | | | | | | | | | | | | | | | | | | | cleanup some outdated comments in u-b
* | | | | | Merge branch 'dev/soup-cookied'Gravatar Brendan Taylor2010-11-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile
* | | | | | Merge branch 'dev/fix-deprecated-signals'Gravatar Brendan Taylor2010-11-05
|\ \ \ \ \ \
| * | | | | | use notify::title instead of title-changedGravatar Brendan Taylor2010-11-05
| | | | | | |
| | * | | | | moved for_each_line_in_file into util.cGravatar Brendan Taylor2010-11-02
| | | | | | |
| | * | | | | get rid of read_file_by_lineGravatar Brendan Taylor2010-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config files no longer have to be read entirely into memory, and external javascript no longer does pointless reallocations
* | | | | | | Merge branch 'dev/cookie-jar-fixes'Gravatar Brendan Taylor2010-10-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h src/cookie-jar.c
| * | | | | | | if no handler is set, fall back to the internal soup cookie jarGravatar Brendan Taylor2010-10-31
| | | | | | | |
| | | * | | | | add uzbl-cookie-managerGravatar Brendan Taylor2010-10-31
| | | | | | | |
| | | * | | | | split off some generic functions into util.cGravatar Brendan Taylor2010-10-29
| | |/ / / / / | |/| | | | |
| | * | | | | use notify::load-status instead of deprecated load* signalsGravatar Brendan Taylor2010-10-26
| | | | | | |
* | | | | | | Merge branch 'dev/status-fixes'Gravatar Brendan Taylor2010-10-24
|\ \ \ \ \ \ \
| * | | | | | | fix title update logicGravatar Brendan Taylor2010-10-24
| | | | | | | |
* | | | | | | | Merge branch 'dev/scroll-percentage-by-scrollbars'Gravatar Brendan Taylor2010-10-22
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Use SCROLL_VERT event to handle scroll percentageGravatar Ben Boeckel2010-10-22
| | | | | | | |
| * | | | | | | Add SCROLL_VERT and SCROLL_HORIZ eventsGravatar Ben Boeckel2010-10-22
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'dev/status-fixes'Gravatar Brendan Taylor2010-10-21
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | don't update title and status if the main window doesn't exist.Gravatar Brendan Taylor2010-10-21
| | | | | | |
* | | | | | | Merge branch 'dev/status-fixes'Gravatar Brendan Taylor2010-10-21
|\| | | | | |
| * | | | | | only set the window title if it's actually changed.Gravatar Brendan Taylor2010-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes weird hangs in xmonad
| * | | | | | don't parse and set status background every time the status bar is redrawnGravatar Brendan Taylor2010-10-21
| |/ / / / /
* | | | | | Add show_inspector commandGravatar Michael Raskin2010-10-16
| | | | | |
| | * | | | fix a memory leak in the cookie jarGravatar Brendan Taylor2010-10-11
| | | | | |
| | * | | | move cookie handling into a subclass of SoupCookieJarGravatar Brendan Taylor2010-10-11
| |/ / / / | | | | | | | | | | | | | | | this cleans up the code and slightly improves efficiency.
* | | | | Merge remote branch 'mathstuf/dev/cleanup-scripts' into HEADGravatar Brendan Taylor2010-10-11
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: (bashisms) examples/data/scripts/formfiller.sh examples/data/scripts/insert_bookmark.sh examples/data/scripts/instance-select-wmii.sh
* | | | | Merge remote branch 'mathstuf/dev/warn-on-no-config'Gravatar Brendan Taylor2010-10-11
|\ \ \ \ \
* \ \ \ \ \ Merge remote branch 'ueno/master'Gravatar Brendan Taylor2010-10-08
|\ \ \ \ \ \
* | | | | | | oops, memory leak fixes introduced a double free. fixed.Gravatar Brendan Taylor2010-10-08
| | | | | | |
* | | | | | | give javascript cookie requests a "/" pathGravatar Brendan Taylor2010-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (instead of the blank path they had for some reason, which was causing uzblcookied to ignore requests)
* | | | | | | fix memory leaks.Gravatar Brendan Taylor2010-10-06
| | | | | | |
* | | | | | | fix a memory leak in the cookie jarGravatar Brendan Taylor2010-10-06
| | | | | | |
| | * | | | | Use the global configuration as a fallbackGravatar Ben Boeckel2010-10-02
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | First check if there isn't a global config. If there isn't *then* we can fail. If there is and the copy fails, at least run with the global configuration.
| | | * | | Print an error message if the environ failedGravatar Ben Boeckel2010-10-02
| | | | | |
| | | * | | Set up the environment with the util dirGravatar Ben Boeckel2010-10-02
| | |/ / / | | | | | | | | | | | | | | | | | | | | The new scripts require that the utility directory be set through the environment. Add a function which sets it up.
* | / / / move cookie handling into a subclass of SoupCookieJarGravatar Brendan Taylor2010-09-30
| |/ / / |/| | | | | | | | | | | this cleans up the code and slightly improves efficiency.