summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2013-02-23Check if parameter is an Error in io.debugportix
2013-02-23More debugging messages in scriptsportix
2013-02-21Regression: don't lock contextmutex in scripts_eval_key, can cause a deadlock...portix
2013-02-20Indentation in util.c, checking for own properties in object.forEachportix
2013-02-20Fixing util.uncamelize if the string isn't camelcase and contains a minusportix
2013-02-20Remove __ prefix in scripts/base.jsportix
2013-02-20Check if globals.notify was initialized in __setActive, fixes input not marke...portix
2013-02-19Implementing clipboard functionsportix
2013-02-16Implementing RegExp.escapeportix
2013-02-11Implementing Deferred.whenportix
2013-02-11Fixing --no-confirm commandline option in dwbem, does not delete the configportix
2013-02-05Test if a config is null in extensions.getConfigportix
2013-01-26Implementing tabs.iterateportix
2013-01-18Remove first line only if it is empty in util.getBodyportix
2013-01-18Trim function body in util.getBodyportix
2013-01-17Implemnting Deferred.alwaysportix
2013-01-10Return connect-callback result in connectBlockedportix
2013-01-10Use Function.bind in GObject.connectBlockedportix
2013-01-08Implementing extensions.disableAll; fixing possible segfault in global_unbindportix
2012-12-27New global property 'global' that refers to the global object; don't change t...portix
2012-12-22Fixing wrong font size for hint-urls.portix
2012-12-20Return a deferred from system.spawnportix
2012-12-19Set width, height padding and margin of a hintportix
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-11Check if url-hint was created in __clear before removing it, fixes #249portix
2012-12-10Show url of active hint; closing #247portix
2012-12-09Implementing [un]blockSignal, {connect,notify}Blocked; return signal id from ...portix
2012-12-09Return undefined in GObject.getPrivate if item wasn't foundportix
2012-12-07Implementing Deferredsportix
2012-12-05Freeze global object in _initBeforeportix
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-04Fixing wrong mapping wv.tabWidget <-> wv_get_tab_box; indentation of scripts/...portix
2012-12-03Removing curry functionportix
2012-12-01Create dummy constructor for webview; map wv.parent to scrolledWindowportix
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-22Delete module if second argument is omitted in replaceportix
2012-11-22New method 'replace' for replacing modulesportix
2012-11-22Optional argument 'defaultConfig' for extensionsportix
2012-11-19Implementing util.getSelectionportix
2012-11-12Implementing Function.curryportix
2012-11-10Paste primary selection into webviewportix
2012-11-08Allow paths and empty callbacks in requireportix
2012-11-05Ignore default action of button 8 and button 9portix
2012-11-03Empty parameters in io.debug if parameter is undefinedportix
2012-11-03Fixing debug message in provideportix
2012-11-03New debug functionportix