summaryrefslogtreecommitdiff
path: root/src/html.c
AgeCommit message (Expand)Author
2013-01-09Updating copyright informationportix
2012-12-19Fixing broken layout on dwb:quickmarks; remove duplicate entries in data-js o...portix
2012-12-06Indentation and cleanup of application, html, entry, pluginsportix
2012-11-22Ellipsize dwb:-links correctlyportix
2012-11-18Check if target element is a dom-element in html_key_down_cbportix
2012-09-30Use sizeof for stack-allocated strings; fixing one possible buffer overflowportix
2012-08-27Ignore empty key-names in dwb:keysportix
2012-07-21Additional length parameter in util_get_file_content; remove trailing newline...portix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-16Use pre tag for dwb:scriptportix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-05-18Execute scripts from commandlineportix
2012-04-02Use SET_GLOBAL instead of SETTING_GLOBAL in html.cportix
2012-03-29Fix some typos in dynamically generated html and better readabilityportix
2012-03-22New command local_set and the interactive verison set_local_setting for chang...portix
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
2012-03-05Only set default_search to NULL if the last searchengine is deletedportix
2012-03-05Show urls in dwb:{bookmarks,quickmarks,history}portix
2012-03-05Adding new dwb url 'dwb:searchengines'portix
2012-03-01Fixing not loading local bookmarked files, fixes #112; show url if title is (...portix
2012-02-23Replace dwb://-uris with dwb:-urisportix
2012-02-22Merging application into defaultportix
2012-02-20Fix for custom keys on the settings page: sometimes the wrong callback was ca...portix
2012-02-20Fixing ignoring local files.portix
2012-02-18Use GApplication for single instance handling, session management is still mi...portix
2012-01-22Cleaning up settings events, save settings on change and confirm, don't leave...portix
2012-01-22Fixing wrong single-instance behaviour, replacing FREE macro with g_free; fix...portix
2012-01-18Don't connect to change event in inputs on dwb://keys, dwb://settingsportix
2012-01-12Fixing not saving custom commands when the file is emptyportix
2012-01-12Don't clear message when custom keys are savedportix
2012-01-12Leave insert mode when confirm commands, don't clean custom command shortcuts...portix
2012-01-12Changing keyboard handling for settings tabportix
2012-01-09Second color for tabsportix
2012-01-08Remove toggalbe unbound setting shortcuts, introducing set and toggle_setting...portix
2012-01-07Introducing custom keys, command chainsportix
2012-01-03Updating version infoportix
2011-12-11Include only needed headers in source files, don't include in header files; r...portix
2011-11-30Regression: don't unref dom-objectsportix
2011-11-27Unreference dom-objects in html.cportix
2011-11-08Remove unecessary debug messagesportix
2011-11-03In download view: don't strip file:// from fileuriportix
2011-10-26Checking for system datadirs and fixing a possible memory corruption in html....portix
2011-10-25Download viewportix
2011-10-25Adding forgotten dwb_table_cell_middle in quickmarks viewportix
2011-10-23One color for each lineportix
2011-10-23Merging develop into defaultportix
2011-10-23New info viewportix
2011-10-23Fixing typo in local.html, memory lead in html_load_pageportix
2011-10-19Remove change-messageportix
2011-10-19In settings.html/keys.html also connect to keydown-eventportix