e_client: use e_client_visibility_set/get funtions
[platform/upstream/enlightenment.git] / src / bin / e_focus_policy_history.c
2024-03-05 SooChan Lime_client: use e_client_visibility_set/get funtions 06/307106/1
2024-02-02 Junseok Kime_client: check visibility of the activated window... 91/305491/1
2024-01-29 SooChan Lime: do not include e.h 76/305176/1
2024-01-26 SooChan Lime_desk: make an internal header 47/305047/1
2024-01-26 SooChan Lime_policy_visibility: make an internal header 24/305024/1
2024-01-26 SooChan Lime_focus: make an internal header 08/305008/1
2024-01-26 SooChan Lime_comp: make an internal header 70/304970/1
2024-01-23 SooChan Lime_desk_area: move fullscreen_clients to e_desk_area 52/304752/1
2024-01-23 SooChan Lime_desk_area: delegate e_comp_object_lower 40/304740/1
2024-01-17 Doyoun Kange_client: deprecate some values of icccm in E_Client 45/304445/1
2023-12-01 Jihoon Kime_comp: use atomic type for input key grab variable 06/302106/2
2023-11-26 Jihoon Kime_focus_policy: use atomic operation instead of mutex 08/301808/2
2023-10-27 SooChan Lime_focus: remove REFACTOR_FOCUS_POLICY feature 40/300540/1
2023-10-25 Jihoon Kime_input: use recursive mutex 41/300441/1
2023-10-23 SooChan Lime_focus_policy_history: Use wl_listener instead of... 70/300370/2
2023-09-26 Jihoon Kime_focus_policy: add mutex for _focus_policy_history_foc... 43/299343/2
2023-09-26 SooChan Lime_focus_policy_history: fix typo 21/299321/1
2023-09-06 SooChan Lime_desk: use e_desk_has_ec 71/298371/1
2023-09-04 SooChan Lime_focus_policy_history: remove the use of ec->desk 28/298228/1
2023-08-21 SooChan Lime_focus_policy_history: change the name of callback... 75/297575/1
2023-08-21 SooChan Lime_focus_policy: check the parameter 74/297574/1
2023-08-21 SooChan Lime_focus_policy: remove the use of ec->zone 73/297573/1
2023-08-21 SooChan Lime_focus_policy: check if ec is null 71/297571/1
2023-08-21 SooChan Lime_focus_policy: raise parent window in mouse down callback 70/297570/1
2023-08-21 SooChan Lime_focus_policy_history: change the log tag 68/297568/1
2023-08-21 SooChan Lime_focus_policy: fix the mouse callback logic 67/297567/1
2023-08-21 SooChan Lime_focus_policy: find the next focus when ec is deleted. 66/297566/1
2023-08-21 SooChan Lime_focus_policy_history: add E_FOCUS_HISTORY_TRACE macro... 65/297565/1
2023-08-21 SooChan Lime_focus_policy_history: fix the focus_stack and the... 64/297564/1
2023-08-21 SooChan Lime_client: fix the FOCUS SET hook and event 63/297563/1
2023-08-21 SooChan Lime_focus_policy: use E_CLIENT_HOOK_MOVE 61/297561/1
2023-08-21 SooChan Lime_focus_policy: use E_CLIENT_HOOK_LOWER 59/297559/1
2023-08-21 SooChan Lime_focus_policy_history: implement the update 54/297554/1
2023-08-21 SooChan Lime_focus_policy_history: implement stack_transient_for_d... 52/297552/1
2023-08-21 SooChan Lime_focus_policy_history: implement comp_object_hide... 51/297551/1
2023-08-21 SooChan Lime_focus_policy_history: implement comp_object_show... 50/297550/1
2023-08-21 SooChan Lime_focus_policy_history: implement comp_object_move... 49/297549/1
2023-08-21 SooChan Lime_focus_policy_history: implement comp_object_lower... 47/297547/1
2023-08-21 SooChan Lime_focus_policy_history: implement del callback 45/297545/1
2023-08-21 SooChan Lime_focus_policy_history: implement eval end callback 43/297543/1
2023-08-21 SooChan Lime_focus_policy_history: implement activate_done callback 41/297541/1
2023-08-21 SooChan Lime_focus_policy_history: implement focus_set/unset callback 40/297540/1
2023-08-21 SooChan Lime_focus_policy_history: implement focus_latest_set... 39/297539/1
2023-08-21 SooChan Lime_focus_policy_history: implement focus_defer_set callback 38/297538/1
2023-08-21 SooChan Lime_focus_policy: implement E_ZONE_HOOK_FOCUS_CLEAR callback 36/297536/1
2023-08-21 SooChan Lime_focus_policy_history: implement E_ZONE_HOOK_FOCUS_RES... 35/297535/1
2023-08-21 SooChan Lime_focus_policy: make a E_CLIENT_HOOK_ACTIVATE_DONE... 34/297534/1
2023-08-21 SooChan Lime_focus_policy: make a E_CLIENT_HOOK_FOCUS_LATEST_SET... 33/297533/1
2023-08-21 SooChan Lime_focus_policy: make a E_CLIENT_HOOK_FOCUS_DEFER_SET... 32/297532/1
2023-08-21 SooChan Lime_focus_policy: make a E_CLIENT_HOOK_EVAL_END callback 31/297531/1
2023-08-21 SooChan Lime_focus_policy: make a E_CLIENT_HOOK_FOCUS_UNSET callback 30/297530/1
2023-08-21 SooChan Lime_focus_policy_history: make a E_POLICY_HOOK_CLIENT_STA... 29/297529/1
2023-08-21 SooChan Lime_focus_policy_history: make a E_ZONE_HOOK_FOCUS_RESET... 28/297528/1
2023-08-21 SooChan Lime_focus_policy: make a E_ZONE_HOOK_FOCUS_CLEAR callback 27/297527/1
2023-08-21 SooChan Lime_focus_policy: make a E_CLIENT_HOOK_DEL callback 26/297526/1
2023-08-21 SooChan Lime_focus_policy: make a E_CLIENT_HOOK_FOCUS_SET callback 25/297525/1
2023-08-21 SooChan Lime_focus_policy_history: make a E_COMP_OBJECT_HOOK_HIDE... 24/297524/1
2023-08-21 SooChan Lime_focus_policy_history: make a E_COMP_OBJECT_HOOK_SHOW... 23/297523/1
2023-08-21 SooChan Lime_focus_policy: make a E_COMP_OBJECT_HOOK_MOVE callback 22/297522/1
2023-08-21 SooChan Lime_focus_policy: make a E_COMP_OBJECT_HOOK_LOWER callback 21/297521/1
2023-08-21 SooChan Lime_focus_policy: add focused_ec_mutex 20/297520/1
2023-08-21 SooChan Lime_focus_policy: implement the E_CLIENT_HOOK_MOUSE_IN... 18/297518/1
2023-08-21 SooChan Lime_focus: Add the skeleton code for refactoring the... 17/297517/1