summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Collapse)Author
2012-01-07Only remove content of the cachdir when cleaning up, not the directory itself.portix
2012-01-07Fixing possible segfault in dwb_init_file_contentportix
2012-01-07Introducing custom keys, command chainsportix
2012-01-03Updating version infoportix
--HG-- branch : experimental
2012-01-03Complete urls in command modeportix
--HG-- branch : experimental
2011-12-31Removed setting top-statusbar, tabbar-position; introducing new setting ↵portix
widget-packing --HG-- branch : experimental
2011-12-28Reintroducing dwb_update_layout, needed for the correct tabnumber if a tab ↵portix
is removed/added. --HG-- branch : experimental
2011-12-28Removing not needed dwb_false; new command 'visible'portix
--HG-- branch : experimental
2011-12-28Moving all callbacks in dwb.c to callback.cportix
--HG-- branch : experimental
2011-12-27Save navigation historyportix
2011-12-27Don't use g_get_system_data_dirs, use correct installation path insteadportix
2011-12-26Get rid of two warnings "array subscript has type 'char'" caused by passing ↵Peter Bex
chars instead of ints to tolower() --HG-- extra : rebase_source : 254d9cdc473e512431ac98c82c99468669b3d52f
2011-12-26Get rid of warning "warning: comparison is always true due to limited range ↵Peter Bex
of data type" caused by the fact that strtol returns a long, but is passed an integer (and integer can't hold LONG_MAX/LONG_MIN) --HG-- extra : rebase_source : 25d1eb204569e88d6ba7adc8fe112083394d1902
2011-12-11Include only needed headers in source files, don't include in header files; ↵portix
replace strcmp with g_strcmp0; fixing issue with leaving insert-mode in navigation-policy-requested
2011-12-04Merging branch experimental into defaultportix
2011-12-04Made it possible to ignore non-printable characters in util_keyval_to_charportix
--HG-- branch : experimental
2011-12-03Merging branch experimental into defaultportix
2011-11-29Introducing scripts with suffix .all.js, these sripts are applied to all framesportix
--HG-- rename : scripts/autoscroll.js => scripts/autoscroll.all.js
2011-11-24Merging develop into defaultportix
--HG-- branch : experimental
2011-11-23Resolving merge that broke everythingportix
--HG-- branch : develop
2011-11-04New setting download-directory; fixing possible memory leak in ↵portix
util_get_user_data_dir
2011-11-01Read directory symlinks and userscript symlinksportix
2011-10-30Override GtkEntries background image for GTK3portix
2011-10-29Fixing that no new bookmark/history file is createdportix
2011-10-28Merging head 636 with 686portix
2011-10-26Checking for system datadirs and fixing a possible memory corruption in ↵portix
html.c, fixes #54
2011-10-23Do not free values in settings hashtableportix
2011-10-19Fixing serveral bugs reported by clang-analyserportix
2011-10-16Resolve symbolic links in util_set_file_content, fixes #50portix
2011-10-13Use XDG_USER_CACHEDIR, not /tmp for downloadsportix
2011-10-07Close GDir in util_get_directory_entriesportix
2011-09-26Check if editor is set, prefix for temp-cache-filesportix
--HG-- branch : develop
2011-09-26External editorportix
--HG-- branch : ext-editor
2011-09-20Malloc args for the settings-hashtable, CFLAGS + LDFLAGSportix
2011-09-19Merging develop into defaultportix
2011-09-19Introducing CFLAGS and LDFLAGS in place of FLAGSportix
2011-09-19Remove history, bookmarks, quickmarksportix
--HG-- branch : develop
2011-09-19Remove functions for bookmarks, quickmarks, historyportix
--HG-- branch : develop
2011-09-17Refactor: function names without dwb_-prefixportix
2011-09-15Add searchengines to searchenginecompletion in current sessionportix
2011-09-12Clean up commentsportix
--HG-- branch : develop
2011-09-09Map numerical valuesportix
2011-09-02Check for NULL in dwb_util_strcasestrportix
2011-09-02Return whole string if needle is empty in dwb_util_strcasestrportix
2011-09-02Case insensitive completionportix
2011-07-31Allow also shift modifier in comination with non printable charactersportix
2011-07-25Remove dwb_util_test_connect, webkit now handles proxyuris correct, fixes #44portix
2011-07-19Check for scheme part in proxy uri, fixes #42portix
2011-07-03In maximized mode, open new tabs right of focused viewportix
2011-06-29Allow non ascii shortcuts, fixes #34portix