This is an automated email from the git hooks/post-receive script.
simotek pushed a change to annotated tag v0.21.7
in repository core/enlightenment.
at 29ee08d (tag)
tagging 4f267f8090f99bc7740106d6bbc174c6f6266dbf (commit)
replaces v0.21.6
tagged by Simon Lees
on Thu Mar 9 10:52:11 2017 +1030
- Log -----------------------------------------------------------------
0.21.7 Release
Carsten Haitzler (19):
enlightenment_sys - eina_init BEFORE switching uid - safer
e ervything md5 code - fix warnings about alignment
e fileman config - fix definite alignment bug with cast char to int ptr
e theme conf config - fix casting char fileds to int ptrs
e ptr cast via void fix to reduce warnings
efm ipc - fix unaligned int read on ipc decode
e comp x - fix property fetch to use int ptr from the start
e xsettings - fix warnings about unaligned ptr access
e comp - wl - add void cast to reduce warnings
e notification - silence alignment warning
efm - fix warnings for progress time display
evry module - fix warning about comparing signed to unsigned
e mixer pulse backened -f ix warning about use of uninit var
e comp object - fix warning where a void cast is as goos as the old one
e comp - fix stupid cast to from eina rect* to char* to eina rect* again
e comp - quiet some warnings for casts that are ok
tiling module - fix some warnings with casts and alignment
efx - fix unaligned ptr fill that is actually a bug
efm - fix nuisance warning about enlightenment
Derek Foreman (1):
Dispatch wayland frame callbacks in the correct order
Marcel Hollerbach (1):
tiling: dont use floating state when toggling
Mike Blumenkrantz (27):
Revert "re-enable getting and setting output rotations in wl_drm"
make e_pointer_object_set() a no-op when passing the existing cursor
simplify mouse-out cursor reset for wl clients
use 1x1 for unsized (internal) clients
hide wl client cursors when set_pointer is passed a null surface
add note in doc for "gadget_destroyed" callback re: callback ordering
ref clients during exe_inst deletion to avoid invalid access after free
start xwayland process 2.0s after module load
only unset current pointer cursor object if new one is being set
force mouse-out on wl clients during delete if mouse.in is set
Revert "attempt to re-set wl surface pointer when popping back to
"default" pointer type"
reset compositor pointer cursor if wl surface destroy is the current
cursor
add specific handling for xwl cursor unsetting on mouse-out to ssd
move wl data device focus-change handling to data device leave() fn
simplify _e_comp_wl_data_device_drag_finished() slightly
more correctly handle dnd completion for wl
fix return code checking for errors when generating wl key events
future-proof client hook inlist initialization
always set E_Client->placed when successfully moving a comp object
ignore all non-NORMAL type wl windows in e_place
save config when toggling option to disable startup splash
only move new bryces to zone on create, not existing ones
show already-visible comp util objects when changing frame type
Revert "e - wl mode - stop consuming 100 percent cpu"
add -ldl to wl build when needed
define E_EFL_VERSION_MINIMUM in e_alert_main.c
include dlfcn.h for e_alert_main.c
Simon Lees (2):
21.7 Release
21.7 NEWS Updates
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new f220fa8 define E_EFL_VERSION_MINIMUM in e_alert_main.c
new c28a455 include dlfcn.h for e_alert_main.c
new 48e8fb2 21.7 Release
new 4f267f8 21.7 NEWS Updates
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--