| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-27 | flashElement: use an overlay, so zero-sized links are flashed as well | Björn | |
| (no css manupulation of the target element) Conflicts: lib/domUtils.js | |||
| 2012-04-11 | fix domain completion | Niklas Baumstark | |
| 2012-04-11 | fix strange whitespace artefacts | Niklas Baumstark | |
| 2012-04-10 | add domain completion a la Chrome omnibox | Niklas Baumstark | |
| 2012-04-10 | small changes | Niklas Baumstark | |
| 2012-04-10 | optimization | Niklas Baumstark | |
| 2012-04-10 | move completion logic to background page | Niklas Baumstark | |
| This has the following advantages: * searching is done in the background, UI responsiveness is improved * caches are no longer duplicated. This saves RAM and improves performance | |||
| 2012-04-10 | add lazy evaluation at several places | Niklas Baumstark | |
| 2012-04-10 | fix a bug in the filtering algo that causes caching not to happen | Niklas Baumstark | |
| 2012-04-10 | rename "match" method to prevent confusion | Niklas Baumstark | |
| 2012-04-10 | fix HTML tag stripping | Niklas Baumstark | |
| 2012-04-10 | code cleanup + small bugfixes | Niklas Baumstark | |
| 2012-04-10 | introduce a utils helper for prototype inheritance | Niklas Baumstark | |
| 2012-04-10 | make refresh <F5> work as expected | Niklas Baumstark | |
| 2012-04-10 | move query length threshold from UI to logic | Niklas Baumstark | |
| This enables to set threshold to 0 for tabs (so that tabs are shown before typing). | |||
| 2012-04-10 | add HTML helpers | Niklas Baumstark | |
| 2012-04-10 | fix small bug | Niklas Baumstark | |
| 2012-04-10 | more DRYing | Niklas Baumstark | |
| 2012-04-10 | DRY up code | Niklas Baumstark | |
| 2012-04-10 | improve comments and fix some naming style inconsistencies | Niklas Baumstark | |
| 2012-04-10 | minor optimizations and code cleanup | Niklas Baumstark | |
| 2012-04-10 | fix bad English | Niklas Baumstark | |
| 2012-04-10 | raise regex threshold to query length 15 | Niklas Baumstark | |
| 2012-04-10 | fall back to regex matching for long queries | Niklas Baumstark | |
| 2012-04-10 | fix ranking algorithm | Niklas Baumstark | |
| 2012-04-10 | fix search URL building | Niklas Baumstark | |
| 2012-04-10 | fix bug in query normalization | Niklas Baumstark | |
| 2012-04-10 | use background page to open URLs | Niklas Baumstark | |
| 2012-04-10 | prefer marking continguous characters | Niklas Baumstark | |
| 2012-04-10 | improve string ranking | Niklas Baumstark | |
| 2012-04-10 | add tab completion support | Niklas Baumstark | |
| 2012-04-10 | fix relevancy heuristic | Niklas Baumstark | |
| 2012-04-10 | move some logic from background to content page | Niklas Baumstark | |
| 2012-04-10 | improve relevancy calculation | Niklas Baumstark | |
| 2012-04-10 | underscore is not a word character in our context | Niklas Baumstark | |
| 2012-04-10 | document the HTML matching algorithm better | Niklas Baumstark | |
| 2012-04-10 | allow custom functions as commands, add example in form of forced web search | Niklas Baumstark | |
| 2012-04-10 | allow fuzzy completion of HTML-decorated content and implement this for ↵ | Niklas Baumstark | |
| history and bookmarks | |||
| 2012-04-10 | fix some issues with asynchronous filtering and refreshing | Niklas Baumstark | |
| 2012-04-10 | add possibility to use custom search engines and use "wiki ", "cc ", and ";" ↵ | Niklas Baumstark | |
| (goto) as custom commands | |||
| 2012-04-10 | remove trimming from isUrl | Niklas Baumstark | |
| 2012-04-10 | make failing test pass again :) | Niklas Baumstark | |
| 2012-04-10 | add fuzzy mode | Niklas Baumstark | |
| 2012-03-28 | Style changes. | Jez Ng | |
| 2012-03-06 | Indicate clicked element via border style rather than focus. | Jez Ng | |
| This makes it slightly more obvious, and it promotes decoupling -- changing focus affects a lot of other behavior, and it's more elegant not to have to juggle that. | |||
| 2012-02-11 | Show hints for links that are slightly out of the screen. | Jez Ng | |
| Closes #472. | |||
| 2012-02-11 | Set scroll position only after DOM has loaded. | Jez Ng | |
| 2012-01-26 | Simulate the full sequence of mouse click events. | Jez Ng | |
| Some sites expect it, e.g. GMail. | |||
| 2012-01-26 | Add migration code for old localStorage values. | Jez Ng | |
| Finish up the wrapping of localStorage. All background code should now modify localStorage via settings.js rather than doing it directly. | |||
| 2012-01-26 | Factor out common DOM functions. | Jez Ng | |
