summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* By default, set buffer size to 0 on creation.devs/devilhorns/e_waylandChris Michael2013-07-251-0/+2
* Tell ecore_wayland to run in "server mode" so we do not stall duringChris Michael2013-07-251-0/+2
* Update desktop shell for recent Wayland 1.2 changes (wl_global,Chris Michael2013-07-161-10/+11
* Update e_output for recent Wayland 1.2 changesChris Michael2013-07-161-7/+7
* Update e_input for recent Wayland 1.2 changes:Chris Michael2013-07-161-12/+12
* Update e_wayland for recent Wayland 1.2 changesChris Michael2013-07-165-24/+42
* Update shell for recent wl_resource and wl_client changesChris Michael2013-06-251-48/+32
* Update e_wayland for recent wl_resource and wl_client changesChris Michael2013-06-259-60/+143
* Update e_wayland to use our own E_Buffer structureChris Michael2013-06-244-18/+19
* Implement our own E_Buffer structure.Chris Michael2013-06-242-11/+73
* Update for recent changes in wayland core protocolChris Michael2013-06-246-32/+24
* Update e_wayland surface and renderer for changes in wayland protocol.Chris Michael2013-06-242-6/+13
* More work to get elm apps working properlyChris Michael2013-06-181-3/+271
* Shell work for elm appsChris Michael2013-06-182-8/+162
* Big giant push to get elm apps working properlyChris Michael2013-06-1810-118/+612
* Just grab the return window directly from e_canvas.Chris Michael2013-06-141-2/+2
* More fixes to try and get menus to function properlyChris Michael2013-06-142-6/+12
* Fix pointer grab fields.Chris Michael2013-06-141-18/+15
* Shell work to get popup menus functionalChris Michael2013-06-141-12/+107
* Add pointer_grab_start and end functionsChris Michael2013-06-142-5/+37
* Start on getting menus to show.Chris Michael2013-06-131-6/+39
* Use E_Input for popup seat.Chris Michael2013-06-131-1/+1
* Send mouse move and mouse up/down events.Chris Michael2013-06-131-3/+96
* Handle passing along pointer button eventsChris Michael2013-06-131-0/+22
* Add grab fields to pointer structureChris Michael2013-06-131-0/+4
* Remove mouse_move_send functionChris Michael2013-06-132-21/+0
* Add e_order to build order.Chris Michael2013-06-132-0/+363
* Comment out unused variableChris Michael2013-06-131-3/+3
* Initialize variables.Chris Michael2013-06-131-2/+2
* Start to process mouse down & up events ... Prelude to working menus ;)Chris Michael2013-06-131-0/+52
* Add event handler for mouse_move (from X) so we can pass this along toChris Michael2013-06-131-0/+26
* Set surface's resource client to NULL initiallyChris Michael2013-06-131-0/+2
* Don't init e_scale and e_theme until we have our interfaces boundChris Michael2013-06-131-15/+15
* More work on getting input to functionChris Michael2013-06-132-14/+176
* Add function to find a surface based on x/yChris Michael2013-06-132-2/+18
* Intialize input on the compositorChris Michael2013-06-131-0/+46
* Add a seat to the compositor for inputChris Michael2013-06-131-0/+1
* Add e_input filesChris Michael2013-06-132-0/+239
* Add e_input to build order.Chris Michael2013-06-131-6/+8
* Add e_input to includesChris Michael2013-06-131-4/+4
* Setup data_device for compositor.Chris Michael2013-06-131-1/+33
* Destroy the renderer on output creation failure.Chris Michael2013-06-131-1/+5
* Add renderer destroy functionChris Michael2013-06-132-0/+9
* if we have already loaded the comp module, get out.Chris Michael2013-06-111-0/+2
* Better trapping for already loaded comp module.Chris Michael2013-06-111-5/+7
* Remove debug messages.Chris Michael2013-06-111-15/+4
* Big giant "e18-wayland-only starting to work" commit so I can continueChris Michael2013-06-1168-124/+23313
* Remove unused code.Chris Michael2013-06-111-14/+3
* Remove unused fields from output structureChris Michael2013-06-111-2/+0
* Assign an output to a surface when we map itChris Michael2013-06-111-0/+3