Changes between Version 74 and Version 76 of Ticket #2041


Ignore:
Timestamp:
Sep 22, 2014, 9:06:47 PM (10 years ago)
Author:
historic_bruno
Comment:

r15785 cleaned up SDL2 text input handling and implemented text editing events, so now we basically have this, except that the candidate list rendering isn't working on Windows, it seems to not be fully implemented in SDL2.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2041 – Description

    v74 v76  
    1010    * [LOW] [https://wiki.libsdl.org/Tutorials/TextInput Text input] testing and verification, especially CJK languages w/ IMEs
    1111  * Windows:
    12     * [HIGH] System beep sound in windowed mode, when pressing Alt hotkeys, patch submitted [https://bugzilla.libsdl.org/show_bug.cgi?id=2669 upstream]
     12    * ~~[HIGH] System beep sound in windowed mode, when pressing Alt hotkeys, patch submitted [https://bugzilla.libsdl.org/show_bug.cgi?id=2669 upstream]~~
    1313    * [LOW] Difficulty debugging in VS
    14     * [LOW] IME input mostly broken (should handle `SDL_TEXTEDITING` events and use  `SDL_SetTextInputRect`)
     14    * ~~[LOW] IME input mostly broken (should handle `SDL_TEXTEDITING` events and use  `SDL_SetTextInputRect`)~~
    1515  * Linux:
    1616    * [BLOCKING] Atlas is broken with failing GL init