SELECTED_URI variable + allow variable replacing in window title in both states
[uzbl-mobile] / uzbl.h
2009-05-17 Dieter PlaetinckSELECTED_URI variable + allow variable replacing in...
2009-05-16 Dieter Plaetinckmerge in Duclares stuff
2009-05-16 BarrucaduReimplemented my changes:
2009-05-16 DuClareAdd action: sh, add var: shell_cmd
2009-05-16 DuClareAdd variable: minimum_font_size
2009-05-16 DuClareAdd variable: default_font_size
2009-05-16 Dieter Plaetinckmerge in Damien Leones stuff
2009-05-16 Dieter Plaetinckmerge in Duclares stuff
2009-05-16 Damien Leoneclean traling whitespaces
2009-05-16 DuClareMerge run_command_sync and run_command_async to run_command
2009-05-16 DuClareRename CMD to ACT for clarity
2009-05-16 DuClareMove execution from key_press_cb to its own function...
2009-05-16 Dieter Plaetinckfix return for control_socket
2009-05-15 Robert ManeaMerge branch 'config-refactor' of git://github.com...
2009-05-15 DuClareRevert "Fix warnings caused by casts between ints and...
2009-05-15 DuClareFix warnings caused by casts between ints and pointers...
2009-05-15 DuClareMerge commit 'rob/config-refactor' into experimental
2009-05-15 Robert Maneafixed control_fifo() to return a correct status
2009-05-15 DuClareRemove deprecated code.
2009-05-15 Dieter Plaetinckmerge in Duclares stuff
2009-05-15 DuClareAdd SET handling for useragent.
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...