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