aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Edited .gitignore.Gravatar Barrucadu2009-04-27
|
* Merge branch 'experimental' of git://github.com/axelson/uzbl into ↵Gravatar Barrucadu2009-04-27
|\ | | | | | | axelson/experimental
* | Removed uzbl binary file.Gravatar Barrucadu2009-04-27
| |
* | Exec external scriptsGravatar dusanx2009-04-27
| |
* | Key handling finishedGravatar dusanx2009-04-27
| |
* | Cleaned ALL warningsGravatar dusanx2009-04-27
| |
* | Merged Barrucadu code (I hope)Gravatar dusanx2009-04-27
| |
| * Made makefile more robustGravatar Jason Axelson (dell.server)2009-04-26
| | | | | | | | | | | | | | | | By using the .PHONY directive we can avoid errors that appear when there are already files by that name in the directory. For example: If we put a file called clean in the directory, than make clean would not execute because the file 'clean' is already made.
| * Created a .gitignore file for ignorable filesGravatar Jason Axelson (dell.server)2009-04-26
| |
* | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-26
|\|
* | Fixed some warnings.Gravatar Barrucadu2009-04-26
| |
| * 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
| | | |
* | | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-26
|\ \ \ \ | | |_|/ | |/| |
* | | | Reorganised AUTHORS file.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
| | | |
| * | | Merge branch 'bar/experimental' into experimentalGravatar 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).
| * | | todo updatesGravatar Dieter Plaetinck2009-04-26
| | | |
| * | | todo updatesGravatar Dieter Plaetinck2009-04-26
| | | |
* | | | Support for --config parameter.Gravatar Barrucadu2009-04-26
| | | |
* | | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-26
|\ \ \ \
| * | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵Gravatar Barrucadu2009-04-26
| |\| | | | | | | | | | | | | | | | | | dieter/experimental
* | | | | Added file_exists function (will be used to check for config file).Gravatar Barrucadu2009-04-26
|/ / / /
| * | | include sample configGravatar Dieter Plaetinck2009-04-26
| | | |
* | | | Removed irrelevant bits.Gravatar Barrucadu2009-04-26
| | | |
| * | | todo updatesGravatar Dieter Plaetinck2009-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
| | |
* | | todosGravatar Dieter Plaetinck2009-04-26
| | |
* | | fix for always logging the same uriGravatar Dieter Plaetinck2009-04-26
| | |
* | | install targetGravatar 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
* | | note/todo updatesGravatar Dieter Plaetinck2009-04-26
| | |
* | | slight reformattingGravatar Dieter Plaetinck2009-04-26
| | |
* | | Merge branch 'bar/experimental' into experimentalGravatar Dieter Plaetinck2009-04-26
|\ \ \
* | | | better documented how scripts should work + refactored sample implementationsGravatar Dieter Plaetinck2009-04-26
| | | |
| * | | Added show_status variable to settings_init()Gravatar Barrucadu2009-04-26
| | | |
| * | | Added show_status variable and toggle_status key. Fixed a conflicting binding.Gravatar Barrucadu2009-04-26
| |/ /
| * / Merge branch 'master' of git://github.com/dusanx/uzbl into dusanx/masterGravatar Barrucadu2009-04-26
|/| | | |/ | | | | | | | | Conflicts: AUTHORS uzbl.c