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

add composition event support #1404

Merged
merged 10 commits into from
Mar 6, 2020

Commits on Feb 14, 2020

  1. WIP: add composition event suppor prototype

    This change requires x11-dl crate
    Also, I should send actual string in IME
    garasubo committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    d213ae3 View commit details
    Browse the repository at this point in the history
  2. send actual preedit string

    garasubo committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    e528d84 View commit details
    Browse the repository at this point in the history
  3. run cargo fmt

    garasubo committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    2218fbb View commit details
    Browse the repository at this point in the history
  4. update cargo.toml

    garasubo committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    f743274 View commit details
    Browse the repository at this point in the history
  5. remove warning

    garasubo committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    25d1992 View commit details
    Browse the repository at this point in the history
  6. address comments in PR

    garasubo committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    ba8e004 View commit details
    Browse the repository at this point in the history
  7. follow web spec

    After the discussion on the PR, I decided to follow the Web
    specification for the composition events. I added a few states to filter
    out unnecessary events.
    garasubo committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    29f0d7e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. remove println

    garasubo committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    c542879 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. fix cursor pos calc

    garasubo committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    4f63f94 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Re-run CI

    murarth committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    69be615 View commit details
    Browse the repository at this point in the history