summaryrefslogtreecommitdiff
path: root/src/dwb.h
AgeCommit message (Expand)Author
2013-02-24Don't set statusbar color in dwb_set_private_browsing on startup; emit change...portix
2013-02-24New option 'private-color'portix
2013-02-19Filter command/search/navigation historyportix
2013-02-19Search history, use mutex for global_unbindportix
2013-02-16Emit statusBarChanged signal also if only uri has changedportix
2013-02-13Implementing webview.historylistportix
2013-01-28Creating files {dom,editor}.{c,h}; fixing segfault after leaving a site when ...portix
2013-01-11Clear textentry when calling io_promptportix
2013-01-09Updating copyright informationportix
2013-01-08Implementing extensions.disableAll; fixing possible segfault in global_unbindportix
2012-12-29Set event name when focusing a tab, adding eventname in tabFocus-signalportix
2012-12-26New option 'load-on-focus'portix
2012-12-19New commands reload_bookmarks, reload_quickmarks; new signal function connect...portix
2012-12-06Remove dwb.misc.scripts, dwb.misc.scripts_onloadportix
2012-12-01Implementing all gui.* widgetsportix
2012-11-18Free websettings when destroying a tab; fixing memory leak in dwb_get_scripts...portix
2012-11-01BASIC_MODES macro evaluates to NORMAL_MODE if mode == 0portix
2012-11-01New signal changeMode; new method util.getModeportix
2012-11-01Insert element hider rules using the dom-apiportix
2012-10-31Remove the globals-object; implementing provide/requireportix
2012-10-23Renaming hints.js -> base.js, hint_object -> js_baseportix
2012-09-17New option show-single-tabportix
2012-09-13Connect ot motion-notify-event; implementing mouseMove-signalportix
2012-08-27Replace option sync-files with file-sync-interval, sync-files now specifies t...portix
2012-08-25Check if key or value is NULL in dwb_set_keyportix
2012-08-14New webview-method setTitleportix
2012-08-14Applying progress-bar patchportix
2012-08-01Automated merge with file:///home/stefan/source/dwbportix
2012-07-29Using GROUP_VISIBLE makroportix
2012-07-29Groups: correct messagesportix
2012-07-28Removing option 'close-last-tab', introducing 'close-last-tab-policy' instead...portix
2012-07-28Prepare groupsportix
2012-07-27Unescape searchengine in view_navigation_request_policy_cbportix
2012-07-24Check if a site has forms before prompting for a passwordportix
2012-07-19Fixing autocompletion: use the horizontal status box instead of alignmentportix
2012-07-16Check if second argument is a function in signals.connect before connecting t...portix
2012-07-08New setting 'do-not-track'portix
2012-07-02Drop button modifiers, fixes issue with onscreen keyboardsportix
2012-06-27New command toggle_tabportix
2012-06-24Remove event-listener from the flashblocker plugin after the element was clic...portix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-19Remove plugins_find_in_frames, try to block all plugins in load-committed cal...portix
2012-06-19Connect to beforeload during window-object-cleard signal; replace plugin puzz...portix
2012-06-13New function tabCompleteportix
2012-06-08Move free functions for tabs to view_clean; call view_clean in dwb_clean_up; ...portix
2012-06-04New signal documentFinishedportix
2012-06-02Send 'delete-event' to the inspector window when corresponding the tab is closedportix
2012-05-31Also use up/down key for completionportix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-05-24Feature tests addressbar-dns-lookupportix