15683 Commits (8bd30c9b98338d8cd917f3619ac2debe08d667e5)

Author SHA1 Message Date
Chris Michael 8bd30c9b98 pass the compositor ecore_evas to e_pointer_canvas_new 9 years ago
Chris Michael 488ffacc39 pass the ecore_evas to e_pointer_canvas_new and use Eina_Bool for 9 years ago
Chris Michael eafb4ce000 use Eina_Bool for true/false values 9 years ago
Chris Michael 8c90407ce7 use the pointer from the compositor for e_win and don't free the pointer when the window closes 9 years ago
Chris Michael 20e17c97ac create the compositor e_pointer on the ecore_evas 9 years ago
Chris Michael 01fd44e485 add new e_pointer files 9 years ago
Seunghun Lee e402e2363a fix crash and memory leak when press and release any key repeatedly. 9 years ago
Chris Michael f1bf03e87b remove old e_pointer code 9 years ago
Chris Michael d6254f4634 flush clients Before we dispatch main loop events as clients may queue 9 years ago
Chris Michael d52e926a32 add EGL headers for wayland compositor 9 years ago
Chris Michael b2e2219235 fix define check for shutting down wayland compositor. 9 years ago
Chris Michael 165cf8db81 enable checking of windows going outside of e_config->screen limits 9 years ago
Chris Michael 2ab2a9a36f re-enable checking of current client geometry when get a configure 9 years ago
Chris Michael 832cfa8f3d add support for mouse wheel events and pass them to wayland 9 years ago
Chris Michael 581975d255 check if client is getting destroyed before we try to unmap it. 9 years ago
Chris Michael 5b581d88c3 check for valid comp_data before trying to use it. 9 years ago
Chris Michael 379799e903 unify surface parent setting code for use with wl_shell and xdg_shell. 9 years ago
Chris Michael 894d147844 update some fixme/notes 9 years ago
Chris Michael b38f37f0e6 fix building theme module with wayland-only 9 years ago
Chris Michael 024caabef9 Fix state of popup windows to skip taskbar, pager, etc, etc. 9 years ago
Chris Michael 2ed054a669 wl-desktop-shell: Unify popup_parent code and fix placement of popup 9 years ago
Chris Michael 46f34ace54 fix compiler warning about unused variables when building for X11 or Wayland. 9 years ago
Chris Michael c308904e9b fix formatting 9 years ago
Chris Michael 8d720e4b04 remove debug/warning message 9 years ago
Chris Michael d278de2d76 e-comp-wl: Handle setting window parent for internal dialogs. 9 years ago
Chris Michael 08a98cdb87 wl-desktop-shell: Simplify transient_set functions and move the 9 years ago
Chris Michael 0d7eb396bd remove dead comments 9 years ago
Chris Michael f92644446a Implement focus_down_set function to grab mouse & wheel bindings. 9 years ago
Chris Michael aac748dcdc Implement focus_check function and call on delete_request. 9 years ago
Chris Michael 86ca279327 Fix defines for building with wayland-only or wayland-client support. 9 years ago
Chris Michael 2a44c2717e Release array of keyboard keys when we shutdown input 9 years ago
Chris Michael 92bbc30710 Implement client stacking. 9 years ago
Chris Michael fc21ca524c fix define check for wayland client uuid store 9 years ago
Chris Michael b7e263bf12 Implement setting of client priority during focus events. 9 years ago
Chris Michael 118f4eb05e fix formatting 9 years ago
MinJeong Kim 4a5387df60 Resize input/damage/opaque pending tilers when client is resized 9 years ago
Chris Michael dca596c611 remove debug noise 9 years ago
Gwanglim Lee d86b5816e8 add support for xdg_shell surface transient_for 9 years ago
Gwanglim Lee faf44b7a8a add client property event into wayland eval fetch handler 9 years ago
Seunghun Lee 2cc4a1cf80 use calloc to allocate memory of E_Comp_Wl_Buffer which is set to zero, instead of malloc. 9 years ago
Seunghun Lee 9f81abb729 use eina_hash_int64_new to create hash table "clients_win_hash" in case wayland, instead of eina_hash_int32_new. 9 years ago
Gwanglim Lee a13179dc9d fix geometry restore for maximized and fullscreen windows 9 years ago
Chris Michael 57b3c40ad1 cleanup unused code 9 years ago
Chris Michael 6717b77001 Switch Wayland Compositor to use Eina_Tiler for damages, opaque, input, etc. 9 years ago
Chris Michael c6a3d4cfca Add structures for a buffer and reference to a buffer. 9 years ago
Chris Michael 1d1d82ea12 fix botched 'git merge' from desktop_window_profile patch 9 years ago
Chris Michael 4ab5c6deb5 fix up formatting of gwanglim's D966 patch 9 years ago
Gwanglim Lee ae76232c2c add fullscreen_set handler for wl_shell_surface 9 years ago
Gwanglim Lee 93669a4db1 resource parameter is used in _e_shell_surface_cb_move 9 years ago
Chris Michael 5e7d2ce5d4 fix potential crash with e_comp_get. 9 years ago