summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* poc for shadow togglingdevs/discomfitor/xdg-shedsmanshipMike Blumenkrantz2015-12-0510-1/+168
* ecore-wl2: apply same deferred shell surface creation as ecore-waylandMike Blumenkrantz2015-12-043-46/+56
* ecore-wl2: handle null global has in ecore_wl2_display_globals_get()Mike Blumenkrantz2015-12-041-1/+1
* ecore-evas-wayland: Acknowledge configure event post renderChris Michael2015-12-042-0/+8
* ecore-wl2: Implement function pointer for configure acknowledgeChris Michael2015-12-042-2/+7
* ecore-evas-wayland: Properly cleanup ecore_wl2 during errorChris Michael2015-12-042-11/+10
* ecore-evas-wl: Cleanup creating a wayland canvasChris Michael2015-12-042-42/+0
* Evas textblock: Skip layout logic for an text item which doesn't have font.Youngbok Shin2015-12-041-1/+2
* Evil: remove useless codeVincent Torri2015-12-0427-6569/+0
* Cocoa: Fix make distJean-Philippe Andre2015-12-041-2/+1
* Evas filters: Implement mix3 func for rgba maskingJean-Philippe Andre2015-12-044-61/+151
* Evas filters: Use Efl.Gfx.Render_OpJean-Philippe Andre2015-12-047-26/+50
* Draw: Add new mask functionsJean-Philippe Andre2015-12-043-7/+53
* ecore-evas-wayland: Use proper Ecore_Wl2 window functionsChris Michael2015-12-031-2/+2
* ecore-evas: Remove duplicated ecore_evas_cocoa_window_get functionChris Michael2015-12-031-9/+0
* ecore: Add a new wayland moduleChris Michael2015-12-0341-149/+7156
|\
| * ecore-wl2: Always create cursor surface for pointerChris Michael2015-12-031-5/+5
| * ecore-evas wayland: enforce frame/state change triggering before move/resizeMike Blumenkrantz2015-12-031-16/+3
| * ecore-evas-wl: Fix issue of resize jumpingChris Michael2015-12-031-0/+4
| * ecore-wl2: Port Ecore_Evas engines to use Ecore_Wl2 codeChris Michael2015-12-033-1/+17
| * ecore_cocoa: add support for system cursorsJean Guyomarc'h2015-12-036-3/+65
| * ecore-evas-wl: Fix issue of improper window geometryChris Michael2015-12-031-0/+12
| * ecore-evas wayland: use correct values when updating wayland window sizeMike Blumenkrantz2015-12-031-3/+0
| * ecore-wl2: Add start of code to support wl_keyboardsChris Michael2015-12-032-1/+122
| * ecore-wl2: Add private Ecore_Wl2_Keyboard structureChris Michael2015-12-031-0/+34
| * ecore-wl2: Remove unnecessary use of MIN macroChris Michael2015-12-033-15/+14
| * ecore-wl2: Fix calling wl_surface_frame with proper Ecore_Wl2 windowChris Michael2015-12-031-57/+0
| * ecore-evas-wl: Fix ecore-evas wl common code due to botched rebaseChris Michael2015-12-031-0/+57
| * ecore-wl2: Port Ecore_Evas engines to use Ecore_Wl2 codeChris Michael2015-12-033-3/+15
| * ecore-evas wayland: enforce frame/state change triggering before move/resizeMike Blumenkrantz2015-12-031-15/+0
| * ecore-evas-wl: Fix issue of improper window geometryChris Michael2015-12-031-1/+14
| * ecore-evas wayland: use correct values when updating wayland window sizeMike Blumenkrantz2015-12-031-0/+2
| * ecore-evas-wl: Fix bad mergeChris Michael2015-12-031-59/+1
| * ecore-wl2: Start on implementing support for multi-seatChris Michael2015-12-036-12/+368
| * ecore-wl2: Cancel data callback if we have a fatal errorChris Michael2015-12-031-0/+3
| * ecore-wl2: Remove setting custom wl_log handlerChris Michael2015-12-031-8/+0
| * ecore-wl2: Fix maximized & fullscreen functions to use window flagChris Michael2015-12-031-12/+8
| * ecore-wl2: Fix calling wl_surface_frame with proper Ecore_Wl2 window frameChris Michael2015-12-031-0/+1
| * ecore-evas-wl: Fix ecore-evas wl common code due to botched rebaseChris Michael2015-12-031-0/+57
| * ecore-wl2: Port Ecore_Evas engines to use Ecore_Wl2 codeChris Michael2015-12-033-1/+15
| * ecore-evas wayland: enforce frame/state change triggering before move/resizeMike Blumenkrantz2015-12-031-16/+3
| * ecore-evas wayland: use correct values when updating wayland window sizeMike Blumenkrantz2015-12-031-3/+0
| * ecore-wl2: Add missing @since for all existing doxygenChris Michael2015-12-031-0/+54
| * ecore-wl2: Change name of ecore_wl2_window_class_name_set functionChris Michael2015-12-033-5/+5
| * ecore-wl2: Add missing EINA_UNUSED for function parametersChris Michael2015-12-031-2/+2
| * ecore-wl2: Add function to get a windows rotationChris Michael2015-12-032-1/+27
| * ecore-wl2: Fix issue of not unsetting move mouse pointerChris Michael2015-12-033-14/+32
| * ecore-wl2: Fix maximized and fullscreen functions to restore geometryChris Michael2015-12-032-21/+10
| * ecore-evas-wl: Fix issue of resize jumpingChris Michael2015-12-031-4/+20
| * ecore-wl2: Add doxygen for more ecore_wl2_window functionsChris Michael2015-12-031-17/+164