summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Collapse)Author
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
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