summaryrefslogtreecommitdiff
path: root/src/scripts.c
AgeCommit message (Expand)Author
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
2012-12-07Implementing Deferredsportix
2012-12-07Let focused view be starting point in find_webviewportix
2012-12-07Protect all gui objects in scriptsportix
2012-12-07Remove io.statusBar, the label can be set on the widgets directly insteadportix
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 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-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-04Fixing wrong mapping wv.tabWidget <-> wv_get_tab_box; indentation of scripts/...portix
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-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-22Create context object for global_includeportix
2012-11-20Implementing wv.toPng; set base-uri to HOME in sp_loadportix
2012-11-17Use POST_SM for functions binded in scriptsportix
2012-11-17Fixing wrong escaping when backslash is mapped to shortcutportix
2012-11-08Fixing wrong signal id type in connect_objectportix
2012-11-07Protect function in global_timer_start; fixes possible segfaultportix
2012-11-05Ignore default action of button 8 and button 9portix
2012-11-03Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-11-03New debug functionportix
2012-11-03Fixing possible segfault in scripts_emitportix
2012-11-02Create own this object for all scriptsportix
2012-11-01Remove command line option -sportix
2012-11-01New signal changeMode; new method util.getModeportix
2012-10-31Remove the globals-object; implementing provide/requireportix
2012-10-10Always unprotect callback function in request_callbackportix
2012-10-10Protect callback function in global_send_requestportix
2012-10-03Merging scratchpad into mainportix