summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2012-03-20New option hint-autofollow, closing #118; free scripts, userscripts and hint_...portix
2012-03-19Change parameter order in showHints()portix
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
2012-03-17Immediately return in hints.js if HINT_T_URL is evaluatedportix
2012-03-11Remove console.log messagesportix
2012-03-11Hints: in __evaluate, evaluate all type of hintsportix
2012-03-09Add 'role'-attribute to hints query-selector, fixes missing hints on gmail.comportix
2012-03-08Dispatch button 2 in hints.js for new tabs; don't load session in newly creat...portix
2012-01-18Don't let mouse clicks emitted in hints.js bubble only if a new tab is reques...portix
2012-01-18Fixing adding searchenginesportix
2012-01-17Setting correct margin of hintsportix
2012-01-17Don't let mouse click events bubble up in hints.jsportix
2012-01-16Computing hint position fixportix
2012-01-14Accommodate for margins, too (padding was already taken care of by previous c...Peter Bex
2012-01-14Fix offset problem with hints when the HTML (or body?) element has a padding ...Peter Bex
2012-01-09Second color for tabsportix
2012-01-09Compute all textcontents for hints in one function; only take necessary lette...portix
2012-01-08Computing correct letterseq for letter hints (in the correct branch)portix
2012-01-04Rapid hint modeportix
2011-12-27A few more jslint fixes:Peter Bex
2011-12-27Remove unused variables in hints.jsportix
2011-12-27Making hints.js passing jsl, removing global variables in hints.jsportix
2011-12-21Move autoscroll.all.js into examples directoryportix
2011-11-29Introducing scripts with suffix .all.js, these sripts are applied to all framesportix
2011-11-27Don't update letterhintsportix
2011-11-27Update hints if hints are reducedportix
2011-11-10In hints.js: passing type and new_tab to __show_hints in __update_hintsportix
2011-11-03Fixing uppercase matching for letterhintsportix
2011-11-02Add autoscroll script to default installationportix
2011-10-30Fixing double open of new tabs with blank attributeportix
2011-10-25Fix labels of hints if number of hints = 2*length of hint_letter_seqportix
2011-10-24Fixing possible double letterhintsportix
2011-10-15Fix missing parameter in __updateHints, clear _lastInputportix
2011-10-15Fixing missing type in recursive call of __createHintsportix
2011-10-15Hint modes images, editable, urlportix
2011-10-14Initial hintmodesportix
2011-10-12In hints.js: return _dwb_no_hints_ if input doesn't match _letterSeqportix
2011-10-12In hints.js, check for word characters in String-method isUpper, fixes #49portix
2011-10-05Merging develop into default, allowing nearly all commands in command modeportix
2011-10-04Current history completionportix
2011-10-03Overlays for addSearchEngine, labeled input hintsportix
2011-10-03Fix double clearing of hints when link is clickedportix
2011-10-03Set important in dwb_highlight css-ruleportix
2011-10-03Highlight active link with disabled highlightportix
2011-10-03Compute correct width for hint-overlaysportix
2011-10-03Cleaning up hints.jsportix
2011-10-03New property: hint-highlight-links, use overlays instead of css-rules for lin...portix
2011-10-01Execute createStyleSheet on WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUTportix
2011-09-13Letter-hint-mode: match text-content with uppercase lettersportix
2011-09-06Set outline for hint-linksportix