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