framework/uifw/evas.git
2011-07-14 glima[evas] English corrections.
2011-07-14 tasnEvas tests: Fixed a textblock cursor test.
2011-07-14 tasnEvas textblock: Removed useless code. We should never...
2011-07-14 tasnEvas tests: Added more cursor tests, this time with...
2011-07-14 tasnEvas textblock: Fixed cursor_coord_set with rtl/bidi...
2011-07-14 tasnEvas textblock: Added a small fix to valign.
2011-07-14 tasnEvas textblock: Fixed an issue with in-line valign.
2011-07-14 tasnEvas tests: Added more textblock cursor tests.
2011-07-14 tasnEvas textblock: Fixed issue with char/line_coord_set...
2011-07-14 tasnEvas tests: Added more textblock cursor tests.
2011-07-14 tasnEvas textblock: Fixed issue with char/line_coord_set...
2011-07-13 tasnEvas tests: Added textblock line_coord_set tests.
2011-07-13 tasnEvas textblock: Fixed a bug in line_coord_set with...
2011-07-13 tasnEvas tests: Added a bit of line geometry tests.
2011-07-13 tasnEvas tests: Added more textblock cursor tests.
2011-07-13 tasnEvas textblock: Fixed a bug in cursor_char_coord_set...
2011-07-13 tasnEvas tests: Added a missing fail_if to a textblock...
2011-07-13 tasnEvas tests: Added textblock tests, including ones to...
2011-07-13 tasnEvas textblock: Fixed a bug with scaling items.
2011-07-13 tasnEvas tests: Make sure default bidi direction of empty...
2011-07-13 tasnEvas: Stopped using the typo enum EVAS_BIDI_DIRECTION_N...
2011-07-13 tasnEvas tests: Added more bidi, script and other tests...
2011-07-13 tasnEvas: Moved font functions from object_text.c to font_dir.c
2011-07-13 tasnEvas tests: Added last_up_to_pos tests to text object.
2011-07-13 hermet[E-devel] [Patch] evas_gl_shader patch for get_program_...
2011-07-12 glima[evas] Filling more gaps of image object docs.
2011-07-12 glima[evas] Text objects example tweaks.
2011-07-12 tasnEvas tests: Added text tests, including ones to verify...
2011-07-12 tasnEvas text: Fixed a bug with char_coords_get searching...
2011-07-12 tasnEvas text: Fixed a bug in evas_object_text_char_pos_get...
2011-07-12 tasnEvas text: Fixed mistake in comment.
2011-07-12 tasnEvas tests: Added various text object tests.
2011-07-12 tasnEvas bidi: Fixed typo DIRECTION_NATURAL -> DIRECTION_NE...
2011-07-12 tasnEvas tests: Added textblock replacement char tests.
2011-07-12 tasnEvas tests: Also test EVAS_TEXTBLOCK_CURSOR_BEFORE...
2011-07-12 tasnEvas tests: Added hinting change coverage to textblock.
2011-07-12 tasnEvas tests: Added various text wrapping + ellipsis...
2011-07-12 tasnEvas tests: More textblock style padding tests.
2011-07-11 tasnEvas tests: Add more style tests to verify bug fixed...
2011-07-11 tasnEvas textblock: Fixed style padding calculation.
2011-07-11 tasnEvas tests: Added a test to verify the last bug is...
2011-07-11 tasnEvas textblock: Fixed an issue with escaped-html-like...
2011-07-11 tasnEvas tests: More textblock tests.
2011-07-11 tasnEvas tests: Added tests for evas_textblock_cursor_range...
2011-07-11 tasnEvas: Move the HAVE_TESTS define to the m4 macro.
2011-07-11 tasnEvas: Added HAVE_TESTS to config.h
2011-07-11 tasnEvas tests: Added a test for evas_textblock_node_format...
2011-07-11 tasnEvas tests: Added tests to evas_textblock_node_format_r...
2011-07-11 tasnEvas tests: Add another textblock test.
2011-07-11 tasnEvas tests: Improved textblock tests.
2011-07-11 tasnEvas textblock: Removed useless function.
2011-07-11 tasnEvas tests: Added various text and textblock tests.
2011-07-11 tasnEvas tests: Added more textblock tests, including one...
2011-07-11 tasnEvas textblock: Fixed an issue with string_escaped_get.
2011-07-11 tasnEvas textblock: Fixed an error in docs.
2011-07-11 tasnEvas tests: Added more textblock tests, including one...
2011-07-11 tasnEvas textblock: Fixed evas_textblock_cursor_format_prev.
2011-07-11 tasnEvas textblock: Deprecated evas_textblock_cursor_set_at...
2011-07-11 tasnEvas textblock: Fixed a confusing parameter name.
2011-07-11 tasnEvas tests: Added more textblock tests, including a...
2011-07-11 tasnEvas textblock: Hopefully eliminate all issues with...
2011-07-11 hermetevas/evas_engine - patched by Seung-Soo Woo.
2011-07-11 mike_mevas: fix _evas_jpeg_membuf_src_skip bug
2011-07-10 tasnEvas tests: Added a bunch of text object tests.
2011-07-10 tasnEvas: Updated .gitignore.
2011-07-10 tasnEvas tests: Added a basic evas_objet_text test.
2011-07-10 tasnEvas tests: Added some more textblock tests.
2011-07-10 tasnEvas tests: Added a lot more textblock tests.
2011-07-10 tasnEvas textblock: Fixed evas_textblock_cursor_eol_get.
2011-07-10 tasnEvas textblock: Fixed cursor_paragraph_text_length_get.
2011-07-10 tasnEvas textblock: Fixed a bug in _paragraph_char_last...
2011-07-10 tasnEvas tests: Added a test to verify the last issue I...
2011-07-10 tasnEvas textblock: Fixed returned position of "clean"...
2011-07-10 tasnEvas tests: Added textblock tests.
2011-07-10 tasnEvas textblock: textblock_cursor_get's return should...
2011-07-09 devilhornsEvas: Fix building xcb backend as static.
2011-07-09 devilhornsEvas: Remove 'double =' signs from configure --help...
2011-07-09 sachieldon't build ecore-evas when statically building softwar...
2011-07-09 devilhornsEvas: Add ability to detect if opengl is built w/ xlib...
2011-07-09 devilhornsEvas: Remove dependency on xcb-aux and add code to...
2011-07-09 sachielFollow portability advice from Master vtorri.
2011-07-09 caroAdd unit tests + coverage support to evas, for Tasn.
2011-07-09 carofix maintainer-clean rule
2011-07-09 sachielFix building gl_xlib as a static module
2011-07-09 sachielDon't try to build examples if dependencies are not...
2011-07-08 glima[evas] Documenting/exemplifying the following:
2011-07-08 seozevas Evas.h/Evas_GL.h: Removed trailing whitespaces.
2011-07-08 devilhornsEvas: Commit new XCB engine code for Evas.
2011-07-08 devilhornsEvas: Fix building of gl engine w/ new autofoo stuffs.
2011-07-08 devilhornsEvas: Fix up the check_engine macros for xcb engine...
2011-07-08 devilhornsEvas: Fixup autofoo for compiling new xcb engine.
2011-07-08 devilhornsEvas: Add myself to authors.
2011-07-07 glima[evas] More love to image object's documentation group.
2011-07-07 cedricevas: update ChangeLog.
2011-07-07 cedricevas: prevent infinite insertion of object during recal...
2011-07-07 tasnEvas events: Added evas_event_refeed_event.
2011-07-06 glima[evas] Just explaining more the main top function block...
2011-07-06 glima[evas] Documenting/exemplifying the following:
2011-07-06 glima[evas] typos
2011-07-06 glima[evas] Documenting/exemplifying the following:
next