aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Collapse)AuthorAge
* merged in xdg stuff from barrucadu and toggle_status stuff from dusanx ↵Gravatar Dieter Plaetinck2009-04-26
|\ | | | | | | (slightly refactored)
| * Fixed a bug (varuable declared twice).Gravatar Barrucadu2009-04-26
| |
| * Merge branch 'dusanx/master' into experimentalGravatar Barrucadu2009-04-26
| |\
| | * Merge branch 'master' of git://github.com/dusanx/uzbl into dusanx/masterGravatar Barrucadu2009-04-26
| | |\
| * | | Now checks in $XDG_CONFIG_HOME/uzbl if --config is omitted.Gravatar Barrucadu2009-04-26
| | | |
| * | | Poked code a bit. Doesn't quite work.Gravatar Barrucadu2009-04-26
| | | |
| * | | Now checks in $XDG_CONFIG_HOME for a "uzbl" file if no config file is ↵Gravatar Barrucadu2009-04-26
| | | | | | | | | | | | | | | | specified. Does not check $XDG_CONFIG_DIRS yet.
* | | | Merge branch 'bar/experimental' into experimentalGravatar Dieter Plaetinck2009-04-26
|\| | |
| | | * Status barGravatar dusanx2009-04-26
| | | |
* | | | few fixes related to NULL checkingGravatar Dieter Plaetinck2009-04-26
| | | |
| * | | Merged dieter/experimental.Gravatar Barrucadu2009-04-26
|/ / /
* | | handle config/settings loading step by step so we can also see messages if ↵Gravatar Dieter Plaetinck2009-04-26
| | | | | | | | | | | | no config is loaded
* | | todo cleanupsGravatar Dieter Plaetinck2009-04-26
| | |
* | | Now runs if no config file is specified (just don't expect it to be very ↵Gravatar Barrucadu2009-04-26
| | | | | | | | | | | | useful).
* | | Support for --config parameter.Gravatar Barrucadu2009-04-26
| | |
* | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-26
|\ \ \
* | | | Added file_exists function (will be used to check for config file).Gravatar Barrucadu2009-04-26
| | | |
| * | | support --config option + reorganize variables a bit in a clear hierachyGravatar Dieter Plaetinck2009-04-26
|/ / /
* | | removed the MsgBox function. it was not neededGravatar Dieter Plaetinck2009-04-26
| | |
* | | fix for always logging the same uriGravatar Dieter Plaetinck2009-04-26
| | |
* | | generic function which can be used to call external script with some ↵Gravatar Dieter Plaetinck2009-04-26
| | | | | | | | | | | | arguments + history logging is now done by an external handler for maximum flexibility
* | | Added show_status variable to settings_init()Gravatar Barrucadu2009-04-26
|/ /
* | Merge branch 'master' of git://github.com/dusanx/uzbl into dusanx/masterGravatar Barrucadu2009-04-26
|\| | | | | | | | | | | Conflicts: AUTHORS uzbl.c
| * Insert and non-insert modeGravatar dusanx2009-04-26
| |
| * Merged Dieterbe codeGravatar dusanx2009-04-26
| |
* | merge in some fixes from barrucaduGravatar Dieter Plaetinck2009-04-26
|\ \
* | | stripped out uri entry widget. all url changing will be outside of uzblGravatar Dieter Plaetinck2009-04-26
| | |
| * | Fixed a bug in settings loading.Gravatar Barrucadu2009-04-26
|/ /
* | Fixed all coding style mistakes.Gravatar Barrucadu2009-04-26
| |
* | Merge branch 'dieter/experimental' into experimental. Fixed a few coding ↵Gravatar Barrucadu2009-04-26
|\ \ | | | | | | | | | style mistakes.
* | | Merged dusanx/master.Gravatar Barrucadu2009-04-26
| | |
| * | more compact way to control allowing 1 or 2 params, by checking the function ↵Gravatar Dieter Plaetinck2009-04-26
| | | | | | | | | | | | pointers themselves
| * | commands can now have arguments! woohoo. try uri <http://..>Gravatar Dieter Plaetinck2009-04-26
| | |
| | * Rough key processingGravatar dusanx2009-04-26
| | |
| | * Temp title (just to get in syncGravatar dusanx2009-04-26
| | |
| | * Merged Barrucadu codeGravatar dusanx2009-04-26
| | |
* | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-25
|\| |
* | | Loads key bindings into two structs - internal_bindings and external_bindings.Gravatar Barrucadu2009-04-25
| | |
| * | attempt for commands which support params. unfortunately this doesnt work yetGravatar Dieter Plaetinck2009-04-25
| | |
* | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-25
|\| |
| * | more elegant way to set up the map of commandsGravatar Dieter Plaetinck2009-04-25
| | |
* | | All behaviour config variables are now loaded.Gravatar Barrucadu2009-04-25
| | |
* | | URL box now fills width of main bar.Gravatar Barrucadu2009-04-25
| | |
| * | code styleGravatar Dieter Plaetinck2009-04-25
| | |
| * | use the callbacks instead of immediate webkit functions when parsing ↵Gravatar Dieter Plaetinck2009-04-25
| | | | | | | | | | | | incomming commands + reorganize code a bit
| * | type fixesGravatar Dieter Plaetinck2009-04-25
| | |
| * | use x window id for fifo, not pidGravatar Dieter Plaetinck2009-04-25
| | |
| * | make output format bit more uniformGravatar Dieter Plaetinck2009-04-25
| | |
* | | Merged changes from dieter/experimental - bye bye aliases.Gravatar Barrucadu2009-04-25
|/ /
* | remove the aliases concept. commands is all we need + synchronize command ↵Gravatar Dieter Plaetinck2009-04-25
| | | | | | | | names with bindings in sample config