platform/upstream/enlightenment.git
2014-11-03 Chris Michaele-comp-wl: Implement subsurface position set function
2014-11-03 Chris Michaele-comp-wl: Implement subsurface destroy callbacks
2014-11-03 Chris Michaele-comp-wl: Destroy subsurface resource in destroy callback
2014-11-03 Chris Michaele-comp-wl: Start to reimplement subcompositor and subsu...
2014-11-03 Chris Michaele-comp-wl: Cleanup wayland compositor header
2014-11-03 Tom HacohenTiling: Fix up previous tiling commit (make it safer).
2014-11-03 Marcel Hollerbachtiling: Fix issue with window-moving and windows not...
2014-11-03 Carsten Haitzler... e_auth - null out compilert memset opts like lokker
2014-10-31 Chris Michaele_comp_wl: Remove unused variables
2014-10-31 Chris Michaele_comp_wl: add support for priority raise/normalize...
2014-10-31 Chris MichaelMerge branch 'devs/devilhorns/e_comp_wl'
2014-10-31 Chris Michaele-comp-wl: Make new compositor functional.
2014-10-31 Chris Michaelchange comp_wl_data structure to store the wl_resource...
2014-10-31 Chris Michaelsend wl_buffer release after we have drawn this pixmap
2014-10-30 Chris Michaele_comp_wl: Implement surface frame callback support
2014-10-30 Chris Michaele_comp_wl: Add hooks for focus in/out events so we...
2014-10-30 Chris Michaele_comp_wl: Cleanup resizing of wayland clients. This...
2014-10-30 Chris Michaelwl_desktop_shell: Remove silly debug message
2014-10-30 Chris Michaelwl_desktop_shell: Remove resize.width/height compositor...
2014-10-30 Chris Michaelremove call to release compositor buffer reference...
2014-10-30 Chris Michaele-comp-wl: Remove resize.width & height from structure
2014-10-30 Chris Michaele-comp-wl: Que a buffer release after we have committed...
2014-10-30 Chris Michaele-comp-wl: Comment out EGL include
2014-10-30 Chris Michaelfix formatting
2014-10-30 Chris Michaelremove debug messages for mouse in/out
2014-10-30 Chris Michaeladd checks in client focus/unfocus to test for wayland...
2014-10-30 Chris Michaeladd callbacks for client focus/unfocus
2014-10-30 Chris Michaeladd evas callback for client resize
2014-10-30 Chris Michaeladd evas callback for color_set
2014-10-30 Chris Michaeladd evas callback for ping event
2014-10-30 Chris Michaeladd evas callback for kill request
2014-10-30 Chris Michaeladd evas callback for delete_request and fix printf...
2014-10-30 Chris Michaeladd evas callback for key up events
2014-10-30 Chris Michaeladd evas callback for key down event
2014-10-30 Chris Michaeladd evas callbacks for mouse wheel event
2014-10-30 Chris Michaeladd evas callbacks for mouse up event
2014-10-30 Chris Michaeladd evas callback function for mouse down event
2014-10-30 Chris Michaeladd evas callback for mouse move on a surface
2014-10-30 Chris Michaeladd evas callback for mouse out on a surface
2014-10-30 Chris Michaelremove some debug messages
2014-10-30 Chris Michaeladd callback for mouse in on the client.
2014-10-30 Chris Michaeladd hook for evas callback hide so we can hide any...
2014-10-30 Chris Michaeladd hoook for evas show callback and show any video...
2014-10-30 Chris Michaelfetch pixmap id in opaque & input region set functions
2014-10-30 Chris Michaeladd listener for comp_object_add event so we can setup...
2014-10-30 Chris Michaelfix typo
2014-10-30 Chris Michaelupdate todo
2014-10-30 Chris Michaelcleanup any pending input regions when we delete the...
2014-10-30 Chris Michaelcleanup any pending opaque regions when we delete the...
2014-10-30 Chris Michaelcleanup any remaning damage rectangles when we delete...
2014-10-30 Chris Michaeladd some comments about fetching resource data
2014-10-30 Chris Michaelupdate resource data comment
2014-10-30 Chris Michaeladd code to handle pending input regions during surface...
2014-10-30 Chris Michaeladd code to handle pending opaque regions during surfac...
2014-10-30 Chris Michaeladd code to handle pending damages during surface commit
2014-10-30 Chris Michaeladd code to handle setting surface input region
2014-10-30 Chris Michaeladd code to handle setting surface opaque region
2014-10-30 Chris MichaelAdd code to handle setting surface damages
2014-10-30 Chris Michaeladd code to handle regions (creating, destroying, setting)
2014-10-30 Chris Michaelchange damages to be a list
2014-10-30 Chris MichaelStart on surface commit code and improve some debugging...
2014-10-30 Chris Michaeladd internal function prototype for surface commit
2014-10-30 Chris Michaeladd hooks for client delete
2014-10-30 Chris Michaeladd code to hook the client new event
2014-10-30 Chris MichaelAdd code to create the clients window hash
2014-10-30 Chris MichaelImplement code for surfaced attach
2014-10-30 Chris MichaelFix compile errors. Implement start of buffer code
2014-10-30 Chris Michaelunset pixmap resource when surface resource is destroyed
2014-10-30 Chris Michaeladd call to delete fd handler when we close the compositor
2014-10-30 Chris Michaeladd start of surface implementation code
2014-10-30 Chris Michaelremove debug noise in comp_wl_data
2014-10-30 Chris Michaelrename surface signal get function
2014-10-30 Chris Michaelstart on actual compositor interface code
2014-10-30 Chris MichaelFix printing of wayland log output
2014-10-30 Chris MichaelFix missing variable compiler warning
2014-10-30 Chris Michaeladd call to shutdown Ecore_Wayland
2014-10-30 Chris Michaeladd code to initialize Ecore_Wayland
2014-10-30 Chris Michaelset compositor wayland data
2014-10-30 Chris Michaeladd code to setup input & keyboard if we are using...
2014-10-30 Chris Michaeladd code to initialze input
2014-10-30 Chris Michaeladd code to initialize data manager
2014-10-30 Chris Michaeladd code to load desktop shell module
2014-10-30 Chris Michaeladd code to integrate wayland event loop with ecore_mai...
2014-10-30 Chris Michaeladd function call to initialize shm
2014-10-30 Chris Michaelrename compositor delete callback
2014-10-30 Chris Michaeladd code to create and bind the wayland compositor
2014-10-30 Chris Michaeladd code to setup wayland compositor signals
2014-10-30 Chris Michaeladd code to create wayland display socket
2014-10-30 Chris Michaeladd code to create new wayland display
2014-10-30 Chris Michaeladd code to setup wayland logging function
2014-10-30 Chris Michaeladd functions to create new compositor
2014-10-30 Chris Michaelset comp_gl if we have the correct engines available
2014-10-30 Chris Michaeladd start of new compositor
2014-10-30 Chris Michaelremove useless return
2014-10-30 Chris Michaelremove old wayland compositor file
2014-10-30 Chris Michaelwl-desktop-shell: Don't call e_client_ping here.
2014-10-29 vivekwl_desktop_shell: Fixed the issue to check if wl surfac...
2014-10-29 Chris Michaelwl_desktop_shell: Fix formatting
2014-10-29 vivekwl_desktop_shell: Fixed the issue to check if client...
2014-10-29 vivekwl_desktop_shell: Implemented function to show xdg...
next