fix E_Win handling of window state changes, also fix e_border handling of changes...
[platform/upstream/enlightenment.git] / ChangeLog
1 2013-01-10 Mike Blumenkrantz
2
3         * E_LIST_HANDLER_APPEND macro now asserts the event handler to make debugging easier
4         * fixed bug where internal dialogs would not redraw after unfullscreening
5
6 2013-01-10 Deon Thomas
7
8         * Fixed bug with desktop config profile where conf module version variable was misnamed
9
10 2013-01-09 Lucas De Marchi
11
12         * Merged comp module into core
13
14 2013-01-09 Mike Blumenkrantz
15
16         * geometry_auto_move option now also corrects applications which fail in their attempts to center windows
17         * fixed bug where window border insets were not applied to initial positioning geometry, causing them to be placed incorrectly
18
19 2013-01-08 David H. Bronke
20
21         * Added new config option for disabling pointer warping when performing directional focus changes using winlist
22
23 2013-01-08 Thanatermesis
24
25         * "System Default" language in wizard now displays which language it is and no longer removes language from list
26
27 2013-01-08 Mike Blumenkrantz
28
29         * Fixed bug where keyboard resizing of windows would not be possible if timeout was set to zero
30         * Fixed crash when clicking apply in wallpaper settings dialog and no wallpaper is selected
31         * Fixed bug where disabled slider widgets could be changed with mouse wheel
32         * Fixed bug where fileman config slider widgets were not properly disabled
33         * Tasks gadgets now apply the selected style
34         * Desktop->Shelves menu now shows shelf names
35         * Added elm win trap callback for base size setting, calling this causes ICCCM hints to be applied
36
37 2013-01-07 Tom "TAsn" Hacohen
38         * e_entry + e_scrollable: Fixed issues with smart members.
39
40 2013-01-07 Brian Miculcy
41         * Added option for doing desklock, blanking or dimming even when showing fullscreen windows.
42         * No backlight dimming when in presentation mode.
43         * Backlight fade time only applies to dimming - undimming is fixed 0.5 .
44
45 2013-01-07 Mike Blumenkrantz
46
47         * Added option for disabling icons in menus
48         * Restore default keybindings no longer restores two bindings for ctrl+alt+f
49
50 2013-01-07 Thomas Petazzoni
51
52         * Fix build with uClibc.
53
54 2013-01-04 Lucas Jóia
55
56         * Added bluez4 module: control bluetoothd daemon
57
58 2013-01-03 Lucas Jóia
59
60         * Added appmenu module: show application menu in shelf
61
62 2013-01-03 José Roberto de Souza
63
64         * Modules ported to edbus: battery, connman, mixer, notification,
65           illume-indicator
66         * Fileman and Wizard also ported to edbus
67         * Systray: added DBus notification
68         * Added music-control module: control any mpris2-compatible music
69           player
70
71 2013-01-03  Mike Blumenkrantz
72
73         * Added e_win_elm_available()
74         * Added conf2 module
75         * Added e_configure_option API
76
77 2013-01-03 Cedric Bail
78
79         * Fix restart of E17 after manually monitoring it.
80
81 2012-12-31 Mike Blumenkrantz
82
83         * Added function to hide all active menus
84         * Always hide menus on desklock
85         * e_win now traps elm_win_activate to ensure that internal elm
86           windows don't fail to raise as expected if user has configured
87           E to ignore activate hints
88         * Various #defines in e_int_menus.h are now enums
89         * Added enum for deskflip animation mode
90
91 2012-12-29 Mike Blumenkrantz
92
93         * Fix incorrect config value clamping for window autoraise delay
94         * Fix border(less) style of internal elm tooltip windows
95
96 2012-12-28 Tomas Cech
97
98         * Fix construction of variant list for setxkbmap
99
100 2012-12-27 Mike Blumenkrantz
101
102         * Added action to reset filemanager
103
104 2012-12-28  Carsten Haitzler
105
106         * Mixer settings dialog is now resizable
107         * Increased maximum menu size, improved menu autoscrolling
108
109
110 2012-12-28  Hannes Janetzek
111
112         * Fixed error in Evry when trying to call edje functions on non-edje object
113
114 2012-12-27 Mike Blumenkrantz
115
116         * Filemanager now uses global setting option for showing desktop
117           icons
118
119 2012-12-26 Chidambar Zinnoury (ilLogict)
120
121         * Notification settings: add check changed.
122         * Fileman settings: fix values reading, check changed, apply,
123           and title (“Fileman”→“File Manager”).
124         * Pager settings: fix check changed and strings (“px”→“pixels”).
125         * Language settings: add check changed and cleanup code.
126
127 2012-12-25 Chidambar Zinnoury (ilLogict)
128
129         * Clock settings: date formats are now internationalizable.
130         * Desktop environment settings: add check changed.
131         * Gadcon settings: add icons.
132         * Startup theme: add check changed.
133         * Desk settings: improve UI.
134         * Clientlist settings: add check changed.
135         * Engine settings: force check changed upon confirmation dialog
136           closure.
137
138 2012-12-24  Mike Blumenkrantz
139
140         * Fixed crash when changing ibar source
141
142 2012-12-24  Boris Faure
143
144         * Fixed SIGFPE in tiling module and functionality of toggle_rows_count
145
146 2012-12-21
147
148         Initial release