aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | 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
|
* Merge branch 'jscookies' of git://git.cssx.ch/forks/uzbl into experimentalGravatar Rob2010-03-22
|\ | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
* | fix double NEW_WINDOW emissionGravatar 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
| | |
* | | fix NEW_WINDOW behaviourGravatar Rob2010-03-12
| | |
* | | 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
|
* Update the default uzbl-core config to something useful.Gravatar Mason Larobina2010-01-31
|
* Merge branch 'master' into experimentalGravatar Dieter Plaetinck2010-01-27
|\
| * uzbl-browser: don't create new process for uzbl-coreGravatar Paweł Zuzelski2010-01-27
| | | | | | | | 'exec' uzbl-core in uzbl-browser script. There is no need to fork process.
* | mouse pointer eventsGravatar Igor Bogomazov2010-01-25
| |
* | check if feature is set before (un)setting featureGravatar Paweł Zuzelski2010-01-25
| | | | | | | | | | Don't try to set WEBKIT_TYPE_SOUP_AUTH_DIALOG in set_authentication_handler() if it is already set. Don't try to unset it if it is not set.
* | authentication_handler: empty stringGravatar Paweł Zuzelski2010-01-25
| | | | | | | | | | treat empty string as if var was not set also in handle_authentication() function.
* | handle empty/unset authentication_handlerGravatar Paweł Zuzelski2010-01-25
| | | | | | | | | | | | treat empty string as unset variable. don't try to read stdout, if there is no stdout (this fixes segv reported by Dieter).
* | 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
| | | | | | | | | | | | | | | | | | | | | | use webkit_major_version(), webkit_minor_version() and webkit_micro_version() functions to obtain webkit version instead of accessing WEBKIT_MAJOR_VERSION, WEBKIT_MINOR_VERSION and WEBKIT_MICRO_VERSION directly. WEBKIT_M*_VERSION are defined in header files included by uzbl code, so they contain WebKit version that uzbl was compiled against. webkit_m*_version() functions return WebKit version that is realy used at the moment.
| * Strip leading whitespaces from uri.Gravatar Paweł Zuzelski2010-01-12
| |