summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Collapse)Author
2013-06-01Expand ~ in all api-functionsportix
2013-05-14Replace hash-signs in download pathsportix
2013-05-10Implementing general keyfile action 'util_keyfile_do'portix
2013-05-09New commandline option -d/--delete-profileportix
2013-04-14Updating license informationportix
2013-03-30Resolve symlinks for all filesportix
2013-03-24Replacing MODULO macro with function, fixes focus issue with odd number of tabsportix
2013-03-22Fixing segfault with unnamed sessionsportix
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 ↵portix
argument-parameter in commands_simple_command
2013-01-07Expand ~ in user-stylesheet-uri; don't throw exceptions when an argument is ↵portix
missing
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 ↵portix
newline in dwb_editor_watch, closing #130
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 ↵portix
fly, documentation --HG-- branch : scripts
2012-04-18Adding scripts/lib, implementing signal functionsportix
--HG-- branch : scripts
2012-04-17Create signal- and io-object, implementing io.setFile/io.getFileportix
--HG-- branch : scripts
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, ↵portix
cleaning up dwb_{set,toggle}_setting
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
--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-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 ↵portix
documentviewer and fonts are not set
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-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 ↵portix
toggle_setting instead
2012-01-08Fixing not opening quickmarks, fixes #65portix