diff options
author | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
commit | 825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch) | |
tree | 75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/edje/ChangeLog | |
parent | Add ability to disable the test harness, or the Lua compile test. (diff) | |
download | SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2 SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz |
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to '')
-rw-r--r-- | libraries/edje/ChangeLog | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/libraries/edje/ChangeLog b/libraries/edje/ChangeLog index 39757b9..ae65d85 100644 --- a/libraries/edje/ChangeLog +++ b/libraries/edje/ChangeLog | |||
@@ -219,3 +219,69 @@ | |||
219 | * Fix message and signal propagation to be consistent in all situations | 219 | * Fix message and signal propagation to be consistent in all situations |
220 | as well as simpler. | 220 | as well as simpler. |
221 | 221 | ||
222 | 2011-12-02 Carsten Haitzler (The Rasterman) | ||
223 | |||
224 | 1.1.0 release | ||
225 | |||
226 | 2011-12-12 Mike Blumenkrantz (discomfitor/zmike) | ||
227 | |||
228 | * Fix potential crash from buffer overflow on copying map data. | ||
229 | |||
230 | 2011-12-15 Tom Hacohen (TAsn) | ||
231 | |||
232 | * Entry: Added support for various new key bindings: | ||
233 | Ctrl+Arrows, Ctrl+Del and Ctrl+Backspace. | ||
234 | * Entry: Added cursor,changed,manual signal. | ||
235 | This signal indicates the cursor has been manually changed, i.e by | ||
236 | either mouse click or arrows. | ||
237 | |||
238 | 2011-12-15 Cedric Bail | ||
239 | |||
240 | * Fix detections of limits by edje_cc parser. | ||
241 | |||
242 | 2011-12-16 Cedric Bail | ||
243 | |||
244 | * Fix wrong call to free() in edje_load. | ||
245 | * Reduce parts walk to the strict minimum. | ||
246 | |||
247 | 2011-12-19 Cedric Bail | ||
248 | |||
249 | * Check existence of group at compile time also. | ||
250 | |||
251 | 2012-01-02 Carsten Haitzler (The Rasterman) | ||
252 | |||
253 | * Fix prototype for edje_object_part_text_cursor_content_get() | ||
254 | as it returned a strduped string and not an internal one, so | ||
255 | this just formalizes its existing behavior correctly. | ||
256 | |||
257 | 2012-01-03 Tom Hacohen (TAsn) | ||
258 | |||
259 | * Entry: Fixed undo/redo with IMF. | ||
260 | |||
261 | 2012-01-04 Carsten Haitzler (The Rasterman) | ||
262 | |||
263 | * Add HEX, TERMINAL and PASSWORD layouts to edje | ||
264 | * Add "recalc" smart callback for object size changes | ||
265 | |||
266 | 2012-01-05 Cedric Bail | ||
267 | |||
268 | * Reduce call to stat during edje_object_file_set. | ||
269 | |||
270 | 2012-01-06 Cedric Bail | ||
271 | |||
272 | * Unswallow object that are about to be swallowed if necessary. | ||
273 | * Add EDJE_ASPECT_PREFER_SOURCE. | ||
274 | |||
275 | 2012-01-07 David Seikel (onefang) | ||
276 | |||
277 | * Lua: Calling non exstent functions no longer crashes scripts. | ||
278 | This is so that future scripts will still work with old libraries, | ||
279 | and lets us add the "host can provide Lua API" feature soon. | ||
280 | |||
281 | 2012-01-09 David Seikel (onefang) | ||
282 | |||
283 | * Lua: Added edje.version(). | ||
284 | |||
285 | 2012-01-14 Carsten Haitzler (The Rasterman) | ||
286 | |||
287 | * Added minmul propery for edje to multiply minimum size during min size calc | ||