Home
last modified time | relevance | path

Searched refs:e_client_util_ignored_get (Results 1 – 25 of 28) sorted by relevance

12

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_desk.c353 if (e_client_util_ignored_get(ec)) continue; in e_desk_deskshow()
369 if (e_client_util_ignored_get(ec)) continue; in e_desk_deskshow()
666 if (e_client_util_ignored_get(ec)) continue; in e_desk_flip_end()
819 … if (e_client_util_ignored_get(ec) || (ec->desk->zone != desk->zone) || (ec->iconic)) continue; in _e_desk_show_begin()
861 … if (e_client_util_ignored_get(ec) || (ec->desk->zone != desk->zone) || (ec->iconic)) continue; in _e_desk_hide_begin()
H A De_client.x73 e_client_util_ignored_get(const E_Client *ec) in e_client_util_ignored_get() function
H A De_client.c2643 if (!e_client_util_ignored_get(ec)) in e_client_unignore()
2769 if (!e_client_util_ignored_get(ec)) in e_client_new()
2999 if ((!ec->iconic) && (!e_client_util_ignored_get(ec))) in e_client_mouse_in()
3015 if ((!ec->iconic) && (!e_client_util_ignored_get(ec))) in e_client_mouse_out()
3112 if (ec->iconic || e_client_util_ignored_get(ec)) return; in e_client_mouse_up()
3941 if (e_client_util_ignored_get(ec)) continue; in e_client_lost_windows_get()
4022 if (e_client_util_ignored_get(ec)) return EINA_FALSE; in e_client_maximize_geometry_get()
4269 if (e_client_util_ignored_get(ec)) return EINA_FALSE; in e_client_unmaximize_geometry_get()
4516 if (!e_client_util_ignored_get(ec)) in e_client_fullscreen()
4543 if (!e_client_util_ignored_get(ec)) in e_client_unfullscreen()
[all …]
H A De_place.c16 (!ec->lock_user_location) && (!e_client_util_ignored_get(ec))) in e_place_zone_region_smart_cleanup()
78 if (e_client_util_ignored_get(ec)) return EINA_TRUE; in ignore_client()
H A De_resist.c60 if (e_client_util_ignored_get(ec) || (!evas_object_visible_get(ec->frame))) continue; in e_resist_client_position()
H A De_remember.c127 if ((!ec->internal) || e_client_util_ignored_get(ec)) continue; in e_remember_internal_save()
982 if (e_client_util_ignored_get(ec)) return; in _e_remember_cb_hook_eval_post_new_client()
1018 if ((!ec->new_client) || ec->internal_no_remember || e_client_util_ignored_get(ec)) return; in _e_remember_cb_hook_pre_post_fetch()
H A De_comp_wl_extensions_tizen.c131 if (e_client_util_ignored_get(pec)) continue; in _e_policy_wl_aux_hint_apply()
H A De_comp_x.c401 if ((!e_client_util_ignored_get(ec)) && (!ec->internal) && (!ec->internal_elm_win)) in _e_comp_x_client_new_helper()
1465 if ((!_e_comp_x_client_data_get(ec)->reparented) && (!e_client_util_ignored_get(ec))) in _e_comp_x_show_request()
2657 if ((!ec) || e_client_util_ignored_get(ec)) return ECORE_CALLBACK_RENEW; in _e_comp_x_mouse_up()
2680 if ((!ec) || e_client_util_ignored_get(ec)) return ECORE_CALLBACK_RENEW; in _e_comp_x_mouse_down()
2700 if ((!ec) || e_client_util_ignored_get(ec)) return ECORE_CALLBACK_RENEW; in _e_comp_x_mouse_move()
3725 if (!e_client_util_ignored_get(ec)) in _e_comp_x_hook_client_fetch()
4054 if (ec->parent && (!e_client_util_ignored_get(ec)) && ec->netwm.state.modal) in _e_comp_x_hook_client_fetch()
4577 if (!e_client_util_ignored_get(ec)) in _e_comp_x_hook_client_fetch()
5467 if (!e_client_util_ignored_get(ec)) in _e_comp_x_randr_change()
5624 if (e_client_util_ignored_get(ec)) continue; in _e_comp_x_bindings_grab_cb()
[all …]
H A De_bindings.c1438 if (e_client_util_ignored_get(ec)) continue; in e_bindings_disabled_set()
1452 if (e_client_util_ignored_get(ec)) continue; in e_bindings_disabled_set()
H A De_sys.c812 if (e_client_util_ignored_get(ec)) continue; in _e_sys_cb_logout_timer()
H A De_main.c1651 if ((!e_client_util_ignored_get(ec)) && in _e_main_desk_restore()
H A De_int_menus.c1555 if (ec->user_skip_winlist || e_client_util_ignored_get(ec)) continue; in _e_int_menus_clients_pre_cb()
H A De_comp.c1860 if ((!e_client_util_ignored_get(ec)) && (!e_object_is_del(E_OBJECT(ec)))) in e_comp_clients_rescale()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/everything/
H A Devry_plug_windows.c58 if (e_client_util_ignored_get(ec)) in _client_item_add()
109 if (e_client_util_ignored_get(ev->ec)) return ECORE_CALLBACK_RENEW; in _cb_client_add()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/msgbus/
H A Dmsgbus_window.c66 if (e_client_util_ignored_get(ec)) continue; in _e_msgbus_window_list_cb()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/conf_theme/
H A De_int_config_borders.c140 if (e_client_util_ignored_get(ec)) continue; in _basic_apply()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/tasks/
H A De_mod_main.c376 if ((!e_client_util_ignored_get(ec)) && (!e_object_is_del(E_OBJECT(ec))) && in _tasks_new()
935 …if (e_client_util_ignored_get(ev->ec) || e_object_is_del(E_OBJECT(ev->ec))) return ECORE_CALLBACK_… in _tasks_cb_event_client_add()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/notification/
H A De_mod_popup.c221 if (e_client_util_ignored_get(ec)) continue; in _notification_theme_cb_find()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/quickaccess/
H A De_mod_quickaccess.c531 if (e_client_util_ignored_get(ec)) return EINA_FALSE; in _e_qa_client_is_valid()
603 if (e_client_util_ignored_get(ec)) continue; in _e_qa_begin()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/luncher/
H A Dbar.c851 if (ec && !ec->netwm.state.skip_taskbar && !e_client_util_ignored_get(ec)) in _bar_icon_preview_show()
1282 if (e_client_util_ignored_get(ev->ec)) in _bar_cb_exec_client_prop()
1546 if (e_client_util_ignored_get(ec)) continue; in _bar_fill()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/ibar/
H A De_mod_main.c1331 if (ec->netwm.state.skip_taskbar || e_client_util_ignored_get(ec)) return EINA_FALSE; in _ibar_icon_menu_client_add()
2639 if (e_client_util_ignored_get(ev->ec) || (!ev->ec->exe_inst) || in _ibar_cb_client_prop()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/pager/gadget/
H A Dpager.c664 if (e_client_util_ignored_get(ec)) continue; in _pager_desk_new()
1991 if (e_client_util_ignored_get(pw->client) || e_client_util_is_popup(pw->client)) return; in _pager_window_cb_mouse_down()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/ibox/
H A De_mod_main.c398 if (e_client_util_ignored_get(ec)) continue; in _ibox_fill()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/tiling/
H A De_mod_tiling.c248 if (e_client_util_ignored_get(ec)) in is_tilable()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/pager/
H A De_mod_main.c1177 if (e_client_util_ignored_get(pw->client) || e_client_util_is_popup(pw->client)) return; in _pager_window_cb_mouse_down()

12