Age | Commit message (Expand) | Author |
2012-08-24 | Implementing Array.fastLastIndexOf | portix |
2012-08-21 | Implementing extensions.bind; fixing failing unbind when called with function... | portix |
2012-08-21 | Implementing Array.fastIndexOf; adding dwb-js-manpage | portix |
2012-08-15 | New method extensions.toggle | portix |
2012-08-12 | Implementing extensions.getConfig | portix |
2012-07-24 | Don't throw exceptions for properties; check if data.userDataDir is null in e... | portix |
2012-07-16 | Check if second argument is a function in signals.connect before connecting t... | portix |
2012-06-27 | Change z-index of hints to a higher value than the pluginblocker element | portix |
2012-06-24 | Implementing forEach for javascript objects | portix |
2012-06-19 | Fixing getting wrong searchengine url if action points to the same site; new ... | portix |
2012-06-14 | Remove map and onmouseover from hint-types, image map elements are resolved w... | portix |
2012-06-13 | New function tabComplete | portix |
2012-06-12 | Fixing hint evaluation for hints with onclick/onmousedown attributes | portix |
2012-06-11 | New command eval | portix |
2012-06-10 | Implementing extensions.load/extensions.unload | portix |
2012-06-10 | Don't take body margin into account when computing hint position; use getClie... | portix |
2012-06-09 | Use private _disconnect function for signals that also unregister last regist... | portix |
2012-06-04 | Freeze global object | portix |
2012-06-03 | Check for hinttype when creating image map hints, fixes #186 | portix |
2012-06-02 | Fixing searchengine forms not submitted if the form has a childnode with name | portix |
2012-05-30 | Formatting of error messages | portix |
2012-05-30 | New function io.debug; print debug messages in all scripts in XDG_CONFIG_HOME... | portix |
2012-05-29 | Create image links only for images with 'usemap' attribute | portix |
2012-05-27 | Check if extensionrc exists | portix |
2012-05-27 | Try to avoid overlapping hints | portix |
2012-05-23 | Create hints for image maps, closing #177 | portix |
2012-05-18 | Merging branch scripts into default | portix |
2012-05-18 | Execute scripts from commandline | portix |
2012-05-17 | Merging branch scripts into default | portix |
2012-05-14 | Remove javascript scripts directory and reload_scripts; change io.fileTest to... | portix |
2012-05-13 | Implementing @match-rules in userscripts | portix |
2012-05-11 | Call Object.freeze on the hint object instead of making returned functions re... | portix |
2012-05-09 | Forget globals.js | portix |
2012-05-09 | Freeze extensions and data object, real private properties for the signal obj... | portix |
2012-05-07 | Don't print arguments length when initializing extensions | portix |
2012-05-07 | Optional argument config for extensions.load | portix |
2012-05-05 | New function, io.fileTest | portix |
2012-05-05 | New global functions bind, prompt, checksum; new property mainFrame; new exte... | portix |
2012-05-03 | New extension perdomainsettings | portix |
2012-05-02 | Make extension.config private | portix |
2012-04-29 | Get gobject properties from scripts; started rewriting of documentation | portix |
2012-04-23 | Exception message, rename plugins in extensions | portix |
2012-04-21 | stdout/stderr callbacks for system.spawn | portix |
2012-04-20 | New signal downloadStatus | portix |
2012-04-20 | Buttonpress/release, keypress/release, register/deregister signals on the fly... | portix |
2012-04-19 | Implementing inject and resource request | portix |
2012-04-18 | Encapsulate all included scripts | portix |
2012-04-18 | Return id from connect | portix |
2012-04-18 | Adding scripts/lib, implementing signal functions | portix |
2012-04-08 | Use a globals-object for variables in hints.js; remove default values in hint... | portix |