summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix formattingdevs/devilhorns/e_comp_wlChris Michael2014-10-171-7/+3
* remove debug messages for mouse in/outChris Michael2014-10-171-4/+0
* add checks in client focus/unfocus to test for wayland clientChris Michael2014-10-171-0/+4
* add callbacks for client focus/unfocusChris Michael2014-10-171-6/+79
* add evas callback for client resizeChris Michael2014-10-171-0/+27
* add evas callback for color_setChris Michael2014-10-171-0/+17
* add evas callback for ping eventChris Michael2014-10-171-0/+18
* add evas callback for kill requestChris Michael2014-10-171-0/+24
* add evas callback for delete_request and fix printf warnings forChris Michael2014-10-171-11/+56
* add evas callback for key up eventsChris Michael2014-10-161-0/+41
* add evas callback for key down eventChris Michael2014-10-161-0/+47
* add evas callbacks for mouse wheel eventChris Michael2014-10-161-0/+37
* add evas callbacks for mouse up eventChris Michael2014-10-161-0/+49
* add evas callback function for mouse down eventChris Michael2014-10-161-0/+47
* add evas callback for mouse move on a surfaceChris Michael2014-10-161-0/+33
* add evas callback for mouse out on a surfaceChris Michael2014-10-161-0/+27
* remove some debug messagesChris Michael2014-10-161-14/+0
* add callback for mouse in on the client.Chris Michael2014-10-161-2/+54
* add hook for evas callback hide so we can hide any video childrenChris Michael2014-10-161-3/+14
* add hoook for evas show callback and show any video childsChris Michael2014-10-161-0/+20
* fetch pixmap id in opaque & input region set functionsChris Michael2014-10-161-0/+6
* add listener for comp_object_add event so we can setup evas callbacksChris Michael2014-10-161-0/+37
* fix typoChris Michael2014-10-161-1/+1
* update todoChris Michael2014-10-161-0/+2
* cleanup any pending input regions when we delete the clientChris Michael2014-10-161-0/+3
* cleanup any pending opaque regions when we delete the clientChris Michael2014-10-161-0/+3
* cleanup any remaning damage rectangles when we delete the clientChris Michael2014-10-161-2/+4
* add some comments about fetching resource dataChris Michael2014-10-161-0/+5
* update resource data commentChris Michael2014-10-161-0/+1
* add code to handle pending input regions during surface commitChris Michael2014-10-161-0/+47
* add code to handle pending opaque regions during surface commitChris Michael2014-10-161-1/+46
* add code to handle pending damages during surface commitChris Michael2014-10-161-0/+11
* add code to handle setting surface input regionChris Michael2014-10-161-0/+36
* add code to handle setting surface opaque regionChris Michael2014-10-161-0/+36
* Add code to handle setting surface damagesChris Michael2014-10-161-0/+39
* add code to handle regions (creating, destroying, setting)Chris Michael2014-10-161-3/+106
* change damages to be a listChris Michael2014-10-161-1/+1
* Start on surface commit code and improve some debugging messagesChris Michael2014-10-151-7/+102
* add internal function prototype for surface commitChris Michael2014-10-151-0/+1
* add hooks for client deleteChris Michael2014-10-151-0/+41
* add code to hook the client new eventChris Michael2014-10-151-0/+60
* Add code to create the clients window hashChris Michael2014-10-151-0/+9
* Implement code for surfaced attachChris Michael2014-10-151-0/+81
* Fix compile errors. Implement start of buffer codeChris Michael2014-10-151-10/+62
* unset pixmap resource when surface resource is destroyedChris Michael2014-10-151-4/+15
* add call to delete fd handler when we close the compositorChris Michael2014-10-141-0/+3
* add start of surface implementation codeChris Michael2014-10-141-1/+126
* remove debug noise in comp_wl_dataChris Michael2014-10-141-1/+1
* rename surface signal get functionChris Michael2014-10-141-1/+1
* start on actual compositor interface codeChris Michael2014-10-141-0/+24