aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/variables.h
Commit message (Collapse)AuthorAge
* add toggle commandGravatar Brendan Taylor2011-11-23
|
* convert show_status to a getterGravatar Brendan Taylor2011-09-17
|
* 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.
* rearrange variable functions so they aren't all exposedGravatar Brendan Taylor2011-07-12
|
* Merge branch 'tailhook/wm-integ' into experimentalGravatar Brendan Taylor2011-07-12
| | | | | | | Conflicts: src/callbacks.c src/callbacks.h src/uzbl-core.c
* hide some implementation details of variablesGravatar David Keijser2011-05-30
|
* move uri_change_cb to variablesGravatar David Keijser2011-05-30
|
* move variable callback functions into variables.cGravatar David Keijser2011-05-30
|
* move core variable stuff into variables fileGravatar David Keijser2011-05-25