summaryrefslogtreecommitdiff
path: root/src/view.c
AgeCommit message (Expand)Author
2012-12-07Remove io.statusBar, the label can be set on the widgets directly insteadportix
2012-12-06Remove dwb.misc.scripts, dwb.misc.scripts_onloadportix
2012-12-06Change to normal mode in view_navigation_policy_cb; use gtk_clipboard_get ins...portix
2012-12-06Indentation of adblock.c, renaming static variablesportix
2012-12-04Emit createTab after focusing the tabportix
2012-11-26Update status bar if tab is closed, closing #240portix
2012-11-18Free websettings when destroying a tab; fixing memory leak in dwb_get_scripts...portix
2012-11-05Ignore default action of button 8 and button 9portix
2012-11-01New signal changeMode; new method util.getModeportix
2012-11-01Insert element hider rules using the dom-apiportix
2012-10-23Renaming hints.js -> base.js, hint_object -> js_baseportix
2012-10-23Fixing element hider issues with webkit-1.10portix
2012-09-24Create a new webview in view_create_web_view_cb if tabs are disabled, closing...portix
2012-09-17New option show-single-tabportix
2012-09-13Connect ot motion-notify-event; implementing mouseMove-signalportix
2012-08-23Renaming variablesportix
2012-08-15Create tab-object before focusing the tabportix
2012-08-14New webview-method setTitleportix
2012-08-01Automated merge with file:///home/stefan/source/dwbportix
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-26Added a 'searchengine-submit-pattern'baskerville
2012-07-25Replace statusbar-padding with bars-paddingportix
2012-07-21Additional length parameter in util_get_file_content; remove trailing newline...portix
2012-07-08New setting 'do-not-track'portix
2012-06-30Fixing tab title if webkit_web_view_get_title() returns NULLportix
2012-06-28Call g_list_position only once in view_removeportix
2012-06-28Update dwb.state.last_tab if tab is closedportix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-24Close webinspector when corresponding tab is closed instead of sending delete...portix
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-04Clear history before loading about:blank in view_clear_tabportix
2012-06-02Send 'delete-event' to the inspector window when corresponding the tab is closedportix
2012-05-27New option 'close-last-tab'; adding doc-Makefile and dwb.1.txtportix
2012-05-24Feature tests addressbar-dns-lookupportix
2012-05-23New option addressbar-dns-lookup, closing 171portix
2012-05-17Merging branch scripts into defaultportix
2012-05-14Remove javascript scripts directory and reload_scripts; change io.fileTest to...portix
2012-05-14Clear all frames when WEBKIT_LOAD_PROVISIONAL is emitted; emit loadstatus sig...portix
2012-05-13Cleaning view.cportix
2012-05-13Adding buttonRelease signal; correct number of args if first argument is NULL...portix
2012-05-11Replace deprecated gtk_vbox_new/gtk_hbox_new with gtk_box_new when linking ag...portix
2012-05-08Merging 1259 into defaultportix
2012-05-07Merging the download fix (rev.1236) into scriptsportix
2012-05-07New webview property allFrames; adding mimeType to download signalportix
2012-05-07New setting 'close-tab-focus-policy', closing #83portix
2012-05-06New signal 'createTab'portix
2012-05-05New global functions bind, prompt, checksum; new property mainFrame; new exte...portix