aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Expand)AuthorAge
* Merge branch 'config-refactor' into experimentalGravatar Dieter Plaetinck2009-05-16
|\
| * fix return for control_socketGravatar Dieter Plaetinck2009-05-16
| * fixed settings_init()Gravatar Robert Manea2009-05-15
| * Merge branch 'config-refactor' of git://github.com/Dieterbe/uzbl into config-...Gravatar Robert Manea2009-05-15
| |\
| | * use g io channels for file reading so we dont have size limits on the buffer ...Gravatar Dieter Plaetinck2009-05-15
| | * reorder some stuff to make more sense + allow up to 1k chars on a lineGravatar Dieter Plaetinck2009-05-15
| | * support reading config file line by lineGravatar Dieter Plaetinck2009-05-15
| * | fixed control_fifo() to return a correct statusGravatar Robert Manea2009-05-15
| | * Merge commit 'duc/experimental' into config-refactorGravatar Dieter Plaetinck2009-05-15
| | |\
| | * \ Merge commit 'rob/config-refactor' into config-refactorGravatar Dieter Plaetinck2009-05-15
| | |\ \ | | |/ / | |/| |
| | * | deprecated commentGravatar Dieter Plaetinck2009-05-15
| | | * Add actions for scrolling to the beginning / end of bufferGravatar DuClare2009-05-15
| | | * Merge commit 'rob/config-refactor' into experimentalGravatar DuClare2009-05-15
| | | |\ | | |_|/ | |/| |
| * | | fix focus bugGravatar Robert Manea2009-05-15
| * | | free memory returned by itos()Gravatar Robert Manea2009-05-15
| |/ /
| | * Add reset_command_mode to var->ptr map and give it a default in init_settingsGravatar DuClare2009-05-15
| | * Merge commit 'diet/config-refactor' into experimentalGravatar DuClare2009-05-15
| | |\ | | |/ | |/|
| | * Remove deprecated code.Gravatar DuClare2009-05-15
| * | fix for dup modkey entries. reorder entries in var_name_to_ptrGravatar Dieter Plaetinck2009-05-15
| |/
| * merge in Duclares stuffGravatar Dieter Plaetinck2009-05-15
| |\
| * | fix for too many always_insert_mode stuffGravatar Dieter Plaetinck2009-05-15
| | * Rename parse_status_template to expand_template (it's used for useragent too)Gravatar DuClare2009-05-15
| | * Add SET handling for useragent.Gravatar DuClare2009-05-15
| * | merge in Duclares stuffGravatar Dieter Plaetinck2009-05-15
| |\ \
| * | | fixed gtk warningGravatar Robert Manea2009-05-15
| * | | removed status_top from cfg file parserGravatar Robert Manea2009-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
| | |/
| | * Added SET handling for always_insert_mode.Gravatar DuClare2009-05-15
| | * set_var_value: suppress warnings from remove_feature and ipGravatar DuClare2009-05-15
| | * Added SET handling for modkeyGravatar DuClare2009-05-15
| * | added modkey and always_insert to cmd parserGravatar Robert Manea2009-05-15
| * | Merge branch 'experimental' of git://github.com/DuClare/uzbl into config-refa...Gravatar Robert Manea2009-05-15
| |\ \
| * | | pseudo commitGravatar Robert Manea2009-05-15
| | | * Cleanup.Gravatar DuClare2009-05-15
| | |/
| | * Merge commit 'diet/config-refactor' into experimentalGravatar DuClare2009-05-15
| | |\
| | * | Added SET handling for http_debug and fixed a bug wrt setting intsGravatar DuClare2009-05-15
* | | | Merge commit 'rob/master' into experimentalGravatar Dieter Plaetinck2009-05-14
|\ \ \ \
| | | | * better name for resetting to command modeGravatar Dieter Plaetinck2009-05-14
| | | * | Added SET handlers for max_conns and max_conns_hostGravatar DuClare2009-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
| | | * Use g_warning rather than g_error when settin up a fifoGravatar DuClare2009-05-14
| | | * Added functionality for (re)setting fifo_dir.Gravatar DuClare2009-05-14
| | | * Made CMD case insensitiveGravatar DuClare2009-05-14
| | | * Merge commit 'rob/config-refactor' into experimentalGravatar DuClare2009-05-14
| | | |\ | | | |/ | | |/|
| | * | added var_is() functionGravatar Robert Manea2009-05-14
| | * | added ability to set proxy_url on the fly, refactored some codeGravatar Robert Manea2009-05-14
| | | * Always watch cookie signals; make the handler func return if var unsetGravatar DuClare2009-05-13