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