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