summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-28Move mktlds-header to tools, make the project build againElias Norberg
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-22Parameter uri in createTab signalportix
2013-01-19Call scripts_end before freeing anything else in dwb_clean_up, otherwise 'exe...portix
2013-01-18Print inject-errors to stderrportix
2013-01-17Implemnting Deferred.alwaysportix
2013-01-13Save uri of tabs loaded in background with enabled 'load-on-focus', closing 261portix
2013-01-12Move static function/value declarations to create_global_objectportix
2013-01-11Clear textentry when calling io_promptportix
2013-01-10Unref used WebKitHitTestResultsportix
2013-01-09New command 'print_preview'; new option print-previewerportix
2013-01-09Remove hovering over link signal, the same could be achieved with native hove...portix
2013-01-09Updating copyright informationportix
2013-01-09Remove scratchpadportix
2013-01-08Implementing extensions.disableAll; fixing possible segfault in global_unbindportix
2013-01-07Expand ~ in user-stylesheet-uri; don't throw exceptions when an argument is m...portix
2012-12-31Remove unused tabs.c/tabs.h and group functionsportix
2012-12-29Merging with https://bitbucket.org/portix/dwbportix
2012-12-29Set event name when focusing a tab, adding eventname in tabFocus-signalportix
2012-12-29Set request content-type and body for 'POST'-request in sendRequest-methodsportix
2012-12-29Promp if a form should be resubmitted, fixes #258portix
2012-12-28Get rid of missing-field-initializers warning in GOptionEntry-arrayportix
2012-12-27New global property 'global' that refers to the global object; don't change t...portix
2012-12-26Indentation in session.cportix
2012-12-26Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-26New option 'load-on-focus'portix
2012-12-26Ensure that plugins are freed only once, fixes segfault if a tab is closedportix
2012-12-22Fixing wrong font size for hint-urls.portix
2012-12-21Determine exit status without g_spawn_exit_status, otherwise compilation fail...portix
2012-12-20Renaming _js_array_iterator -> js_array_iteratorportix
2012-12-20Return a deferred from system.spawnportix
2012-12-19Fixing broken layout on dwb:quickmarks; remove duplicate entries in data-js o...portix
2012-12-19New commands reload_bookmarks, reload_quickmarks; new signal function connect...portix
2012-12-19Protect callback function when connection gobject functionsportix
2012-12-17Escape download path when spawning with application; use g_shell_parse_argv t...portix
2012-12-14Include config.mk in the tools Makefile; call va_arg also for undefined objec...portix
2012-12-14Don't protect the main windowportix
2012-12-11Remove most exceptions in scripts.c; Regression: don't change to normal_mode ...portix
2012-12-09Implementing [un]blockSignal, {connect,notify}Blocked; return signal id from ...portix
2012-12-09Remove duplicate call of gtk_entry_set_inner_borderportix
2012-12-09Replace g_try_malloc with g_mallocportix
2012-12-08Implementing wv.stopLoadingportix
2012-12-08Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-08Updated js-apiportix
2012-12-08Remove unneeded exceptionsportix
2012-12-08Destroy current deferred before chaining furtherportix
2012-12-08Don't break a callback chain of a deferred if one callback function is missingportix