aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
Commit message (Expand)AuthorAge
...
| * | | | | | 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
| * | | | | | 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
| | * | | | move cookie handling into a subclass of SoupCookieJarGravatar Brendan Taylor2010-10-11
| |/ / / /
* | | | | Merge remote branch 'mathstuf/dev/cleanup-scripts' into HEADGravatar Brendan Taylor2010-10-11
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | fix memory leaks.Gravatar Brendan Taylor2010-10-06
| * | | | Print an error message if the environ failedGravatar Ben Boeckel2010-10-02
| * | | | Set up the environment with the util dirGravatar Ben Boeckel2010-10-02
| |/ / /
* / / / move cookie handling into a subclass of SoupCookieJarGravatar Brendan Taylor2010-09-30
|/ / /
| * / Enable webkit pagecache by defaultGravatar Lars-Dominik Braun2010-09-05
|/ /
| * initial fixes for gtk+-3.0Gravatar keis2010-08-20
|/
* fix code style/typoGravatar kongo20022010-04-08
* check if soup_cookie could be parsed successfullyGravatar kongo20022010-04-07
* Allow .'s in variable names.Gravatar Mason Larobina2010-03-23
* Add \t to invalid_chars also.Gravatar Mason Larobina2010-03-23
* Merge branch 'jscookies' of git://git.cssx.ch/forks/uzbl into experimentalGravatar Rob2010-03-22
|\
* | Don't grab focus when in plug mode (it messes with uzbl-tabbed focusing)Gravatar Mason Larobina2010-03-22
* | Fixed window.open and javascript links that open new windowsGravatar Jake Probst2010-03-22
* | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-22
|\ \
| * | FS#133 Add the tab character is not a valid variable name character.Gravatar Mason Larobina2010-03-21
* | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-21
|\| |
| * | Make the `uri` command a wrapper around `set uri = ..`Gravatar Mason Larobina2010-03-21
* | | remove obsolete new_window handler and fix some potential segfault issuesGravatar Rob2010-03-12
|/ /
| * Cleaned up cookie handling codeGravatar Cedric Staub2010-03-02
* | Merge branch 'experimental' of github.com:robm/uzbl into experimentalGravatar Mason Larobina2010-03-02
|\ \
| * | get rid of obsolete download_handlerGravatar Rob2010-03-01
| * | get rid of obsolete keycmd codeGravatar Rob2010-03-01
* | | Segfaulting when uzbl.behave.commands hash table already destroyed.Gravatar Mason Larobina2010-03-01
|/ /
* | fixed int to pointer comparision warningGravatar Rob2010-02-19
| * Use SoupCookieJar to handle JavaScript cookiesGravatar Cedric Staub2010-02-17
|/
* eval_js: print file where the error occuredGravatar Simon Lipp2010-02-14
* resource-request-startingGravatar Andrea Marchesini2010-02-13
* mouse pointer eventsGravatar Igor Bogomazov2010-01-25
* authentication_handler: empty stringGravatar Paweł Zuzelski2010-01-25
* handle empty/unset authentication_handlerGravatar Paweł Zuzelski2010-01-25
* merge in pawelz' authentication handler + some other fixesGravatar Dieter Plaetinck2010-01-24
|\
* | merge in experimentalGravatar Dieter Plaetinck2010-01-24
| * Merge remote branch 'Dieterbe/experimental' into experimentalGravatar Paweł Zuzelski2010-01-19
| |\ | |/ |/|
* | add a scrollbars_visible optionGravatar Simon Lipp2010-01-18
* | eval_js: catch non-object (int, string,...) exceptionsGravatar Simon Lipp2010-01-18
| * better way to check WebKit versionGravatar Paweł Zuzelski2010-01-12
| * Strip leading whitespaces from uri.Gravatar Paweł Zuzelski2010-01-12
| * fix double free in authentication_handlerGravatar Paweł Zuzelski2010-01-10