aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.c
Commit message (Collapse)AuthorAge
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Robert Manea2009-09-20
|\
| * deprecate insert/command mode, always_insert_mode, mode indicators, in favor ↵Gravatar Dieter Plaetinck2009-09-19
| | | | | | | | of soon to be implemented EM replacements. uzbl-core now only knows if it should forward_keys to the webkitview or not
* | fix code aligmentGravatar Robert Manea2009-09-18
|/
* remove obsolete codeGravatar Robert Manea2009-09-17
|
* move g_signal_connect to g_object_connectGravatar Robert Manea2009-09-17
|
* get rid of obsolete commented codeGravatar Robert Manea2009-09-16
|
* Stage 2: refactor expand system, get rid of superfluous expand() callsGravatar Robert Manea2009-09-16
|
* Stage 1: refactor expand systemGravatar Robert Manea2009-09-16
|
* changed order of event message fieldsGravatar Robert Manea2009-09-15
|
* custom events don't need to be quoted anymoreGravatar Robert Manea2009-09-15
|
* removed ununsed varGravatar Robert Manea2009-09-15
|
* send VARIABLE_SET event on mode changeGravatar Robert Manea2009-09-14
|
* added request command, fix for insert modeGravatar Robert Manea2009-09-14
|
* free ressourcesGravatar Robert Manea2009-09-14
|
* removed obsolete key binding codeGravatar Robert Manea2009-09-14
|
* added ability to buffer events until a client attached to the socketGravatar Robert Manea2009-09-13
|
* added view_source variable, only workable with webkit >=1.1.14Gravatar Robert Manea2009-09-11
|
* docu update & typo fixGravatar Robert Manea2009-09-09
|
* Added support for sending events over the socketGravatar Robert Manea2009-09-09
|
* report space key as symbolic nameGravatar Robert Manea2009-09-08
|
* report Latin1 characters literally as eventsGravatar Robert Manea2009-09-08
|
* added event commandGravatar Robert Manea2009-09-07
|
* removed modkey functionalityGravatar Robert Manea2009-09-07
|
* Merge branch 'event-messages' of git://github.com/Dieterbe/uzbl into ↵Gravatar Robert Manea2009-09-07
|\ | | | | | | | | | | | | | | event-messages Conflicts: uzbl-core.c uzbl-core.h
* | Added INSTANCE_START, INSTANCE_EXIT events and PID constantGravatar Robert Manea2009-09-07
| |
| * Merge branch 'event-messages' of git://github.com/Dieterbe/uzbl into ↵Gravatar Mason Larobina2009-09-07
| |\ | |/ |/| | | event-messages
* | Added KEY_RELEASE eventGravatar Robert Manea2009-09-06
| |
| * Added the command and functions to dump_config_as_eventsGravatar Mason Larobina2009-09-07
| |
| * Removed uzbl.state.config_loaded variable.Gravatar Mason Larobina2009-09-07
| |
| * Config type checking, events +SOCKET_SET -COOKIE & dump config on load.Gravatar Mason Larobina2009-09-06
|/
* move 'uzbl' to more specific 'uzbl-core' program, and add 'uzbl-browser' ↵Gravatar Dieter Plaetinck2009-09-05
script which wraps around it to make the browser