setup project. initial import of uzbl
[uzbl-mobile] / uzbl.c
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>
2009-06-16 Robert Maneaclean up after merge
2009-06-16 Robert Maneafix conflicts
2009-06-16 Robert Maneaminor style fixes in expand()
2009-06-15 DequisUse JavaScriptCore for evaluation, with Uzbl.run()
2009-06-15 Robert Manearenamed expand_vars() to expand() + minor fixes
2009-06-15 Robert Maneaadded @() expressions to expand_vars - first draft...
2009-06-15 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-06-15 DequisReplaced disable_stdin with uzbl -c -
2009-06-15 DequisWorking print command with uzblctrl
2009-06-15 DequisFix control_socket to use GIOChannel
2009-06-15 DequisAdded *result to get data back from commands
2009-06-13 evocallaghantiny patch
2009-06-11 kmeawkeycmd_bs: fix invalid utf-8 char chopping code
2009-06-10 urantherClean up init_fifo() by removing impossible conditions
2009-06-10 urantheradd 'quit' command, because I can never remember whethe...
2009-06-10 urantherRevert "cleanup when uzbl quits"
2009-06-10 uranthercleanup when uzbl quits
2009-06-10 urantherCleaned up after lexical scanner
2009-06-10 DequisAdd disable_stdin config option
2009-06-10 urantherCleaner handling of G_TOKEN_INT, and added G_TOKEN_ERRO...
2009-06-10 urantherFixed bug when backspacing UTF8 characters in the comma...
2009-06-10 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
2009-06-09 Tom AdamsAdd main_window check for new code.
2009-06-09 Tom AdamsMerge commit 'Dieterbe/experimental' into experimental
2009-06-08 urantherFixed some issues with TYPE_FLOAT upon ing and dumping...
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 Dieter Plaetinckmerge in some fixes + basic uzbl icon from uranther
2009-06-07 uranthergot rid of my fifo fix for now - it needs more TLC
2009-06-07 Robert ManeaMerge branch 'experimental' of git://github.com/Dieterb...
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-06 Dieter PlaetinckMerge commit 'mxey/experimental' into experimental
2009-06-06 salinasvLet keybinds work when status bar have focus.
2009-06-06 Maximilian GaßBuild in C99 mode
2009-06-06 Dieter Plaetinckstrtod > atof. Thanks Zaba
next