aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
Commit message (Expand)AuthorAge
* fix return for control_socketGravatar Dieter Plaetinck2009-05-16
* Merge branch 'config-refactor' of git://github.com/Dieterbe/uzbl into config-...Gravatar Robert Manea2009-05-15
|\
* | fixed control_fifo() to return a correct statusGravatar Robert Manea2009-05-15
| * Remove deprecated code.Gravatar DuClare2009-05-15
|/
* merge in Duclares stuffGravatar Dieter Plaetinck2009-05-15
|\
| * Add SET handling for useragent.Gravatar DuClare2009-05-15
* | added status_top to cmd parserGravatar Robert Manea2009-05-15
| * Cleanup.Gravatar DuClare2009-05-15
| * Add missing declaration, add runcmd for running bind, etc. via guiGravatar DuClare2009-05-15
|/
* better name for resetting to command modeGravatar Dieter Plaetinck2009-05-14
* Rename create_socket to init_socket, refactor init_*Gravatar DuClare2009-05-14
* Merge set_fifo_dir with create_fifo and rename to init_fifoGravatar DuClare2009-05-14
* Added functionality for (re)setting fifo_dir.Gravatar DuClare2009-05-14
* Merge commit 'rob/config-refactor' into experimentalGravatar DuClare2009-05-14
|\
| * added ability to set proxy_url on the fly, refactored some codeGravatar Robert Manea2009-05-14
* | Added CMD <foo> for invoking core commands via stdin and scripts.Gravatar DuClare2009-05-13
* | Added load_finish_handler, call when a page has finished loading.Gravatar DuClare2009-05-13
* | Merge commit 'rob/config-refactor' into experimentalGravatar DuClare2009-05-13
|\|
| * added status_msg and MSG to status templateGravatar Robert Manea2009-05-12
* | Merge commit 'dieterbe/config-refactor' into experimentalGravatar DuClare2009-05-12
|\|
| * first partially working command parserGravatar Robert Manea2009-05-12
* | Reset insert mode on page load, added option to disable the behavior.Gravatar DuClare2009-05-12
| * support getting commands from stdinGravatar Dieter Plaetinck2009-05-09
|/
* support for changing the background color of the statusbar correctlyGravatar Dieter Plaetinck2009-05-08
* added default status_formatGravatar Robert Manea2009-05-08
* added signal handling and a clean_up() functionGravatar Robert Manea2009-05-07
* added status_format option to sampleconfig-dev fileGravatar Robert Manea2009-05-07
* moved bindings to uzbl.bindingsGravatar Robert Manea2009-05-07
* move globals to structs, another round.Gravatar Robert Manea2009-05-07
* Move globals to structs, one more round. introducing struct BehaviourGravatar Robert Manea2009-05-07
* merge in sm217s cookie code (which is work in progress)Gravatar Dieter Plaetinck2009-05-06
|\
* | added MODE symbol to statusbar templateGravatar Robert Manea2009-05-06
* | added KEYCMD to statusbar templateGravatar Robert Manea2009-05-06
* | refactored status bar template symbol definition and setupGravatar Robert Manea2009-05-06
| * Implement saving cookiesGravatar Evgeny Grablyk2009-05-05
| * Run away from a terribly wrong approach.Gravatar Evgeny Grablyk2009-05-05
* | Added a statusbar parser that allows using arbitrary templates for the status...Gravatar Robert Manea2009-05-05
* | removed eprint() and estrdup() from uzbl.hGravatar Robert Manea2009-05-05
* | Refactored networking variables to use the new struct conceptGravatar Robert Manea2009-05-05
* | Refactored more internal variables to use the new struct conceptGravatar Robert Manea2009-05-05
* | Move global variables into structs, first roundGravatar Premysl 'Anydot' Hruby2009-05-04
| * Something's workingGravatar Evgeny Grablyk2009-05-04
* | Added str_replace function. To be used for adding variables to user agent.Gravatar Barrucadu2009-05-03
* | Added command "script" to run javascript on the current page.Gravatar Barrucadu2009-05-03
* | SearchGravatar dusanx2009-05-03
* | somewhat improved fifo code. bug still not fixedGravatar Dieter Plaetinck2009-05-03
* | merge robm changes: instance naming + better socket codeGravatar Dieter Plaetinck2009-05-02
|/
* Moved structs/function primitives to uzbl.h file, so we no longer need the gr...Gravatar Barrucadu2009-05-01