diff options
-rw-r--r-- | NEWS | 55 |
1 files changed, 55 insertions, 0 deletions
@@ -1,3 +1,58 @@ | |||
1 | Release 0.21.7: | ||
2 | --------------------- | ||
3 | Carsten Haitzler (19): | ||
4 | enlightenment_sys - eina_init BEFORE switching uid - safer | ||
5 | e ervything md5 code - fix warnings about alignment | ||
6 | e fileman config - fix definite alignment bug with cast char to int ptr | ||
7 | e theme conf config - fix casting char fileds to int ptrs | ||
8 | e ptr cast via void fix to reduce warnings | ||
9 | efm ipc - fix unaligned int read on ipc decode | ||
10 | e comp x - fix property fetch to use int ptr from the start | ||
11 | e xsettings - fix warnings about unaligned ptr access | ||
12 | e comp - wl - add void cast to reduce warnings | ||
13 | e notification - silence alignment warning | ||
14 | efm - fix warnings for progress time display | ||
15 | evry module - fix warning about comparing signed to unsigned | ||
16 | e mixer pulse backened -f ix warning about use of uninit var | ||
17 | e comp object - fix warning where a void cast is as goos as the old one | ||
18 | e comp - fix stupid cast to from eina rect* to char* to eina rect* again | ||
19 | e comp - quiet some warnings for casts that are ok | ||
20 | tiling module - fix some warnings with casts and alignment | ||
21 | efx - fix unaligned ptr fill that is actually a bug | ||
22 | efm - fix nuisance warning about enlightenment | ||
23 | |||
24 | Derek Foreman (1): | ||
25 | Dispatch wayland frame callbacks in the correct order | ||
26 | |||
27 | Marcel Hollerbach (1): | ||
28 | tiling: dont use floating state when toggling | ||
29 | |||
30 | Mike Blumenkrantz (24): | ||
31 | Revert "re-enable getting and setting output rotations in wl_drm" | ||
32 | make e_pointer_object_set() a no-op when passing the existing cursor | ||
33 | simplify mouse-out cursor reset for wl clients | ||
34 | use 1x1 for unsized (internal) clients | ||
35 | hide wl client cursors when set_pointer is passed a null surface | ||
36 | add note in doc for "gadget_destroyed" callback re: callback ordering | ||
37 | ref clients during exe_inst deletion to avoid invalid access after free | ||
38 | start xwayland process 2.0s after module load | ||
39 | only unset current pointer cursor object if new one is being set | ||
40 | force mouse-out on wl clients during delete if mouse.in is set | ||
41 | Revert "attempt to re-set wl surface pointer when popping back to "default" pointer type" | ||
42 | reset compositor pointer cursor if wl surface destroy is the current cursor | ||
43 | add specific handling for xwl cursor unsetting on mouse-out to ssd | ||
44 | move wl data device focus-change handling to data device leave() fn | ||
45 | simplify _e_comp_wl_data_device_drag_finished() slightly | ||
46 | more correctly handle dnd completion for wl | ||
47 | fix return code checking for errors when generating wl key events | ||
48 | future-proof client hook inlist initialization | ||
49 | always set E_Client->placed when successfully moving a comp object | ||
50 | ignore all non-NORMAL type wl windows in e_place | ||
51 | save config when toggling option to disable startup splash | ||
52 | only move new bryces to zone on create, not existing ones | ||
53 | show already-visible comp util objects when changing frame type | ||
54 | Revert "e - wl mode - stop consuming 100 percent cpu" | ||
55 | |||
1 | Release 0.21.6: | 56 | Release 0.21.6: |
2 | --------------------- | 57 | --------------------- |
3 | Andreas Metzler (1): | 58 | Andreas Metzler (1): |