aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* 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.
| | * Enable webkit pagecache by defaultGravatar Lars-Dominik Braun2010-09-05
| |/ |/|
| * Fix crash on "Open Image in New Window" (FS#231).Gravatar Daiki Ueno2010-09-02
|/ | | | | | | - create_web_view_js2_cb(): don't destroy web_view if uri is not a "javascript:" URI. - create_web_view_js_cb(): fix g_object_connect() call which must terminate with a NULL signal name.
* fix code style/typoGravatar kongo20022010-04-08
|
* check if soup_cookie could be parsed successfullyGravatar kongo20022010-04-07
|
* 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).
* Allow .'s in variable names.Gravatar Mason Larobina2010-03-23
|
* Add \t to invalid_chars also.Gravatar Mason Larobina2010-03-23
|