Commit Graph

  • b61fc81012 Remove jQuery usage from search.js toasted-nutbread 2019-09-15 12:12:30 -0400
  • 9a243630a5 Improve slide up animation toasted-nutbread 2019-09-15 12:04:21 -0400
  • 476a5e873a Remove jQuery usage from float.js toasted-nutbread 2019-09-15 11:37:36 -0400
  • 8195e5109b
    Merge pull request #223 from odehjoseph/master Alex Yatskov 2019-09-26 21:50:34 -0700
  • 62b95a656f Add option to enable Alt+B lookup odehjoseph 2019-09-26 21:33:33 -0700
  • f5afe590ad version bump Alex Yatskov 2019-09-23 17:34:18 -0700
  • ba2858309e
    Merge pull request #218 from toasted-nutbread/settings-profile-conditions Alex Yatskov 2019-09-23 17:03:00 -0700
  • db405ffd24
    Merge pull request #219 from toasted-nutbread/fix-null-caret-position Alex Yatskov 2019-09-22 10:06:52 -0700
  • 64eec04a2e
    Merge pull request #220 from toasted-nutbread/zero-scanning-delay-timeout Alex Yatskov 2019-09-22 10:05:53 -0700
  • f022ee4eca Use a Promise to trigger callback when delay is 0 or less toasted-nutbread 2019-09-19 19:00:26 -0400
  • 02927f9004 Handle null return value of document.caretPositionFromPoint toasted-nutbread 2019-09-18 22:11:18 -0400
  • 352d214203 Isolate objects to background window toasted-nutbread 2019-09-17 21:23:21 -0400
  • dcfe722ba6 Add support for using optionsContext to select which profile to use toasted-nutbread 2019-09-10 19:55:14 -0400
  • 8c4fb28a30 Add support creating profile usage conditions toasted-nutbread 2019-09-09 20:19:49 -0400
  • e3fb9603e2
    Merge pull request #209 from toasted-nutbread/settings-profiles Alex Yatskov 2019-09-16 18:32:01 -0700
  • ae696c32eb
    Merge pull request #216 from toasted-nutbread/normalize-xhtml-node-names Alex Yatskov 2019-09-16 18:31:26 -0700
  • 073420a121 Normalize XHTML document node.nodeNode to upper case toasted-nutbread 2019-09-15 16:09:46 -0400
  • 9fb89d8f7d Isolate to background window toasted-nutbread 2019-09-15 16:04:26 -0400
  • 8b7e293eae Remove profile without popup when shift key is pressed toasted-nutbread 2019-09-10 21:32:07 -0400
  • 34ddbf25fe Implement profile order changing toasted-nutbread 2019-09-10 21:29:01 -0400
  • 1f77506f43 Implement profile copy toasted-nutbread 2019-09-10 21:20:03 -0400
  • c002e1bbd2 Update dictionaries for all profile options toasted-nutbread 2019-09-08 13:27:32 -0400
  • 6c571bf828 Add UI for profiles toasted-nutbread 2019-09-08 13:16:05 -0400
  • c8171f5ec7 Add preliminary support for profiles toasted-nutbread 2019-09-07 19:50:58 -0400
  • 5877861277
    Merge pull request #213 from toasted-nutbread/options-isolation Alex Yatskov 2019-09-15 11:34:34 -0700
  • e4fa658295
    Merge pull request #212 from toasted-nutbread/frontend-cleanup Alex Yatskov 2019-09-15 11:33:48 -0700
  • 4af9fc2b3b
    Merge pull request #214 from toasted-nutbread/add-anchor-noopener Alex Yatskov 2019-09-15 11:32:48 -0700
  • 88a6128e39
    Merge pull request #211 from toasted-nutbread/validate-content-window Alex Yatskov 2019-09-14 17:31:23 -0700
  • 2add068ff2
    Merge pull request #210 from toasted-nutbread/defer-port-creation Alex Yatskov 2019-09-14 17:30:52 -0700
  • ab2db771ad
    Merge pull request #208 from toasted-nutbread/fix-popup-orphans Alex Yatskov 2019-09-14 17:29:52 -0700
  • f8aa926f8a Upgrade website URLs to https toasted-nutbread 2019-09-14 20:01:51 -0400
  • ba1875c56a Add rel="noopener" to all anchors with target="_blank" toasted-nutbread 2019-09-14 19:59:45 -0400
  • 6358b655ae Isolate options objects created via settings.js toasted-nutbread 2019-09-14 16:21:41 -0400
  • 0067dfeacc Remove redundant call of popupTimerClear toasted-nutbread 2019-09-14 15:29:43 -0400
  • 8b1e4d1c6f Return only single element when deepDomScan is not enabled toasted-nutbread 2019-09-14 14:52:03 -0400
  • 7dddcb8dca Rename type to cause toasted-nutbread 2019-09-14 14:31:21 -0400
  • 6d3037f3d6 Remove destructuring from searchAt, containsPoint, docRangeFromPoint toasted-nutbread 2019-09-14 14:27:25 -0400
  • 89941d404c Remove unused variable toasted-nutbread 2019-09-14 14:11:25 -0400
  • 721248c821 Remove mouseDownLeft and mouseDownMiddle toasted-nutbread 2019-09-14 14:11:06 -0400
  • 964de775df Validate contentWindow before focus toasted-nutbread 2019-09-14 12:02:31 -0400
  • 304064dae0 Defer creation of communication port until required toasted-nutbread 2019-09-14 11:58:22 -0400
  • bab6a13bfb Fix nested popups being shown if parent is hidden toasted-nutbread 2019-09-11 21:32:27 -0400
  • ec816e6767
    Merge pull request #207 from toasted-nutbread/popup-proxy-writing-mode Alex Yatskov 2019-09-12 19:48:22 -0700
  • 60b32a4a1a
    Merge pull request #206 from toasted-nutbread/fix-incorrect-function-name Alex Yatskov 2019-09-12 19:47:52 -0700
  • 1fea1184bd
    Merge pull request #205 from toasted-nutbread/settings-improvements2 Alex Yatskov 2019-09-12 19:47:37 -0700
  • 76aa30ceba Add writingMode to PopupProxy* termsShow and kanjiShow toasted-nutbread 2019-09-11 21:29:08 -0400
  • c38c7fbda1 Replace profileCreateDefaultFieldTemplates with optionsFieldTemplates toasted-nutbread 2019-09-11 19:56:13 -0400
  • 84bd9ff93b Update settings if a different source triggers optionsUpdate toasted-nutbread 2019-09-10 20:46:30 -0400
  • 71b700cd22 Add checkbox for options.general.enable toasted-nutbread 2019-09-10 20:49:17 -0400
  • 87e513dd77 Fix options reference being changed toasted-nutbread 2019-09-10 20:04:28 -0400
  • 1f8c7358cb Create function for setting up form event listeners toasted-nutbread 2019-09-08 12:16:12 -0400
  • 36b39e2f65 Create formWrite function toasted-nutbread 2019-09-08 11:23:04 -0400
  • cab39e89c9 Create section for Popup Content Scanning Options toasted-nutbread 2019-09-07 20:04:43 -0400
  • c4e6d7e3d1 Add utility method for checking if a value is a standard object toasted-nutbread 2019-09-07 17:35:33 -0400
  • 05ce350792 Use apiOptionsSave instead of optionsSave toasted-nutbread 2019-09-07 16:15:18 -0400
  • 4686a31a0a Use apiOptionsGet instead of optionsLoad toasted-nutbread 2019-09-07 15:59:10 -0400
  • 99cec1d23f Change how formRead works toasted-nutbread 2019-09-07 15:54:00 -0400
  • 8175f80183 Remove calls to apiOptionsGetSync toasted-nutbread 2019-09-07 15:06:15 -0400
  • 1b2a1e50eb Add getOptions function to backend toasted-nutbread 2019-09-07 14:21:26 -0400
  • bc8793eb56 Add a context object for all calls to fetch options toasted-nutbread 2019-09-07 13:58:19 -0400
  • 99ca60d4c1 Ensure both Popup and PopupProxy have valid depth toasted-nutbread 2019-09-07 13:11:25 -0400
  • aae971a09e Pass options directly to translator.findTerms* toasted-nutbread 2019-09-07 12:35:57 -0400
  • 91bc31d758 Change how options updates are handled on the frontend toasted-nutbread 2019-09-07 11:21:06 -0400
  • cc53510883
    Merge pull request #204 from toasted-nutbread/settings-improvements Alex Yatskov 2019-09-08 19:34:39 -0700
  • eb98dfb1a8 Simplify logic for how option updates are propagated toasted-nutbread 2019-09-06 21:23:00 -0400
  • 7db2c66105 Use consistent structure for params toasted-nutbread 2019-09-06 21:07:29 -0400
  • 13b184707b Remove unnecessary functions toasted-nutbread 2019-09-06 21:06:45 -0400
  • 35ca0f35dd Create common function for utilBackend().options toasted-nutbread 2019-09-06 20:49:12 -0400
  • a74cdbff1d Change update process toasted-nutbread 2019-09-06 18:21:20 -0400
  • c53263158b version bump Alex Yatskov 2019-09-05 20:20:23 -0700
  • 155986db46
    Merge pull request #201 from toasted-nutbread/omit-contains-point-check Alex Yatskov 2019-09-05 19:46:43 -0700
  • 6dc44e3f33
    Merge pull request #202 from toasted-nutbread/temporary-object-optimization Alex Yatskov 2019-09-05 19:46:14 -0700
  • 5ddbb0373f Add function to create default options toasted-nutbread 2019-09-05 19:56:29 -0400
  • ec110fa1b7 Add some validation to options loading toasted-nutbread 2019-09-05 20:35:04 -0400
  • 1c767711bb Prevent infinite loops for corrupt options toasted-nutbread 2019-09-05 19:21:50 -0400
  • bc7759d94c Add some parameters to field-templates textarea toasted-nutbread 2019-09-05 20:57:10 -0400
  • dbfbf9d12d Use non-bold text for label information toasted-nutbread 2019-09-05 18:53:12 -0400
  • fb8cb3db43 Collapse two-column options on smaller screens toasted-nutbread 2019-09-05 18:45:42 -0400
  • 2e87cd72bc Use consistent styling for all two-column settings toasted-nutbread 2019-09-05 18:39:28 -0400
  • aa77a7896d Group all two-column settings together toasted-nutbread 2019-09-05 18:30:39 -0400
  • 9cd0101b62
    Merge pull request #185 from toasted-nutbread/recursive-popups siikamiika 2019-09-05 09:25:42 +0300
  • 5c793180d0 Omit containsPoint check on searchAt toasted-nutbread 2019-09-03 19:15:34 -0400
  • 9028b55774 Fix nested popups closing when the mouse leaves the parent's rect toasted-nutbread 2019-09-03 18:55:55 -0400
  • b90dea0e6d Use string.substr instead of string.split toasted-nutbread 2019-08-11 14:12:01 -0400
  • fc4a961412 Replace some instances of Array.concat toasted-nutbread 2019-08-11 14:59:02 -0400
  • fad5332488 Move static DOM scanning functions into TextSourceRange toasted-nutbread 2019-09-01 10:28:50 -0400
  • f4b81eff30 fix parent focus issues for Firefox and Chrome siikamiika 2019-09-01 22:34:37 +0300
  • 2df9a7f977 change Popup.children to Popup.child siikamiika 2019-09-01 19:47:33 +0300
  • 97be029dee focus the site when closing multi-level popups siikamiika 2019-08-31 18:01:38 +0300
  • 834f14e808 simplified if statement back to single line siikamiika 2019-08-31 16:37:17 +0300
  • 3d28a3a405 prevent closing new child popup on parent mouseout siikamiika 2019-08-31 16:35:25 +0300
  • e4d302e786 focus parent popup on hide instead of blurring siikamiika 2019-08-31 16:11:35 +0300
  • 87ff5cb19b make containsPoint async everywhere siikamiika 2019-08-28 01:08:45 +0300
  • 71471d08e5 Add option to enable/disable scanning of source expressions in popups toasted-nutbread 2019-08-25 21:13:17 -0400
  • 3491affcf1 Update nested initialization parameters passed via message rather than using the URL query string toasted-nutbread 2019-08-18 21:49:55 -0400
  • 53aad0bef6 Fix messaging issues when iframes are present in the document toasted-nutbread 2019-08-18 20:51:19 -0400
  • 42ec3e2a43 Add support for popup on the search page toasted-nutbread 2019-08-18 16:48:18 -0400
  • 1a9348ec27 Add option for maximum nested popup depth toasted-nutbread 2019-08-17 19:32:58 -0400
  • 5c4614f585 Add support for showing recursive popups toasted-nutbread 2019-08-17 18:50:48 -0400
  • 4ac55da7dd version bump Alex Yatskov 2019-09-02 11:46:00 -0700