aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* evas: evas_gl - Got rid of resource pool in favor of creation on demand.HEADmasterSung W. Park2013-03-043-130/+27
* eina: forgotten include that borked debug build.Cedric BAIL2013-03-042-1/+3
* evas: fix typos.Cedric BAIL2013-03-041-2/+2
* eina: improve logging and debugging infra for Eina_Cow.Cedric BAIL2013-03-041-2/+19
* efl/evas/text: Fix rendering issue with changed texts of same sizePaulo Cavalcanti2013-03-043-0/+23
* ecore: fix build with setjmp.Cedric BAIL2013-03-041-2/+2
* Eo tests: when comparing logs, ignore anything below warnings.Tom Hacohen2013-03-011-0/+9
* ecore/wayland: Adjust @since versions to 1.7.6.Rafael Antognolli2013-02-281-5/+5
* Add a new API to edbus to let it create an EDbus session fromdavemds2013-02-282-0/+39
* Evas textblock: Fixed "high" text size adjustments for multiple paragraphs.Tom Hacohen2013-02-281-1/+1
* Evas textblock: Added proper size adjustments for "high" shaped texts.Tom Hacohen2013-02-283-14/+98
* ecore_evas/wayland: Call _ecore_evas_wayland_resize on window configure.Rafael Antognolli2013-02-283-1/+10
* ecore_evas/wayland: Update window size when receiving compositor event.Rafael Antognolli2013-02-281-0/+26
* evas/wayland_shm: Add evas_swapper_reconfigure().Rafael Antognolli2013-02-283-2/+62
* fix edje program filtersMike Blumenkrantz2013-02-281-1/+1
* fix edje SPACER part custom statesMike Blumenkrantz2013-02-281-0/+1
* evas - updated doc.ChunEon Park2013-02-281-0/+1
* evas - use uppper case in the doc.ChunEon Park2013-02-281-2/+2
* edje entry: set cursor position of selection start in selection modeJihoon Kim2013-02-281-2/+20
* eina: eina_strlcat now work with NULL src.Cedric BAIL2013-02-281-9/+12
* emotion_test is now able to play streams from webcams (and other sources maybe)davemds2013-02-271-1/+19
* evas/common - scale sample code optimizationChunEon Park2013-02-271-10/+13
* emotion: improve portability of Emotion Generic by using EFL more.Cedric BAIL2013-02-273-72/+113
* ecore: extend Ecore_Pipe API to make it more useful.Cedric BAIL2013-02-272-16/+63
* Fix valid variable check.Christopher Michael2013-02-271-1/+1
* Fix incorrect variable check.Christopher Michael2013-02-271-1/+1
* evas/common - declare a var in function head.ChunEon Park2013-02-271-2/+3
* evas/wayland_egl: Fix build error caused by wrong assignment.Rafael Antognolli2013-02-261-1/+1
* efl: Fixes to support compiling with CFLAGS=-WerrorHenrique Dante de Almeida2013-02-265-24/+40
* Evas: Fixed wrong EINA_UNUSED usage in the gl_x11 engine.Christopher Michael2013-02-261-4/+4
* evas: Deal with double glShaderSource signatureHenrique Dante de Almeida2013-02-263-3/+5
* ephysics: turn EPhysics_Body into a POD-type structHenrique Dante de Almeida2013-02-262-12/+23
* ethumb: Support strict aliasing rules in MD5 codeHenrique Dante de Almeida2013-02-262-16/+20
* evas: Fix PSD image loadingHenrique Dante de Almeida2013-02-262-2/+2
* ecore: Fix _ecore_glib_selectHenrique Dante de Almeida2013-02-261-17/+30
* evas: Fix buffer overflows on environment variablesHenrique Dante de Almeida2013-02-265-5/+5
* Fix evas GL common engine to have a shader to do oversampling onCarsten Haitzler (Rasterman)2013-02-2681-203/+2250
* oops - still had printfs. remove.Carsten Haitzler (Rasterman)2013-02-261-11/+1
* Evas text: Fixed a bug with the (kinda) newly added text object ellipsis.Tom Hacohen2013-02-252-13/+33
* Evas text: Added a test that shows how broken ellipsis is.Tom Hacohen2013-02-251-0/+32
* Evas text tests: Start shipping DejaVuSans with the test suite.Tom Hacohen2013-02-254-8/+22
* Evas: Fixed wrong if in the x11 engine.Christopher Michael2013-02-251-1/+1
* * evas/cache: remove the freed worker from the pthread worker list when it's ...ChunEon Park2013-02-251-0/+1
* evas/cache - formattingChunEon Park2013-02-251-40/+34
* evas/common - scale sample code refactoring. simpler and more effcient.ChunEon Park2013-02-231-50/+56
* ecore_imf_example: call ecore_imf_context_filter_event in mouse up/down eventJihoon Kim2013-02-231-2/+29
* ecore_imf_example: remove unused variable, fix warningJihoon Kim2013-02-231-6/+7
* Edje entry fit: Set the min size according to the fitting as well.Tom Hacohen2013-02-221-47/+47
* Edje entry fit: Set the min/max sizes according to the fitting, not before.Tom Hacohen2013-02-221-28/+29
* evas/common - return function as soon as possible.chuneon.park2013-02-221-4/+4