e_comp_wl_input: check if the client is sent 'enter' event before setting cursor
[platform/upstream/enlightenment.git] / src / bin / e_comp_wl_input.c
2017-01-03 Duna Ohe_comp_wl_input: check if the client is sent 'enter... 09/101709/3
2016-12-13 JengHyun Kange_client/e_comp_wl_input: adds/sets a boolean variable... 48/103748/5
2016-12-12 KwangSub, ByunSet the default value for kbd.repeat_rate 76/103276/2
2016-11-17 Duna Ohe_comp_wl_input: check if wl_client of the cursor is... 78/96778/3
2016-09-26 Duna Ohe_comp_wl_input: when gets set_cursor, should calls... 49/88649/4
2016-09-20 MinJeong KimFixed NULL pointer dereferences 42/88742/2 accepted/tizen/common/20160920.131935 accepted/tizen/ivi/20160920.231744 accepted/tizen/mobile/20160920.231636 accepted/tizen/tv/20160920.231655 accepted/tizen/wearable/20160920.231718 submit/tizen/20160920.023021
2016-08-29 Duna Ohe_pointer: fix cursor position when calling e_pointer_o... 80/85480/5
2016-08-25 MinJeong KimAdded window_role set API and hook of role change 44/85444/1
2016-08-22 SooChan Lime_comp_wl_input: set overide to be true when the show_c... 46/84546/2
2016-08-17 JengHyun Kange_comp_wl: Maintain routed key list to gurantee key... 53/83353/6
2016-08-11 SooChan Limredesign the cursor rendering 57/83457/3 accepted/tizen/common/20160811.150224 accepted/tizen/ivi/20160811.085952 accepted/tizen/mobile/20160811.085900 accepted/tizen/tv/20160811.085914 accepted/tizen/wearable/20160811.085932 submit/tizen/20160811.072522
2016-06-29 JengHyun KangCheck a xkb state is a null pointer
2016-06-14 Duna Ohe_comp_wl: Don't send wl_pointer.leave if the client... 25/73925/4
2016-06-14 JeongHyun KangFix memory leaks 52/73852/3
2016-06-14 JeongHyun KangRemove HAVE_WL_DRM definition check in input system 80/73980/5
2016-06-10 Duna Ohe_comp_wl: Don't allow deleted wayland clients to set... 54/73154/3
2016-06-08 JengHyun KangGet a default keymap rmlvo rule from the config file 56/72056/4
2016-06-02 Gwanglim Leeremoved HAVE_WAYLAND_ONLY, E_COMP_WL, E_COMP_X and... 86/72686/1
2016-05-31 Duna Ohe_comp_wl_input: add check for ec->mouse.in when gets... 86/72186/1
2016-05-11 Gwanglim Leee_comp_wl_input: added code to set hotspot_x and y 13/69113/1
2016-05-02 JengHyun KangAdd a API to give information of cache keymap create... 10/67710/4
2016-03-23 Gwanglim Leestring should be null-terminated when using strncpy 69/63369/1 submit/tizen/20160323.105531
2016-03-23 Gwanglim LeeAdd missing tmp source string 82/63282/1
2016-03-23 Gwanglim LeeFix the problems detected by static analyzer 71/63271/1
2016-03-09 Duna Ohwl_drm: fix show_cursor issues in wearable, mobile... 67/61567/3 accepted/tizen/common/20160310.081325 accepted/tizen/ivi/20160309.124521 accepted/tizen/mobile/20160309.124429 accepted/tizen/tv/20160309.124444 accepted/tizen/wearable/20160309.124500 submit/tizen/20160309.072858
2016-02-26 JengHyun KangChange trace macro name TRACE_BEGIN to TRACE_INPUT_BEGI... 35/60435/2
2016-02-26 JengHyun KangCompile a keymap using rmlvo if a cached file is invaild 35/60235/3
2016-02-26 JengHyun KangAdd ttrace log to profile keymap generating time 89/60189/3
2016-01-28 Doyoun KangMerge "fix build warning" into tizen
2016-01-28 Seunghun Leefix build warning 86/58186/1
2016-01-24 Duna Ohe_comp_wl: deal with tizen_input_device interface ... 24/57724/3 submit/tizen/20160124.225624
2016-01-21 JengHyun KangSet cached xkb context and keymap for ecore_drm lib
2016-01-21 Duna Ohe_comp_wl: modify the cursor_timer to reset interval...
2016-01-21 Seunghun Leeresolve the merge conflict for previous merge(commit...
2015-12-28 Seunghun LeeMerge branch 'upstream' into sandbox/shiin/devel
2015-12-23 Seunghun Leefix bugs reported by static analyzer. 23/55323/2 accepted/tizen/mobile/20151224.001929 accepted/tizen/tv/20151224.001952 accepted/tizen/wearable/20151224.002011 submit/tizen/20151223.114332 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031
2015-12-18 Duna Ohe_comp_wl: add config for cursor_timer hiding the curso... 86/54086/10
2015-12-10 JengHyun KangFix not to remove a resource from an irrelevant resourc... 80/53880/2
2015-12-07 JengHyun Kangcreate/manage list of focused wl keyboard resources... 78/52578/7
2015-11-30 Mike Blumenkrantzremove e_comp_wl struct keyboard repeat members
2015-11-30 Sung-Jin Park(1) e_config.c/e_comp_wl.c: add code for making repeat...
2015-11-27 Derek ForemanStop using MIN macros when choosing versions for waylan...
2015-11-24 Sung-Jin Parke_config.c/e_comp_wl.c: add code for making repeat... 85/52585/1
2015-11-24 JengHyun KangAdd whitespaces in condition expressions 16/52516/2
2015-11-20 JengHyun KangAdd a keymap cache function 96/52096/4
2015-10-21 Mike Blumenkrantzappend new keyboard resources for wayland focused-clien...
2015-10-21 Mike Blumenkrantzfix typo in wayland keyboard resource unbind list manag...
2015-10-19 Seunghun Leee-comp-wl-input: don't leak the initial keymap.
2015-09-28 Mike Blumenkrantzs/EAPI/E_API/ ...again
2015-09-02 Duna Ohfixes sticky cursors 85/47185/2 accepted/tizen/mobile/20150903.000046 accepted/tizen/tv/20150903.000241 accepted/tizen/wearable/20150903.000518 submit/tizen/20150902.122230
2015-08-26 Duna Ohe_comp_wl_input: Do not move the pointer when get a... 78/46778/1 accepted/tizen/mobile/20150829.025910 accepted/tizen/tv/20150829.030450 accepted/tizen/wearable/20150829.031235 submit/tizen/20150828.044757
2015-08-20 Seunghun LeeAdd module "wl_text_input" for supporting *wl_text_inpu...
2015-08-14 Duna Ohe_comp_wl_input: resize cursor's geometry when get... 78/46078/1
2015-08-13 Mike Blumenkrantzreplace existing usage of x/wl_comp_data with correspon...
2015-07-28 Derek Foremanwayland: Only send keyboard modifiers to focused resources
2015-07-23 Derek Foremanwayland: fix key repeat
2015-07-23 MinJeong Kime_pixmap: manage deleted pixmap hash table for some... 41/44541/5 accepted/tizen/mobile/20150723.121324 accepted/tizen/tv/20150723.121344 accepted/tizen/wearable/20150723.121407 submit/tizen/20150723.044444
2015-07-23 Gwanglim Leee_comp_wl_input: remove unused code to reduce warnings 08/44508/1
2015-07-22 Mike Blumenkrantzsend wl kbd modifiers only when changes occur
2015-07-22 Mike Blumenkrantzcreate/manage list of focused wl keyboard resources...
2015-07-16 Duna Ohe_pixmap: wl client pixmaps now use a different method... 83/43983/2 accepted/tizen/mobile/20150717.055854 accepted/tizen/tv/20150717.055904 accepted/tizen/wearable/20150717.055911 submit/tizen/20150717.004539
2015-07-15 Chris Michaele-comp-wl: Remove unused variable
2015-07-14 Chris Michaele-comp-wl: don't send keyboard modifiers twice.
2015-07-14 Chris Michaele-comp-wl: Add support for wl_keyboard_send_repeat_info...
2015-07-01 Chris Michaele-comp-wl-input: destroy xkb keyboard state Before...
2015-07-01 Chris Michaele-comp-wl-input: Format for 80 columns
2015-06-30 Chris Michaele-comp-wl: Don't crash from a missing keymap
2015-06-26 Mike Blumenkrantzremove E_Comp_Data typedef, use backend-specific typede...
2015-06-01 MinJeong KimImprove cursor settings 37/40237/2
2015-05-26 MinJeong KimFix cursor problems 36/39936/1 accepted/tizen/common/20150527.135020 accepted/tizen/mobile/20150528.004006 accepted/tizen/tv/20150528.003939 accepted/tizen/wearable/20150528.003951 submit/tizen/20150527.080704
2015-05-18 Chris Michaelremove unused variable
2015-05-18 Derek Foremanwayland: Remove a lot of E_Comp_Data pointers
2015-05-18 jhyuni.kangSupport wl_touch and send wl_touch events to client 09/39509/2 accepted/tizen/common/20150518.075039 accepted/tizen/mobile/20150518.145318 accepted/tizen/tv/20150518.144523 accepted/tizen/wearable/20150519.003205 submit/tizen/20150518.072652
2015-05-13 jhyuni.kangSupport wl_touch and send wl_touch events to client
2015-05-07 Chris Michaelenlightenment: Make E build again with EFL from git
2015-04-24 Mun, Gwan-gyeongFix Application Focus. 92/38692/1
2015-04-21 Mike Blumenkrantzwl client pixmaps now use a different method for creati...
2015-04-12 Chris Michaele-comp-wl: Remove unused variable
2015-04-03 Boram Parke_comp_wl: fix not sending a mouse enter event. 15/37715/2
2015-04-03 Mike Blumenkrantzdecrement e_comp->new_clients counter when unsetting...
2015-03-30 Mike Blumenkrantzmove wl E_Client creation to same place as E_Pixmap...
2015-03-30 Mun, Gwan-gyeongFix wayland client cursor set and client cursor move.
2015-03-25 Mike Blumenkrantzdecrement e_comp->new_clients counter when unsetting...
2015-03-20 Derek Foremanwayland compositor: Send keyboard enter events on get...
2015-03-14 Bryce Harringtonwayland: Free temporary string on error exit
2015-03-14 Bryce Harringtonwayland: whitespace cleanup
2015-03-13 Mike Blumenkrantze_client functions no longer require E_Comp param
2015-03-13 Mike BlumenkrantzE_CLIENT_*FOREACH() macros no longer take a E_Comp...
2015-03-10 Derek ForemanWayland: more checks to avoid consuming serials needlessly
2015-03-09 Derek ForemanBreak e_comp_wl_input_keyboard_modifiers_update into...
2015-02-13 Mike Blumenkrantzremove wl override clients from focus stack
2015-02-13 Mike Blumenkrantzprevent client cursor clients from receiving focus
2015-02-13 Derek ForemanConditionally ignore wayland cursor set events
2015-02-13 Mike Blumenkrantzmanage client pointer client hidden states when changin...
2015-02-11 Mike Blumenkrantzunset wl client cursor when no surface resource is...
2015-02-09 Mike Blumenkrantzforce wl client cursor clients to hide when unset from...
2015-02-09 Mike Blumenkrantzreplace all occurrences of cursor setting with calls...
2015-02-06 Mike Blumenkrantzimplement wl client cursor support...as clients
2015-02-03 Chris Michaelcleanup xkb state modifiers and only update state_mask...
2015-02-02 Chris Michaelcleanup keymap properly on shutdown(fixes E restart...
next