summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix printing of wayland log outputChris Michael2014-10-141-1/+1
* Fix missing variable compiler warningChris Michael2014-10-141-0/+1
* add call to shutdown Ecore_WaylandChris Michael2014-10-141-1/+2
* add code to initialize Ecore_WaylandChris Michael2014-10-141-0/+7
* set compositor wayland dataChris Michael2014-10-141-0/+3
* add code to setup input & keyboard if we are using an X compositorChris Michael2014-10-141-0/+6
* add code to initialze inputChris Michael2014-10-141-0/+9
* add code to initialize data managerChris Michael2014-10-141-0/+8
* add code to load desktop shell moduleChris Michael2014-10-141-0/+30
* add code to integrate wayland event loop with ecore_main loopChris Michael2014-10-141-0/+38
* add function call to initialize shmChris Michael2014-10-141-0/+3
* rename compositor delete callbackChris Michael2014-10-141-2/+2
* add code to create and bind the wayland compositorChris Michael2014-10-141-0/+29
* add code to setup wayland compositor signalsChris Michael2014-10-141-0/+5
* add code to create wayland display socketChris Michael2014-10-141-0/+13
* add code to create new wayland displayChris Michael2014-10-141-0/+11
* add code to setup wayland logging functionChris Michael2014-10-141-0/+9
* add functions to create new compositorChris Michael2014-10-141-1/+40
* set comp_gl if we have the correct engines availableChris Michael2014-10-141-0/+5
* add start of new compositorChris Michael2014-10-141-0/+33
* remove useless returnChris Michael2014-10-141-4/+1
* remove old wayland compositor fileChris Michael2014-10-141-3301/+0
* bump required wayland-server version to 1.6.0 for wayland-onlyChris Michael2014-10-141-1/+1
* e-comp-wl: Enable sending of the surface_create signal from theChris Michael2014-10-131-17/+25
* e-comp-wl: Reduce calls to wayland protocol functions. These are notChris Michael2014-10-131-2/+2
* e-comp-wl: Support wl_display_add_socket_auto functionChris Michael2014-10-131-6/+5
* e-comp-wl: Send the resource as data to the surface_create signalChris Michael2014-10-131-2/+15
* don't crash when closing internal dialog boxesChris Michael2014-10-121-1/+1
* update wl_seat interface version so that gtk apps function...forChris Michael2014-10-121-3/+4
* fix resizing wayland clients by sending configure message if client isChris Michael2014-10-121-0/+8
* fix teamwork popup positioning for non-dbus popupsMike Blumenkrantz2014-10-121-1/+1
* notification: don't segv if no zone found to place the popupBoris Faure2014-10-121-0/+1
* fix improper define which was causing uuid header to not be includedChris Michael2014-10-121-1/+1
* send xdg surface configure message when we maximize/unmaximize.Chris Michael2014-10-061-3/+7
* Don't resend a configure event after resize is done. This is part of aChris Michael2014-10-061-7/+0
* synchronize mailmapBoris Faure2014-10-051-0/+4
* cleanup compiler warnings when building for wayland-onlyChris Michael2014-10-031-0/+6
* don't define x selection notify handler if we are building for wayland-onlyChris Michael2014-10-031-5/+4
* Revert "don't clear 'changed' variable unless we are going to use it. (fixes"Chris Michael2014-10-031-2/+0
* declare drag finished callback event if building for wayland-onlyChris Michael2014-10-031-2/+0
* fix compiler warnings when building for wayland-onlyChris Michael2014-10-031-1/+4
* fix compiler warnings when building for wayland-onlyChris Michael2014-10-031-1/+7
* don't clear 'changed' variable unless we are going to use it. (fixesChris Michael2014-10-031-0/+2
* fix compiler warnings when building for wayland-onlyChris Michael2014-10-031-1/+1
* remove ifdef's for compiling out e_dnd support in wayland-only modeChris Michael2014-10-031-4/+3
* clean compiler warnings when building for wayland-onlyChris Michael2014-10-031-7/+29
* only call ecore-x functions here if we are Not build for wayland-onlyChris Michael2014-10-031-6/+5
* fix unused function paramters warning when building for wayland onlyChris Michael2014-10-031-0/+3
* wl-desktop-shell: Update module code for new xdg shell protocolChris Michael2014-10-011-149/+131
* wl-desktop-shell: Update desktop shell module for new xdg shell protocolChris Michael2014-10-012-55/+46