aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
Commit message (Collapse)AuthorAge
...
| * | Fixed array bug.Gravatar Olof-Joachim Frahm2011-03-21
| | | | | | | | | | | | | | | When e.g. spawn_sh modifies the array, invalid stuff is send to the python script, which then breaks while decoding them.
| | * fix clear_cookies warningGravatar keis2011-03-17
| |/
| * Merge branch 'clear-cookies' of git://github.com/keis/uzbl into experimentalGravatar Brendan Taylor2011-03-13
| |\
* | | Merge branch 'experimental' into scrollbarsGravatar Brendan Taylor2011-03-12
|\| |
| * | gtk3: don't render a useless window resizing gripGravatar Brendan Taylor2011-03-12
| | |
* | | set_webview_scroll_adjustments is pointless nowGravatar Brendan Taylor2011-03-12
| | |
* | | remove some duplicated code in scroll_cmdGravatar Brendan Taylor2011-03-12
| | |
| | * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clear-cookiesGravatar keis2011-03-12
| | |\ | | |/ | |/|
* | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into scrollbarsGravatar keis2011-03-05
|\| |
| * | change @uri when the fragment identifier changesGravatar Brendan Taylor2011-03-05
| | |
| * | Merge branch 'fix_mem_leak_in_parse_command_parts' of ↵Gravatar Brendan Taylor2011-02-28
| |\ \ | | | | | | | | | | | | git://github.com/felher/uzbl into experimental
| | | * add clear_cookies commandGravatar keis2011-02-28
| | |/ | |/|
| * | check that 'result' is set in eval_js before assigning anything to itGravatar Brendan Taylor2011-02-26
| | |
| * | add current_encoding variableGravatar Brendan Taylor2011-02-25
| | |
* | | fix phantom scrollbarsGravatar keis2011-02-25
|/ /
* | Merge remote-tracking branch 'jakeprobst/imagemenuitem-fix' into experimentalGravatar Brendan Taylor2011-02-20
|\ \ | | | | | | | | | | | | Conflicts: src/uzbl-core.h
| | * fix memory leak in parse_command_partsGravatar Felix Herrmann2011-02-21
| |/ |/|
* | fix crash when using uri without argumentGravatar keis2011-02-19
| |
| * menu_image_add is now not totally useless and gives the image url as an argumentGravatar Jake Probst2011-02-17
| |
* | Merge branch 'escaped_events' into experimentalGravatar Brendan Taylor2011-02-17
|\ \ | | | | | | | | | | | | Conflicts: src/util.c
| * | minor refactor of VARIABLE_SET event codeGravatar Brendan Taylor2011-02-17
| | |
* | | fix 'print' on stdinGravatar Brendan Taylor2011-02-17
| | |
* | | further tidying of utility functionsGravatar Brendan Taylor2011-02-15
| | |
| * | assert that NAME arguments are valid namesGravatar keis2011-02-15
| | |
| * | quote and escape strings in eventsGravatar keis2011-02-15
| | |
| * | format event strings in send_eventGravatar keis2011-02-15
|/ / | | | | | | | | send_event now takes a null terminated type, value sequence as arguments vsend_event does the same thing but takes a va_list with arguments.
* | replace itos() with g_strdup_printf()Gravatar Brendan Taylor2011-02-15
| |
* | Merge commit 'f25d19c0' into experimentalGravatar Brendan Taylor2011-02-14
|\ \
| * | fix a crash when executing a nonexistent commandGravatar Brendan Taylor2011-02-14
| | |
* | | Merge branch 'experimental' into cleaning-commentingGravatar Brendan Taylor2011-02-14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/uzbl-core.c src/uzbl-core.h
| * | | Merge commit '99961c4' (last_result) into experimentalGravatar Brendan Taylor2011-02-14
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cookie-jar.c src/uzbl-core.c
| * | | Merge commit '6a737a7137' (keis/intcookies) into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: docs/README.uzbl-event-manager
| * \ \ \ Merge branch 'static-analysis' into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Moves additionnal utility functions to util.c.Gravatar koral2011-02-10
| | | | |
* | | | | Moves I/O functions to a dedicated source file.Gravatar koral2011-02-10
| | | | |
* | | | | Moves menu functions in a dedicated source file.Gravatar koral2011-02-10
| | | | |
* | | | | Moves some utility functions to util.c.Gravatar koral2011-02-10
| | | | |
* | | | | Cleans/comments uzbl-core.c.Gravatar koral2011-02-03
| | | | |
* | | | | Cleans and reorders initialization elements.Gravatar koral2011-02-03
|/ / / /
| | * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into intcookiesGravatar keis2011-01-17
| | |\ \ | |_|/ / |/| | | | | | | | | | | Conflicts: Makefile
* | | | explicitly set geometry min_height (fixes a bug in the last commit)Gravatar Brendan Taylor2011-01-16
| | | |
| | | * kill run_handler, inject_handler_args, strfree and sync_stdoutGravatar Brendan Taylor2011-01-14
| | | |
| | | * add a variable @_ that expands to the result of the last sync commandGravatar Brendan Taylor2011-01-13
| | | |
| | | * refactor parse_command and parse_cmd_lineGravatar Brendan Taylor2011-01-13
| | | |
| | | * simplify parse_cmd_lineGravatar Brendan Taylor2011-01-13
| |_|/ |/| |
* | | don't make the window bigger to accomodate a long status_formatGravatar Brendan Taylor2011-01-13
| | |
* | | remove the vestiges of Uzbl.runGravatar Brendan Taylor2011-01-13
| | |
* | | Merge remote branch 'keis/valgrind' into experimentalGravatar Brendan Taylor2011-01-06
|\ \ \
* \ \ \ Merge remote branch 'keis/io-shutdown-fix' into experimentalGravatar Brendan Taylor2011-01-06
|\ \ \ \
* | | | | split the status bar into left-aligned and right-aligned parts (thanks k0ral)Gravatar Brendan Taylor2011-01-06
| | | | |