platform/upstream/efl.git
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...
2015-12-03 Chris Michaelecore-wl2: Raise focus in/out events when we get waylan...
2015-12-03 Chris Michaelecore-wl2: Add event structures for focus in/out
2015-12-03 Chris Michaelecore-wl2: Reset pointer and keyboard focus when a...
2015-12-03 Chris Michaelecore-wl2: Call input ungrab when window operations...
2015-12-03 Chris Michaelecore-wl2: Finish send ecore events for any wayland...
2015-12-03 Chris Michaelecore-wl2: Send mouse up event when we ungrab input
2015-12-03 Chris Michaelecore-wl2: Send mouse button down/up events when we...
2015-12-03 Chris Michaelecore-wl2: Add internal functions for sending mouse...
2015-12-03 Chris Michaelecore-wl2: Set display serial during keyboard events
2015-12-03 Chris Michaelecore-wl2: Add code to send mouse wheel events
2015-12-03 Chris Michaelecore-wl2: Issue input grab/ungrab during pointer butto...
2015-12-03 Chris Michaelecore-wl2: Add code to send mouse move events
2015-12-03 Chris Michaelecore-wl2: Add functions to send mouse in/out events...
2015-12-03 Chris Michaelecore-wl2: Add internal input functions to initiate...
2015-12-03 Chris Michaelecore-wl2: Add prototype functions to support data...
2015-12-03 Chris Michaelecore-wl2: Add placeholders for touch listener functions
2015-12-03 Chris Michaelecore-wl2: Add initial support for keyboard events
2015-12-03 Chris Michaelecore-wl2: Add placeholders for functions of the keyboa...
2015-12-03 Chris Michaelecore-wl2: Add TODO note for handling mouse wheel event
2015-12-03 Chris Michaelecore-wl2: Add start of code for pointer button event
2015-12-03 Chris Michaelecore-wl2: Start on code for pointer motion event
2015-12-03 Chris Michaelecore-wl2: Start on code for pointer leave event
2015-12-03 Chris Michaelecore-wl2: Destroy cursor theme when input is destroyed
2015-12-03 Chris Michaelecore-wl2: Add start of pointer handling code
2015-12-03 Chris Michaelecore-wl2: Add function to find a window based on surface
2015-12-03 Chris Michaelecore-wl2: Add pointer fields to input structure
2015-12-03 Chris Michaelecore-wl2: Add placeholder touch listener structure...
2015-12-03 Chris Michaelecore-wl2: Add placeholder keyboard listener structure...
2015-12-03 Chris Michaelecore-wl2: Add placeholder pointer listener structure...
2015-12-03 Chris Michaelecore-wl2: Add support for initial setup of pointer...
2015-12-03 Chris Michaelecore-wl2: Add start of Ecore_Wl2_Input code
2015-12-03 Chris Michaelecore-wl2: Fix doxygen comment
2015-12-03 Chris Michaelecore-wl2: Add support for xdg shell listener
next