aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/util.c
Commit message (Collapse)AuthorAge
* introduce getter and setter functions.Gravatar Brendan Taylor2011-09-17
| | | | | | | | | | | | some variables didn't always have a value reflecting the browser's internal state. for example, if `default_encoding` was never set then `print @default_encoding` would always print a blank string. this introduces getter functions that ensure the value of a variable is always in sync with the internal state of the browser. also: setters, because sometimes you need to process user input before storing it.
* Check if file exist before trying to run itGravatar keis2011-05-15
| | | | | | | | find_existing_file modified to return NULL when file does not exist even for simple paths. run_external_js and spawn prints error messages when a file could not be loaded.
* Merge branch 'escaped_events' into experimentalGravatar Brendan Taylor2011-02-17
|\ | | | | | | | | Conflicts: src/util.c
* | further tidying of utility functionsGravatar Brendan Taylor2011-02-15
| |
| * new function append_escapedGravatar keis2011-02-15
| | | | | | | | appends a string after escaping it
* | clean up redundant $PATH-like expansion codeGravatar Brendan Taylor2011-02-15
|/
* replace itos() with g_strdup_printf()Gravatar Brendan Taylor2011-02-15
|
* Merge branch 'experimental' into cleaning-commentingGravatar Brendan Taylor2011-02-14
|\ | | | | | | | | | | | | Conflicts: src/callbacks.c src/uzbl-core.c src/uzbl-core.h
* | Moves additionnal utility functions to util.c.Gravatar koral2011-02-10
| |
* | Moves some utility functions to util.c.Gravatar koral2011-02-10
| |
* | Cleaning/commenting uzbl-core.h.Gravatar koral2011-02-02
|/
* moved for_each_line_in_file into util.cGravatar Brendan Taylor2010-11-02
|
* add uzbl-cookie-managerGravatar Brendan Taylor2010-10-31
|
* split off some generic functions into util.cGravatar Brendan Taylor2010-10-29