use g_strndup instead of strndup
[uzbl-mobile] / uzbl.c
2009-07-29 Helmut Grohneuse g_strndup instead of strndup
2009-07-29 Helmut Grohneremoved useless MAX_BINDINGS macro
2009-07-28 Helmut Grohneadded some splint comments
2009-07-28 Helmut Grohneimproved expand function
2009-07-28 Helmut Grohneuse EXIT_* macros instead of numerical values
2009-07-28 Helmut Grohnepass char* as const char * where possible
2009-07-25 Helmut Grohnevar_name_to_ptr should have const names
2009-07-25 Helmut Grohnemade type field for uzbl_cmdprop an enum
2009-07-25 Helmut Grohnecmd_load_uri doesn't take parameters
2009-07-25 Helmut Grohnefixed buffer overrun
2009-07-18 Tom AdamsMerge commit 'Dieterbe/experimental' into new_experimental
2009-07-18 Tom AdamsTake argv[1] as URI.
2009-07-18 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-18 Brendan Taylorcall set_mode_indicator after updating the whatever_ind...
2009-07-17 Tom Adamsuzbl.scan RIP.
2009-07-17 Dieter Plaetinckdocument fixes + document all variables/constants in...
2009-07-17 Dieter Plaetinckmerge in bct's sweet code
2009-07-17 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-16 Dieter Plaetinckrevert commit cdbe169f to make date for history handler...
2009-07-16 urantherAdded back in code to check if fifo exists, in case...
2009-07-16 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-15 urantherRemove more trailing whitespace
2009-07-14 Tom AdamsWhitespace fixes. And ignore whitespace in formfiller...
2009-07-14 urantherRan :%s/ $//g to remove trailing spaces in uzbl.h and...
2009-07-14 urantherRemoved 'quit' command to exit from uzbl
2009-07-14 urantherMerge commit 'Dieterbe/experimental' into experimental
2009-07-13 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-13 urantherMerge with Dieterbe/experimental
2009-07-13 Robert Maneatidy up move to expand()
2009-07-12 Tom AdamsAdd request address scheme to cookie_handler's arguments.
2009-07-12 Robert Maneamore fixes
2009-07-12 Robert Maneafix conflicts agains bct
2009-07-12 Brendan Taylor"set keycmd = x" is now equivalent to "keycmd x"
2009-07-12 Brendan Taylorupdate mode indicator when @insert_mode is set
2009-07-12 Brendan Taylorget rid of some duplication in expand()
2009-07-12 Brendan Taylormake keycmd a variable. new escape expansion syntax...
2009-07-12 Robert Maneafix pull
2009-07-12 Robert Maneastyle changes, line breaks
2009-07-11 Brendan Taylorfixed uri_override and verbose_override positioning
2009-07-11 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-11 Dieter Plaetinckdocument alternative way for uri setting
2009-07-11 Dieter Plaetinck2 small doc fixes
2009-07-11 Tom AdamsAdded new_window handler.
2009-07-11 Tom AdamsAdd -V/--version option to print the commit and exit.
2009-07-11 Tom AdamsUse first argument as URI if none provided with --uri.
2009-07-11 Tom AdamsDon't g_free uzbl.gui.icon twice!
2009-07-11 Tom AdamsOnly open one new window when requested.
2009-07-11 Tom AdamsSet the background on the vbox, not the main_window.
2009-07-11 Tom AdamsRemove extraneous whitespace.
2009-07-10 Brendan Taylorinitilaze uzbl.gui.sbar.mode_indicator
2009-07-10 Brendan Taylorsilly me, @MSG -> @status_message
2009-07-09 Brendan Taylor@MODE works.
2009-07-09 Brendan Taylordo expand as well as expand_template in update_title
2009-07-09 Robert Maneaprevent the geometry var from reporting false values
2009-07-09 Robert Maneafree uzbl.gui.geometry before resetting it
2009-07-09 Robert Maneaset current geometry on configure-event
2009-07-09 Robert Maneapre-populate geometry variable
2009-07-09 Robert ManeaAdded -geometry option and geometry variable
2009-07-09 Brendan Taylormove NAME from expand_template to expand
2009-07-09 Brendan Taylormove all the simple stuff from expand_template
2009-07-09 Brendan Taylorexpand: append "" for a NULL string var
2009-07-09 Brendan Taylorstrip trailing newline from @()@ expansions
2009-07-09 Brendan Taylorlots of stuff, see below.
2009-07-07 Brendan Tayloroptional markup escaping in expand()
2009-07-07 Brendan Tayloruse expand instead of expand_template for useragent.
2009-07-07 Brendan Taylortest simple cmd_useragent
2009-07-07 Brendan Taylorsimple expansion test passes.
2009-07-03 urantherMerge commit 'Dieterbe/experimental' into experimental
2009-07-03 Dieter Plaetinckmerge much better uzbl_tabbed.py + fix for cookies.py
2009-07-02 Mason LarobinaMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-01 uranthermerge with Dieterbe/experimental
2009-06-30 Dieter Plaetinckdo not look for xdg config if we want to use stdin...
2009-06-30 Dieter PlaetinckMerge commit 'dequis/stdin' into experimental
2009-06-29 urantherFixed a segfault when trying to enter :<enter> as a...
2009-06-29 urantherremoving more static keywords
2009-06-29 urantherMerge from Dieterbe/experimental
2009-06-29 Mason LarobinaManually added commit 51a38.. from holizz
2009-06-29 Tom AdamsSet the background on the vbox, not the main_window.
2009-06-27 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
2009-06-27 urantherNow I'm fixing my own memory leaks...
2009-06-26 urantherTypo fix and warning of memory leaks
2009-06-26 urantherModified log_history_cb() to be more portable and less...
2009-06-26 urantherPlugged some memory leaks by not unnecessarily calling...
2009-06-24 urantherPreliminary uzbl testing framework - props to bct for...
2009-06-24 urantherremoved static keywords on functions for uzbl to be...
2009-06-24 DequisMerge commit 'robm/master' into experimental
2009-06-24 Brendan Tayloruse notify::title instead of title-changed signal
2009-06-24 Brendan Taylordon't segfault on 'set' without arguments.
2009-06-22 DequisRead stdin only if --config is "-"
2009-06-22 DequisMerge commit 'dieterbe/experimental' into experimental
2009-06-20 Brendan Taylordon't scroll past the end of the page.
2009-06-20 DequisRevert "Add disable_stdin config option"
2009-06-20 DequisRevert "Replaced disable_stdin with uzbl -c -"
2009-06-20 DequisMerge commit 'dieterbe/experimental' into experimental
2009-06-19 Robert Maneafix possible double free in expand()
2009-06-18 Robert Maneaallow @<...>@ inside of @(...)@ and vice versa
2009-06-18 Robert Maneamake detection of simple vars more shell like
2009-06-17 Robert Maneacommand expansion uses @(command)@ / js expansion ...
2009-06-16 Robert Maneaexpand() fix
2009-06-16 Robert Maneaadded JS expansion command @<java script>
next