Age | Commit message (Expand) | Author |
2013-02-19 | Filter command/search/navigation history | portix |
2013-02-19 | Search history, use mutex for global_unbind | portix |
2013-02-19 | Implementing clipboard functions | portix |
2013-02-19 | Rename GtkWidget.containerAdd -> GtkWidget.add | portix |
2013-02-18 | Fixing some of the clang warnings | portix |
2013-02-18 | Fixing unitialzed values | portix |
2013-02-18 | Check return value of JSObjectGetPrivate | portix |
2013-02-18 | Create new widgets from scripts | portix |
2013-02-16 | Adding isQuickmarked, isBookmarked and type to statusBarChange signal | portix |
2013-02-16 | Lock context mutex when disconnecting gobject signals | portix |
2013-02-16 | Emit statusBarChanged signal also if only uri has changed | portix |
2013-02-16 | Lock s_global_context when destroying objects, protect all gui elements, prev... | portix |
2013-02-14 | Remove domain_is_tld | portix |
2013-02-14 | Updated tld list | portix |
2013-02-14 | Fixing check for supercookies if a cookie domain starts with a dot | portix |
2013-02-14 | Own constructor for hidden webview | portix |
2013-02-14 | New object HiddenWebView | portix |
2013-02-13 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-13 | Use isnan when converting javascript numbers to double | portix |
2013-02-13 | Implementing webview.historylist | portix |
2013-02-13 | Merged in yzzyx/dwb (pull request #15) | portix |
2013-02-12 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-12 | Adding elements with contenteditable property to the editable elements | portix |
2013-02-12 | Backout revision 1733 | portix |
2013-02-12 | Backout revision 1755 | portix |
2013-02-12 | Backed out changeset dfda54254c70 | portix |
2013-02-12 | Set script path readonly when binding userscripts | portix |
2013-02-11 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-11 | Fixing wrong argument in dwb_execute_user_script, broke after refactoring | portix |
2013-02-10 | Use g_timeout_add_full for timerStart; stop all timers in scripts_end, fixes ... | portix |
2013-02-09 | Update tab title of tabs that hasn't been loaded | portix |
2013-02-08 | Allow arbitrary uri schemes from commandline/open-prompt | portix |
2013-02-05 | Dont protect persistent gui objects | portix |
2013-02-05 | Adding pthread.h to editor.c | portix |
2013-02-04 | Use pthread mutex instead of GMutex, closing #273 | portix |
2013-02-01 | Escape all characters that must be escaped in util_create_json, additional ar... | portix |
2013-01-30 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-01-30 | Disconnect from navigation-policy-decision-requested in editor_watch | portix |
2013-01-29 | Move mktlds-header to util-directory, build util before src | Elias Norberg |
2013-01-29 | Remove debug message from scripts.c | portix |
2013-01-29 | Merge branch 'master' of hg::https://bitbucket.org/portix/dwb | Elias Norberg |
2013-01-28 | Move mktlds-header to tools, make the project build again | Elias Norberg |
2013-01-28 | Creating files {dom,editor}.{c,h}; fixing segfault after leaving a site when ... | portix |
2013-01-28 | New signal 'executeCommand' | portix |
2013-01-28 | Check if the cookie we're requested to save is a supercookie. | Elias Norberg |
2013-01-28 | New function 'domain_get_tld()' | Elias Norberg |
2013-01-28 | Removed unsued tlds.h-lines in Makefile | Elias Norberg |
2013-01-28 | Generate tld.h with proper IDN hostnames (punyencoded) | Elias Norberg |
2013-01-28 | Rename webkitSession -> session | portix |
2013-01-27 | New option 'accept-language' | portix |