Merge branch 'experimental' of git://github.com/DuClare/uzbl
[uzbl-mobile] / uzbl.c
2009-05-20 Robert ManeaMerge branch 'experimental' of git://github.com/DuClare...
2009-05-20 Robert Maneafix modkey
2009-05-20 DuClareFix glib warning and clarify a bit
2009-05-19 DuClareUncomment & fix uri loading I broke earlier
2009-05-19 DuClareMerge commit 'rob/master' into experimental
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 Robert Maneaadded callback based uzbl commands
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 DuClareFinish argv, fix sampleconfig-dev
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
2009-05-18 DuClareAdd load_start_handler
2009-05-18 DuClareAllow splitting wo/unescaping, add load_commit_handler...
2009-05-18 Dieter Plaetinckmerge in from salinasv
2009-05-18 DuClareMerge branch 'quotes' into experimental
2009-05-18 DuClareDocument quotation & handlers in sampleconfig, fix...
2009-05-18 Dieter Plaetinckduclares keycmdn thingie
2009-05-18 Robert Maneafixed failing to load argument to --uri
2009-05-18 DuClareFix spawn.sh, let run_command have n args before defaults
2009-05-18 Robert Maneafix mem leaks, round #2
2009-05-18 DuClareRemove bunches of old code, fix run_handler, free some...
2009-05-18 Robert Maneafix memory leaks, round #1
2009-05-18 DuClareMerge commit 'rob/master' into experimental
2009-05-18 Robert Manearemoved comment
2009-05-18 Robert Maneafixed add_binding(), handle multiple redifinitions...
2009-05-17 Robert Maneafixed control_stdin to recognize all input
2009-05-17 DuClareAdd KEYCMDN, which is like KEYCMD but also executes...
2009-05-17 DuClareAdd split_quoted, use the safer functions in run_comman...
2009-05-17 salinasvMerge branch 'experimental' of git://github.com/Dieterb...
2009-05-17 salinasvDinamically alloc state strings.
2009-05-17 Dieter PlaetinckMerge commit 'duc/experimental' into experimental
2009-05-17 DuClareMerge commit 'diet/experimental' into experimental
2009-05-17 DuClareFill missing stuff in get_var_value
2009-05-17 Dieter PlaetinckMerge commit 'splat/search_reverse' into experimental
2009-05-17 Dieter Plaetinckalso dont inherit --name
2009-05-17 Peter SuschlikMerge commit 'remote/master' into search_reverse
2009-05-17 Dieter Plaetinckorder of arguments to scripts
2009-05-17 Peter SuschlikSearch reverse. Use vim keys (n, N and /, ?).
2009-05-17 Dieter Plaetinckmerge in Barrucadus stuff
2009-05-17 Dieter Plaetinckcleaner and more robust status/window format & update_t...
2009-05-17 BarrucaduFixed GDK errors when trying to set window title with...
2009-05-17 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-05-17 Dieter Plaetinckmerge in Duclares better way to escape things in run_co...
2009-05-17 DuClareReport spawns on verbose only.
2009-05-17 DuClareEscape shell commands properly.
2009-05-17 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-05-17 BarrucaduFixed "--verbose=VERBOSE", as no value needs to be...
2009-05-17 Dieter Plaetinckdocumentation updates
2009-05-17 Dieter PlaetinckSELECTED_URI variable + allow variable replacing in...
2009-05-17 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-05-17 Dieter Plaetinckfix for unescaped quotes when passing page titles around
2009-05-16 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-05-16 Dieter Plaetinckfew more verbosity checks
2009-05-16 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-05-16 BarrucaduReduced calls to get_xdg_var in find_xdg_file.
2009-05-16 Dieter Plaetinckmerge Barrucadus patch
2009-05-16 Dieter Plaetinckmerge in Duclares stuff
2009-05-16 DuClareGet rid of error ptrs whose contents are not used
2009-05-16 DuClareRemove unused code from setup_regex
2009-05-16 DuClareFree some GError structures
2009-05-16 DuClarerun_command: strip the command and add error reporting
2009-05-16 BarrucaduRemoved unrequied XDG_*_default variables.
2009-05-16 BarrucaduAdded check for uzbl.state.verbose when calling scripts.
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 Leoneuzbl: fix file_exists function by using access() instea...
2009-05-16 Damien Leoneclean traling whitespaces
2009-05-16 DuClareGive scripts '(null)' instead of '', for consistency
2009-05-16 Dieter Plaetinckcatch sigINT
2009-05-16 Dieter Plaetinckmake handlers working in sample config, pass correct...
2009-05-16 DuClareMerge run_command_sync and run_command_async to run_command
2009-05-16 DuClareMerge branch 'keycmd' into experimental
2009-05-16 DuClareRename CMD to ACT for clarity
2009-05-16 DuClareImplement KEYCMD, cleanup key_press_cb
2009-05-16 DuClareMove execution from key_press_cb to its own function...
2009-05-16 Dieter PlaetinckMerge branch 'config-refactor' into experimental
2009-05-16 Dieter Plaetinckfix return for control_socket
2009-05-15 Robert ManeaMerge branch 'config-refactor'
2009-05-15 DuClareMerge commit 'rob/config-refactor' into experimental
2009-05-15 DuClareKEYCMD stub
2009-05-15 Robert Maneafixed settings_init()
2009-05-15 Robert ManeaMerge branch 'config-refactor' of git://github.com...
2009-05-15 Dieter Plaetinckuse g io channels for file reading so we dont have...
2009-05-15 Dieter Plaetinckreorder some stuff to make more sense + allow up to...
2009-05-15 DuClareMerge commit 'diet/config-refactor' into experimental
2009-05-15 DuClareFix the NULL element of modkeys.
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 Dieter Plaetincksupport reading config file line by line
next