move "allow windows above fullscreen" option to window display dialog
[platform/upstream/enlightenment.git] / ChangeLog
1 2013-02-06 Mike Blumenkrantz
2
3         * added api to automatically disable widgets when checkboxes are checked or unchecked
4         * added e_widget_on_disable_hook_set
5         * added option for preventing all keyboard layout changes
6         * moved "allow windows above fullscreen windows" option to geometry settings dialog
7
8 2013-02-05 Mike Blumenkrantz
9
10         * improve load time of apps dialogs
11         * fix bug where edge flips would stop functioning after dragging to an invalid edge containing a shelf
12         * edge bindings can now be set to "drag only"
13         * merged all binding config dialogs into conf_bindings module
14         * new option for disabling all pointer warps
15         * move pointer warp speed option to be general option
16         * new tab in focus settings for pointer warping
17         * add e_border_pointer_warp_to_center_now()
18         * unify all pointer warp animators
19
20 2013-02-04 Mike Blumenkrantz
21
22         * optimize use of edje_file_collection_list
23         * add support for edje files in filepreview widget
24         * fix possible crash in xkb rule parsing
25         * fix list update on deletion of personal app launchers
26         * fix button toggling in personal app launchers dialog
27
28 2013-02-01 Mike Blumenkrantz
29
30         * split out binding configs into separate config domain
31         * added functions for freeing binding config structs
32         * E_Config_DD structs are now tracked and retrievable through e_config_descriptor_find
33         * fixed leak in profile list dbus method
34         * binding dialogs are now able to reset bindings to the system profile file bindings
35         * fixed behavior of Up/Down keys in filemanager when typebuf was visible
36         * "No listable items" in Navigate menu is now clickable
37
38 2013-01-31 Mike Blumenkrantz
39
40         * fixed window autoraise triggering from pointer slide
41         * fixed opening of links in filemanager in some cases
42         * filemanager now ignores changes to .part files
43         * fixed a number of bugs where keyboard layouts could not be applied or selected
44
45 2013-01-29 Brian Miculcy
46
47         * IBar menu didn't allow to configure different icon sources, show contents menu even on empty IBar.
48
49 2013-01-29 Carsten Haitzler
50
51         * fix map then unmap race condition for borders
52
53 2013-01-29 Mike Blumenkrantz
54
55         * fixed bug where dragging files into sidebar would move them instead of creating links
56
57 2013-01-23 Chris Michael
58
59         * add support for AltGr in illume2's E_Kbd_Buf_Key, fix related leak
60
61 2013-01-23 Mike Blumenkrantz
62
63         * module error dialog is no longer remembered across restarts
64         * fixed small leak in efm when performing dnd onto mounted drive icon
65         * fixed small leak in e_import_config_dialog_show during failure case
66         * fixed small leak in e_import_dialog_show during failure case
67         * fixed small leak in illume2 policy config
68         * fixed path setting in import dialog
69         * fixed possible NULL deref in desktop editor
70         * fixed possible NULL deref in e_sys when debugging
71
72 2013-01-22 Mike Blumenkrantz
73
74         * No longer build illume edj files
75         * fixed gadget dragging on desktop near screen edges
76         * fixed bug where "don't composite fullscreen windows" option would cause some windows to stop appearing
77
78 2013-01-15 Mike Blumenkrantz
79
80         * Removed old comp hook and msgbus API, replacing with new e_comp namespaced API and events
81
82 2013-01-17 Chidambar Zinnoury (ilLogict)
83         * Mixer and battery modules: reuse notifications.
84
85 2013-01-16 Brian Miculcy
86         * Shelf option 'overlapping' made clearer and disabled when window automatic movement on shelf hide isn't set.
87
88 2013-01-15 Mike Blumenkrantz
89
90         * prevent windows dragged from one screen to another from being larger than the destination screen
91         * add new APIs for getting module .desktop files
92         * track module directories
93         * improve module config dialog load speed
94
95 2013-01-14 Brian Miculcy
96
97         * Backlight, screenlock and screensaver don't check for fullscreen windows - we have presentation mode for that.
98
99 2013-01-14 Mike Blumenkrantz
100
101         * compositor now applies focus/urgency state to windows on first show
102
103 2013-01-12 Mike Blumenkrantz
104
105         * split comp window match settings into separate dialog
106
107 2013-01-11 Mike Blumenkrantz
108
109         * e_manager_comp_set() is no longer accessible by modules
110         * added option to disable comp effects on screen
111         * fixed bug where backlight settings would try to update dummy backlight devices
112         * added focus-out color class and functionality to default theme
113         * added options and functionality for "fast" composite effects
114         * added fallback timer for system actions
115
116 2013-01-10 Carsten Haitzler
117
118         * fixed bug where starting with a nonexistent config could cause a crash instead of simply restarting
119         * fixed window border hide bug where after iconification hides leave ghosts
120
121 2013-01-10 Mike Blumenkrantz
122
123         * E_LIST_HANDLER_APPEND macro now asserts the event handler to make debugging easier
124         * fixed bug where internal dialogs would not redraw after unfullscreening
125         * config submenu now sets "config" category
126         * e_menu_category_callback create callback parameter order has been changed
127         * composite settings dialog is now accessible from Settings menu
128         * modules no longer require shutdown or save functions
129         * comp settings now uses the "e_comp" config domain
130         * added options to disable comp effects on types of windows
131
132 2013-01-10 Deon Thomas
133
134         * Fixed bug with desktop config profile where conf module version variable was misnamed
135
136 2013-01-09 Lucas De Marchi
137
138         * Merged comp module into core
139
140 2013-01-09 Mike Blumenkrantz
141
142         * geometry_auto_move option now also corrects applications which fail in their attempts to center windows
143         * fixed bug where window border insets were not applied to initial positioning geometry, causing them to be placed incorrectly
144
145 2013-01-08 David H. Bronke
146
147         * Added new config option for disabling pointer warping when performing directional focus changes using winlist
148
149 2013-01-08 Thanatermesis
150
151         * "System Default" language in wizard now displays which language it is and no longer removes language from list
152
153 2013-01-08 Mike Blumenkrantz
154
155         * Fixed bug where keyboard resizing of windows would not be possible if timeout was set to zero
156         * Fixed crash when clicking apply in wallpaper settings dialog and no wallpaper is selected
157         * Fixed bug where disabled slider widgets could be changed with mouse wheel
158         * Fixed bug where fileman config slider widgets were not properly disabled
159         * Tasks gadgets now apply the selected style
160         * Desktop->Shelves menu now shows shelf names
161         * Added elm win trap callback for base size setting, calling this causes ICCCM hints to be applied
162
163 2013-01-07 Tom "TAsn" Hacohen
164         * e_entry + e_scrollable: Fixed issues with smart members.
165
166 2013-01-07 Brian Miculcy
167         * Added option for doing desklock, blanking or dimming even when showing fullscreen windows.
168         * No backlight dimming when in presentation mode.
169         * Backlight fade time only applies to dimming - undimming is fixed 0.5 .
170
171 2013-01-07 Mike Blumenkrantz
172
173         * Added option for disabling icons in menus
174         * Restore default keybindings no longer restores two bindings for ctrl+alt+f
175
176 2013-01-07 Thomas Petazzoni
177
178         * Fix build with uClibc.
179
180 2013-01-04 Lucas De Marchi
181
182         * Fixed crash when changing desktop configuration while clock popup was present
183
184 2013-01-04 Lucas Jóia
185
186         * Added bluez4 module: control bluetoothd daemon
187
188 2013-01-03 Lucas Jóia
189
190         * Added appmenu module: show application menu in shelf
191
192 2013-01-03 José Roberto de Souza
193
194         * Modules ported to edbus: battery, connman, mixer, notification,
195           illume-indicator
196         * Fileman and Wizard also ported to edbus
197         * HAL backend for EFM removed
198         * Systray: added DBus notification
199         * Added music-control module: control any mpris2-compatible music
200           player
201
202 2013-01-03  Mike Blumenkrantz
203
204         * Added e_win_elm_available()
205         * Added conf2 module
206         * Added e_configure_option API
207
208 2013-01-03 Cedric Bail
209
210         * Fix restart of E17 after manually monitoring it.
211
212 2012-12-31 Mike Blumenkrantz
213
214         * Added function to hide all active menus
215         * Always hide menus on desklock
216         * e_win now traps elm_win_activate to ensure that internal elm
217           windows don't fail to raise as expected if user has configured
218           E to ignore activate hints
219         * Various #defines in e_int_menus.h are now enums
220         * Added enum for deskflip animation mode
221
222 2012-12-29 Mike Blumenkrantz
223
224         * Fix incorrect config value clamping for window autoraise delay
225         * Fix border(less) style of internal elm tooltip windows
226
227 2012-12-28 Tomas Cech
228
229         * Fix construction of variant list for setxkbmap
230
231 2012-12-27 Mike Blumenkrantz
232
233         * Added action to reset filemanager
234
235 2012-12-28  Carsten Haitzler
236
237         * Mixer settings dialog is now resizable
238         * Increased maximum menu size, improved menu autoscrolling
239
240
241 2012-12-28  Hannes Janetzek
242
243         * Fixed error in Evry when trying to call edje functions on non-edje object
244
245 2012-12-27 Mike Blumenkrantz
246
247         * Filemanager now uses global setting option for showing desktop
248           icons
249
250 2012-12-26 Chidambar Zinnoury (ilLogict)
251
252         * Notification settings: add check changed.
253         * Fileman settings: fix values reading, check changed, apply,
254           and title (“Fileman”→“File Manager”).
255         * Pager settings: fix check changed and strings (“px”→“pixels”).
256         * Language settings: add check changed and cleanup code.
257
258 2012-12-25 Chidambar Zinnoury (ilLogict)
259
260         * Clock settings: date formats are now internationalizable.
261         * Desktop environment settings: add check changed.
262         * Gadcon settings: add icons.
263         * Startup theme: add check changed.
264         * Desk settings: improve UI.
265         * Clientlist settings: add check changed.
266         * Engine settings: force check changed upon confirmation dialog
267           closure.
268
269 2012-12-24  Mike Blumenkrantz
270
271         * Fixed crash when changing ibar source
272
273 2012-12-24  Boris Faure
274
275         * Fixed SIGFPE in tiling module and functionality of toggle_rows_count
276
277 2012-12-21
278
279         Initial release