summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)Author
2013-02-20Indentation in util.c, checking for own properties in object.forEachportix
2013-02-18Fixing some of the clang warningsportix
2013-02-01Escape all characters that must be escaped in util_create_json, additional ar...portix
2013-01-07Expand ~ in user-stylesheet-uri; don't throw exceptions when an argument is m...portix
2012-10-26Indicator for quick/bookmarksportix
2012-10-23Fixing element hider issues with webkit-1.10portix
2012-09-30Use sizeof for stack-allocated strings; fixing one possible buffer overflowportix
2012-09-24Don't ignore case in directory listings, closing #203portix
2012-09-15Set locale in util_create_jsonportix
2012-07-21Additional length parameter in util_get_file_content; remove trailing newline...portix
2012-07-17Appending empty struct to message_values, fixes segfault in JSCLassCreateportix
2012-07-17Replace slash with underscore in download-filenames, fixes #201portix
2012-06-24New function dirNamesportix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-13Also strip history in dwb_sync_filesportix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-05-17Merging branch scripts into defaultportix
2012-05-15New command sanitizeportix
2012-05-02Use g_regex_replace_literal in util_string_replace; always replace refererportix
2012-04-20Buttonpress/release, keypress/release, register/deregister signals on the fly...portix
2012-04-18Adding scripts/lib, implementing signal functionsportix
2012-04-17Create signal- and io-object, implementing io.setFile/io.getFileportix
2012-03-29Tilde-expansion for downloads and path-completionportix
2012-03-29Expand ~ in util_set_file_contentportix
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-19Merging branch refactor into defaultportix
2012-03-19Check if str is NULL in util_str_chug, closing #133portix
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-03-05Only set default_search to NULL if the last searchengine is deletedportix
2012-03-05Allow empty lines and comments in configuration files, closing #114portix
2012-02-20Fixing ignoring local files.portix
2012-02-19Fixing segfault when startpage is not set; fixing glib errors if documentview...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-19Fixing cppcheck warning 'mismatching allocation and dallocation'portix
2012-01-19Fixing redundant checks for NULL reported by cppcheckportix
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-08Fixing not opening quickmarks, fixes #65portix
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
2012-01-03Complete urls in command modeportix
2011-12-31Removed setting top-statusbar, tabbar-position; introducing new setting widge...portix
2011-12-28Reintroducing dwb_update_layout, needed for the correct tabnumber if a tab is...portix
2011-12-28Removing not needed dwb_false; new command 'visible'portix