Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
--HG-- branch : scripts | |||
2012-05-17 | Merging branch scripts into default | portix | |
2012-05-14 | Remove javascript scripts directory and reload_scripts; change io.fileTest ↵ | portix | |
to system.fileTest; implement system.mkdir --HG-- branch : scripts | |||
2012-05-13 | Implementing @match-rules in userscripts | portix | |
--HG-- branch : scripts | |||
2012-05-11 | Call Object.freeze on the hint object instead of making returned functions ↵ | portix | |
readonly individually | |||
2012-05-09 | Forget globals.js | portix | |
--HG-- branch : scripts | |||
2012-05-09 | Freeze extensions and data object, real private properties for the signal ↵ | portix | |
object. --HG-- branch : scripts | |||
2012-05-07 | Don't print arguments length when initializing extensions | portix | |
--HG-- branch : scripts | |||
2012-05-07 | Optional argument config for extensions.load | portix | |
--HG-- branch : scripts | |||
2012-05-05 | New function, io.fileTest | portix | |
--HG-- branch : scripts | |||
2012-05-05 | New global functions bind, prompt, checksum; new property mainFrame; new ↵ | portix | |
extension genpass --HG-- branch : scripts | |||
2012-05-03 | New extension perdomainsettings | portix | |
--HG-- branch : scripts | |||
2012-05-02 | Make extension.config private | portix | |
--HG-- branch : scripts | |||
2012-04-29 | Get gobject properties from scripts; started rewriting of documentation | portix | |
--HG-- branch : scripts | |||
2012-04-23 | Exception message, rename plugins in extensions | portix | |
--HG-- branch : scripts | |||
2012-04-21 | stdout/stderr callbacks for system.spawn | portix | |
--HG-- branch : scripts | |||
2012-04-20 | New signal downloadStatus | portix | |
--HG-- branch : scripts | |||
2012-04-20 | Buttonpress/release, keypress/release, register/deregister signals on the ↵ | portix | |
fly, documentation --HG-- branch : scripts | |||
2012-04-19 | Implementing inject and resource request | portix | |
--HG-- branch : scripts | |||
2012-04-18 | Encapsulate all included scripts | portix | |
--HG-- branch : scripts | |||
2012-04-18 | Return id from connect | portix | |
--HG-- branch : scripts | |||
2012-04-18 | Adding scripts/lib, implementing signal functions | portix | |
--HG-- branch : scripts | |||
2012-04-08 | Use a globals-object for variables in hints.js; remove default values in ↵ | portix | |
hint-object; call init() on load-committed | |||
2012-03-20 | New option hint-autofollow, closing #118; free scripts, userscripts and ↵ | portix | |
hint_style in dwb_clean_up | |||
2012-03-19 | Change parameter order in showHints() | portix | |
--HG-- branch : refactor | |||
2012-03-19 | Branch refactor: Use an anonymous, readonly object for hints | portix | |
--HG-- branch : refactor | |||
2012-03-17 | Immediately return in hints.js if HINT_T_URL is evaluated | portix | |
2012-03-11 | Remove console.log messages | portix | |
2012-03-11 | Hints: in __evaluate, evaluate all type of hints | portix | |
2012-03-09 | Add 'role'-attribute to hints query-selector, fixes missing hints on gmail.com | portix | |
2012-03-08 | Dispatch button 2 in hints.js for new tabs; don't load session in newly ↵ | portix | |
created windows | |||
2012-01-18 | Don't let mouse clicks emitted in hints.js bubble only if a new tab is ↵ | portix | |
requested. | |||
2012-01-18 | Fixing adding searchengines | portix | |
2012-01-17 | Setting correct margin of hints | portix | |
2012-01-17 | Don't let mouse click events bubble up in hints.js | portix | |
2012-01-16 | Computing hint position fix | portix | |
2012-01-14 | Accommodate for margins, too (padding was already taken care of by previous ↵ | Peter Bex | |
commit) | |||
2012-01-14 | Fix offset problem with hints when the HTML (or body?) element has a padding ↵ | Peter Bex | |
or other odd offset | |||
2012-01-09 | Second color for tabs | portix | |
2012-01-09 | Compute all textcontents for hints in one function; only take necessary ↵ | portix | |
letters for letter hints | |||
2012-01-08 | Computing correct letterseq for letter hints (in the correct branch) | portix | |
2012-01-04 | Rapid hint mode | portix | |
2011-12-27 | A few more jslint fixes: | Peter Bex | |
- Giving DwbHintObj a value twice is unneccessary. It's executed in global scope, so we can use 'var'. - h = comptop > 0 ? height : height + comptop; versus height + Math.max(0, comptop); - "overlay", "styleSheet" and "styles" were not declared with var so would clobber global variable of the same name - The pattern x ? x : y can be written more idiomatically as x || y (since boolean operators return either the last true value in a chain, or false) - no need to explicitly check for the value "undefined" if it's done type-unsafely (== instead of ===). Just checking for truth is enough - jslint whines about catch(e) if in try's scope the variable e is defined, because it's "hoisted" up to the surrounding function definition - activeInput construction was marked as "confusing" by jslint. It can be made simpler by using the "last value returned" property of boolean operators described above. | |||
2011-12-27 | Remove unused variables in hints.js | portix | |
2011-12-27 | Making hints.js passing jsl, removing global variables in hints.js | portix | |
2011-12-21 | Move autoscroll.all.js into examples directory | portix | |
--HG-- rename : scripts/autoscroll.all.js => examples/autoscroll.all.js | |||
2011-11-29 | Introducing scripts with suffix .all.js, these sripts are applied to all frames | portix | |
--HG-- rename : scripts/autoscroll.js => scripts/autoscroll.all.js |