aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/ChangeLog
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/ecore/ChangeLog
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-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 'libraries/ecore/ChangeLog')
-rw-r--r--libraries/ecore/ChangeLog115
1 files changed, 115 insertions, 0 deletions
diff --git a/libraries/ecore/ChangeLog b/libraries/ecore/ChangeLog
index 410bffe..5c32d20 100644
--- a/libraries/ecore/ChangeLog
+++ b/libraries/ecore/ChangeLog
@@ -350,3 +350,118 @@
3502011-11-27 Vincent Torri 3502011-11-27 Vincent Torri
351 351
352 * Fix and improve key management on Windows XP 352 * Fix and improve key management on Windows XP
353
3542011-11-29 Vincent Torri
355
356 * Discard left Ctrl when AltGr is pressed (Windows XP)
357 * Fix the string value for the Delete key (Windows XP)
358 * Fix the key release values for non keystroke keys (Windows XP)
359
3602011-11-29 Mike McCormack
361
362 * Allow quitting before entering the glib version of the main loop
363
3642011-12-02 Carsten Haitzler (The Rasterman)
365
366 1.1.0 release
367
3682011-12-02 Mike Blumenkrantz
369
370 * Use mempools for allocations
371
3722011-12-02 Term <term@twistedpath.org>
373
374 * added ecore_x_randr_output_backlight_available()
375
3762011-12-03 Vincent Torri
377
378 * Fix the modifiers value (Windows XP)
379
3802011-12-04 Mike Blumenkrantz
381
382 * added ecore_timer_reset()
383
3842011-12-05 Mike Blumenkrantz
385
386 * added ecore_con_socks api
387
3882011-12-07 Mike Blumenkrantz
389
390 * Allow SSL certificates to be loaded for STARTTLS
391 * Added functions to set/get the hostname used for SSL certificate verification
392 * ecore_con_ssl_server_cafile_add() now accepts directories
393
3942011-12-10 Mike Blumenkrantz
395
396 * Fix case where SSL certificates would not be used
397 * Added ECORE_CON_REMOTE_CORK for applying TCP_CORK to sends
398
3992011-12-12 Carsten Haitzler (The Rasterman)
400
401 * Fix bug where an animator that just keeps adding another
402 animator keeps the animator handler in an infinite loop. Do
403 the same as timers and mark them as "just added" to skip in
404 this run of animators
405
4062011-12-13 Doyun Kang
407
408 * Add ability to get resource id of last x error in ecore_x.
409
4102011-12-16 Carsten Haitzler (The Rasterman)
411
412 * Clean up some ecore-evas-buffer code
413 * Add Ecore-evas extn (external) plug and socket canvas wrappers
414 allowing for any ecore-evas to contain an image object that is
415 a "socket" for other processes to plug into with "plugs" and
416 thus provide image content via a canvas remotely (from another
417 process) as well as the socket process passing in events to the
418 plug process to it can see key, mouse, multi etc. events.
419
420
4212011-12-16 Mike Blumenkrantz
422
423 * Fix possible 0 byte allocation in ecore-x
424
4252011-12-20 Carsten Haitzler (The Rasterman)
426
427 * Fix probable leak for g_static_mutex's on some architectures
428
4292011-12-20 Jihoon Kim
430
431 * Add XIM attribute support to Ecore_IMF
432
4332011-12-21 Tae-Hwan Kim (Bluezery)
434
435 * Add proxy set and timeout set functions in ecore_con.
436
4372011-12-26 Tae-Hwan Kim (Bluezery)
438
439 * Add proxy username/password set functions in ecore_con.
440
4412011-12-26 Christopher Michael (devilhorns)
442
443 * Add Ecore_Wayland (backend to support Wayland).
444 * Add Shm and Egl engines for ecore_evas to draw in Wayland.
445
4462011-12-27 Carsten Haitzler (The Rasterman)
447
448 * Fix mouse down grab counts going bad by missing events.
449
4502011-12-29 Carsten Haitzler (The Rasterman)
451
452 * Fix massive post data probile in ecore-con that would cause
453 post data to be corrupted (as it was never copied into the
454 ecore con url struct) or could cause crashes if the memory
455 pointed to became invalid.
456
4572012-01-04 Carsten Haitzler (The Rasterman)
458
459 * Add HEX, TERMINAL and PASSWORD layouts to ecore-imf
460
4612011-01-05 Jiyoun Park (Jypark)
462
463 * Fix Ecore-evas extn (external) for multi client model.
464 "Socket" creates canvas and other process can show that canvas
465 using "Plug" image object. Before only one to one communication
466 is possible, but now many "plug"s can show socket's canvas.
467