platform/upstream/efl.git
2015-12-03 Chris Michaelecore-wl2: Add API function to get the position of...
2015-12-03 Chris Michaelecore-wl2: Add API function to set the position of...
2015-12-03 Chris Michaelecore-wl2: Add API function to return the wl_surface...
2015-12-03 Chris Michaelecore-wl2: Add API function to delete a subsurface
2015-12-03 Chris Michaelecore-wl2: Use proper wayland function to get display...
2015-12-03 Chris Michaelecore-wl2: Start on preliminary subsurface support
2015-12-03 Chris Michaelecore-wl2: Cleanup wayland objects on display cleanup
2015-12-03 Chris Michaelecore-wl2: Cleanup inputs on display disconnect/destroy
2015-12-03 Chris Michaelecore-wl2: Add subsurface structure type
2015-12-03 Chris Michaelecore-wl2: Add subsurface protocol files to support...
2015-12-03 Chris Michaelecore-wl2: Add doxygen for ecore_wl2_window functions
2015-12-03 Chris Michaelecore-wl2: Add support for input region setting for...
2015-12-03 Chris Michaelecore-wl2: Add API function to return the registry...
2015-12-03 Chris Michaelecore-wl2: Add API funtion declarations need for Elementary
2015-12-03 Chris Michaelecore-wl2: Add API function to find a window given...
2015-12-03 Chris Michaelecore-wl2: Add API function to issue an ungrab on an...
2015-12-03 Chris Michaelecore-evas: Add API function to get an Ecore_Wl2_Window...
2015-12-03 Chris Michaelecore-evas-wayland: Fix issue of using wrong structure...
2015-12-03 Chris Michaelecore-evas: Add function to return Ecore_Wl2_Window
2015-12-03 Chris Michaelecore-evas: Add ecore_evas_wayland_window_get2 to the...
2015-12-03 Chris Michaelecore-evas: Add new API to return a Ecore_Wl2_Window...
2015-12-03 Chris Michaelecore-wl2: Check if a window is transparent or alpha...
2015-12-03 Chris Michaelecore-wl2: Cleanup dnd drag and selection sources when...
2015-12-03 Chris Michaelecore-wl2: Send window configure event when we un-maxim...
2015-12-03 Chris Michaelecore-wl2: Add a LAST member for enum of window type
2015-12-03 Chris Michaelecore-wl2: Don't use bitfields for public structure
2015-12-03 Chris Michaelecore-wl2: Add display to global event structure
2015-12-03 Chris Michaelecore-wl2: Provide internal function to stop any cursor...
2015-12-03 Chris Michaelecore-wl2: Create new event type for window configure
2015-12-03 Chris Michaelecore-wl2: Update input serial when we get a mouse...
2015-12-03 Chris Michaelecore-wl2: Add event type and structure for sending...
2015-12-03 Chris Michaelecore-wl2: Set window input on pointer enter/leave...
2015-12-03 Chris Michaelecore-evas-wayland: Re-enable interface functions for...
2015-12-03 Chris Michaelecore-wl2: Remove window animator callback when we...
2015-12-03 Chris Michaelecore-wl2: Remove test for no-op move/resize
2015-12-03 Chris Michaelecore-wl2: Fix compiler warning
2015-12-03 Chris Michaelecore-wl2: Reduce noise of ERR messages which are not...
2015-12-03 Chris Michaelecore-wl2: Fix issue of never getting keyboard focus
2015-12-03 Chris Michaelecore-wl2: Fix issue of animators not starting
2015-12-03 Chris Michaelecore-wl2: Finish off internal dnd code to actually...
2015-12-03 Chris Michaelecore-wl2: Add API function to clear a dnd selection
2015-12-03 Chris Michaelecore-wl2: Add API function to return if a dnd selectio...
2015-12-03 Chris Michaelecore-wl2: Add API function to set a dnd selection
2015-12-03 Chris Michaelecore-wl2: Add API function to determine if an input...
2015-12-03 Chris Michaelecore-wl2: Add API function to end a dnd drag operation
2015-12-03 Chris Michaelecore-wl2: Add API function to get a dnd drag
2015-12-03 Chris Michaelecore-wl2: Add API function to start a dnd operation
2015-12-03 Chris Michaelecore-wl2: Add API function to set dnd drag types
2015-12-03 Chris Michaelecore-wl2: Add missing TODO for doxygen
2015-12-03 Chris Michaelecore-wl2: Add API function to return the Ecore_Wl2_Inp...
2015-12-03 Chris Michaelecore-wl2: Add API function to set the type of window
2015-12-03 Chris Michaelecore-wl2: Add API function to return surface id of...
2015-12-03 Chris Michaelecore-wl2: Add API function to set a cursor for a window
2015-12-03 Chris Michaelecore-wl2: Add support for setting cursor images to...
2015-12-03 Chris Michaelecore-wl2: Add event structure and event type for selec...
2015-12-03 Chris Michaelecore-wl2: Add remaining events and event structures...
2015-12-03 Chris Michaelecore-wl2: Add event structure for dnd end event
2015-12-03 Chris Michaelecore-wl2: Port Ecore_Evas engines to use Ecore_Wl2...
2015-12-03 Chris Michaelecore-wl2: Add API function to set pointer surface...
2015-12-03 Chris Michaelecore-wl2: Implement ecore_wl2_window_raise for xdg...
2015-12-03 Chris Michaelecore-wl2: Add API function to return pointer position
2015-12-03 Chris Michaelecore-wl2: Add API function to retrieve screen size
2015-12-03 Chris Michaelecore-wl2: Add API function to set window minimized...
2015-12-03 Chris Michaelecore-wl2: Add API function to return if a window is...
2015-12-03 Chris Michaelecore-wl2: Add API function to set if a window is fulls...
2015-12-03 Chris Michaelecore-wl2: Add API function to set if a window is maximized
2015-12-03 Chris Michaelecore-wl2: Add API function to set window geometry
2015-12-03 Chris Michaelecore-wl2: Add API function to return window geometry
2015-12-03 Chris Michaelecore-wl2: Fix not sending compositor reguests when...
2015-12-03 Chris Michaelecore-wl2: Add API function to set window class name
2015-12-03 Chris Michaelecore-wl2: Add API function to set window title
2015-12-03 Chris Michaelecore-wl2: Add API function to set window rotation
2015-12-03 Chris Michaelecore-wl2: Add API function to return if a window is...
2015-12-03 Chris Michaelecore-wl2: Add API function to return if a window is...
2015-12-03 Chris Michaelecore-wl2: Add API function to set if a window is trans...
2015-12-03 Chris Michaelecore-wl2: Add API function to set window opaque region
2015-12-03 Chris Michaelecore-wl2: Add API function to set if a window is alpha...
2015-12-03 Chris Michaelecore-wl2: Add API function to return if a window is...
2015-12-03 Chris Michaelecore-wl2: Add API function to find a window by id
2015-12-03 Chris Michaelecore-wl2: Add implementation for supporting custom...
2015-12-03 Chris Michaelecore-wl2: Raise dnd drop event when we get the event...
2015-12-03 Chris Michaelecore-wl2: Add dnd drop event type and event structure
2015-12-03 Chris Michaelecore-wl2: Add event and structure for dnd motion events
2015-12-03 Chris Michaelecore-wl2: Raise event for dnd leave
2015-12-03 Chris Michaelecore-wl2: Add event and structure for event dnd leave
2015-12-03 Chris Michaelefl: Add ecore_wl2 pc file to gitignore
2015-12-03 Chris Michaelecore-wl2: Add calls to dnd functions for drag listener
2015-12-03 Chris Michaelecore-wl2: Add source file for dnd functions
2015-12-03 Chris Michaelecore-wl2: Add private function declarations for dnd...
2015-12-03 Chris Michaelecore-wl2: Add structure and event type for dnd enter
2015-12-03 Chris Michaelecore-wl2: Add TODO notes for dnd
2015-12-03 Chris Michaelecore-wl2: Support window raise function for wl_shell_s...
2015-12-03 Chris Michaelecore-wl2: Implement support for window resizing
2015-12-03 Chris Michaelecore-wl2: Improve popup support to be able to use...
2015-12-03 Chris Michaelecore-wl2: Add support for window moving
2015-12-03 Chris Michaelecore-wl2: Add support for xdg popups
2015-12-03 Chris Michaelecore-wl2: Assign an input to a window when the window...
2015-12-03 Chris Michaelecore-wl2: Finish up touch support. Record touch motion...
2015-12-03 Chris Michaelecore-wl2: Add support for double/triple click in mouse...
2015-12-03 Chris Michaelecore-wl2: Send key press/release events when we get...
next