summaryrefslogtreecommitdiff
path: root/src/view.c
AgeCommit message (Expand)Author
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
2012-05-03New properties webview.mainFrame, frame.domain, frame.hostportix
2012-05-03New signal hoveringOverLinkportix
2012-04-29Get gobject properties from scripts; started rewriting of documentationportix
2012-04-28Remove unused frame in view_init_signalsportix
2012-04-28Remove resource-requested-started signal in view.cportix
2012-04-28Leave insert mode on WEBKIT_LOAD_PROVISIONALportix
2012-04-22Implementing loadCommitted, loadFinished, webview.host, webview.domain; addin...portix
2012-04-21New object frame; new signal frameStatus; inject for framesportix
2012-04-21Creating WebKitNetworkRequest and a new WebKitDownload in download_start, fix...portix
2012-04-20Buttonpress/release, keypress/release, register/deregister signals on the fly...portix
2012-04-19Implementing inject and resource requestportix
2012-04-18Adding scripts/lib, implementing signal functionsportix
2012-04-18Creating tabs-object; api documentationportix
2012-04-17Basic setter/getter functions in scriptsportix
2012-04-15Remove unnecessary dwb_get_default_settingsportix
2012-04-15New command hints_background, closing #152; hints_tab opens always as a foreg...portix
2012-04-08Use a globals-object for variables in hints.js; remove default values in hint...portix
2012-04-01Only change from insert mode to normal mode in requests for the focused tabportix
2012-03-29Check for ssl-state after checking for scriptsportix
2012-03-27Merging revision 1152 (sync-files) into defaultportix
2012-03-25Check for enabled scripts/plugins when WEBKIT_LOAD_COMMITTED is emitted, the ...portix
2012-03-25Unprotect hint_object not on WEBKIT_LOAD_PROVISIONAL but immediately before a...portix
2012-03-23Unreference status_element when a tab is closedportix
2012-03-23Call dwb_focus_scroll before calling dwb_set_normal_message in dwb_insert_mod...portix
2012-03-22New setting 'font-hidden-statusbar'portix
2012-03-22Message for insert mode and errorsportix
2012-03-22Branch experimental: reduce disk access with new 'sync-files' propertyportix
2012-03-22Fixing history-syncportix
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
2012-03-14Set default size and geometry-hints for the webinspector, fixes #128portix
2012-03-08Dispatch button 2 in hints.js for new tabs; don't load session in newly creat...portix
2012-03-06Adding file to handled extensionsportix
2012-03-06New setting scheme-handler, closing #117; removed settings 'mail-client' and ...portix
2012-02-29Remove function dwb_init_vars, call setter functions on init insteadportix
2012-02-29New setting 'new-tab-position-policy', closing #85; don't set setting from co...portix