one more fix to expand_vars
[uzbl-mobile] / uzbl.c
2009-05-29 Robert Maneaone more fix to expand_vars
2009-05-29 Robert Maneafix expand_vars to not append the quoting char
2009-05-29 Robert Maneaadded possibilty to expand uzbl vars in commands
2009-05-28 DuClareFix disable_scripts
2009-05-28 DuClareAdd 'chain' action for binding multiple actions
2009-05-28 DuClareRemove KEYCMD and KEYCMDN commands
2009-05-28 DuClareAdd actions keycmd and keycmd_nl
2009-05-28 DuClareAdd action 'keycmd_bs' for backspacing a char
2009-05-27 Robert Maneamake check for html_end_marker safe
2009-05-27 Robert Maneaadded insert_indicator and command_indicator
2009-05-27 Robert Maneaadded dump identifier to uzbl_cmdprop
2009-05-27 Robert Maneaadded dump_config action
2009-05-26 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-05-26 Robert Maneafix stupid comment
2009-05-26 DuClareFix: webkit settings set via -c got reset when setting...
2009-05-26 DuClareMerge commit 'rob/master' into experimental
2009-05-26 DuClareAdd action dehilight, make ESC dehilight
2009-05-26 Robert Maneaadded html_mode_timeout and an alrm handler that return...
2009-05-26 DuClareRefactor run_keycmd, allow inc and normal binds with...
2009-05-26 Robert Maneaadded user defined html_endmarker
2009-05-26 Robert Maneaadded html mode
2009-05-25 Robert Maneaadded inject_html variable
2009-05-25 Robert Maneafix compiler warning
2009-05-24 Robert Maneamore WebKitWebSettings exports
2009-05-24 Robert Maneaadded 'set' action
2009-05-24 Robert Maneaadded support for WebInspector
2009-05-24 Robert Maneaexport more WebKitWebSettings through the variable...
2009-05-23 DuClareTruncate keycmd in load_start_cb rather than in load_co...
2009-05-23 DuClareMerge commit 'rob/master' into experimental
2009-05-23 DuClareHandle sync_* in run_handler
2009-05-23 DuClareAutoprepend sync_ to sh and spawn when setting cookie...
2009-05-23 DuClareRename *_sync actions to sync_*, use run_handler in...
2009-05-23 DuClareAdd (spawn|sh)_sync, make handle_cookies use run_handler
2009-05-23 Robert ManeaMerge branch 'experimental' of git://github.com/DuClare...
2009-05-23 DuClareShorten the var->ptr table slightly more.
2009-05-23 Robert Maneafix conflicts
2009-05-23 DuClareShorten some lines and rename default_*_size to *_size
2009-05-23 Robert Maneadon't escape symbols for non statusbar templates
2009-05-23 Robert Maneafix freeing in case of bogus commands
2009-05-22 DuClareMerge cmd_useragent and set_useragent
2009-05-22 DuClareFix invalid free when unsetting useragent
2009-05-22 DuClareFix leaks in parseenv, str_replace
2009-05-22 DuClareFix init_fifo, cmd_fifo_dir, cmd_socket_dir
2009-05-22 DuClareRemove searchold and fix search so you can repeat
2009-05-22 DuClareAdd var: disable_plugins
2009-05-22 DuClareAdd var: default_monospace_size
2009-05-21 Dieter Plaetincksupport for some default settings so that uzbl is more...
2009-05-21 Dieter PlaetinckMerge commit 'duc/breakstuff' into experimental
2009-05-20 DuClareFix spawn and log_history_cb
2009-05-20 Dieter PlaetinckMerge commit 'bar/experimental' into experimental
2009-05-20 Dieter PlaetinckMerge commit 'rob/master' into experimental
2009-05-20 BarrucaduFixed dodgy socket path.
2009-05-20 Dieter Plaetinckcleanup more of barrucadus shit
2009-05-20 BarrucaduSort of fix parseenv - this breaks other things though...
2009-05-20 BarrucaduFixed memory leak.
2009-05-20 BarrucaduAdd in remaining stuff from missing commits.
2009-05-20 BarrucaduMerge commit 2518760dbfec5c7f7281f6ab94eeaa6ae9c598a4
2009-05-20 BarrucaduFixed segfaults / memory corruption / whatever. Now...
2009-05-20 BarrucaduReplace all free()'s with g_free()'s.
2009-05-20 BarrucaduMerge branch 'experimental' of git://github.com/DuClare...
2009-05-20 Robert Maneaadded possibility to configure the ascii progressbar
2009-05-20 Robert ManeaMerge branch 'experimental' of git://github.com/DuClare...
2009-05-20 DuClareMerge commit 'rob/master' into experimental
2009-05-20 Robert Maneafix modkey
2009-05-20 DuClareFix glib warning and clarify a bit
2009-05-19 BarrucaduMerge branch 'experimental' of git://github.com/DuClare...
2009-05-19 BarrucaduEdited settings_init() to use read_file_by_line()
2009-05-19 DuClareUncomment & fix uri loading I broke earlier
2009-05-19 BarrucaduOops.
2009-05-19 BarrucaduApplied commit github.com/robm/uzbl/commit/17160f7aaeac...
2009-05-19 Robert Maneafix memory leaks, round #1
2009-05-19 BarrucaduMerge commit github.com/robm/uzbl/commit/d91b739ef7d563...
2009-05-19 BarrucaduFix memory leak in run_external_js()
2009-05-19 Dieter Plaetinckduclares keycmdn thingie
2009-05-19 BarrucaduFix merge conflicts from salinasv which git didn't...
2009-05-19 Barrucadumerge in from salinasv
2009-05-19 BarrucaduFix nonworking modkey.
2009-05-19 BarrucaduFix nonworking toggle_insert_mode
2009-05-19 BarrucaduMerge branch 'experimental' of git://github.com/DuClare...
2009-05-19 DuClareMerge commit 'rob/master' into experimental
2009-05-19 BarrucaduFixed a warning in run_external_js()
2009-05-19 BarrucaduFixed memory leaks in get_xdg_file.
2009-05-19 BarrucaduMoved key_press_cb callback to the main window rather...
2009-05-19 Robert Maneaconverted all variable commands to the callback system...
2009-05-19 Robert Maneareplaced is_string with type, introduced type enum
2009-05-19 Robert Maneacomment
2009-05-19 Robert Maneafix callback
2009-05-19 BarrucaduModified read_file_by_line to return a GArray, and...
2009-05-19 Robert Maneaadded callback based uzbl commands
2009-05-19 BarrucaduMerge branch 'experimental' of git://github.com/DuClare...
2009-05-19 Robert Maneabe more specific about what we assign to what in var_na...
2009-05-19 Robert Maneaadd additional properties to the commands
2009-05-19 DuClareDisable splitting for some actions, fix sampleconfig-dev
2009-05-19 BarrucaduRevert "Merge branch 'dieter/experimental' into experim...
2009-05-19 DuClareFinish argv, fix sampleconfig-dev
2009-05-19 BarrucaduMerge commit 'duc/experimental' into experimental
2009-05-19 DuClareArgv stub
2009-05-19 DuClareAllow scrolling by a percentage of the page size
2009-05-19 DuClareSupport single quotes.
2009-05-18 DuClareMerge commit 'diet/experimental' into experimental
next