platform/upstream/efl.git
2017-10-13 Cedric Bailelementary: we actually do not use that variable.
2017-10-13 Cedric Bailelementary: we actually do not use that object.
2017-10-13 Cedric Bailelementary: remove unused variable.
2017-10-13 Cedric Bailevas: mark parameter unused now that it is not necessar...
2017-10-13 JinYong Parkecore_ipc: rename parameters and annotations for doxygen
2017-10-13 Prince Kumar... evas: to avoid warning unused variable and unnecessary...
2017-10-13 Prince Kumar... efl: unused variable removed, removing local variable...
2017-10-13 Prince Kumar... ecore_audio: unused variables are removed to fix warning.
2017-10-13 Prince Kumar... evas: parameter length is not used, so removing it...
2017-10-13 Prince Kumar... efl: unsigned int/long never be less than zero. Fixed.
2017-10-13 Prince Kumar... ecore_evas: preprocessor flag "BUILD_ECORE_EVAS_SOFTWAR...
2017-10-13 Prince Kumar... edje: no case is defined for Preprocessor Flag "EDJE_EX...
2017-10-13 Prince Kumar... eina: uninitialization of array leads to unwanted outco...
2017-10-13 Wonki Kimelmentary: fix a potential null pointer dereferencing...
2017-10-13 Godly T.Aliasevas: removing unwanted operation in interface create
2017-10-13 Godly T.Aliasevas: buffer is not used in the case where destination...
2017-10-13 Youngbok Shinedje_cc: fix a memory leak issue when edje_cc writes...
2017-10-13 Bryce Harringtoneina: spellfix comment in matrix code
2017-10-13 Bryce Harringtoneina: document matrix3 API routines.
2017-10-13 Subodh Kumareina: comparing unsigned integer with less than zero.
2017-10-13 Vincent Torrievil: remove strrstr and ffs - not used in the EFL...
2017-10-13 Jaehyun Choefl_animation: Fix to set Efl_Event_Description for...
2017-10-13 Daniel Kolesaeolian gen: generate documentation for first object...
2017-10-13 Marcel Hollerbachelm_toolbar: use prepare to get focus into the items...
2017-10-13 Marcel Hollerbachefl_ui_focus_object: introduce prepare_logical
2017-10-13 Marcel Hollerbachefl_ui_focus: add parent_provider
2017-10-13 Marcel Hollerbachefl_ui_focus_manager_calc: make sure to not access...
2017-10-13 Amitesh Singhtests: eina strbuf - fix compilation
2017-10-13 Amitesh Singheina: strbuf - Add strftime related functions
2017-10-13 Jaehyun Choefl_animation: Fix shadowing local variable warning
2017-10-13 Jean-Philippe... evas: Fix crash when object is not fully created
2017-10-13 Jean-Philippe... evas: Fix C++ compilation
2017-10-13 Jean-Philippe... edje: Fix make check
2017-10-13 Jean-Philippe... eo: Simplify debug_name_override
2017-10-12 Derek Foremanecore_wl2: Synchronize state with surface commits
2017-10-12 Derek Foremanecore_wl2: Don't overwrite saved geometry if switching...
2017-10-12 Derek Foremanecore_wl2: Don't overwrite saved geometry if switching...
2017-10-12 Derek Foremanecore_wl2: Push out maximize set with a display flush
2017-10-12 Derek Foremanecore_wl2: Push out fullscreen set with a display flush
2017-10-12 Derek Foremanwayland_dmabuf: Clean up unused variable
2017-10-12 Derek Foremanwayland_dmabuf: Use create_immed
2017-10-12 Derek Foremanecore_wl2: Bind dmabuf version 2
2017-10-12 Derek Foremanecore_wl2: Fix setting empty input regions
2017-10-12 Derek Foremanecore_wl2: Fix setting empty opaque regions
2017-10-12 Derek Foremanecore_evas_wayland: Use ecore_wl2_false_commit to trigg...
2017-10-12 Derek Foremanecore_wl2: Add as partial commit function for setting...
2017-10-12 Derek Foremanecore_wl2: Add new API to latch window state for updates
2017-10-12 Derek Foremanecore_wl2: Split configurations into client set and...
2017-10-12 Derek Foremanecore_wl2: Move some state into its own struct
2017-10-12 Derek Foremanecore_wayland: Use ecore_wl2_window_resizing_get()...
2017-10-12 Derek Foremanecore_wl2: Add a getter for window->resizing
2017-10-12 Derek Foremanecore_wl2: Fix some @since tags
2017-10-12 Derek Foremanwayland_shm: Make some function static
2017-10-12 Derek Foremanwayland_shm: Kill stale comment
2017-10-12 Derek Foremanwayland_dmabuf: make dlsym queried symbols static
2017-10-12 Derek Foremanwayland_shm: Remove hidden from the outbuf
2017-10-12 Derek Foremanwayland_shm: Remove hidden from surface posting calls
2017-10-12 Derek Foremanwayland_shm: stop storing wl_display in dmabuf_surface
2017-10-12 Derek Foremanevas_shm: Remove wl_dmabuf and wl_shm from engine info
2017-10-12 Derek Foremanwayland_shm: Remove surface_set function
2017-10-12 Derek Foremanwayland_dmabuf: Query zwp_linux_dmabuf_v1 from display
2017-10-12 Derek Foremanevas_shm: query wl_shm from ecore_wl2_display
2017-10-12 Derek Foremanwayland_shm: Add Outbuf to Surface struct
2017-10-12 Derek Foremanwayland_shm: Pass Surface instead of Shm_Surface
2017-10-12 Derek Foremanwayland_shm: Handle dirty bit outside of the backends
2017-10-12 Derek Foremanwayland_shm: Store the ecore_wl2_display in the Outbuf
2017-10-12 Stephen HoustonLuncher theme: Handle space to the left, right, and...
2017-10-12 Jaehyun Choefl_animation: Add interpolator property
2017-10-12 Jaehyun Choecore: Add Efl.Interpolator class
2017-10-12 Jaehyun Choefl_animation: Add repeat_mode property
2017-10-12 Jaehyun Choefl_animation: Add start_delay property
2017-10-12 Jaehyun Choefl_animation: Add repeat_count property
2017-10-12 Jaehyun Choefl_animation: Add pause and resume methods
2017-10-12 Jaehyun Choefl_animation: Support event animation
2017-10-12 Jaehyun Choefl_animation: Add sequential group animation and object
2017-10-12 Jaehyun Choefl_animation: Add parallel group animation and object
2017-10-12 Jaehyun Choefl_animation: Add group animation object
2017-10-12 Jaehyun Choefl_animation: Add group animation
2017-10-12 Jaehyun Choefl_animation: Add translate animation object
2017-10-12 Jaehyun Choefl_animation: Add translate animation
2017-10-12 Jaehyun Choefl_animation: Add scale animation object
2017-10-12 Jaehyun Choefl_animation: Add scale animation
2017-10-12 Jaehyun Choefl_animation: Add rotate animation object
2017-10-12 Jaehyun Choefl_animation: Add rotate animation
2017-10-12 Jaehyun Choefl_animation: Add alpha animation object
2017-10-12 Jaehyun Choefl_animation: Add alpha animation
2017-10-12 Jaehyun Choefl_animation: Add animation object
2017-10-12 Jaehyun Choefl_animation: Add efl_animation
2017-10-12 Jean-Philippe... widget: Rename focus_region (EO)
2017-10-12 Jean-Philippe... edje_object: Mark access_part_iterate as @beta
2017-10-12 Sungtaek Hongefl_ui_bg: fix ELM_BG_OPTION_CENTER bg in left top...
2017-10-12 Jean-Philippe... evas: Implement support for different H/V font DPI
2017-10-12 Jean-Philippe... widget: Some EO docs formatting
2017-10-11 Cedric BAILelementary: update elementary binary to use efl_exit().
2017-10-11 Cedric BAILelementary: add way to exit symetric to EFL_MAIN.
2017-10-11 Stephen HoustonLuncher theme: Offset the preview from the bottom.
2017-10-11 Stephen HoustonLuncher theme: Keep aspect on luncher preview - Don...
2017-10-11 Chris Michaelecore-evas-drm: Reduce code duplication
2017-10-11 Chris Michaelemotion: Properly unmap video frame
2017-10-11 Chris Michaelevas: Compile out unused functions
next