summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* e_comp_wl: add support for priority raise/normalize during focus eventsChris Michael2014-10-311-2/+73
* Merge branch 'devs/devilhorns/e_comp_wl'Chris Michael2014-10-315-2512/+992
|\
| * e-comp-wl: Make new compositor functional.Chris Michael2014-10-311-201/+84
| * change comp_wl_data structure to store the wl_resource of the clientChris Michael2014-10-311-2/+1
| * send wl_buffer release after we have drawn this pixmapChris Michael2014-10-311-0/+6
| * e_comp_wl: Implement surface frame callback supportChris Michael2014-10-301-0/+51
| * e_comp_wl: Add hooks for focus in/out events so we can set wayland focusChris Michael2014-10-301-0/+84
| * e_comp_wl: Cleanup resizing of wayland clients. This hooks intoChris Michael2014-10-301-56/+124
| * wl_desktop_shell: Remove silly debug messageChris Michael2014-10-301-2/+0
| * wl_desktop_shell: Remove resize.width/height compositor data fields.Chris Michael2014-10-301-13/+18
| * remove call to release compositor buffer reference in e_pixmap. ThisChris Michael2014-10-301-6/+0
| * e-comp-wl: Remove resize.width & height from structureChris Michael2014-10-301-1/+0
| * e-comp-wl: Que a buffer release after we have committed the pending bufferChris Michael2014-10-301-11/+30
| * e-comp-wl: Comment out EGL includeChris Michael2014-10-301-4/+4
| * fix formattingChris Michael2014-10-301-7/+3
| * remove debug messages for mouse in/outChris Michael2014-10-301-4/+0
| * add checks in client focus/unfocus to test for wayland clientChris Michael2014-10-301-0/+4
| * add callbacks for client focus/unfocusChris Michael2014-10-301-6/+79
| * add evas callback for client resizeChris Michael2014-10-301-0/+27
| * add evas callback for color_setChris Michael2014-10-301-0/+17
| * add evas callback for ping eventChris Michael2014-10-301-0/+18
| * add evas callback for kill requestChris Michael2014-10-301-0/+24
| * add evas callback for delete_request and fix printf warnings forChris Michael2014-10-301-11/+56
| * add evas callback for key up eventsChris Michael2014-10-301-0/+41
| * add evas callback for key down eventChris Michael2014-10-301-0/+47
| * add evas callbacks for mouse wheel eventChris Michael2014-10-301-0/+37
| * add evas callbacks for mouse up eventChris Michael2014-10-301-0/+49
| * add evas callback function for mouse down eventChris Michael2014-10-301-0/+47
| * add evas callback for mouse move on a surfaceChris Michael2014-10-301-0/+33
| * add evas callback for mouse out on a surfaceChris Michael2014-10-301-0/+27
| * remove some debug messagesChris Michael2014-10-301-14/+0
| * add callback for mouse in on the client.Chris Michael2014-10-301-2/+54
| * add hook for evas callback hide so we can hide any video childrenChris Michael2014-10-301-3/+14
| * add hoook for evas show callback and show any video childsChris Michael2014-10-301-0/+20
| * fetch pixmap id in opaque & input region set functionsChris Michael2014-10-301-0/+6
| * add listener for comp_object_add event so we can setup evas callbacksChris Michael2014-10-301-0/+37
| * fix typoChris Michael2014-10-301-1/+1
| * update todoChris Michael2014-10-301-0/+2
| * cleanup any pending input regions when we delete the clientChris Michael2014-10-301-0/+3
| * cleanup any pending opaque regions when we delete the clientChris Michael2014-10-301-0/+3
| * cleanup any remaning damage rectangles when we delete the clientChris Michael2014-10-301-2/+4
| * add some comments about fetching resource dataChris Michael2014-10-301-0/+5
| * update resource data commentChris Michael2014-10-301-0/+1
| * add code to handle pending input regions during surface commitChris Michael2014-10-301-0/+47
| * add code to handle pending opaque regions during surface commitChris Michael2014-10-301-1/+46
| * add code to handle pending damages during surface commitChris Michael2014-10-301-0/+11
| * add code to handle setting surface input regionChris Michael2014-10-301-0/+36
| * add code to handle setting surface opaque regionChris Michael2014-10-301-0/+36
| * Add code to handle setting surface damagesChris Michael2014-10-301-0/+39
| * add code to handle regions (creating, destroying, setting)Chris Michael2014-10-301-3/+106