platform/upstream/efl.git
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
2015-12-03 Chris Michaelecore-wl2: Add start of Ecore_Wl2_Output code for outputs
2015-12-03 Chris Michaelecore-wl2: Free window when surface gets deleted
2015-12-03 Chris Michaelecore-wl2: Add placeholder API for ecore_wl2_window_raise
2015-12-03 Chris Michaelecore-wl2: Update doxygen for window move and resize...
2015-12-03 Chris Michaelecore-wl2: Add API function to resize a window
2015-12-03 Chris Michaelecore-wl2: Add API function to move a window
2015-12-03 Chris Michaelecore-wl2: Add API function to free a window
2015-12-03 Chris Michaelecore-wl2: Add API function to hide a window
2015-12-03 Chris Michaelecore-wl2: Add API function for ecore_wl2_window_show
2015-12-03 Chris Michaelecore-wl2: Add a listener for display sync when connect...
2015-12-03 Chris Michaelecore-wl2: Add bool fields to window structure to store...
2015-12-03 Chris Michaelecore-wl2: Add function to create/get a wl_surface...
2015-12-03 Chris Michaelecore-wl2: Add support for window types
2015-12-03 Chris Michaelecore-wl2: Add function to return window id
2015-12-03 Chris Michaelecore-wl2: Add start of ecore_wl2_window code
2015-12-03 Chris Michaelecore-wl2: Add API function to return an iterator for...
2015-12-03 Chris Michaelecore-wl2: Group connect and disconnect functions together
2015-12-03 Chris Michaelecore-wl2: Add internal function to cleanup Ecore_Wl2_D...
2015-12-03 Chris Michaelecore-wl2: Add API function for servers to terminate...
2015-12-03 Chris Michaelecore-wl2: Create new xkb context for each display...
2015-12-03 Chris Michaelecore-wl2: Add API function for servers to destroy...
2015-12-03 Chris Michaelecore-wl2: Add API function for clients to disconnect...
2015-12-03 Chris Michaelecore-wl2: Add API function to return the wl_shm interface
2015-12-03 Chris Michaelecore-wl2: Remove unused wl_registry field in display...
2015-12-03 Chris Michaelecore-wl2: Call wl_event_loop_dispatch with a 0 timeout
2015-12-03 Chris Michaelecore-wl2: Add support for binding various wayland...
2015-12-03 Chris Michaelecore-wl2: Add xdg_shell protocol files
2015-12-03 Chris Michaelecore-wl2: Add API function to return wl_display
2015-12-03 Chris Michaelecore-wl2: Modify ecore_wl2_display_create to take...
2015-12-03 Chris Michaelecore-wl2: Use Eina_Stringshare type instead of const...
2015-12-03 Chris Michaelecore-wl2: Start on code to handle globals being added...
2015-12-03 Chris Michaelecore-wl2: Add start of opaque Ecore_Wl2_Display structure
2015-12-03 Chris Michaelecore-wl2: Add pkgconfig file for Ecore_Wl2 library
2015-12-03 Chris Michaelecore-wl2: Add wayland log handler callback to print...
2015-12-03 Chris Michaelecore-wl2: Add ecore_wl2_display file to build order
2015-12-03 Chris Michaelecore-wl2: Link to wayland-server for ecore_wl2 library
2015-12-03 Chris Michaelecore-wl2: Add start of doxygen infrastructure
2015-12-03 Chris Michaelecore-wl2: Add API function for ecore_wl2_shutdown
2015-12-03 Chris Michaelecore-wl2: Add events for adding and removing globals
2015-12-03 Chris Michaelecore-wl2: Add API function for ecore_wl2_init
2015-12-03 Chris Michaelecore-wl2: Add start of headers for ecore_wl2 library
2015-12-03 Chris Michaelefl: Add Ecore_Wl2 library to configure.ac
2015-12-03 Chris Michaelecore-wl2: Add Makefile for building Ecore_Wl2 library
2015-12-03 Chris Michaelecore-wl: Make "server mode" a global
2015-12-03 Chris Michaelecore-wayland: Add support for using timer based animat...
2015-12-03 Subodh KumarEdje entry: Use markup text for password in preedit...
2015-12-03 Jean-Philippe... Ector: Fix Windows build (missed in previous patch)
2015-12-03 Jean-Philippe... Ector: use uint32_t instead of uint
2015-12-03 Shilpa Singhedje_entry: Fix crash on selection
2015-12-03 Jean-Philippe... Ector: Kill compilation warnings
2015-12-03 Jean-Philippe... Evas: Move alpha functions to static_libs/draw
2015-12-03 Jean-Philippe... Ector: Move cairo surface back to ector
2015-12-03 Jean-Philippe... Ector: Rename C files to match their EO counterparts
2015-12-03 Jean-Philippe... Ector: Another minor code cleanup
2015-12-03 Jean-Philippe... Ector: Move drawhelper to static_libs
2015-12-03 Jean-Philippe... Ector: Use Ector Buffer inside SW and Cairo renderers
2015-12-03 Jean-Philippe... Ector: Implement pixel buffer support
2015-12-03 Vivek EllurEio: Fixes T2831, eio xattr tests failing
2015-12-03 Daniel HirtEdje entry: emit "selection,reset"
2015-12-03 Jaeun Choievas: rewrite gl image transformation logic in a very...
next