| Commit message (Expand) | Author | Age |
* | Search and display style updates (#1005) | toasted-nutbread | 2020-11-08 |
* | Fix page type never being detected as search page correctly (#867) | toasted-nutbread | 2020-09-26 |
* | ClipboardReader class (#854) | toasted-nutbread | 2020-09-20 |
* | Frontend initialization refactor (#737) | toasted-nutbread | 2020-08-16 |
* | DOM + DocumentUtil merge (#727) | toasted-nutbread | 2020-08-09 |
* | Search refactoring (#725) | toasted-nutbread | 2020-08-09 |
* | Persistent display mode (#714) | toasted-nutbread | 2020-08-09 |
* | More display refactoring (#697) | toasted-nutbread | 2020-08-01 |
* | Query parser fix (#695) | toasted-nutbread | 2020-07-26 |
* | Display scroll refactor (#694) | toasted-nutbread | 2020-07-26 |
* | Display history refactor (#691) | toasted-nutbread | 2020-07-26 |
* | Fix search popup mode (#687) | toasted-nutbread | 2020-07-25 |
* | Set content refactor (#686) | toasted-nutbread | 2020-07-25 |
* | Query parser refactor (#683) | toasted-nutbread | 2020-07-24 |
* | Update DisplaySearch.setContent/clearContent to close popups (#682) | toasted-nutbread | 2020-07-24 |
* | Display refactoring (#674) | toasted-nutbread | 2020-07-18 |
* | Reusable backend popup window (#673) | toasted-nutbread | 2020-07-18 |
* | Message handler refactor (#660) | toasted-nutbread | 2020-07-11 |
* | Generalized frame connections (#654) | toasted-nutbread | 2020-07-08 |
* | Refactor DisplayFloat=>Frontend message passing (#652) | toasted-nutbread | 2020-07-08 |
* | Display class refactoring (#650) | toasted-nutbread | 2020-07-03 |
* | Display refactor (#643) | toasted-nutbread | 2020-07-03 |
* | Make PopupFactory.prepare non-async (#625) | toasted-nutbread | 2020-06-25 |
* | Frontend initialization refactor (#610) | toasted-nutbread | 2020-06-21 |
* | Handle stack overflow caused by wanakana.toKana (#615) | toasted-nutbread | 2020-06-21 |
* | API refactor (#532) | toasted-nutbread | 2020-05-24 |
* | Add apiModifySettings (#501) | toasted-nutbread | 2020-05-06 |
* | Text selection fixes (#511) | siikamiika | 2020-05-07 |
* | Modifier key profile condition (#487) | siikamiika | 2020-05-03 |
* | Frontend refactor (part 1) (#484) | toasted-nutbread | 2020-04-27 |
* | Error logging refactoring (#454) | toasted-nutbread | 2020-04-26 |
* | Update Popup and DisplayFloat optionsContext from Frontend (#464) | siikamiika | 2020-04-26 |
* | Merge pull request #463 from toasted-nutbread/explicit-entry-point | toasted-nutbread | 2020-04-23 |
|\ |
|
| * | Rename search-frontend.js to search-main.js | toasted-nutbread | 2020-04-19 |
* | | Use wanakana object directly | toasted-nutbread | 2020-04-20 |
|/ |
|
* | Merge pull request #443 from toasted-nutbread/fix-get-selection | toasted-nutbread | 2020-04-12 |
|\ |
|
| * | Use window.getSelection instead of document.getSelection | toasted-nutbread | 2020-04-11 |
* | | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
|/ |
|
* | use dependency injection in QueryParser | siikamiika | 2020-03-21 |
* | apply all options on profile change | siikamiika | 2020-03-21 |
* | Update global declarations | toasted-nutbread | 2020-03-10 |
* | fix searchQueryUpdate | siikamiika | 2020-03-09 |
* | Use explicit dependency injection for ClipboardMonitor | toasted-nutbread | 2020-03-07 |
* | Use events for ClipboardMonitor | toasted-nutbread | 2020-03-07 |
* | ensure Backend prepare in other places | siikamiika | 2020-03-02 |
* | Fix empty keys definitions and add Shift/Alt checks | toasted-nutbread | 2020-02-29 |
* | Use .bind instead of () => {} | toasted-nutbread | 2020-02-26 |
* | Move event handler definitions | toasted-nutbread | 2020-02-26 |
* | Refactor DisplaySearch.onKeyDownIgnoreKeys | toasted-nutbread | 2020-02-26 |
* | Organize, remove unnecessary null checks | toasted-nutbread | 2020-02-26 |