summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-07Remove io.statusBar, the label can be set on the widgets directly insteadportix
2012-12-06Remove dwb.misc.scripts, dwb.misc.scripts_onloadportix
2012-12-06Rename ref_quark -> s_ref_quarkportix
2012-12-06Fixing wrong class for soup messagesportix
2012-12-06Fixing memory leak in signal_setportix
2012-12-06Indentation and cleanup of application, html, entry, pluginsportix
2012-12-06Change to normal mode in view_navigation_policy_cb; use gtk_clipboard_get ins...portix
2012-12-06Indentation of adblock.c, renaming static variablesportix
2012-12-06Rename default_class -> gobject_classportix
2012-12-06Fixing memory leak in connect_objectportix
2012-12-06Use get_soup_uri for both, message.uri and message.firstParty, remove soup_ur...portix
2012-12-06Fixing use after free in dwb_get_scriptsportix
2012-12-06Indentation in soup.c, domain.c, download.c, completion.cportix
2012-12-05Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-05Use strcasecmp instead of g_strcmp0 when comparing tagnames, fixes editor iss...portix
2012-12-05Freeze global object in _initBeforeportix
2012-12-05Call JSValueMakeNull and JSValueMakeUndefined only once, updated jsapiportix
2012-12-05Creating _initBefore that is executed before userscripts are executedportix
2012-12-04Define setPrivate/getPrivate only for GObjectsportix
2012-12-04Distinguish between GObject.connect and GObject.notifyportix
2012-12-04Emit createTab after focusing the tabportix
2012-12-04Create constructor for objects derived from gobject, allows to use 'instanceo...portix
2012-12-04Indentation of js.c, scratchpad.cportix
2012-12-04Indentation in callback.cportix
2012-12-04Coding style in dwb.cportix
2012-12-04Fixing wrong mapping wv.tabWidget <-> wv_get_tab_box; indentation of scripts/...portix
2012-12-04Indentation in local.cportix
2012-12-03Merging new head created for dwb-2012.12.03 into defaultportix
2012-12-03Updated CHANGELOG, preparation for new releaseportix
2012-12-03Merging jsapi.txtportix
2012-12-03Removing curry functionportix
2012-12-03Free object signals before releasing the global script contextportix
2012-12-03Removing wv.setTitle; indentation in scripts.c (damn you, vim)portix
2012-12-03Rewriting object.connect, pass parameters of GCallback to callback functionportix
2012-12-02Updating api documentation, adding gui elementsportix
2012-12-02Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-01Script access to tab widgetsportix
2012-12-01Changing coding style in scripts.cportix
2012-12-01Implementing all gui.* widgetsportix
2012-12-01Implementing first gui propertiesportix
2012-12-01Create dummy constructor for webview; map wv.parent to scrolledWindowportix
2012-11-30Implementing tab_next/prev, untestedportix
2012-11-28Merging signals.connect and signals.connectByFunction; coding style in signal...portix
2012-11-28Introducing exports for extensions; coding style in extensions.jsportix
2012-11-26Update status bar if tab is closed, closing #240portix
2012-11-23Fixing segfault if userscript is a symlink, closing #239portix
2012-11-23Fixing typos in the api man pageportix
2012-11-23Adding defaultConfig documentation to public apiportix
2012-11-22Create context object for global_includeportix
2012-11-22Fixing segfault in dwb_paste_into_entryportix