merge in uranthers zoomlevel thingie. doesnt work yet because of strof not recognized...
[uzbl-mobile] / uzbl.h
2009-05-15 Robert Maneaadded status_top to cmd parser
2009-05-15 DuClareCleanup.
2009-05-15 DuClareAdd missing declaration, add runcmd for running bind...
2009-05-14 Dieter Plaetinckbetter name for resetting to command mode
2009-05-14 DuClareRename create_socket to init_socket, refactor init_*
2009-05-14 DuClareMerge set_fifo_dir with create_fifo and rename to init_fifo
2009-05-14 DuClareAdded functionality for (re)setting fifo_dir.
2009-05-14 DuClareMerge commit 'rob/config-refactor' into experimental
2009-05-14 Robert Maneaadded ability to set proxy_url on the fly, refactored...
2009-05-13 DuClareAdded CMD <foo> for invoking core commands via stdin...
2009-05-13 DuClareAdded load_finish_handler, call when a page has finishe...
2009-05-12 DuClareMerge commit 'rob/config-refactor' into experimental
2009-05-12 Robert Maneaadded status_msg and MSG to status template
2009-05-12 DuClareMerge commit 'dieterbe/config-refactor' into experimental
2009-05-12 Robert Maneafirst partially working command parser
2009-05-12 DuClareReset insert mode on page load, added option to disable...
2009-05-09 Dieter Plaetincksupport getting commands from stdin
2009-05-08 Dieter Plaetincksupport for changing the background color of the status...
2009-05-08 Robert Maneaadded default status_format
2009-05-07 Robert Maneaadded signal handling and a clean_up() function
2009-05-07 Robert Maneaadded status_format option to sampleconfig-dev file
2009-05-07 Robert Maneamoved bindings to uzbl.bindings
2009-05-07 Robert Maneamove globals to structs, another round.
2009-05-07 Robert ManeaMove globals to structs, one more round. introducing...
2009-05-06 Dieter Plaetinckmerge in sm217s cookie code (which is work in progress)
2009-05-06 Robert Maneaadded MODE symbol to statusbar template
2009-05-06 Robert Maneaadded KEYCMD to statusbar template
2009-05-06 Robert Manearefactored status bar template symbol definition and...
2009-05-05 Evgeny GrablykImplement saving cookies
2009-05-05 Evgeny GrablykRun away from a terribly wrong approach.
2009-05-05 Robert ManeaAdded a statusbar parser that allows using arbitrary...
2009-05-04 Robert Manearemoved eprint() and estrdup() from uzbl.h
2009-05-04 Robert ManeaRefactored networking variables to use the new struct...
2009-05-04 Robert ManeaRefactored more internal variables to use the new struc...
2009-05-04 Premysl 'Anydot... Move global variables into structs, first round
2009-05-04 Evgeny GrablykSomething's working
2009-05-03 BarrucaduAdded str_replace function. To be used for adding varia...
2009-05-03 BarrucaduAdded command "script" to run javascript on the current...
2009-05-03 dusanxSearch
2009-05-03 Dieter Plaetincksomewhat improved fifo code. bug still not fixed
2009-05-02 Dieter Plaetinckmerge robm changes: instance naming + better socket...
2009-05-01 BarrucaduMoved structs/function primitives to uzbl.h file, so...