summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-02-19Filter command/search/navigation historyportix
2013-02-19Search history, use mutex for global_unbindportix
2013-02-19Implementing clipboard functionsportix
2013-02-19Rename GtkWidget.containerAdd -> GtkWidget.addportix
2013-02-18Fixing some of the clang warningsportix
2013-02-18Fixing unitialzed valuesportix
2013-02-18Check return value of JSObjectGetPrivateportix
2013-02-18Create new widgets from scriptsportix
2013-02-16Adding isQuickmarked, isBookmarked and type to statusBarChange signalportix
2013-02-16Lock context mutex when disconnecting gobject signalsportix
2013-02-16Emit statusBarChanged signal also if only uri has changedportix
2013-02-16Lock s_global_context when destroying objects, protect all gui elements, prev...portix
2013-02-14Remove domain_is_tldportix
2013-02-14Updated tld listportix
2013-02-14Fixing check for supercookies if a cookie domain starts with a dotportix
2013-02-14Own constructor for hidden webviewportix
2013-02-14New object HiddenWebViewportix
2013-02-13Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-13Use isnan when converting javascript numbers to doubleportix
2013-02-13Implementing webview.historylistportix
2013-02-13Merged in yzzyx/dwb (pull request #15)portix
2013-02-12Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-12Adding elements with contenteditable property to the editable elementsportix
2013-02-12Backout revision 1733portix
2013-02-12Backout revision 1755portix
2013-02-12Backed out changeset dfda54254c70portix
2013-02-12Set script path readonly when binding userscriptsportix
2013-02-11Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-11Fixing wrong argument in dwb_execute_user_script, broke after refactoringportix
2013-02-10Use g_timeout_add_full for timerStart; stop all timers in scripts_end, fixes ...portix
2013-02-09Update tab title of tabs that hasn't been loadedportix
2013-02-08Allow arbitrary uri schemes from commandline/open-promptportix
2013-02-05Dont protect persistent gui objectsportix
2013-02-05Adding pthread.h to editor.cportix
2013-02-04Use pthread mutex instead of GMutex, closing #273portix
2013-02-01Escape all characters that must be escaped in util_create_json, additional ar...portix
2013-01-30Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-01-30Disconnect from navigation-policy-decision-requested in editor_watchportix
2013-01-29Move mktlds-header to util-directory, build util before srcElias Norberg
2013-01-29Remove debug message from scripts.cportix
2013-01-29Merge branch 'master' of hg::https://bitbucket.org/portix/dwbElias Norberg
2013-01-28Move mktlds-header to tools, make the project build againElias Norberg
2013-01-28Creating files {dom,editor}.{c,h}; fixing segfault after leaving a site when ...portix
2013-01-28New signal 'executeCommand'portix
2013-01-28Check if the cookie we're requested to save is a supercookie.Elias Norberg
2013-01-28New function 'domain_get_tld()'Elias Norberg
2013-01-28Removed unsued tlds.h-lines in MakefileElias Norberg
2013-01-28Generate tld.h with proper IDN hostnames (punyencoded)Elias Norberg
2013-01-28Rename webkitSession -> sessionportix
2013-01-27New option 'accept-language'portix