Age | Commit message (Expand) | Author |
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 |
2013-01-27 | Adding webkitSession to scripting context | portix |
2013-01-26 | Regression: remove tabs.iterate | portix |
2013-01-26 | Implementing tabs.iterate | portix |
2013-01-22 | Parameter uri in createTab signal | portix |
2013-01-19 | Call scripts_end before freeing anything else in dwb_clean_up, otherwise 'exe... | portix |
2013-01-18 | Print inject-errors to stderr | portix |
2013-01-17 | Implemnting Deferred.always | portix |
2013-01-13 | Save uri of tabs loaded in background with enabled 'load-on-focus', closing 261 | portix |
2013-01-12 | Move static function/value declarations to create_global_object | portix |
2013-01-11 | Clear textentry when calling io_prompt | portix |
2013-01-10 | Unref used WebKitHitTestResults | portix |
2013-01-09 | New command 'print_preview'; new option print-previewer | portix |
2013-01-09 | Remove hovering over link signal, the same could be achieved with native hove... | portix |
2013-01-09 | Updating copyright information | portix |
2013-01-09 | Remove scratchpad | portix |
2013-01-08 | Implementing extensions.disableAll; fixing possible segfault in global_unbind | portix |
2013-01-07 | Expand ~ in user-stylesheet-uri; don't throw exceptions when an argument is m... | portix |
2012-12-31 | Remove unused tabs.c/tabs.h and group functions | portix |
2012-12-29 | Merging with https://bitbucket.org/portix/dwb | portix |
2012-12-29 | Set event name when focusing a tab, adding eventname in tabFocus-signal | portix |
2012-12-29 | Set request content-type and body for 'POST'-request in sendRequest-methods | portix |
2012-12-29 | Promp if a form should be resubmitted, fixes #258 | portix |