reformat some of changelog to be consistent/neater

This commit is contained in:
Carsten Haitzler 2013-07-23 21:19:13 +09:00
parent 3a5df752e6
commit 1842545f00
1 changed files with 21 additions and 16 deletions

View File

@ -40,7 +40,8 @@
2013-07-15 Mike Blumenkrantz
* Ecore_X: fix BadMatch errors in ecore_x_image_get when requested size was larger than XImage size
* Ecore_X: fix BadMatch errors in ecore_x_image_get when requested
size was larger than XImage size
2013-07-15 Cedric Bail
@ -48,15 +49,16 @@
2013-07-11 Chris Michael
* Ecore_Evas: Added functions to retieve the pixmap depth, visual, and colormap
* Ecore_Evas: Added functions to retieve the pixmap depth, visual,
and colormap
2013-07-11 Chris Michael
* Ecore_Evas: Updated doxygen comments for pixmap functions
* Ecore_Evas: Check for valid interface pixmap_get function
before calling it.
* Ecore_Evas: Removed need for prev_front pixmap field in
structure and just use a temporary variable.
* Ecore_Evas: Check for valid interface pixmap_get function before
calling it.
* Ecore_Evas: Removed need for prev_front pixmap field in structure
and just use a temporary variable.
2013-07-10 Cedric Bail
@ -68,8 +70,8 @@ structure and just use a temporary variable.
2013-07-08 Chris Michael
* Ecore_Evas: Added functions got software_x11 and gl_x11
engines to create new ecore_evas which uses just a pixmap (no window).
* Ecore_Evas: Added functions got software_x11 and gl_x11 engines to
create new ecore_evas which uses just a pixmap (no window).
- add ecore_evas_software_x11_pixmap_new
- add ecore_evas_gl_x11_pixmap_new
- add ecore_evas_software_x11_pixmap_get
@ -85,7 +87,8 @@ engines to create new ecore_evas which uses just a pixmap (no window).
2013-07-04 Cedric Bail
* Eina: add eina_tiler_area_size_set and eina_tiler_strict_set to make Eina_Tiler in par with Evas_Tilebuf.
* Eina: add eina_tiler_area_size_set and eina_tiler_strict_set to
make Eina_Tiler in par with Evas_Tilebuf.
2013-07-03 Shinwoo Kim
@ -93,7 +96,8 @@ engines to create new ecore_evas which uses just a pixmap (no window).
2013-07-02 ChunEon Park (Hermet)
* Evas: optimize proxy rendering. Rendering performance is increased up to 2x in some cases.
* Evas: optimize proxy rendering. Rendering performance is increased
up to 2x in some cases.
2013-07-02 Cedric Bail
@ -123,7 +127,8 @@ engines to create new ecore_evas which uses just a pixmap (no window).
2013-06-22 Thiep Ha
* Edje: Move cursor to correct position when selection handlers are pressed.
* Edje: Move cursor to correct position when selection handlers are
pressed.
2013-06-20 Christophe Sadoine