setup project. initial import of uzbl
[uzbl-mobile] / uzbl.c
2009-08-26 Tom AdamsMerge branch 'experimental' into bf2
2009-08-26 Tom AdamsDon't reset keycmd in load_start_cb.
2009-08-26 urantherOnly exit insert mode if !always_insert_mode.
2009-08-26 Tom AdamsRemove redundant history_handler.
2009-08-25 Dieter PlaetinckMerge commit 'remotes/holizz/home-and-end' into experim...
2009-08-25 Dieter PlaetinckMerge commit 'pawelz/experimental' into experimental
2009-08-25 Dieter Plaetinckmerge holizz' scheme handler
2009-08-21 Paweł ZuzelskiPass proxy_url to download handler
2009-08-19 Tom AdamsSend Home and End straight to WebKit too.
2009-08-07 Robert Manearemove base_url
2009-08-07 Robert Manearemoved html_mode in favour of "data URI scheme"
2009-07-30 Robert Maneafix conflicts
2009-07-30 Mason LarobinaMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-30 Robert Maneaalignment
2009-07-29 Robert Manearemoved obsolete comment
2009-07-29 Robert ManeaMerge branch 'robhelmut' of gnarfk.homelinux.org/~helmu...
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 Robert Maneacast fixes
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 Mason LarobinaChecks uzbl in window mode before setting/getting windo...
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-22 Tom AdamsCall scheme_handler for all URIs.
2009-07-21 Tom AdamsOnly navigate to URI if scheme_handler doesn't print...
2009-07-21 Tom AdamsAlso whitelist file scheme.
2009-07-19 Tom AdamsAdded scheme_handler callback.
2009-07-19 Tom AdamsAdd commit to verbose output.
2009-07-19 Tom AdamsCheck URI is valid using SoupURI instead of strcmp.
2009-07-19 Tom AdamsRemove unneccesary code for new_window 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...
next