Merge branch 'helmutexp' into robhelmut
[uzbl-mobile] / uzbl.c
2009-07-29 Helmut GrohneMerge branch 'helmutexp' into robhelmut
2009-07-29 Helmut GrohneMerge branch 'helmut' into helmutexp
2009-07-29 Helmut Grohnefixed wrong n2v_p local variable conversion
2009-07-29 Helmut Grohneconverted further void**ptr usages to union
2009-07-29 Helmut GrohneMerge branch 'helmutexp' into rob
2009-07-29 Helmut GrohneMerge branch 'helmut' into helmutexp
2009-07-29 Helmut Grohneadded more /*@null@*/ and const annotations
2009-07-29 Helmut Grohnefixed possible memory leak in find_xdg_file
2009-07-29 Helmut Grohnefixed possible null pointer dereference
2009-07-29 Helmut Grohnemade get_exp_type return an enum as it should
2009-07-29 Helmut Grohnemade global variable n2v_p be local
2009-07-29 Helmut GrohneMerge branch 'helmut' into helmutexp
2009-07-29 Helmut Grohnefixed strndup -> g_strndup using free -> g_free
2009-07-29 Helmut Grohnemade this void **ptr; a union to remove magic
2009-07-29 Helmut Grohneadded a gsize -> int cast for gcc
2009-07-29 Helmut Grohneuse g_strndup instead of strndup
2009-07-29 Helmut Grohneremoved useless MAX_BINDINGS macro
2009-07-28 Robert Maneaapplied helmut's expand() patch
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-26 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-26 Robert Maneasanity fix
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-25 Dieter Plaetinckmerge in ruskies font family patch
2009-07-25 ruskieuzbl.c, uzbl.h: added _font_family variables
2009-07-25 Laurence Witherstalk_to_socket: split arguments in packet with \0
2009-07-25 Robert Maneafix overrun in expand()
2009-07-25 Robert Maneaadded update_gui command
2009-07-25 Robert Manearemove unnecessary check
2009-07-24 Robert Manearemove unnecessary g_strdup()
2009-07-24 Robert Maneafix malloc() bug
2009-07-24 Robert Maneatrying fix
2009-07-24 Robert Maneare-fix typo
2009-07-24 Robert Maneaadded custom vars, currently somewhat broken
2009-07-24 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-24 Robert Maneastatusbar fix
2009-07-22 Laurence WithersAdd talk_to_socket handler
2009-07-19 Brendan Taylorrearrange initialization so that 'make tests' doesn...
2009-07-19 Dieter Plaetinckusage output fixes
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-14 Robert Maneafix typo
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.
next