made statusbar selectable, fix bug in parse status to not ignore # chars
[uzbl-mobile] / uzbl.h
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...