summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Collapse)Author
2012-10-26Indicator for quick/bookmarksportix
2012-07-21Additional length parameter in util_get_file_content; remove trailing ↵portix
newline in dwb_editor_watch, closing #130
2012-07-17Replace slash with underscore in download-filenames, fixes #201portix
2012-05-17Merging branch scripts into defaultportix
2012-05-15New command sanitizeportix
2012-04-20Buttonpress/release, keypress/release, register/deregister signals on the ↵portix
fly, documentation --HG-- branch : scripts
2012-04-18Adding scripts/lib, implementing signal functionsportix
--HG-- branch : scripts
2012-03-29Tilde-expansion for downloads and path-completionportix
2012-03-29Remove util_arg_copy, merging dwb_init_settings and dwb_read_settings, ↵portix
cleaning up dwb_{set,toggle}_setting
2012-03-29Reintroducing 'local_set', new command 'toggle_local_setting'portix
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
--HG-- branch : refactor
2012-03-13Remove not used function util_get_directory_entries; new command 'normal_mode';portix
new CP_OVERRIDE-properties for functionmaps.
2012-02-12New commands tab_move, tab_move_left, tab_move_rightportix
2012-01-22Fixing wrong single-instance behaviour, replacing FREE macro with g_free; ↵portix
fixing typos in manpage
2012-01-09Update tablabels when a tab is added/removedportix
2012-01-09Second color for tabsportix
2012-01-08Remove toggalbe unbound setting shortcuts, introducing set and ↵portix
toggle_setting instead
2012-01-07Only remove content of the cachdir when cleaning up, not the directory itself.portix
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-28Removing not needed dwb_false; new command 'visible'portix
--HG-- branch : experimental
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-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-01Read directory symlinks and userscript symlinksportix
2011-10-26Checking for system datadirs and fixing a possible memory corruption in ↵portix
html.c, fixes #54
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-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-02Case insensitive completionportix
2011-07-03In maximized mode, open new tabs right of focused viewportix
2011-03-10Create an info page with bookmarks, quickmarks and historyportix
--HG-- branch : html
2011-02-12Save files correctly with mutliple intances, default settings changedportix
2011-02-02fix path completion for downloads and local path completionportix
2011-01-29Show local files and directoriesportix
2011-01-02Licensing information, include all foreign headers in dwb.hportix
2010-12-18allow plugins for specific domainsportix
2010-12-14remove dwb_free in most cases, clear status barportix
2010-12-12Destroy window, free memoryportix
2010-12-01complete searchenginesportix
2010-11-13replace gint, gdouble, gchar with int, double, charportix
2010-11-02open selected text on button pressesportix
2010-11-01use dwb_malloc instead of mallocportix