aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* use string_escape to remove \-escapesGravatar keis2011-02-15
| | | | unicode_escape fails on non-ascii chars.
* assert that NAME arguments are valid namesGravatar keis2011-02-15
|
* don't escape in Config.setGravatar keis2011-02-15
| | | | | escapes should be done by caller checks for plain newline as these would break stuff
* move common function related to escaping to PluginGravatar keis2011-02-15
|
* use empty string instead of null for event argsGravatar keis2011-02-15
| | | | | * url * clipboard text
* grok quoted strings in a select places in the emGravatar keis2011-02-15
|
* quote and escape strings in eventsGravatar keis2011-02-15
|
* new function append_escapedGravatar keis2011-02-15
| | | | appends a string after escaping it
* 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
|
* remove redundant testGravatar 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
| |
* | correct per-site-settings exampleGravatar Brendan Taylor2011-02-14
| |
* | test-expand.c uses functions that are now in util.cGravatar 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 'gtk3' into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ \
| | * | | gtk3 needs us to include gtk/gtkx.hGravatar Brendan Taylor2011-02-14
| | | | |
| * | | | Merge remote-tracking branch 'keis/gtk3' into experimentalGravatar Brendan Taylor2011-02-14
| |\| | |
| * | | | Merge branch 'static-analysis' into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ \ \
| * | | | | document history plugin and add example HISTORY_SEARCH bindingGravatar Brendan Taylor2011-02-14
| | | | | |
| * | | | | tidying after the history branch mergeGravatar 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 https://github.com/Dieterbe/uzbl into ↵Gravatar koral2011-02-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | cleaning-commenting
* | | | | | | Cleaning/commenting uzbl-core.h.Gravatar koral2011-02-02
| | | | | | |
| | * | | | | clear keycmd after following link in follow.shGravatar keis2011-01-23
| | | | | | |
| | | | * | | with gtk3: fix setting of background colorGravatar keis2011-01-23
| | |_|/ / / | |/| | | |
| | * | | | disable keycmd reset on mode changeGravatar keis2011-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * makes history search work * adds new KEYCMD_CLEAR event * configure to clear keycmd on ESCAPE event
| | | | * | multiple components/re -pairs in cookie filtersGravatar keis2011-01-17
| | | | | |
| | | | * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into intcookiesGravatar keis2011-01-17
| | | | |\ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | Conflicts: Makefile
| | * | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into historyGravatar keis2011-01-17
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | don't crash when a download content-type can't be foundGravatar Brendan Taylor2011-01-16
| | | | | |
| * | | | | 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 branch 'experimental', remote branch 'upstream/experimental' into ↵Gravatar koral2011-01-11
|/ / / / | | | | | | | | | | | | experimental
| * | | fix bug in history searchGravatar keis2011-01-11
| | | | | | | | | | | | | | | | disable keycmd set in search as this will not work from stacked bindings
* | | | update k0ral in AUTHORSGravatar Brendan Taylor2011-01-10
| | | |
* | | | Correctly updates URI and tab title of each uzbl instance.Gravatar koral2011-01-10
| | | |