remove base_url
[uzbl-mobile] / uzbl.h
2009-08-07 Robert Manearemoved html_mode in favour of "data URI scheme"
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 GrohneMerge branch 'helmut' into helmutexp
2009-07-28 Helmut Grohneadded some splint comments
2009-07-26 Robert Manearemove obsolete code
2009-07-26 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-25 Helmut Grohnefix declaration for initialize()
2009-07-25 Dieter Plaetinckmerge in ruskies font family patch
2009-07-25 ruskieuzbl.c, uzbl.h: added _font_family variables
2009-07-25 Robert Maneaadded update_gui command
2009-07-24 Robert Maneare-fix typo
2009-07-24 Robert Maneaadded custom vars, currently somewhat broken
2009-07-22 Laurence WithersAdd talk_to_socket handler
2009-07-19 Brendan Taylorrearrange initialization so that 'make tests' doesn...
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 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-14 urantherRan :%s/ $//g to remove trailing spaces in uzbl.h and...
2009-07-14 Robert Maneafix typo
2009-07-13 urantherMerge with Dieterbe/experimental
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 Taylormake keycmd a variable. new escape expansion syntax...
2009-07-12 Robert Maneafix pull
2009-07-11 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
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 AdamsRemove extraneous whitespace.
2009-07-09 Brendan Taylorremove SYM_MODE
2009-07-09 Brendan Taylor@MODE works.
2009-07-09 Robert Maneaset current geometry on configure-event
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 Taylorundef the expand_template symbols that i deleted
2009-07-09 Brendan Taylormove all the simple stuff from expand_template
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-01 uranthermerge with Dieterbe/experimental
2009-06-29 urantherremoving more static keywords
2009-06-29 urantherMerge from Dieterbe/experimental
2009-06-27 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
2009-06-24 urantherPreliminary uzbl testing framework - props to bct for...
2009-06-24 urantherleftover static keywords in uzbl.h because they were...
2009-06-24 uranthertake out static keyword in uzbl.h too
2009-06-24 Brendan Tayloruse notify::title instead of title-changed signal
2009-06-22 DequisCleanup diff on uzbl.h
2009-06-20 DequisRevert "Add disable_stdin config option"
2009-06-20 DequisRevert "Replaced disable_stdin with uzbl -c -"
2009-06-16 Robert Maneareset
2009-06-15 DequisUse JavaScriptCore for evaluation, with Uzbl.run()
2009-06-15 DequisReplaced disable_stdin with uzbl -c -
2009-06-15 DequisFix control_socket to use GIOChannel
2009-06-15 DequisAdded *result to get data back from commands
2009-06-10 DequisAdd disable_stdin config option
2009-06-09 Tom AdamsMerge commit 'Dieterbe/experimental' into experimental
2009-06-07 rootAdded support for full content zoom (AKA full page...
2009-06-07 Tom AdamsMerge commit 'Dieterbe/experimental' into experimental
2009-06-07 Dieter Plaetinckmake icon setting configurable
2009-06-07 Tom AdamsAdded a GtkPlug which plugs into a socket ID specified...
2009-06-07 uranthergot rid of my fifo fix for now - it needs more TLC
2009-06-06 urantherok added the zoom back in. fml
2009-06-06 uranthermerged with Dieterbe/experimental, finally
2009-06-06 urantherWTF
2009-06-06 Abel `00z' Camarillouzbl now builds on OpenBSD
2009-06-02 Dieter Plaetinckmerge in uranthers zoomlevel thingie. doesnt work yet...
2009-06-02 Dieter Plaetinckmerge from Uli Schlachter: policy callback + experiment...
2009-06-01 uranthermerge with Dieterbe/experimental
2009-06-01 Sylvester Johanssonfixed broken merge
2009-06-01 Sylvester JohanssonMerge commit 'dieterbe/experimental'
2009-05-30 Robert Manearemoved get command in favour of print
2009-05-30 Robert Maneaadded print command
2009-05-29 urantherReplaced reset_zoom with zoom_level; added floats to...
2009-05-29 DuClareRemove ACT command, remove regexes as they're no longer...
2009-05-29 urantherAdded reset_zoom_level() to reset zoom to 100%, and...
2009-05-29 DuClareRemove action 'runcmd': commands are deprecated :)
2009-05-29 urantherSome cleaning of code, and stricter compiling options...
2009-05-29 DuClareRem BIND cmd, add 'bind' action. Use parseenv in set_v...
2009-05-29 DuClareDon't call parse_cmd_line in set_var, rm SET cmd, rm...
2009-05-29 DuClareAdd 'get' action, remove GET command. Const correctnes...
2009-05-28 Sylvester JohanssonOH GOD I DON'T KNOW WHAT I AM DOING
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 Maneaadded insert_indicator and command_indicator
2009-05-27 Robert Maneaadded dump_config action
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
next