aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added bit about home page code.Gravatar Barrucadu2009-04-28
|
* Tidied up settings loading code. Added home_page parameter to config, and ↵Gravatar Barrucadu2009-04-28
| | | | added go_home function.
* Merge branch 'dusanx/master' into experimentalGravatar Barrucadu2009-04-28
|\
| * Possible Debian segfault fixGravatar dusanx2009-04-28
| |
* | Added 'exit' command (bound to 'k' by default).Gravatar Barrucadu2009-04-28
| |
* | Merge branch 'dusanx/master' into experimentalGravatar Barrucadu2009-04-28
|\|
| * Segfault fixGravatar dusanx2009-04-28
| |
* | Corrected bit about XDG_CONFIG_HOME/DIRSGravatar Barrucadu2009-04-28
| |
* | Merge branch 'dusanx/master' into experimentalGravatar Barrucadu2009-04-28
|\|
| * Follow in new window opens new window, memory leaks fixedGravatar dusanx2009-04-28
| |
* | Merge branch 'dusanx/master' into experimentalGravatar Barrucadu2009-04-28
|\|
| * Download and open in new windowGravatar dusanx2009-04-28
| |
| * Proper uri handling, fixed segfaultGravatar dusanx2009-04-28
| |
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵Gravatar dusanx2009-04-28
| |\ | | | | | | | | | | | | | | | | | | dieter/experimental Conflicts: uzbl.c
* | | Lots of fiddling with load_uri and uricheck. Segfaults when loading a URI. ↵Gravatar Barrucadu2009-04-27
| |/ |/| | | | | Irritating.
* | fix for http:// adding automatically. segfaultsGravatar Dieter Plaetinck2009-04-27
| |
* | Merge branch 'bar/experimental' into experimentalGravatar Dieter Plaetinck2009-04-27
|\ \
| | * Uri check -- append http:// if neededGravatar dusanx2009-04-27
| | |
| * | Fixed XDG config dir implementation. Now looks for $XDG_CONFIG_HOME/uzbl/config.Gravatar Barrucadu2009-04-27
| | |
* | | scare away some newbiesGravatar Dieter Plaetinck2009-04-27
| | |
| * | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-27
| |\ \ | |/ / |/| |
| * | Merge branch 'dusanx/master' into experimentalGravatar Barrucadu2009-04-27
| |\ \
* | | | readme updatesGravatar Dieter Plaetinck2009-04-27
| | | |
* | | | typo fix should fix bookmark loadingGravatar Dieter Plaetinck2009-04-27
| | | |
* | | | insert_bookmark related stuffGravatar Dieter Plaetinck2009-04-27
| | | |
* | | | Merge branch 'master' into experimentalGravatar Dieter Plaetinck2009-04-27
|\ \ \ \ | |_|_|/ |/| | |
| * | | notes for newcomersGravatar Dieter Plaetinck2009-04-27
| | | |
| | * | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-04-27
| | |\ \ | |_|/ / |/| | |
* | | | oops. maybe i forgot to delete this file tooGravatar Dieter Plaetinck2009-04-27
| | | |
* | | | oops. maybe i forgot to delete these filesGravatar Dieter Plaetinck2009-04-27
| | | |
| | | * reorganize/refactor example scripts/config / bookmark file etc so that its ↵Gravatar Dieter Plaetinck2009-04-28
| | | | | | | | | | | | | | | | | | | | easier for new users + separate config for development Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * fix for some commands dont have extra argsGravatar Dieter Plaetinck2009-04-28
| | | | | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * Removed .gitignore from .gitignoreGravatar Barrucadu2009-04-28
| | | | | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * more todosGravatar Dieter Plaetinck2009-04-28
| | | | | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * Fixed a segfault with URI loading.Gravatar Barrucadu2009-04-28
| | | | | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * g_spawn_command_line_async returns boolean, so logic is inversedGravatar Dieter Plaetinck2009-04-28
| | | | | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * Added info about XDG_CONFIG_{HOME,DIRS}.Gravatar Barrucadu2009-04-28
| | | | | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * XDG_CONFIG_HOME now works (set in main().Gravatar Barrucadu2009-04-28
| | | | | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * Removed axelson from AUTHORS file due to unmerge.Gravatar Barrucadu2009-04-28
| | | | | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * Revert "Merge branch 'experimental' of git://github.com/axelson/uzbl into ↵Gravatar Barrucadu2009-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | axelson/experimental" This reverts commit b7bfd454d19a611638440340d6c8efc3d21b9494, reversing changes made to 4a80918204bd7361b9b8c9fdbed986790fa0d12f. Signed-off-by: dusanx <ef_dva@yahoo.com>
| | | * Edited .gitignore.Gravatar Barrucadu2009-04-28
| | | | | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| * | | remove files, should have happened during previous merge but whateverGravatar Dieter Plaetinck2009-04-27
|/ / /
| | * checklist fileGravatar Dieter Plaetinck2009-04-28
| | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | * more todosGravatar Dieter Plaetinck2009-04-28
| | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | * "make test" now goes to uzbl.orgGravatar Barrucadu2009-04-28
| | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | * Added support for $XDG_CONFIG_DIRS.Gravatar Barrucadu2009-04-28
| | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | * Fixed a bit of spacing.Gravatar Barrucadu2009-04-28
| | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | * Added contributor.Gravatar Barrucadu2009-04-28
| | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>
| | * Made makefile more robustGravatar Jason Axelson (dell.server)2009-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Signed-off-by: dusanx <ef_dva@yahoo.com>
| | * Created a .gitignore file for ignorable filesGravatar Jason Axelson (dell.server)2009-04-28
| | | | | | | | | Signed-off-by: dusanx <ef_dva@yahoo.com>