summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eina: populate memory in the right limit.efl-1.8Cedric BAIL2016-09-191-1/+3
* ecore_evas: fix forgotten call to post render callback.Cedric BAIL2015-10-081-0/+2
* evas: fix use after free.Cedric BAIL2015-03-241-1/+4
* evas textgrid - fix drawing of codepoints that are 0Carsten Haitzler (Rasterman)2015-01-071-3/+4
* Revert "evas: GL_X11 context need to always be with alpha or it will fail to ...Eduardo Lima (Etrunko)2014-10-203-5/+13
* evas: GL_X11 context need to always be with alpha or it will fail to change.Cedric BAIL2014-10-093-13/+5
* evas: GL_X11 - make sure to re-create the gl context when window visual changeJulien Isorce2014-09-301-2/+1
* evas: actually just define the right number of events.Cedric BAIL2014-09-021-2/+1
* evas: forgotten evas canvas event EVAS_CANVAS_EVENT_DEVICE_CHANGED.Cedric BAIL2014-09-022-0/+6
* evas: fix evas events order and count.Cedric BAIL2014-09-021-2/+3
* xlib: fix undefined behaviour when freeing colormap too earlyJulien Isorce2014-08-212-1/+4
* ecore_evas: Ecore_Evas_X - make sure that ecore evas post render is always ca...Cedric BAIL2014-08-211-0/+1
* lz4: fix another security issue on ARM 32bits.Cedric BAIL2014-07-141-3/+6
* Evas: Update for giflib 5.1 api changeDoug Newgard2014-07-041-0/+16
* lz4: fix possible security issue.Cedric BAIL2014-06-304-1720/+2615
* efreet: remove code duplicationSebastian Dransfeld2014-06-121-6/+2
* efreet: improve handling of merged menusSebastian Dransfeld2014-06-121-7/+25
* efreet: Correctly handle default merge dirSebastian Dransfeld2014-06-121-4/+2
* Updating catalan translationmaxerba2014-06-061-9/+11
* Updating galician, lithuanian and adding turkish translationsmaxerba2014-05-264-73/+282
* Updating translationsmaxerba2014-05-192-21/+30
* edje: check font change in edje text part cache infra.Cedric BAIL2014-03-172-2/+5
* edje/entry: fix to not emit "changed" signal in unnecessary cases of password...Youngbok Shin2014-03-071-1/+1
* release: Update NEWS and bump version for 1.8.6 releasev1.8.6Stefan Schmidt2014-03-032-2/+23
* Revert "evas: replace EINA_LIST_FREE to EINA_LIST_FOREACH_SAFE."Stefan Schmidt2014-03-031-1/+1
* evas: replace EINA_LIST_FREE to EINA_LIST_FOREACH_SAFE.WooHyun Jung2014-03-031-1/+1
* examples/evas: Set a proper format string for fprintfStefan Schmidt2014-02-281-2/+2
* ecore: @fix race condition when using ecore_main_loop_thread_safe_call_sync.Cedric Bail2014-02-271-2/+3
* Evas text utils: Fixed walking compound clusters.Tom Hacohen2014-02-191-4/+20
* Evas textblock tests: Add a wrapping test for complex cluster wrapping.Tom Hacohen2014-02-191-0/+8
* eina: allow eina_time_get to fall back to other clocks if the first one failsAlbin Tonnerre2014-02-121-7/+11
* Evas textblock: Fix rendering of spaces in some cases.Tom Hacohen2014-02-101-0/+1
* Evas textblock: Added a test for rendering of spaces in some cases.Tom Hacohen2014-02-101-0/+14
* Evas textblock: Fixed *_cursor_char_coord_set with some y values.Tom Hacohen2014-02-071-10/+15
* Evas textblock: Added tests for *_cursor_char_coord_set.Tom Hacohen2014-02-071-0/+4
* eina: restore magic debug option for ABI compatibility purpose.Cedric BAIL2014-02-051-2/+12
* edje freeze count can no longer become negativeMike Blumenkrantz2014-02-031-1/+2
* evas: fix tiler bug (makes evas get stuck in an infinite loop there in certai...Daniel Kolesa2014-01-301-1/+1
* evas: textgrid - fix crash in terminology with rare characters.Jean-Philippe Andre2014-01-291-5/+10
* Evas textblock: Fix selection with bidi text.Tom Hacohen2014-01-291-1/+2
* Evas textblock: Added a test for range geometry with bidi text.Tom Hacohen2014-01-291-0/+12
* Edje entry: Fix memory corruption (of by one in allocation).Tom Hacohen2014-01-281-1/+1
* Edje entry: Fix anchor href parsing.Tom Hacohen2014-01-271-2/+44
* release: Update NEWS and bump version for 1.8.5 releasev1.8.5Stefan Schmidt2014-01-272-6/+15
* embryo: force the insertion of a '/' in the path to be sure that file path ma...Cedric BAIL2014-01-241-3/+1
* eet_data: guarantee double-word alignment for temporary stack buffer.Gustavo Sverzut Barbieri2014-01-201-2/+2
* eina/mp/one_big: fix alignment issues.Gustavo Sverzut Barbieri2014-01-201-8/+23
* configure: include required NEON build flags.Gustavo Sverzut Barbieri2014-01-201-0/+3
* eina-inlist - handle prepend/append relative if list is null (empty)Carsten Haitzler (Rasterman)2014-01-201-2/+2
* eina: fix memory leak of inserting the wrong value in the hash.Cedric Bail2014-01-111-1/+1