User Details
- User Since
- Dec 9 2015, 10:58 PM (273 w, 4 d)
- Availability
- Available
Aug 15 2016
Jun 27 2016
This patch is too old.
Mar 27 2016
Thanks for your opinion.
Although you give to me kindly explanation, I have short eng skill, so I have a difficult to understand your comment.
So please check my opinion is right or not.
Mar 25 2016
Your opinion is generate release key events when such conditions are set like input_key_grab.
Mar 23 2016
Hello.
I wonder how do you think of this commit.
I'll be very happy if you let me know your opinion of this commit.
This commit's purpose is to guarantee key events sequence(down/up) to client.
I think if a client get a key down event, that client must be get a key up event.
How about your opinion?
Hello.
What do you think of this commit?
This commit is old, so I think it will occur conflict with newest master branch codes. (I'm not sure..)
If you think this commit is okay, I'll rebase this commit.
Mar 22 2016
Modify return value
Is this need to rebase to accept? or have another reason?
Jan 14 2016
Jan 12 2016
Check keymap cache file is exist to prevent unnecessary write.
Initialize a xkb_rule_names variable
Change some syntax error and API's arguments
Jan 4 2016
Oh, sorry for this conflict. I recognized that my build option is disabled wl-drm. So I cannot find this conflict. Check a new patch set plz.
Modify a complict definition.
Jan 3 2016
Okay.. Unfortunately some mistakes were occurred, But finally I finished rebase.
Check my last commit.
Oh.. Sorry mistake rebase, I'll fix it.
Dec 29 2015
Add a use_cache option for keymap cache
I replied your comment in code and upload a new patchset.
Move include a xkbcommon header point ecore_drm_private.h to Ecore_Drm.h
If change booting sequence is dangerous, how about this?
Compile keymap before Ecore_Drm init
Return if already same context/keymap is set.
Dec 28 2015
Fix a mis used variable
I wanted to set keymap before drm init.
Following my patch D3503, I want to remove unnecessary work about compile keymap.
In enlightenment maintain keymap globally. (not each of keyboard devices)
So I think that share only one keymap for enlightenment and efl side(Ecore_Drm).
But for this, compile keymap must be done earlier than Ecore_Drm init.
Remove warnings and a nonexsistence function.
Remove a nonexistent function and add a function description
Dec 27 2015
What I will do something for submit this commit?
If some modification point is exist, please notify to me. I will fix that.
Anyone who notify to me is exist?
Dec 21 2015
Change a file authority type.
Type change before add a value in variable Eina_Bool.
Dec 20 2015
Remove a unused variable
Dec 17 2015
Do not return False if set a left mouse with same value.
Modify a ecore_drm_device_pointer_left_handed_set() function's argument type.
Modify a argument left_handed type int to Eina_Bool.
Remove unnecessary conditions.
Remove a unnecessary condition
Dec 16 2015
I remove new API (e_mouse_left_handed_set) and add it to e_mouse_update() function.
Remove e_mouse_left_handed_set API and merge that function to e_mouse_update() API
Dec 15 2015
Change a API name more readable
Change a API name more readable.
Dec 14 2015
Fix some codes to adjust EFL coding style
Dec 13 2015
I change codes for DRM compiling.
Change for DRM compiling.