aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/commands.c
Commit message (Collapse)AuthorAge
* fix a warning i just introducedGravatar Brendan Taylor2011-09-20
|
* do the exit lag workaround in plug mode tooGravatar Brendan Taylor2011-09-20
|
* 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.
* add workaround for slow npviewer cleanupGravatar keis2011-07-28
|
* rearrange variable functions so they aren't all exposedGravatar Brendan Taylor2011-07-12
|
* the status bar is now a custom gtk widgetGravatar Brendan Taylor2011-07-03
| | | | | | it gives the left side of the status bar as much space as it needs (but importantly, no more than the size of the window. this should put the window resize bug to rest for good...
* hide some implementation details of variablesGravatar David Keijser2011-05-30
|
* move core variable stuff into variables fileGravatar David Keijser2011-05-25
|
* two more commands from uzbl-coreGravatar David Keijser2011-05-25
|
* refactor search commandsGravatar David Keijser2011-05-24
|
* split commands from uzbl-core.cGravatar David Keijser2011-05-24