aboutsummaryrefslogtreecommitdiff
path: root/ext/fg
Commit message (Collapse)AuthorAge
* better output for epwingAlex Yatskov2016-12-21
|
* WIPAlex Yatskov2016-12-18
|
* WIPAlex Yatskov2016-11-14
|
* Improved error handlingAlex Yatskov2016-10-19
|
* CleanupAlex Yatskov2016-10-19
|
* Conditionally show add buttonsAlex Yatskov2016-10-19
|
* WIPAlex Yatskov2016-10-17
|
* Cleanup, reset scroll position on definition lookup (#20)Alex Yatskov2016-10-17
|
* Make text easier to select in hover mode (#18)Alex Yatskov2016-10-17
|
* Don't hide popup when scrolling (resolves #21)Alex Yatskov2016-10-12
|
* Pressing keys other than escape no longer closes definition popupAlex Yatskov2016-10-09
|
* Revert "Allow bootstrap in popup templates"Alex Yatskov2016-10-08
| | | | This reverts commit da0cb81801ac897fa41761af0b0b18fda9d16195.
* Allow bootstrap in popup templatesAlex Yatskov2016-10-08
|
* Automatically look up Kanji when cannot find definitions.Alex Yatskov2016-10-08
| | | | Allow text scanning without holding Shift key (resolves #18).
* Add visibility queryAlex Yatskov2016-09-29
|
* Fix activation bugAlex Yatskov2016-09-28
|
* Hold down ctrl to search for kanji, fixes #13Alex Yatskov2016-09-18
|
* CleanupAlex Yatskov2016-09-15
|
* CleanupAlex Yatskov2016-09-15
|
* BugfixesAlex Yatskov2016-09-15
|
* Deleting dead optionsAlex Yatskov2016-09-14
|
* CleanupAlex Yatskov2016-09-11
|
* WIPAlex Yatskov2016-09-11
|
* CleanupAlex Yatskov2016-09-11
|
* CleanupAlex Yatskov2016-09-11
|
* CleanupAlex Yatskov2016-09-11
|
* More cleanupAlex Yatskov2016-08-20
|
* Rename references of "vocab" to "term"Alex Yatskov2016-08-10
|
* Cleanup using promisesAlex Yatskov2016-08-09
|
* Updating kanji displayAlex Yatskov2016-08-07
|
* Work on tagsAlex Yatskov2016-08-07
|
* CleanupAlex Yatskov2016-07-25
|
* Fix typoAlex Yatskov2016-07-25
|
* Hook up sentence search extent to optionsAlex Yatskov2016-07-25
|
* Sentence and URL supportAlex Yatskov2016-07-25
|
* Adding sentence extraction codeAlex Yatskov2016-07-24
|
* Better range handling.Alex Yatskov2016-07-24
|
* Support looking up definitions for buttons and inputs.Alex Yatskov2016-07-23
|
* Use document.write to populate IFRAME, as this avoids flicker on navbarAlex Yatskov2016-07-23
| | | | | buttons and performs better. Will have to conditionally do the old behavior for Firefox.
* CleanupAlex Yatskov2016-07-23
|
* Renaming classesAlex Yatskov2016-07-23
|
* Support looking up image tagsAlex Yatskov2016-07-23
|
* WIPAlex Yatskov2016-07-23
|
* Work on supporting different text sourcesAlex Yatskov2016-07-22
|
* StubAlex Yatskov2016-07-22
|
* Fixing range optimizationAlex Yatskov2016-07-21
|
* Fixing audio not working on some pagesAlex Yatskov2016-07-20
|
* Pronounce => Play AudioAlex Yatskov2016-07-18
|
* Temporarily removing gecko code from master until everything works inAlex Yatskov2016-07-06
| | | | | | | firefox branch. This reverts commit 30585892b812dbf19c15bd010d6032fffa204c0d, reversing changes made to bd89db4ec5a55e7b08b27a3d736a32e859084aff.
* Polyfill caretRangeFromPoint()ispedals2016-06-19
| | | | | Gecko did not implment the older caretRangeFromPoint() and instead implemented the newer caretPositionFromPoint()