diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-11-25 10:42:16 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-11-25 10:42:16 +0900 |
commit | 4f31463d4c37bfeb12d64feb347af93095dc9210 (patch) | |
tree | ccd7250c1186d66e2ba3d3ac649f3d6753d95db7 /ChangeLog | |
parent | 59cb177b4bcc5eae7290ce6c7e39081c6c925a32 (diff) |
efl - fixed ugly indentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 374 |
1 files changed, 204 insertions, 170 deletions
@@ -5,20 +5,21 @@ | |||
5 | 5 | ||
6 | 2013-11-21 ChunEon Park (Hermet) | 6 | 2013-11-21 ChunEon Park (Hermet) |
7 | 7 | ||
8 | * Edje: Fix to update map-enabled part when the edje object is moved. | 8 | * Edje: Fix to update map-enabled part when the edje object is moved. |
9 | 9 | ||
10 | 2013-11-20 Cedric Bail | 10 | 2013-11-20 Cedric Bail |
11 | 11 | ||
12 | * Eina: Fix a possible race condition during eina_file_close. | 12 | * Eina: Fix a possible race condition during eina_file_close. |
13 | * Edje: Fix use of eina_hash_pointer to actually look at the pointer. | 13 | * Edje: Fix use of eina_hash_pointer to actually look at the pointer. |
14 | 14 | ||
15 | 2013-11-19 Tom Hacohen | 15 | 2013-11-19 Tom Hacohen |
16 | 16 | ||
17 | * Evas textblock: Fixed order of tags inserted with markup_app/prepend. | 17 | * Evas textblock: Fixed order of tags inserted with markup_app/prepend. |
18 | 18 | ||
19 | 2013-11-05 Youngbok Shin | 19 | 2013-11-05 Youngbok Shin |
20 | 20 | ||
21 | * Edje: Add null checking for name of anchor and item in geometry get functions. | 21 | * Edje: Add null checking for name of anchor and item in geometry get |
22 | functions. | ||
22 | 23 | ||
23 | 2013-11-03 Christophe Sadoine | 24 | 2013-11-03 Christophe Sadoine |
24 | 25 | ||
@@ -30,12 +31,13 @@ | |||
30 | 31 | ||
31 | 2013-10-24 Youngbok Shin | 32 | 2013-10-24 Youngbok Shin |
32 | 33 | ||
33 | * Evas: Fix textblock rendering to properly set render operation on the context. | 34 | * Evas: Fix textblock rendering to properly set render operation on the |
35 | context. | ||
34 | 36 | ||
35 | 2013-10-18 Youngbok Shin | 37 | 2013-10-18 Youngbok Shin |
36 | 38 | ||
37 | * Evas: Fixed the textblock format to be drawn according to the glyph's | 39 | * Evas: Fixed the textblock format to be drawn according to the glyph's |
38 | horizontal advance width. | 40 | horizontal advance width. |
39 | 41 | ||
40 | 2013-10-15 ChunEon Park (Hermet) | 42 | 2013-10-15 ChunEon Park (Hermet) |
41 | 43 | ||
@@ -57,12 +59,13 @@ | |||
57 | 59 | ||
58 | 2013-10-11 Cedric Bail | 60 | 2013-10-11 Cedric Bail |
59 | 61 | ||
60 | * Eina: add Eina_Spinlock API, | 62 | * Eina: add Eina_Spinlock API, |
61 | use Eina_Spinlock in Eina_Log, replace Eina_Lock by Eina_Spinlock in Eina_Stringshare, | 63 | use Eina_Spinlock in Eina_Log, replace Eina_Lock by Eina_Spinlock in |
62 | Eina_Chained_Mempool. | 64 | Eina_Stringshare, Eina_Chained_Mempool. |
63 | * Eet: replace Eina_Lock by Eina_Spinlock in Eet_Dictionnary. | 65 | * Eet: replace Eina_Lock by Eina_Spinlock in Eet_Dictionnary. |
64 | * Evas: replace Eina_Lock by Eina_Spinlock in Evas_ScaleCache, Evas_Async_Events and Image_Entry. | 66 | * Evas: replace Eina_Lock by Eina_Spinlock in Evas_ScaleCache, |
65 | * Ecore: use Eina_Spinlock for Ecore_Thread. | 67 | Evas_Async_Events and Image_Entry. |
68 | * Ecore: use Eina_Spinlock for Ecore_Thread. | ||
66 | 69 | ||
67 | 2013-10-10 Carsten Haitzler (The Rasterman) | 70 | 2013-10-10 Carsten Haitzler (The Rasterman) |
68 | 71 | ||
@@ -71,54 +74,56 @@ | |||
71 | 74 | ||
72 | 2013-10-10 Michael Bouchaud (yoz) | 75 | 2013-10-10 Michael Bouchaud (yoz) |
73 | 76 | ||
74 | * Emotion: add two events to trigger webcam plug and unplug | 77 | * Emotion: add two events to trigger webcam plug and unplug |
75 | 78 | ||
76 | 2013-10-04 ChunEon Park (Hermet) | 79 | 2013-10-04 ChunEon Park (Hermet) |
77 | 80 | ||
78 | * Eina: fix eina_file_map_lines() to not drop of one character in the last line. | 81 | * Eina: fix eina_file_map_lines() to not drop of one character in the |
82 | last line. | ||
79 | 83 | ||
80 | 2013-10-02 Cedric Bail | 84 | 2013-10-02 Cedric Bail |
81 | 85 | ||
82 | * Eina: add eina_swap16(), eina_swap32(), eina_swap64(). | 86 | * Eina: add eina_swap16(), eina_swap32(), eina_swap64(). |
83 | 87 | ||
84 | 2013-10-02 Tom Hacohen | 88 | 2013-10-02 Tom Hacohen |
85 | 89 | ||
86 | * Evas textblock: Use correct font underline properties when drawing | 90 | * Evas textblock: Use correct font underline properties when drawing |
87 | underlines. | 91 | underlines. |
88 | 92 | ||
89 | 2013-10-01 Vincent Torri | 93 | 2013-10-01 Vincent Torri |
90 | 94 | ||
91 | * Evas: add JPEG 2000 support. | 95 | * Evas: add JPEG 2000 support. |
92 | 96 | ||
93 | 2013-09-25 Tom Hacohen | 97 | 2013-09-25 Tom Hacohen |
94 | 98 | ||
95 | * Evas font: Make the evas_font_path_* functions apply to fontconfig searches. | 99 | * Evas font: Make the evas_font_path_* functions apply to fontconfig |
100 | searches. | ||
96 | 101 | ||
97 | 2013-09-25 Tom Hacohen | 102 | 2013-09-25 Tom Hacohen |
98 | 103 | ||
99 | * Evas font: Use our own fontconfig configuration so we don't get | 104 | * Evas font: Use our own fontconfig configuration so we don't get |
100 | affected by changes made to the default fontconfig configuration. | 105 | affected by changes made to the default fontconfig configuration. |
101 | 106 | ||
102 | 2013-09-06 Christophe Sadoine | 107 | 2013-09-06 Christophe Sadoine |
103 | 108 | ||
104 | * Eet: Added EET_DATA_DESCRIPTOR_ADD_SUB_NESTED(). | 109 | * Eet: Added EET_DATA_DESCRIPTOR_ADD_SUB_NESTED(). |
105 | 110 | ||
106 | 2013-09-24 Jorge Zapata | 111 | 2013-09-24 Jorge Zapata |
107 | 112 | ||
108 | * Eina: add a substraction in rectangles and more helpers, | 113 | * Eina: add a substraction in rectangles and more helpers, |
109 | add double_from/to and helper defines in f16p16. | 114 | add double_from/to and helper defines in f16p16. |
110 | 115 | ||
111 | 2013-09-12 Jihoon Kim | 116 | 2013-09-12 Jihoon Kim |
112 | 117 | ||
113 | * ecore_imf: Fix memory leak in scim immodule | 118 | * ecore_imf: Fix memory leak in scim immodule |
114 | 119 | ||
115 | 2013-09-06 Cedric Bail | 120 | 2013-09-06 Cedric Bail |
116 | 121 | ||
117 | * Edje: Add border information to Image sets. | 122 | * Edje: Add border information to Image sets. |
118 | 123 | ||
119 | 2013-09-05 Cedric Bail | 124 | 2013-09-05 Cedric Bail |
120 | 125 | ||
121 | * Evas: Add evas_object_smart_iterator_new(). | 126 | * Evas: Add evas_object_smart_iterator_new(). |
122 | 127 | ||
123 | 2013-09-04 Michael Bouchaud (yoz) | 128 | 2013-09-04 Michael Bouchaud (yoz) |
124 | 129 | ||
@@ -126,8 +131,8 @@ | |||
126 | 131 | ||
127 | 2013-09-03 Tom Hacohen | 132 | 2013-09-03 Tom Hacohen |
128 | 133 | ||
129 | * Evas textblock: fixed an issue with markup_get and markup_to_utf8 | 134 | * Evas textblock: fixed an issue with markup_get and markup_to_utf8 |
130 | behaving differently (markup_get was misbehaving). | 135 | behaving differently (markup_get was misbehaving). |
131 | 136 | ||
132 | 2013-09-02 Shinwoo Kim | 137 | 2013-09-02 Shinwoo Kim |
133 | 138 | ||
@@ -135,47 +140,48 @@ | |||
135 | 140 | ||
136 | 2013-08-29 Boris Faure | 141 | 2013-08-29 Boris Faure |
137 | 142 | ||
138 | * Edje: export EFL_VERSION_MAJOR/MINOR when compiling edc files | 143 | * Edje: export EFL_VERSION_MAJOR/MINOR when compiling edc files |
139 | 144 | ||
140 | 2013-08-29 Cedric Bail | 145 | 2013-08-29 Cedric Bail |
141 | 146 | ||
142 | * Evas: add interceptor for focus_set. | 147 | * Evas: add interceptor for focus_set. |
143 | 148 | ||
144 | 2013-08-28 Cedric Bail | 149 | 2013-08-28 Cedric Bail |
145 | 150 | ||
146 | * Evas: use mmap/munmap to allocate surface. | 151 | * Evas: use mmap/munmap to allocate surface. |
147 | 152 | ||
148 | 2013-08-27 Jaehyun Cho | 153 | 2013-08-27 Jaehyun Cho |
149 | 154 | ||
150 | * Edje: Fix edje play sample parameter checking. | 155 | * Edje: Fix edje play sample parameter checking. |
151 | 156 | ||
152 | 2013-08-27 Tom Hacohen | 157 | 2013-08-27 Tom Hacohen |
153 | 158 | ||
154 | * Evas bidi: Fixed a bug causing BiDi not to work in some cases. | 159 | * Evas bidi: Fixed a bug causing BiDi not to work in some cases. |
155 | 160 | ||
156 | 2013-08-20 David Seikel (onefang) | 161 | 2013-08-20 David Seikel (onefang) |
157 | 162 | ||
158 | * Edje Lua: Check for both Lua 5.1 and 5.2. | 163 | * Edje Lua: Check for both Lua 5.1 and 5.2. |
159 | 164 | ||
160 | 2013-08-13 Jihoon Kim | 165 | 2013-08-13 Jihoon Kim |
161 | 166 | ||
162 | * Ecore_IMF: add ecore_imf_context_input_panel_on_demand_set/get() | 167 | * Ecore_IMF: add ecore_imf_context_input_panel_on_demand_set/get() |
163 | 168 | ||
164 | 2013-08-09 Cedric Bail | 169 | 2013-08-09 Cedric Bail |
165 | 170 | ||
166 | * Edje: add edje_object_mmap_set(). | 171 | * Edje: add edje_object_mmap_set(). |
167 | 172 | ||
168 | 2013-08-08 Tom Hacohen | 173 | 2013-08-08 Tom Hacohen |
169 | 174 | ||
170 | * Evas textblock: Make the ellipsis format the same as the surrounding. | 175 | * Evas textblock: Make the ellipsis format the same as the surrounding. |
171 | 176 | ||
172 | 2013-08-07 Tom Hacohen | 177 | 2013-08-07 Tom Hacohen |
173 | 178 | ||
174 | * Evas textblock: Use max ascent/descent at the edges of the textblock. | 179 | * Evas textblock: Use max ascent/descent at the edges of the textblock. |
175 | 180 | ||
176 | 2013-08-07 Chris Michael | 181 | 2013-08-07 Chris Michael |
177 | 182 | ||
178 | * EFL: Require at least version 1.2 of the various wayland libraries to build EFL with wayland support. | 183 | * EFL: Require at least version 1.2 of the various wayland libraries to |
184 | build EFL with wayland support. | ||
179 | 185 | ||
180 | 2013-08-02 Yury Usischev | 186 | 2013-08-02 Yury Usischev |
181 | 187 | ||
@@ -188,7 +194,8 @@ | |||
188 | 194 | ||
189 | 2013-08-01 Cedric Bail | 195 | 2013-08-01 Cedric Bail |
190 | 196 | ||
191 | * Edje: faster load time for Edje_Object using Evas_Object_Textblocks and many styles. | 197 | * Edje: faster load time for Edje_Object using Evas_Object_Textblocks |
198 | and many styles. | ||
192 | 199 | ||
193 | 2013-07-31 Carsten Haitzler (The Rasterman) | 200 | 2013-07-31 Carsten Haitzler (The Rasterman) |
194 | 201 | ||
@@ -196,9 +203,10 @@ | |||
196 | 203 | ||
197 | 2013-07-31 Cedric Bail | 204 | 2013-07-31 Cedric Bail |
198 | 205 | ||
199 | * Eina: add eina_file_refresh(), eina_file_virtualize() and eina_file_virtual(). | 206 | * Eina: add eina_file_refresh(), eina_file_virtualize() and |
200 | * Evas: use eina_file_virtualize() for evas_object_image_memfile_set(). | 207 | eina_file_virtual(). |
201 | * Emotion: fix backend priority order. | 208 | * Evas: use eina_file_virtualize() for evas_object_image_memfile_set(). |
209 | * Emotion: fix backend priority order. | ||
202 | 210 | ||
203 | 2013-07-25 ChunEon Park (Hermet) | 211 | 2013-07-25 ChunEon Park (Hermet) |
204 | 212 | ||
@@ -206,7 +214,8 @@ | |||
206 | 214 | ||
207 | 2013-07-24 Mike Blumenkrantz | 215 | 2013-07-24 Mike Blumenkrantz |
208 | 216 | ||
209 | * Ecore-Evas: fix usage of underlying X window after it has received a destroy event | 217 | * Ecore-Evas: fix usage of underlying X window after it has received a |
218 | destroy event | ||
210 | 219 | ||
211 | 2013-07-22 Jiyoun Park | 220 | 2013-07-22 Jiyoun Park |
212 | 221 | ||
@@ -222,7 +231,7 @@ | |||
222 | 231 | ||
223 | 2013-07-19 Cedric Bail | 232 | 2013-07-19 Cedric Bail |
224 | 233 | ||
225 | * Edje: add threshold to draggable part. | 234 | * Edje: add threshold to draggable part. |
226 | 235 | ||
227 | 2013-07-18 José Roberto de Souza | 236 | 2013-07-18 José Roberto de Souza |
228 | 237 | ||
@@ -235,44 +244,44 @@ | |||
235 | 244 | ||
236 | 2013-07-18 Cedric Bail | 245 | 2013-07-18 Cedric Bail |
237 | 246 | ||
238 | * Edje: fix some logic in the fixed point path. | 247 | * Edje: fix some logic in the fixed point path. |
239 | * Edje: improve accuracy of math part positionning. | 248 | * Edje: improve accuracy of math part positionning. |
240 | 249 | ||
241 | 2013-07-17 Guillaume Friloux | 250 | 2013-07-17 Guillaume Friloux |
242 | 251 | ||
243 | * Ecore_Con: fix ecore_con_server_timeout_set(). It was changing the | 252 | * Ecore_Con: fix ecore_con_server_timeout_set(). It was changing the |
244 | timeout value, but not the timer. | 253 | timeout value, but not the timer. |
245 | 254 | ||
246 | 2013-07-17 Mike Blumenkrantz | 255 | 2013-07-17 Mike Blumenkrantz |
247 | 256 | ||
248 | * Ecore_X: add error messages for xlib, ECORE_X_ATOM_XDND_DIRECTSAVE0, | 257 | * Ecore_X: add error messages for xlib, ECORE_X_ATOM_XDND_DIRECTSAVE0, |
249 | fix ecore_x_e_comp_pixmap_set to delete pixmap atom correctly | 258 | fix ecore_x_e_comp_pixmap_set to delete pixmap atom correctly |
250 | 259 | ||
251 | 2013-07-15 Mike Blumenkrantz | 260 | 2013-07-15 Mike Blumenkrantz |
252 | 261 | ||
253 | * Ecore_X: fix BadMatch errors in ecore_x_image_get when requested | 262 | * Ecore_X: fix BadMatch errors in ecore_x_image_get when requested |
254 | size was larger than XImage size | 263 | size was larger than XImage size |
255 | 264 | ||
256 | 2013-07-15 Cedric Bail | 265 | 2013-07-15 Cedric Bail |
257 | 266 | ||
258 | * Eet: Add support for EET_T_VALUE to serialize Eina_Value pointer. | 267 | * Eet: Add support for EET_T_VALUE to serialize Eina_Value pointer. |
259 | 268 | ||
260 | 2013-07-11 Chris Michael | 269 | 2013-07-11 Chris Michael |
261 | 270 | ||
262 | * Ecore_Evas: Added functions to retieve the pixmap depth, visual, | 271 | * Ecore_Evas: Added functions to retieve the pixmap depth, visual, |
263 | and colormap | 272 | and colormap |
264 | 273 | ||
265 | 2013-07-11 Chris Michael | 274 | 2013-07-11 Chris Michael |
266 | 275 | ||
267 | * Ecore_Evas: Updated doxygen comments for pixmap functions | 276 | * Ecore_Evas: Updated doxygen comments for pixmap functions |
268 | * Ecore_Evas: Check for valid interface pixmap_get function before | 277 | * Ecore_Evas: Check for valid interface pixmap_get function before |
269 | calling it. | 278 | calling it. |
270 | * Ecore_Evas: Removed need for prev_front pixmap field in structure | 279 | * Ecore_Evas: Removed need for prev_front pixmap field in structure and |
271 | and just use a temporary variable. | 280 | just use a temporary variable. |
272 | 281 | ||
273 | 2013-07-10 Cedric Bail | 282 | 2013-07-10 Cedric Bail |
274 | 283 | ||
275 | * Eina: Add eina_tiler_empty. | 284 | * Eina: Add eina_tiler_empty. |
276 | 285 | ||
277 | 2013-07-08 Chris Michael | 286 | 2013-07-08 Chris Michael |
278 | 287 | ||
@@ -281,11 +290,11 @@ | |||
281 | 2013-07-08 Chris Michael | 290 | 2013-07-08 Chris Michael |
282 | 291 | ||
283 | * Ecore_Evas: Added functions got software_x11 and gl_x11 engines to | 292 | * Ecore_Evas: Added functions got software_x11 and gl_x11 engines to |
284 | create new ecore_evas which uses just a pixmap (no window). | 293 | create new ecore_evas which uses just a pixmap (no window). |
285 | - add ecore_evas_software_x11_pixmap_new | 294 | - add ecore_evas_software_x11_pixmap_new |
286 | - add ecore_evas_gl_x11_pixmap_new | 295 | - add ecore_evas_gl_x11_pixmap_new |
287 | - add ecore_evas_software_x11_pixmap_get | 296 | - add ecore_evas_software_x11_pixmap_get |
288 | - add ecore_evas_gl_x11_pixmap_get | 297 | - add ecore_evas_gl_x11_pixmap_get |
289 | 298 | ||
290 | 2013-07-08 Mike Blumenkrantz | 299 | 2013-07-08 Mike Blumenkrantz |
291 | 300 | ||
@@ -297,76 +306,76 @@ | |||
297 | 306 | ||
298 | 2013-07-04 Cedric Bail | 307 | 2013-07-04 Cedric Bail |
299 | 308 | ||
300 | * Eina: add eina_tiler_area_size_set and eina_tiler_strict_set to | 309 | * Eina: add eina_tiler_area_size_set and eina_tiler_strict_set to |
301 | make Eina_Tiler in par with Evas_Tilebuf. | 310 | make Eina_Tiler in par with Evas_Tilebuf. |
302 | 311 | ||
303 | 2013-07-03 Shinwoo Kim | 312 | 2013-07-03 Shinwoo Kim |
304 | 313 | ||
305 | * Ecore: add atoms - enable, disable - to support accessibility | 314 | * Ecore: add atoms - enable, disable - to support accessibility |
306 | 315 | ||
307 | 2013-07-02 ChunEon Park (Hermet) | 316 | 2013-07-02 ChunEon Park (Hermet) |
308 | 317 | ||
309 | * Evas: optimize proxy rendering. Rendering performance is increased | 318 | * Evas: optimize proxy rendering. Rendering performance is increased |
310 | up to 2x in some cases. | 319 | up to 2x in some cases. |
311 | 320 | ||
312 | 2013-07-02 Cedric Bail | 321 | 2013-07-02 Cedric Bail |
313 | 322 | ||
314 | * Eet: force thread to always run during eet_cache_concurrency test. | 323 | * Eet: force thread to always run during eet_cache_concurrency test. |
315 | 324 | ||
316 | 2013-06-25 Tom Hacohen | 325 | 2013-06-25 Tom Hacohen |
317 | 326 | ||
318 | * Evas textblock: Fixed issue when parsing formats with quotes. | 327 | * Evas textblock: Fixed issue when parsing formats with quotes. |
319 | 328 | ||
320 | 2013-06-28 Jiyoun Park | 329 | 2013-06-28 Jiyoun Park |
321 | 330 | ||
322 | * Evas: Fix jpeg loader cannot deal with exif information correctly | 331 | * Evas: Fix jpeg loader cannot deal with exif information correctly |
323 | 332 | ||
324 | 2013-06-26 Daniel Willmann | 333 | 2013-06-26 Daniel Willmann |
325 | 334 | ||
326 | * Evas: Fix evas_common_convert_yuv_42* functions to actually return | 335 | * Evas: Fix evas_common_convert_yuv_42* functions to actually return |
327 | the converted data. | 336 | the converted data. |
328 | 337 | ||
329 | 2013-06-25 Tom Hacohen | 338 | 2013-06-25 Tom Hacohen |
330 | 339 | ||
331 | * Evas textblock: Fixed issue with textblocks without fonts | 340 | * Evas textblock: Fixed issue with textblocks without fonts segfaulting. |
332 | segfaulting. | ||
333 | 341 | ||
334 | 2013-06-24 Cedric Bail | 342 | 2013-06-24 Cedric Bail |
335 | 343 | ||
336 | * Evas: add support for asynchronously uploading GL texture. | 344 | * Evas: add support for asynchronously uploading GL texture. |
337 | 345 | ||
338 | 2013-06-22 Thiep Ha | 346 | 2013-06-22 Thiep Ha |
339 | 347 | ||
340 | * Edje: Move cursor to correct position when selection handlers are | 348 | * Edje: Move cursor to correct position when selection handlers are pressed. |
341 | pressed. | ||
342 | 349 | ||
343 | 2013-06-20 Christophe Sadoine | 350 | 2013-06-20 Christophe Sadoine |
344 | 351 | ||
345 | * Evil: Added strsep function. | 352 | * Evil: Added strsep function. |
346 | 353 | ||
347 | 2013-06-19 Cedric Bail | 354 | 2013-06-19 Cedric Bail |
348 | 355 | ||
349 | * Evas: optimized path for when map use the same color for all corner. | 356 | * Evas: optimized path for when map use the same color for all corner. |
350 | 357 | ||
351 | 2013-06-19 Christophe Sadoine | 358 | 2013-06-19 Christophe Sadoine |
352 | 359 | ||
353 | * Evil: Added evil_rename function, a wrapper around rename(). | 360 | * Evil: Added evil_rename function, a wrapper around rename(). |
354 | 361 | ||
355 | 2013-06-18 Cedric Bail | 362 | 2013-06-18 Cedric Bail |
356 | 363 | ||
357 | * Evas: Use Eo array of callbacks to reduce edje memory foot print of Evas_Object_Box and Evas_Object_Table. | 364 | * Evas: Use Eo array of callbacks to reduce edje memory foot print of |
365 | Evas_Object_Box and Evas_Object_Table. | ||
358 | 366 | ||
359 | 2013-06-17 Sung W. Park (sung_) | 367 | 2013-06-17 Sung W. Park (sung_) |
360 | 368 | ||
361 | * Evas: add partial rendering support for Evas_GL direct rendering | 369 | * Evas: add partial rendering support for Evas_GL direct rendering |
362 | 370 | ||
363 | 2013-06-17 Cedric Bail | 371 | 2013-06-17 Cedric Bail |
364 | 372 | ||
365 | * Edje: Use Eo array of callbacks to reduce edje memory foot print. | 373 | * Edje: Use Eo array of callbacks to reduce edje memory foot print. |
366 | 374 | ||
367 | 2013-06-13 Jiyou Park | 375 | 2013-06-13 Jiyou Park |
368 | 376 | ||
369 | * Evas: Fix crash if app call image object update add after calling api like fileset. | 377 | * Evas: Fix crash if app call image object update add after calling api |
378 | like fileset. | ||
370 | 379 | ||
371 | 2013-06-11 Carsten Haitzler (The Rasterman) | 380 | 2013-06-11 Carsten Haitzler (The Rasterman) |
372 | 381 | ||
@@ -382,12 +391,12 @@ | |||
382 | 391 | ||
383 | 2013-06-04 Jean-Philippe Andre | 392 | 2013-06-04 Jean-Philippe Andre |
384 | 393 | ||
385 | * Evas: improve stability of Evas_Cserve2. | 394 | * Evas: improve stability of Evas_Cserve2. |
386 | 395 | ||
387 | 2013-06-04 Cedric Bail | 396 | 2013-06-04 Cedric Bail |
388 | 397 | ||
389 | * Evas: correctly detect if loader support asynchronous preloading. | 398 | * Evas: correctly detect if loader support asynchronous preloading. |
390 | * Eina: add eina_file_dup. | 399 | * Eina: add eina_file_dup. |
391 | 400 | ||
392 | 2013-06-03 Ederson Desouza | 401 | 2013-06-03 Ederson Desouza |
393 | 402 | ||
@@ -434,33 +443,36 @@ | |||
434 | 2013-05-24 Daniel Willmann | 443 | 2013-05-24 Daniel Willmann |
435 | 444 | ||
436 | * Fix srv->start_time (initialization missing). So now | 445 | * Fix srv->start_time (initialization missing). So now |
437 | ecore_con_server_uptime_get() is working for plain TCP connections. | 446 | ecore_con_server_uptime_get() is working for plain TCP connections. |
438 | 447 | ||
439 | 2013-05-24 Guillaume Friloux | 448 | 2013-05-24 Guillaume Friloux |
440 | 449 | ||
441 | * Fix use of ecore_con_server_client_limit_set() (counter never | 450 | * Fix use of ecore_con_server_client_limit_set() (counter never |
442 | decreased). | 451 | decreased). |
443 | * Fix use of ecore_con_client_timeout_set() and | 452 | * Fix use of ecore_con_client_timeout_set() and |
444 | ecore_con_server_timeout_set() that makes timeout on connections | 453 | ecore_con_server_timeout_set() that makes timeout on connections |
445 | even if you sent data. | 454 | even if you sent data. |
446 | * Fix cl->start_time (initialization missing). So now | 455 | * Fix cl->start_time (initialization missing). So now |
447 | ecore_con_client_uptime_get() is working. | 456 | ecore_con_client_uptime_get() is working. |
448 | 457 | ||
449 | 2013-05-22 David Seikel (onefang) | 458 | 2013-05-22 David Seikel (onefang) |
450 | 459 | ||
451 | * Edje Lua: Stop leaking evas objects in Lua. | 460 | * Edje Lua: Stop leaking evas objects in Lua. |
452 | 461 | ||
453 | 2013-05-22 Daniel Juyung Seo (SeoZ) | 462 | 2013-05-22 Daniel Juyung Seo (SeoZ) |
454 | 463 | ||
455 | * Fix fd handler increase issue when ecore_pipe_add/del is called repeatedly. | 464 | * Fix fd handler increase issue when ecore_pipe_add/del is called |
465 | repeatedly. | ||
456 | 466 | ||
457 | 2013-05-22 ChunEon Park (Hermet) | 467 | 2013-05-22 ChunEon Park (Hermet) |
458 | 468 | ||
459 | * Edje textblock: keep the text styles when new font by the text class is applied. | 469 | * Edje textblock: keep the text styles when new font by the text class |
470 | is applied. | ||
460 | 471 | ||
461 | 2013-05-20 Carsten Haitzler (The Rasterman) | 472 | 2013-05-20 Carsten Haitzler (The Rasterman) |
462 | 473 | ||
463 | * Evas: Improve memory footpriny by only creating evasgl context on demand. | 474 | * Evas: Improve memory footpriny by only creating evasgl context on |
475 | demand. | ||
464 | 476 | ||
465 | 2013-05-18 Carsten Haitzler (The Rasterman) | 477 | 2013-05-18 Carsten Haitzler (The Rasterman) |
466 | 478 | ||
@@ -476,8 +488,10 @@ | |||
476 | 488 | ||
477 | 2013-05-14 Jihoon Kim | 489 | 2013-05-14 Jihoon Kim |
478 | 490 | ||
479 | * Edje entry: return surrounding string until the start position of selection | 491 | * Edje entry: return surrounding string until the start position of |
480 | * ecore_imf: fix crash when ecore_imf_context_del is called in ecore_imf_context_input_panel_callback_call | 492 | selection |
493 | * ecore_imf: fix crash when ecore_imf_context_del is called in | ||
494 | ecore_imf_context_input_panel_callback_call | ||
481 | 495 | ||
482 | 2013-05-13 Thiep Ha | 496 | 2013-05-13 Thiep Ha |
483 | 497 | ||
@@ -497,8 +511,7 @@ | |||
497 | 511 | ||
498 | 2013-05-10 Tom Hacohen | 512 | 2013-05-10 Tom Hacohen |
499 | 513 | ||
500 | * Evas text: Fixed line size calculation when using multiple | 514 | * Evas text: Fixed line size calculation when using multiple fonts. |
501 | fonts. | ||
502 | 515 | ||
503 | 2013-05-10 ChunEon Park (Hermet) | 516 | 2013-05-10 ChunEon Park (Hermet) |
504 | 517 | ||
@@ -520,7 +533,7 @@ | |||
520 | * Fix evas segv on image del if loader is NULL | 533 | * Fix evas segv on image del if loader is NULL |
521 | * Fix evas swapregion rect to account for rotation | 534 | * Fix evas swapregion rect to account for rotation |
522 | * Edje entry emtis signals on keydown/up for theme to use | 535 | * Edje entry emtis signals on keydown/up for theme to use |
523 | 536 | ||
524 | 2013-05-07 Rafael Antognolli | 537 | 2013-05-07 Rafael Antognolli |
525 | 538 | ||
526 | * Evas: Added evas_event_input_multi_up/down(). | 539 | * Evas: Added evas_event_input_multi_up/down(). |
@@ -540,11 +553,13 @@ | |||
540 | 553 | ||
541 | 2013-05-05 Jiyoun Park (jypark) | 554 | 2013-05-05 Jiyoun Park (jypark) |
542 | 555 | ||
543 | * Ecore_Input_Evas: Fix ecore_input_evas didn't check the device id of mouse event | 556 | * Ecore_Input_Evas: Fix ecore_input_evas didn't check the device id of |
557 | mouse event | ||
544 | 558 | ||
545 | 2013-05-05 Jiyoun Park (jypark) | 559 | 2013-05-05 Jiyoun Park (jypark) |
546 | 560 | ||
547 | * Evas: Fix gif loader can't load image which has normal frames and error frames | 561 | * Evas: Fix gif loader can't load image which has normal frames and |
562 | error frames | ||
548 | 563 | ||
549 | 2013-05-04 Carsten Haitzler (The Rasterman) | 564 | 2013-05-04 Carsten Haitzler (The Rasterman) |
550 | 565 | ||
@@ -581,11 +596,12 @@ | |||
581 | 2013-04-25 Tom Hacohen | 596 | 2013-04-25 Tom Hacohen |
582 | 597 | ||
583 | * Evas textblock: Fixed line size calculation when using multiple | 598 | * Evas textblock: Fixed line size calculation when using multiple |
584 | fonts. | 599 | fonts. |
585 | 600 | ||
586 | 2013-04-25 Jihoon Kim | 601 | 2013-04-25 Jihoon Kim |
587 | 602 | ||
588 | * Edje entry: remove duplicated ecore_imf_context_reset in adjusting the selection | 603 | * Edje entry: remove duplicated ecore_imf_context_reset in adjusting |
604 | the selection | ||
589 | 605 | ||
590 | 2013-04-24 Carsten Haitzler (The Rasterman) | 606 | 2013-04-24 Carsten Haitzler (The Rasterman) |
591 | 607 | ||
@@ -603,7 +619,7 @@ | |||
603 | 2013-04-22 WooHyun Jung | 619 | 2013-04-22 WooHyun Jung |
604 | 620 | ||
605 | * Edje: When selected word exists, selection is cleared and cursor | 621 | * Edje: When selected word exists, selection is cleared and cursor |
606 | remains on the current edje_entry by additional key input. | 622 | remains on the current edje_entry by additional key input. |
607 | 623 | ||
608 | 2013-04-20 Carsten Haitzler (The Rasterman) | 624 | 2013-04-20 Carsten Haitzler (The Rasterman) |
609 | 625 | ||
@@ -622,21 +638,24 @@ | |||
622 | 638 | ||
623 | 2013-04-19 Jihoon Kim (jihoon) | 639 | 2013-04-19 Jihoon Kim (jihoon) |
624 | 640 | ||
625 | * Edje: Remove code to call ecore_imf_context_reset in case of pressing ESC, Return key | 641 | * Edje: Remove code to call ecore_imf_context_reset in case of pressing |
642 | ESC, Return key | ||
626 | 643 | ||
627 | 2013-04-14 Carsten Haitzler (The Rasterman) | 644 | 2013-04-14 Carsten Haitzler (The Rasterman) |
628 | 645 | ||
629 | * Evas: Fix evas gl_x11 to use default depth when visual | 646 | * Evas: Fix evas gl_x11 to use default depth when visual |
630 | matching so lower depth displays work | 647 | matching so lower depth displays work |
631 | 648 | ||
632 | 2013-04-15 ChunEon Park | 649 | 2013-04-15 ChunEon Park (Hermet) |
650 | |||
633 | * Evas: If an object goes to be hidden without replacing the cur/prev | 651 | * Evas: If an object goes to be hidden without replacing the cur/prev |
634 | state info, the object context can be corrupted at the next show time. | 652 | state info, the object context can be corrupted at the next show time. |
635 | Now it replaces the cur/prev in that rare case. | 653 | Now it replaces the cur/prev in that rare case. |
636 | 654 | ||
637 | 2013-04-15 Tom Hacohen | 655 | 2013-04-15 Tom Hacohen |
656 | |||
638 | * Evas textblock: Fixed a bug with deletion of ranges that end just | 657 | * Evas textblock: Fixed a bug with deletion of ranges that end just |
639 | before a visual format. | 658 | before a visual format. |
640 | 659 | ||
641 | 2013-04-14 Jiyoun Park | 660 | 2013-04-14 Jiyoun Park |
642 | 661 | ||
@@ -648,7 +667,8 @@ | |||
648 | 667 | ||
649 | 2013-04-14 ChunEon Park | 668 | 2013-04-14 ChunEon Park |
650 | 669 | ||
651 | * Evas: Don't update evas update area by the clipper if the image obj visible is changed. | 670 | * Evas: Don't update evas update area by the clipper if the image obj |
671 | visible is changed. | ||
652 | 672 | ||
653 | 2013-04-14 Carsten Haitzler (The Rasterman) | 673 | 2013-04-14 Carsten Haitzler (The Rasterman) |
654 | 674 | ||
@@ -656,7 +676,7 @@ | |||
656 | channel in NON-ARGB windows is not filled in with 0xff even if all the | 676 | channel in NON-ARGB windows is not filled in with 0xff even if all the |
657 | code does things right. | 677 | code does things right. |
658 | 678 | ||
659 | 2013-04-13 ChunEon Park | 679 | 2013-04-13 ChunEon Park |
660 | 680 | ||
661 | * Evas: Don't be crashed even if the map image size is 0. | 681 | * Evas: Don't be crashed even if the map image size is 0. |
662 | 682 | ||
@@ -670,6 +690,7 @@ | |||
670 | * Ecore: Add support for double and triple click on Wayland. | 690 | * Ecore: Add support for double and triple click on Wayland. |
671 | 691 | ||
672 | 2013-04-10 Tom Hacohen (Tasn) Yakov Goldberg | 692 | 2013-04-10 Tom Hacohen (Tasn) Yakov Goldberg |
693 | |||
673 | * Evas textblock : Added split cursor for BiDi text | 694 | * Evas textblock : Added split cursor for BiDi text |
674 | 695 | ||
675 | 2013-04-10 WooHyun Jung | 696 | 2013-04-10 WooHyun Jung |
@@ -679,9 +700,9 @@ | |||
679 | 2013-04-10 Carsten Haitzler (The Rasterman) | 700 | 2013-04-10 Carsten Haitzler (The Rasterman) |
680 | 701 | ||
681 | * Evas: Add glx buffer age support for automatic partial | 702 | * Evas: Add glx buffer age support for automatic partial |
682 | redraw in glx. | 703 | redraw in glx. |
683 | * Evas: Support GLX_MESA_release_buffers extension to release | 704 | * Evas: Support GLX_MESA_release_buffers extension to release |
684 | unused aux buffers. | 705 | unused aux buffers. |
685 | 706 | ||
686 | 2013-04-09 Jérémy Zurcher (jeyzu) | 707 | 2013-04-09 Jérémy Zurcher (jeyzu) |
687 | 708 | ||
@@ -690,7 +711,7 @@ | |||
690 | 2013-04-08 Tom Hacohen | 711 | 2013-04-08 Tom Hacohen |
691 | 712 | ||
692 | * Evas font: Fix a bug with cluster size calculation with texts ending | 713 | * Evas font: Fix a bug with cluster size calculation with texts ending |
693 | with ligatures. | 714 | with ligatures. |
694 | 715 | ||
695 | 2013-04-08 Carsten Haitzler (The Rasterman) | 716 | 2013-04-08 Carsten Haitzler (The Rasterman) |
696 | 717 | ||
@@ -707,13 +728,13 @@ | |||
707 | 2013-04-04 Tom Hacohen | 728 | 2013-04-04 Tom Hacohen |
708 | 729 | ||
709 | * Evas font: If OS/2 table is available and the font is demi-bold, | 730 | * Evas font: If OS/2 table is available and the font is demi-bold, |
710 | don't do runtime emboldment. | 731 | don't do runtime emboldment. |
711 | 732 | ||
712 | 2013-04-04 Yakov Goldberg | 733 | 2013-04-04 Yakov Goldberg |
713 | 734 | ||
714 | * Evas font: char position, returned by | 735 | * Evas font: char position, returned by |
715 | evas_common_font_query_char_at_coords(), | 736 | evas_common_font_query_char_at_coords(), |
716 | depends on left/right half of char and its direction. | 737 | depends on left/right half of char and its direction. |
717 | 738 | ||
718 | 2013-03-04 Cedric Bail | 739 | 2013-03-04 Cedric Bail |
719 | 740 | ||
@@ -721,7 +742,7 @@ | |||
721 | 742 | ||
722 | 2013-03-30 Cedric Bail | 743 | 2013-03-30 Cedric Bail |
723 | 744 | ||
724 | * Evil: Add mkdtemp. | 745 | * Evil: Add mkdtemp. |
725 | 746 | ||
726 | 2013-03-29 Carsten Haitzler (The Rasterman) | 747 | 2013-03-29 Carsten Haitzler (The Rasterman) |
727 | 748 | ||
@@ -730,7 +751,7 @@ | |||
730 | 751 | ||
731 | 2013-03-28 Cedric Bail | 752 | 2013-03-28 Cedric Bail |
732 | 753 | ||
733 | * Ecore: automatically turn on systemd watchdog in Ecore main loop. | 754 | * Ecore: automatically turn on systemd watchdog in Ecore main loop. |
734 | 755 | ||
735 | 2013-03-28 Carsten Haitzler (The Rasterman) | 756 | 2013-03-28 Carsten Haitzler (The Rasterman) |
736 | 757 | ||
@@ -743,27 +764,27 @@ | |||
743 | 764 | ||
744 | 2013-03-27 Cedric Bail | 765 | 2013-03-27 Cedric Bail |
745 | 766 | ||
746 | * Eina: Add eina_log_timing. | 767 | * Eina: Add eina_log_timing. |
747 | * Ecore, Ecore_Audio, Ecore_Con, Ecore_Evas, | 768 | * Ecore, Ecore_Audio, Ecore_Con, Ecore_Evas, Edje, Eet, Eio, Eo, Evas: |
748 | Edje, Eet, Eio, Eo, Evas: use eina_log_timing. | 769 | use eina_log_timing. |
749 | 770 | ||
750 | 2013-03-27 Jihoon Kim | 771 | 2013-03-27 Jihoon Kim |
751 | 772 | ||
752 | * Add ecore_imf_context_input_panel_variation_set/get API. | 773 | * Add ecore_imf_context_input_panel_variation_set/get API. |
753 | * Add edje_object_part_text_input_panel_layout_variation_set/get API. | 774 | * Add edje_object_part_text_input_panel_layout_variation_set/get API. |
754 | 775 | ||
755 | 2013-03-25 Cedric Bail | 776 | 2013-03-25 Cedric Bail |
756 | 777 | ||
757 | * Eina: add portable eina_file_mkstemp(). | 778 | * Eina: add portable eina_file_mkstemp(). |
758 | * Embryo: use eina_file_mkstemp(). | 779 | * Embryo: use eina_file_mkstemp(). |
759 | 780 | ||
760 | 2013-03-22 Jiyoun Park (Jypark) | 781 | 2013-03-22 Jiyoun Park (Jypark) |
761 | 782 | ||
762 | * Ecore_x: fix alpha set function not clear sync counter | 783 | * Ecore_x: fix alpha set function not clear sync counter |
763 | 784 | ||
764 | 2013-03-22 Cedric Bail | 785 | 2013-03-22 Cedric Bail |
765 | 786 | ||
766 | * Edje: Add spread width and height in TABLE part. | 787 | * Edje: Add spread width and height in TABLE part. |
767 | 788 | ||
768 | 2013-03-20 Jérémy Zurcher (jeyzu) | 789 | 2013-03-20 Jérémy Zurcher (jeyzu) |
769 | 790 | ||
@@ -771,12 +792,13 @@ | |||
771 | 792 | ||
772 | 2013-03-19 Mike Blumenkrantz | 793 | 2013-03-19 Mike Blumenkrantz |
773 | 794 | ||
774 | * Fix magic failure in eina_value_array_count when array has not been allocated | 795 | * Fix magic failure in eina_value_array_count when array has not been |
796 | allocated | ||
775 | 797 | ||
776 | 2013-03-16 Cedric Bail | 798 | 2013-03-16 Cedric Bail |
777 | 799 | ||
778 | * Remove Glew and Direct3d code from Ecore_Evas module. | 800 | * Remove Glew and Direct3d code from Ecore_Evas module. |
779 | * Add Eina_Log integration for systemd journal. | 801 | * Add Eina_Log integration for systemd journal. |
780 | 802 | ||
781 | 2013-03-15 Carsten Haitzler (The Rasterman) | 803 | 2013-03-15 Carsten Haitzler (The Rasterman) |
782 | 804 | ||
@@ -790,7 +812,7 @@ | |||
790 | 812 | ||
791 | 2013-03-13 Cedric Bail | 813 | 2013-03-13 Cedric Bail |
792 | 814 | ||
793 | * Edje: use Eina_Cow to reduce memory usage. | 815 | * Edje: use Eina_Cow to reduce memory usage. |
794 | 816 | ||
795 | 2013-03-12 Jiyoun Park (Jypark) | 817 | 2013-03-12 Jiyoun Park (Jypark) |
796 | 818 | ||
@@ -802,10 +824,12 @@ | |||
802 | 824 | ||
803 | 2013-03-10 Cedric Bail | 825 | 2013-03-10 Cedric Bail |
804 | 826 | ||
805 | * Eeze: add a dummy implementation of libmount when it is not available. | 827 | * Eeze: add a dummy implementation of libmount when it is not available. |
806 | * Ecore_Con: add systemd socket activation support (ECORE_CON_SOCKET_ACTIVATE). | 828 | * Ecore_Con: add systemd socket activation support |
807 | * Ecore: notify systemd that we are ready as soon as the main loop is running. | 829 | (ECORE_CON_SOCKET_ACTIVATE). |
808 | * EFL: use HAVE_FCNTL to disable code using fcntl. | 830 | * Ecore: notify systemd that we are ready as soon as the main loop is |
831 | running. | ||
832 | * EFL: use HAVE_FCNTL to disable code using fcntl. | ||
809 | 833 | ||
810 | 2013-03-08 Igor Murzov | 834 | 2013-03-08 Igor Murzov |
811 | 835 | ||
@@ -817,13 +841,13 @@ | |||
817 | 841 | ||
818 | 2013-03-06 Jihoon Kim (jihoon) | 842 | 2013-03-06 Jihoon Kim (jihoon) |
819 | 843 | ||
820 | * Edje entry: fix bug scroll works when PgDn, PgUp, Home, End key in entry is pressed in preedit state | 844 | * Edje entry: fix bug scroll works when PgDn, PgUp, Home, End key in |
821 | 845 | entry is pressed in preedit state | |
822 | 846 | ||
823 | 2013-03-05 Jiyoun Park (Jypark) | 847 | 2013-03-05 Jiyoun Park (Jypark) |
824 | 848 | ||
825 | * Ecore_x: Add atom related with indicator type. | 849 | * Ecore_x: Add atom related with indicator type. |
826 | It can support several types of indicator | 850 | It can support several types of indicator |
827 | 851 | ||
828 | 2013-03-05 Jiyoun Park (Jypark) | 852 | 2013-03-05 Jiyoun Park (Jypark) |
829 | 853 | ||
@@ -837,8 +861,7 @@ | |||
837 | 861 | ||
838 | 2013-02-28 Tom Hacohen (TAsn) | 862 | 2013-02-28 Tom Hacohen (TAsn) |
839 | 863 | ||
840 | * Evas textblock: Added proper size adjustments for | 864 | * Evas textblock: Added proper size adjustments for "high" shaped texts. |
841 | "high" shaped texts. | ||
842 | 865 | ||
843 | 2013-02-28 Mike Blumenkrantz | 866 | 2013-02-28 Mike Blumenkrantz |
844 | 867 | ||
@@ -847,8 +870,7 @@ | |||
847 | 870 | ||
848 | 2013-02-28 Cedric Bail | 871 | 2013-02-28 Cedric Bail |
849 | 872 | ||
850 | * eina_strlcat work with a NULL src. | 873 | * eina_strlcat work with a NULL src. |
851 | |||
852 | 874 | ||
853 | 2013-02-26 Carsten Haitzler (The Rasterman) | 875 | 2013-02-26 Carsten Haitzler (The Rasterman) |
854 | 876 | ||
@@ -863,7 +885,9 @@ | |||
863 | 885 | ||
864 | 2013-02-23 ChunEon Park (Hermet) | 886 | 2013-02-23 ChunEon Park (Hermet) |
865 | 887 | ||
866 | * Evas cache: remove the freed worker from the pthread worker list when it's failed to create a new thread so as not to access it if a thread is working newly. | 888 | * Evas cache: remove the freed worker from the pthread worker list when |
889 | it's failed to create a new thread so as not to access it if a thread is | ||
890 | working newly. | ||
867 | 891 | ||
868 | 2013-02-21 Tom Hacohen (TAsn) | 892 | 2013-02-21 Tom Hacohen (TAsn) |
869 | 893 | ||
@@ -913,7 +937,8 @@ | |||
913 | 937 | ||
914 | 2013-02-15 Jiyoun Park (jypark) | 938 | 2013-02-15 Jiyoun Park (jypark) |
915 | 939 | ||
916 | * Add infrastructure to handle message between ecore and parent ecore in Ecore_Evas. | 940 | * Add infrastructure to handle message between ecore and parent ecore in |
941 | Ecore_Evas. | ||
917 | 942 | ||
918 | 2013-02-14 Cedric Bail | 943 | 2013-02-14 Cedric Bail |
919 | 944 | ||
@@ -921,8 +946,10 @@ | |||
921 | 946 | ||
922 | 2013-02-14 Jihoon Kim (jihoon) | 947 | 2013-02-14 Jihoon Kim (jihoon) |
923 | 948 | ||
924 | * edje entry : fix bug not to display preedit string with PREEDIT_TYPE_NONE style | 949 | * edje entry : fix bug not to display preedit string with |
925 | * edje entry : Fix bug candidate word couldn't be selected with up/down key in the preedit status | 950 | PREEDIT_TYPE_NONE style |
951 | * edje entry : Fix bug candidate word couldn't be selected with up/down | ||
952 | key in the preedit status | ||
926 | 953 | ||
927 | 2013-02-11 Stefan Schmidt | 954 | 2013-02-11 Stefan Schmidt |
928 | 955 | ||
@@ -961,7 +988,8 @@ | |||
961 | 988 | ||
962 | 2013-02-07 WooHyun Jung | 989 | 2013-02-07 WooHyun Jung |
963 | 990 | ||
964 | * edje: Checking walking_callbacks for not removing patterns which are still used. | 991 | * edje: Checking walking_callbacks for not removing patterns which are |
992 | still used. | ||
965 | 993 | ||
966 | 2013-02-06 Cedric Bail | 994 | 2013-02-06 Cedric Bail |
967 | 995 | ||
@@ -979,6 +1007,7 @@ | |||
979 | * ecore_wayland: Add ecore_wl_globals_get | 1007 | * ecore_wayland: Add ecore_wl_globals_get |
980 | 1008 | ||
981 | 2013-02-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> | 1009 | 2013-02-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |
1010 | |||
982 | * evas: Stop initializing and shutting Fontconfig down | 1011 | * evas: Stop initializing and shutting Fontconfig down |
983 | 1012 | ||
984 | 2013-02-04 Cedric Bail | 1013 | 2013-02-04 Cedric Bail |
@@ -990,6 +1019,7 @@ | |||
990 | * edje entry : Support &, < and > in preedit string. | 1019 | * edje entry : Support &, < and > in preedit string. |
991 | 1020 | ||
992 | 2013-02-02 Chidambar Zinnoury (ilLogict) | 1021 | 2013-02-02 Chidambar Zinnoury (ilLogict) |
1022 | |||
993 | * Update French translation. | 1023 | * Update French translation. |
994 | 1024 | ||
995 | 2013-02-01 Mike Blumenkrantz | 1025 | 2013-02-01 Mike Blumenkrantz |
@@ -1003,7 +1033,8 @@ | |||
1003 | 1033 | ||
1004 | 2013-01-31 Jihoon Kim (jihoon) | 1034 | 2013-01-31 Jihoon Kim (jihoon) |
1005 | 1035 | ||
1006 | * edje entry : Remove ecore_imf_context_cursor_position_set in functions related to selection. | 1036 | * edje entry : Remove ecore_imf_context_cursor_position_set in functions |
1037 | related to selection. | ||
1007 | 1038 | ||
1008 | 2013-01-30 Christopher Michael (devilhorns) | 1039 | 2013-01-30 Christopher Michael (devilhorns) |
1009 | 1040 | ||
@@ -1012,7 +1043,8 @@ | |||
1012 | 2013-01-30 Christopher Michael (devilhorns) | 1043 | 2013-01-30 Christopher Michael (devilhorns) |
1013 | 1044 | ||
1014 | * Deprecate ecore_x_randr_crtc_gamma_ramp_* functions. | 1045 | * Deprecate ecore_x_randr_crtc_gamma_ramp_* functions. |
1015 | * Added new ecore_x_randr_crtc_gamma_* functions that uses a proper structure | 1046 | * Added new ecore_x_randr_crtc_gamma_* functions that uses a proper |
1047 | structure | ||
1016 | 1048 | ||
1017 | 2013-01-29 Christopher Michael (devilhorns) | 1049 | 2013-01-29 Christopher Michael (devilhorns) |
1018 | 1050 | ||
@@ -1039,8 +1071,10 @@ | |||
1039 | 1071 | ||
1040 | 2013-01-25 Jihoon Kim (jihoon) | 1072 | 2013-01-25 Jihoon Kim (jihoon) |
1041 | 1073 | ||
1042 | * edje entry : Remove ecore_imf_context_reset, cursor update in mouse move event because it's useless. | 1074 | * edje entry : Remove ecore_imf_context_reset, cursor update in mouse |
1043 | * edje entry : move ecore_imf_context_cursor_position_set from mouse down event to mouse up event | 1075 | move event because it's useless. |
1076 | * edje entry : move ecore_imf_context_cursor_position_set from mouse | ||
1077 | down event to mouse up event | ||
1044 | 1078 | ||
1045 | 2013-01-24 Sung W. Park (sung_) | 1079 | 2013-01-24 Sung W. Park (sung_) |
1046 | 1080 | ||
@@ -1069,22 +1103,23 @@ | |||
1069 | 1103 | ||
1070 | 2013-01-21 Carsten Haitzler (The Rasterman) | 1104 | 2013-01-21 Carsten Haitzler (The Rasterman) |
1071 | 1105 | ||
1072 | * Fix xsync problem in ecore_x_image_get() where prior errors | 1106 | * Fix xsync problem in ecore_x_image_get() where prior errors can get |
1073 | can get caught. | 1107 | caught. |
1074 | 1108 | ||
1075 | 2013-01-18 Jihoon Kim (jihoon) | 1109 | 2013-01-18 Jihoon Kim (jihoon) |
1076 | 1110 | ||
1077 | * edje entry: remove ecore_imf_context_reset in mouse up event because it's useless. | 1111 | * edje entry: remove ecore_imf_context_reset in mouse up event because |
1112 | it's useless. | ||
1078 | 1113 | ||
1079 | 2013-01-18 Cedric Bail | 1114 | 2013-01-18 Cedric Bail |
1080 | 1115 | ||
1081 | * Ecore_Input_Evas: add infrastructure to handle buggy touchscreen by using | 1116 | * Ecore_Input_Evas: add infrastructure to handle buggy touchscreen by |
1082 | environment variable ECORE_INPUT_FIX and ECORE_INPUT_TIMEOUT_FIX. | 1117 | using environment variable ECORE_INPUT_FIX and ECORE_INPUT_TIMEOUT_FIX. |
1083 | 1118 | ||
1084 | 2013-01-17 Jihoon Kim (jihoon) | 1119 | 2013-01-17 Jihoon Kim (jihoon) |
1085 | 1120 | ||
1086 | * Edje : cursor position and location will be passed when it's really changed | 1121 | * Edje : cursor position and location will be passed when it's really |
1087 | in case of mouse down, move, and up event | 1122 | changed in case of mouse down, move, and up event |
1088 | 1123 | ||
1089 | 2013-01-16 Carsten Haitzler (The Rasterman) | 1124 | 2013-01-16 Carsten Haitzler (The Rasterman) |
1090 | 1125 | ||
@@ -1203,9 +1238,10 @@ | |||
1203 | 1238 | ||
1204 | 2012-12-24 Mike Blumenkrantz | 1239 | 2012-12-24 Mike Blumenkrantz |
1205 | 1240 | ||
1206 | * eina_magic_fail() now throws error messages on NULL pointers instead of critical | 1241 | * eina_magic_fail() now throws error messages on NULL pointers instead |
1207 | * all efl object-freeing functions now take NULL without crashing or erroring | 1242 | of critical all efl object-freeing functions now take NULL without |
1208 | * eio functions no longer crash when passed NULL and throw errors accordingly | 1243 | crashing or erroring eio functions no longer crash when passed NULL and |
1244 | throw errors accordingly | ||
1209 | 1245 | ||
1210 | 2012-12-19 Gustavo Sverzut Barbieri (k-s) | 1246 | 2012-12-19 Gustavo Sverzut Barbieri (k-s) |
1211 | 1247 | ||
@@ -1276,8 +1312,8 @@ | |||
1276 | 2012-12-07 Sung W. Park (sung_) | 1312 | 2012-12-07 Sung W. Park (sung_) |
1277 | 1313 | ||
1278 | * Added EVAS_GL_LINE_NO_OFFSET_HACK to turn off the line coordinate | 1314 | * Added EVAS_GL_LINE_NO_OFFSET_HACK to turn off the line coordinate |
1279 | fiddling that was originally in the gl backend code. The offset | 1315 | fiddling that was originally in the gl backend code. The offset |
1280 | fiddling caused issues with some ARM target GPU drivers. | 1316 | fiddling caused issues with some ARM target GPU drivers. |
1281 | * Fixed polygon rendering bug in GL backend when there are cutouts. | 1317 | * Fixed polygon rendering bug in GL backend when there are cutouts. |
1282 | 1318 | ||
1283 | 2012-12-05 Gustavo Sverzut Barbieri (k-s) | 1319 | 2012-12-05 Gustavo Sverzut Barbieri (k-s) |
@@ -1292,12 +1328,12 @@ | |||
1292 | * Add window profile support: | 1328 | * Add window profile support: |
1293 | * Add ecore_evas and ecore_x APIs to support the window profile. | 1329 | * Add ecore_evas and ecore_x APIs to support the window profile. |
1294 | * Implement window profile for ecore_evas_x, ecore_evas_extn_socket, | 1330 | * Implement window profile for ecore_evas_x, ecore_evas_extn_socket, |
1295 | ecore_evas_extn_plug and ecore_evas_buffer. | 1331 | ecore_evas_extn_plug and ecore_evas_buffer. |
1296 | * Deprecate ECORE_X_ATOM_E_PROFILE and ECORE_X_ATOM_E_PROFILE_LIST. | 1332 | * Deprecate ECORE_X_ATOM_E_PROFILE and ECORE_X_ATOM_E_PROFILE_LIST. |
1297 | * Deprecate ecore_x_e_window_profile_list_set. Use | 1333 | * Deprecate ecore_x_e_window_profile_list_set. Use |
1298 | ecore_x_e_window_available_profiles_set instead. | 1334 | ecore_x_e_window_available_profiles_set instead. |
1299 | * Deprecate ecore_x_e_window_profile_list_get. Use | 1335 | * Deprecate ecore_x_e_window_profile_list_get. Use |
1300 | ecore_x_e_window_available_profiles_get instead. | 1336 | ecore_x_e_window_available_profiles_get instead. |
1301 | * Add ecore_evas_sub_ecore_evas_list_get API. | 1337 | * Add ecore_evas_sub_ecore_evas_list_get API. |
1302 | 1338 | ||
1303 | 2012-12-05 Cedric Bail | 1339 | 2012-12-05 Cedric Bail |
@@ -1321,7 +1357,6 @@ | |||
1321 | the same direct rendering path. | 1357 | the same direct rendering path. |
1322 | * Fixed some minor Evas GL extension bugs that came from refactoring. | 1358 | * Fixed some minor Evas GL extension bugs that came from refactoring. |
1323 | 1359 | ||
1324 | |||
1325 | 2012-11-21 Carsten Haitzler (The Rasterman) | 1360 | 2012-11-21 Carsten Haitzler (The Rasterman) |
1326 | 1361 | ||
1327 | * Fixed leak in textblock and text props in general that made | 1362 | * Fixed leak in textblock and text props in general that made |
@@ -1337,7 +1372,6 @@ | |||
1337 | * Fixed glGetIntegerv() in Direct Rendering mode for Evas GL | 1372 | * Fixed glGetIntegerv() in Direct Rendering mode for Evas GL |
1338 | to properly handle GL_SCISSOR_BOX and GL_VIEWPORT parameters. | 1373 | to properly handle GL_SCISSOR_BOX and GL_VIEWPORT parameters. |
1339 | 1374 | ||
1340 | |||
1341 | 2012-11-13 Carsten Haitzler (The Rasterman) | 1375 | 2012-11-13 Carsten Haitzler (The Rasterman) |
1342 | 1376 | ||
1343 | * Fixed GLX native surface handling to use glXChooseFBConfig. | 1377 | * Fixed GLX native surface handling to use glXChooseFBConfig. |