summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2012-10-26Indicator for quick/bookmarksportix
2012-07-21Additional length parameter in util_get_file_content; remove trailing newline...portix
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 fly...portix
2012-04-18Adding scripts/lib, implementing signal functionsportix
2012-03-29Tilde-expansion for downloads and path-completionportix
2012-03-29Remove util_arg_copy, merging dwb_init_settings and dwb_read_settings, cleani...portix
2012-03-29Reintroducing 'local_set', new command 'toggle_local_setting'portix
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
2012-03-13Remove not used function util_get_directory_entries; new command 'normal_mode';portix
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; fix...portix
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 toggle_setting...portix
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
2012-01-03Complete urls in command modeportix
2011-12-31Removed setting top-statusbar, tabbar-position; introducing new setting widge...portix
2011-12-28Removing not needed dwb_false; new command 'visible'portix
2011-12-11Include only needed headers in source files, don't include in header files; r...portix
2011-12-04Merging branch experimental into defaultportix
2011-12-04Made it possible to ignore non-printable characters in util_keyval_to_charportix
2011-11-29Introducing scripts with suffix .all.js, these sripts are applied to all framesportix
2011-11-01Read directory symlinks and userscript symlinksportix
2011-10-26Checking for system datadirs and fixing a possible memory corruption in html....portix
2011-09-26Check if editor is set, prefix for temp-cache-filesportix
2011-09-26External editorportix
2011-09-20Malloc args for the settings-hashtable, CFLAGS + LDFLAGSportix
2011-09-19Remove history, bookmarks, quickmarksportix
2011-09-19Remove functions for bookmarks, quickmarks, historyportix
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
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