platform/upstream/efl.git
2011-07-11 Tom HacohenEvas textblock: Fixed an issue with string_escaped_get.
2011-07-11 Tom HacohenEvas textblock: Fixed an error in docs.
2011-07-11 Tom HacohenEvas tests: Added more textblock tests, including one...
2011-07-11 Tom HacohenEvas textblock: Fixed evas_textblock_cursor_format_prev.
2011-07-11 Tom HacohenEvas textblock: Deprecated evas_textblock_cursor_set_at...
2011-07-11 Tom HacohenEvas textblock: Fixed a confusing parameter name.
2011-07-11 Tom HacohenEvas tests: Added more textblock tests, including a...
2011-07-11 Tom HacohenEvas textblock: Hopefully eliminate all issues with...
2011-07-11 ChunEon Parkevas/evas_engine - patched by Seung-Soo Woo.
2011-07-11 Mike McCormackecore: Fix logic bug in g_main_loop
2011-07-11 Jiyoun Parkevas: fix _evas_jpeg_membuf_src_skip bug
2011-07-11 Mike McCormackecore: Ignore new binary ecore_test
2011-07-11 Mike McCormackecore: Comment missing example
2011-07-10 Tom HacohenEvas tests: Added a bunch of text object tests.
2011-07-10 Tom HacohenEvas: Updated .gitignore.
2011-07-10 Tom HacohenEvas tests: Added a basic evas_objet_text test.
2011-07-10 Tom HacohenEvas tests: Added some more textblock tests.
2011-07-10 Tom HacohenEvas tests: Added a lot more textblock tests.
2011-07-10 Tom HacohenEvas textblock: Fixed evas_textblock_cursor_eol_get.
2011-07-10 Tom HacohenEvas textblock: Fixed cursor_paragraph_text_length_get.
2011-07-10 Tom HacohenEvas textblock: Fixed a bug in _paragraph_char_last...
2011-07-10 Tom HacohenEvas tests: Added a test to verify the last issue I...
2011-07-10 Tom HacohenEvas textblock: Fixed returned position of "clean"...
2011-07-10 Tom HacohenEvas tests: Added textblock tests.
2011-07-10 Tom HacohenEvas textblock: textblock_cursor_get's return should...
2011-07-10 David Walter... Fix ancient typo, and make them all consistant.
2011-07-09 Christopher... Evas: Fix building xcb backend as static.
2011-07-09 Christopher... Evas: Remove 'double =' signs from configure --help...
2011-07-09 Iván Brianodon't build ecore-evas when statically building softwar...
2011-07-09 Iván Brianokeep'em consistent
2011-07-09 Christopher... Evas: Add ability to detect if opengl is built w/ xlib...
2011-07-09 Christopher... Evas: Remove dependency on xcb-aux and add code to...
2011-07-09 Vincent TorriEina : lock (win32) : fix compilation
2011-07-09 Iván BrianoFollow portability advice from Master vtorri.
2011-07-09 Vincent TorriAdd unit tests + coverage support to evas, for Tasn.
2011-07-09 Vincent Torrifix maintainer-clean rule
2011-07-09 Iván BrianoFix building gl_xlib as a static module
2011-07-09 Iván BrianoDon't try to build examples if dependencies are not...
2011-07-08 Rafael Antognolliecore/ecore_con - add more reference doc to some functions.
2011-07-08 Rafael Antognolliecore/ecore_con - Add simple examples of ecore_con_url...
2011-07-08 Rafael Antognolliecore/ecore_con - Move documentation from .c to .h.
2011-07-08 Gustavo Lima... [evas] Documenting/exemplifying the following:
2011-07-08 Daniel Juyung Seoevas Evas.h/Evas_GL.h: Removed trailing whitespaces.
2011-07-08 Mike McCormackecore: Don't come out of idle because due to idlers
2011-07-08 Mike McCormackecore: Check signals in glib prepare only
2011-07-08 Mike McCormackecore: Check for pending before entering g_main_loop
2011-07-08 Mike McCormackecore: Only check timers on zero time left
2011-07-08 Mike McCormackecore: Fix unused variable warnings
2011-07-08 Mike McCormackecore: Build with -Wall -W by default
2011-07-08 Mike McCormackecore: Add test for timers created from idlers
2011-07-08 Mike McCormackecore: Add a main loop test
2011-07-08 Mike McCormackecore: Remove redundant if statement
2011-07-08 Christopher... Evas: Commit new XCB engine code for Evas.
2011-07-08 Christopher... Evas: Fix building of gl engine w/ new autofoo stuffs.
2011-07-08 Christopher... Evas: Fix up the check_engine macros for xcb engine...
2011-07-08 Christopher... Evas: Fixup autofoo for compiling new xcb engine.
2011-07-08 Christopher... Evas: Add myself to authors.
2011-07-07 Gustavo Lima... [evas] More love to image object's documentation group.
2011-07-07 Jonas M. GastalEina: Adding diagrams for eina list macros.
2011-07-07 Jonas M. GastalEcore: Ecore_Animator example.
2011-07-07 Jonas M. GastalEcore: Improved ecore_animator documentation.
2011-07-07 Iván BrianoLittle errors no one cares about, but make thread-less...
2011-07-07 Rafael Antognolliecore/ecore_con - If argument is EINA_FALSE, set the...
2011-07-07 Rafael Antognolliecore/ecore_con - Set timer pointers to NULL when exiti...
2011-07-07 Cedric BAILevas: update ChangeLog.
2011-07-07 Cedric BAILevas: prevent infinite insertion of object during recal...
2011-07-07 Tom HacohenEvas events: Added evas_event_refeed_event.
2011-07-07 Jihoon Kimecore-imf: Add APIs for virtual keyboard support
2011-07-07 Mike McCormackecore: Remove unnecessary debugging output
2011-07-07 Mike McCormackecore: Make sure signals break from the main loop
2011-07-07 Mike McCormackecore: Update translations
2011-07-07 Mike McCormackecore: Fix thread check for quicklaunch
2011-07-07 Carsten Haitzlertypo fix!
2011-07-07 Jihoon KimFrom: Jihoon Kim <jihoon48.kim@samsung.com>
2011-07-07 Daniel Juyung Seoedje/ecore/eina: Updated documentaton for version number.
2011-07-06 Bruno DillyEcore File Download: don't mess with Ecore_Con event...
2011-07-06 Gustavo Lima... [evas] Just explaining more the main top function block...
2011-07-06 Nicolas AguirreEet : correction for make distcheck
2011-07-06 Gustavo Lima... [evas] Documenting/exemplifying the following:
2011-07-06 Iván BrianoExpand Ecore_Thread docs.
2011-07-06 Rafael Antognollieina/hash - Add examples to list and fix doc of some...
2011-07-06 Rafael Antognollieina/hash - Add example that demonstrate many ways...
2011-07-06 Rafael Antognollieina/hash - Added examples that use different types...
2011-07-06 Rafael Antognollieina/hash - improve performance comparison between...
2011-07-06 Jonas M. GastalEina: Improving eina_accessor documentation.
2011-07-06 Jonas M. GastalEina: Improvements to eina_list's documentation.
2011-07-06 Jonas M. GastalEina: Improvement to eina_iterator's documentation.
2011-07-06 Jonas M. GastalEina: Improvements to eina_array's documentation.
2011-07-06 Gustavo Lima... [evas] typos
2011-07-06 Gustavo Lima... [evas] Documenting/exemplifying the following:
2011-07-06 Mike McCormackecore: Remove most #ifdef HAVE_EPOLL blocks
2011-07-06 Mike McCormackecore: Remove most HAVE_TIMERFD_CREATE ifdefs
2011-07-06 Mike McCormackecore: Use timerfd with g_main_loop
2011-07-06 Carsten Haitzlerprovide alpha set call for buffer canvas in ecore-evas...
2011-07-06 Carsten HaitzlerFix bug in in mouse grabs while frozen events are in...
2011-07-06 Tom HacohenEvas textblock: Fixed _cursor_char_coord_set with coord...
2011-07-06 Tom HacohenEvas textblock: Fixed weird cursor behavior with empty...
2011-07-06 Daniel Juyung Seoevas evas_map.c: Added warning messages to some codes...
2011-07-05 Gustavo Lima... [evas] Documenting and exemplifying the following:
2011-07-05 Jonas M. GastalMaking evas doc work with IE8 and IE9(copied from ecore).
next