Age | Commit message (Expand) | Author |
2013-02-25 | Fixing scope of callback functions, print sourceURL in js_print_exception | portix |
2013-02-25 | Allow function parameter for scripts.debug | portix |
2013-02-25 | Simplify Function.debug, format debug messages | portix |
2013-02-25 | Format source code view in debug; fixing typo in documentation | portix |
2013-02-25 | Add path to Function.debug | portix |
2013-02-25 | Check script syntax before creating the script object; implementing Function.... | portix |
2013-02-25 | Let self.debug be more verbose | portix |
2013-02-24 | Remove signals.disconnectByFunction; block disconnection of signals during em... | portix |
2013-02-24 | Don't set statusbar color in dwb_set_private_browsing on startup; emit change... | portix |
2013-02-23 | Check if parameter is an Error in io.debug | portix |
2013-02-23 | More debugging messages in scripts | portix |
2013-02-21 | Regression: don't lock contextmutex in scripts_eval_key, can cause a deadlock... | portix |
2013-02-20 | Indentation in util.c, checking for own properties in object.forEach | portix |
2013-02-20 | Fixing util.uncamelize if the string isn't camelcase and contains a minus | portix |
2013-02-20 | Remove __ prefix in scripts/base.js | portix |
2013-02-20 | Check if globals.notify was initialized in __setActive, fixes input not marke... | portix |
2013-02-19 | Implementing clipboard functions | portix |
2013-02-16 | Implementing RegExp.escape | portix |
2013-02-11 | Implementing Deferred.when | portix |
2013-02-11 | Fixing --no-confirm commandline option in dwbem, does not delete the config | portix |
2013-02-05 | Test if a config is null in extensions.getConfig | portix |
2013-01-26 | Implementing tabs.iterate | portix |
2013-01-18 | Remove first line only if it is empty in util.getBody | portix |
2013-01-18 | Trim function body in util.getBody | portix |
2013-01-17 | Implemnting Deferred.always | portix |
2013-01-10 | Return connect-callback result in connectBlocked | portix |
2013-01-10 | Use Function.bind in GObject.connectBlocked | portix |
2013-01-08 | Implementing extensions.disableAll; fixing possible segfault in global_unbind | portix |
2012-12-27 | New global property 'global' that refers to the global object; don't change t... | portix |
2012-12-22 | Fixing wrong font size for hint-urls. | portix |
2012-12-20 | Return a deferred from system.spawn | portix |
2012-12-19 | Set width, height padding and margin of a hint | portix |
2012-12-19 | Fixing broken layout on dwb:quickmarks; remove duplicate entries in data-js o... | portix |
2012-12-19 | New commands reload_bookmarks, reload_quickmarks; new signal function connect... | portix |
2012-12-11 | Check if url-hint was created in __clear before removing it, fixes #249 | portix |
2012-12-10 | Show url of active hint; closing #247 | portix |
2012-12-09 | Implementing [un]blockSignal, {connect,notify}Blocked; return signal id from ... | portix |
2012-12-09 | Return undefined in GObject.getPrivate if item wasn't found | portix |
2012-12-07 | Implementing Deferreds | portix |
2012-12-05 | Freeze global object in _initBefore | portix |
2012-12-05 | Creating _initBefore that is executed before userscripts are executed | portix |
2012-12-04 | Define setPrivate/getPrivate only for GObjects | portix |
2012-12-04 | Distinguish between GObject.connect and GObject.notify | portix |
2012-12-04 | Fixing wrong mapping wv.tabWidget <-> wv_get_tab_box; indentation of scripts/... | portix |
2012-12-03 | Removing curry function | portix |
2012-12-01 | Create dummy constructor for webview; map wv.parent to scrolledWindow | portix |
2012-11-28 | Merging signals.connect and signals.connectByFunction; coding style in signal... | portix |
2012-11-28 | Introducing exports for extensions; coding style in extensions.js | portix |
2012-11-22 | Delete module if second argument is omitted in replace | portix |
2012-11-22 | New method 'replace' for replacing modules | portix |