Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localize add-on & add features for menu display #17

Merged
merged 35 commits into from
Mar 15, 2021
Merged

Commits on Nov 28, 2020

  1. feat: localize options page

    * add English translation as template
    * add German translation
    rugk committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    9ea02aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09ba85 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    c101989 View commit details
    Browse the repository at this point in the history
  2. refactor: one line per item

    rugk committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    cb6c3ee View commit details
    Browse the repository at this point in the history
  3. refactor: font character

    rugk committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    b8307af View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    3aeec08 View commit details
    Browse the repository at this point in the history
  2. chore: unify style

    Tab to spaces in JS as per editorconfig.
    rugk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    e88963e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc236ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b10ecc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8fedf1 View commit details
    Browse the repository at this point in the history
  6. refactor: extract own context menu module

    from UnicodeFontHandler, which now solely handles the font/transformation stuff
    rugk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    5cc97d8 View commit details
    Browse the repository at this point in the history
  7. style: rename some stuff

    rugk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    bb05270 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3953056 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e574f0c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f547bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc87791 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d280858 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f544202 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc68386 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a2cb769 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f582a72 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6be555e View commit details
    Browse the repository at this point in the history
  18. Revert "wrong way getting selection based on permission error"

    This reverts commit 6be555e.
    rugk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    8f1bbd7 View commit details
    Browse the repository at this point in the history
  19. feat(): add live preview feature

    rugk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    3a22aab View commit details
    Browse the repository at this point in the history
  20. feat: do not show menu if no text is selected

    Also fixes the issue that the "old" style was not reset when you
    clicked in the context menu without any selected text.
    rugk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    8f59b28 View commit details
    Browse the repository at this point in the history
  21. feat: add performance limit

    rugk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    6466b50 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cb5485a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. style: fix style/EsLint errors

    rugk committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    1aa2da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aacb819 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. style: eslint fix file

    rugk committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    675b4e0 View commit details
    Browse the repository at this point in the history
  2. fix(ContextMenu): refactor context menu definition

    This fixes a bug that a superflous separator could have been added at the end.
    rugk committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    aed6c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34b79d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e04f89 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. fix: add seperator

    rugk committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a48a61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a2818 View commit details
    Browse the repository at this point in the history