Yoshiki Shibukawa

Results 10 comments of Yoshiki Shibukawa

I start implementing my text box, I think some features are needed in addition to the above functions: - Set/Get current IME status (integer only text box and so on)...

I implemented all method I mentioned and I added one test application (ime.c, almost as same as event.c, but IME functions are assigned to mouse buttons). Current status is: -...

Maybe 50% is my code and 50% is other's. I referred the following Japanese web sites: Windows: http://www.kumei.ne.jp/c_lang/sdk3/sdk_278.htm X11: http://homepage3.nifty.com/rio_i/lab/xlib/012xim.htm I will ask them about sample code's license. I couldn't...

I will merge glfw(Get|Set)IMEStatus into glfw(Get|Set)InputMode. imm32 is provided as static library by Microsoft and it should be bundled with Windows like gdi32.dll. I thinks if(WIN32) is enough to detect...

1. I rebased to fix conflict between current master. 2. I removed glfw(Get|Set)IMEStatus and added new options to glfw(Get|Set)InputMode 3. Ryo Ichinose (X11 guy) agreed using XIM related code as...

Yasutaka Kumei agreed using his code with glfw.

Thank you! It is not urgent for me because my code already uses working around code to avoid this issue. Enjoy holidays. Gopher.js is awesome.

データベースに入れる区分値だとテーブル名があると良いが、ソースコードでしか使わない区分値もあるし、両対応できる良いのかな。

https://docs.cypress.io/guides/references/migration-guide#Command-Cypress-API-Changes Migration guide is here: