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

IMEを追加 #63

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

IMEを追加 #63

wants to merge 29 commits into from

Commits on Aug 22, 2022

  1. add IME (prototype)

    * implement IME (prototype)
    * add new event (internal & app) to receive input from IME
    * conditionally send key events to IME
    * add IME support for tedit app
    mikecat committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c4c1acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4fa6f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    b542275 View commit details
    Browse the repository at this point in the history
  2. ime: improve hiragana conversion

    * add conversion to full-width alphabets
    * convert to lower-case before querying conversion table
    * save original input strings with conversion results
    mikecat committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    774b465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    069b713 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. introduce layer priority

    * layer with higher priority is placed in front
    * ActiveLayer no longer hold mouse_layer_
    mikecat committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1ecc0f8 View commit details
    Browse the repository at this point in the history
  2. ime: improve member variables

    mikecat committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    24ba66c View commit details
    Browse the repository at this point in the history
  3. improve how IME looks

    mikecat committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8ad57b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f255d0 View commit details
    Browse the repository at this point in the history
  5. add IME status indicator

    mikecat committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d923f21 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    7759e73 View commit details
    Browse the repository at this point in the history
  2. ime: add Esc key support

    mikecat committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    4f1a790 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0cb3df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4c6aa9 View commit details
    Browse the repository at this point in the history
  5. use uint32_t instaed of char32_t for IME input message

    char32_t resulted in error for library.c
    mikecat committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    0579539 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    4fa7534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6967e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    1a8e8e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    9ba5738 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. IME: improve hiragana_map

    mikecat committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    dbc65cb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    635e68a View commit details
    Browse the repository at this point in the history
  2. add dictionary for IME

    mikecat committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    33865af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cb4e25 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    0f832ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b0652 View commit details
    Browse the repository at this point in the history
  3. IME: add simple learning

    mikecat committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    3c17bb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b462f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dd0311 View commit details
    Browse the repository at this point in the history
  6. add comments

    mikecat committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7764af4 View commit details
    Browse the repository at this point in the history