Made makefile more robust
[uzbl-mobile] / uzbl.c
2009-04-27 dusanxExec external scripts
2009-04-27 dusanxKey handling finished
2009-04-27 dusanxCleaned ALL warnings
2009-04-26 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-04-26 BarrucaduFixed some warnings.
2009-04-26 Dieter Plaetinckmerged in xdg stuff from barrucadu and toggle_status...
2009-04-26 BarrucaduFixed a bug (varuable declared twice).
2009-04-26 BarrucaduMerge branch 'dusanx/master' into experimental
2009-04-26 BarrucaduMerge branch 'master' of git://github.com/dusanx/uzbl...
2009-04-26 BarrucaduNow checks in $XDG_CONFIG_HOME/uzbl if --config is...
2009-04-26 BarrucaduPoked code a bit. Doesn't quite work.
2009-04-26 BarrucaduNow checks in $XDG_CONFIG_HOME for a "uzbl" file if...
2009-04-26 Dieter PlaetinckMerge branch 'bar/experimental' into experimental
2009-04-26 dusanxStatus bar
2009-04-26 Dieter Plaetinckfew fixes related to NULL checking
2009-04-26 BarrucaduMerged dieter/experimental.
2009-04-26 Dieter Plaetinckhandle config/settings loading step by step so we can...
2009-04-26 Dieter Plaetincktodo cleanups
2009-04-26 BarrucaduNow runs if no config file is specified (just don't...
2009-04-26 BarrucaduSupport for --config parameter.
2009-04-26 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-04-26 BarrucaduAdded file_exists function (will be used to check for...
2009-04-26 Dieter Plaetincksupport --config option + reorganize variables a bit...
2009-04-26 Dieter Plaetinckremoved the MsgBox function. it was not needed
2009-04-26 Dieter Plaetinckfix for always logging the same uri
2009-04-26 Dieter Plaetinckgeneric function which can be used to call external...
2009-04-26 BarrucaduAdded show_status variable to settings_init()
2009-04-26 BarrucaduMerge branch 'master' of git://github.com/dusanx/uzbl...
2009-04-26 dusanxInsert and non-insert mode
2009-04-26 dusanxMerged Dieterbe code
2009-04-26 Dieter Plaetinckmerge in some fixes from barrucadu
2009-04-26 Dieter Plaetinckstripped out uri entry widget. all url changing will...
2009-04-26 BarrucaduFixed a bug in settings loading.
2009-04-26 BarrucaduFixed all coding style mistakes.
2009-04-26 BarrucaduMerge branch 'dieter/experimental' into experimental...
2009-04-26 BarrucaduMerged dusanx/master.
2009-04-26 Dieter Plaetinckmore compact way to control allowing 1 or 2 params...
2009-04-26 Dieter Plaetinckcommands can now have arguments! woohoo. try uri <..>
2009-04-26 dusanxRough key processing
2009-04-26 dusanxTemp title (just to get in sync
2009-04-26 dusanxMerged Barrucadu code
2009-04-25 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-04-25 BarrucaduLoads key bindings into two structs - internal_bindings...
2009-04-25 Dieter Plaetinckattempt for commands which support params. unfortunatel...
2009-04-25 BarrucaduMerge branch 'dieter/experimental' into experimental
2009-04-25 Dieter Plaetinckmore elegant way to set up the map of commands
2009-04-25 BarrucaduAll behaviour config variables are now loaded.
2009-04-25 BarrucaduURL box now fills width of main bar.
2009-04-25 Dieter Plaetinckcode style
2009-04-25 Dieter Plaetinckuse the callbacks instead of immediate webkit functions...
2009-04-25 Dieter Plaetincktype fixes
2009-04-25 Dieter Plaetinckuse x window id for fifo, not pid
2009-04-25 Dieter Plaetinckmake output format bit more uniform
2009-04-25 BarrucaduMerged changes from dieter/experimental - bye bye aliases.
2009-04-25 Dieter Plaetinckremove the aliases concept. commands is all we need...
2009-04-25 Dieter Plaetinckexperimental fifo support. written by Barrucadu and...
2009-04-25 BarrucaduFixed all warnings. Added a new bug. Oops.
2009-04-25 BarrucaduMerge branch 'master' of git://github.com/Dieterbe...
2009-04-25 BarrucaduCopied plaintext files from Dieter. Added (broken)...
2009-04-25 BarrucaduAdded modeline, changed commands to 1/2 characters...
2009-04-25 BarrucaduAdded command/insert modes (Esc to switch).
2009-04-24 BarrucaduMerged config support from Dieter. Added a couple of...
2009-04-24 Dieter Plaetinckset x window id. will be useful to tag the fifo
2009-04-24 Dieter Plaetinckprepend log entries with date in "%Y-%m-%d %H:%M:%S...
2009-04-24 Dieter Plaetincksupport for reading settings from config file + history...
2009-04-24 Dieter Plaetinckrestore the nice function style from the Apple guys
2009-04-24 Dieter Plaetinckreplace statusbar with a mainbar on top with a uri...
2009-04-24 BarrucaduRemoved irritating printf.
2009-04-24 BarrucaduMerged sentientswitch's branch.
2009-04-24 dusanxKeys: alt+[left,right,h]
2009-04-24 dusanxHover uri added to title - no status bar needed
2009-04-24 BarrucaduCommand parsing now works.
2009-04-24 BarrucaduAdded function to create new commands (almost works).
2009-04-24 Zane AshbyRemoved UI Code, mostly rewrote FIFO code
2009-04-24 BarrucaduTidied up the code a little.
2009-04-24 BarrucaduControl interface works!
2009-04-23 BarrucaduMore thread tweaking, still no joy.
2009-04-23 BarrucaduTried something with threads. Didn't work.
2009-04-23 BarrucaduAdded FIFO thread. Currently doesn't work.
2009-04-23 BarrucaduBegan work on FIFO control interface
2009-04-22 Dieter Plaetinckauthors/legal stuff
2009-04-21 Dieter Plaetincksimple commandline argument parsing support
2009-04-21 Dieter Plaetinckrename to uzbl and strip toolbar
2009-04-21 Dieter Plaetinckusing trac.webkit.org/browser/trunk/WebKitTools/GtkLaun...