summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-05efl: actually test and make pkgbuild work.Carsten Haitzler (Rasterman)2-21/+42
2013-06-05evas: Standardize autofoo makefile.am for binary loaders to look like the res...Carsten Haitzler (Rasterman)1-8/+2
2013-06-05evas: mirror partial swap fix in wl egl and move to alloca for rect buf.Carsten Haitzler (Rasterman)2-9/+6
2013-06-05evas: fix partual swap rect output list - coords wrong.Carsten Haitzler (Rasterman)1-1/+1
2013-06-05Evas: fix gif cannot decode alpha value correctly.Jiyoun Park3-9/+29
2013-06-05edje/edje_program - clean codeChunEon Park1-1241/+1241
2013-06-05edje/main - incorrect size setChunEon Park1-1/+1
2013-06-04edje_cc: Add -dd/--data_dir optionEduardo Lima (Etrunko)3-3/+24
2013-06-04evas/wayland_egl: Workaround for map perspective issues.Rafael Antognolli1-2/+2
2013-06-04evas: let's welcome this nice set of bug fixes.Cedric Bail3-0/+6
2013-06-04evas/cserve2: fix jpeg loader crash (invalid free)Jean-Philippe Andre1-4/+5
2013-06-04evas/cserve2: fix crash in server side when sending SIGINT.Jean-Philippe Andre1-17/+23
2013-06-04evas/cserve2: fix SIGFPE in expedite test case.Jean-Philippe Andre1-2/+5
2013-06-04evas/cserve2: fix crash in cserve2's font loading mechanism.Jean-Philippe Andre1-10/+27
2013-06-04evas/cserve2: fix memory leak when changing font hinting.Jean-Philippe Andre1-0/+11
2013-06-04evas/cserve2: add lots of error checks in the client side.Jean-Philippe Andre4-128/+270
2013-06-04match egl changes in x11 with wl.Carsten Haitzler (Rasterman)1-9/+2
2013-06-04evas gl: do not assume querying extension strings are extns in glx and egl.Carsten Haitzler (Rasterman)2-24/+4
2013-06-04eet: for more safety let eet handle the reference to the file.Cedric Bail1-2/+2
2013-06-04eina: add eina_file_dup.Cedric Bail4-1/+22
2013-06-04evas: refactorize gl texture creation code.Cedric Bail1-59/+42
2013-06-04evas: make it usable from modules.Cedric Bail2-3/+3
2013-06-04evas/cserve2: fix fonts flags.Jean-Philippe Andre3-6/+7
2013-06-04edje - use Eina_BoolChunEon Park3-22/+22
2013-06-04edje/edje_cc_parser - support [] markers for indexing valuesChunEon Park1-4/+37
2013-06-04NEWS: little cleanup of news.Cedric Bail1-44/+51
2013-06-04evas: correctly detect if loader support asynchronous preloading.Cedric Bail6-13/+18
2013-06-04evas: add support for engine specific extention during thread task.Cedric Bail8-18/+94
2013-06-04ecore: actually return the real value, even if they were the same in this case.Cedric Bail1-1/+1
2013-06-04evas: add infra to block the main loop from evas.Cedric Bail2-1/+144
2013-06-03Support for -1.0 @ text ellipsis fields -- for not ellipsizing it at all.Ederson Desouza3-2/+9
2013-06-03edje/edje_cc - remove white spacesChunEon Park1-520/+520
2013-06-03Eo: improve error message.Daniel Zaoui1-2/+2
2013-06-03fill in news/changelogs i've been too lazy to put in. :) *BAD RASTER*Carsten Haitzler (Rasterman)2-1/+117
2013-06-03fix edje parts of type GROUP on size min calc to calc the child groups tooCarsten Haitzler (Rasterman)3-2/+21
2013-06-03evas: Fix evas gif image loader for libgif version 5Simon1-1/+16
2013-06-03edje_entry: password entry should not be selected when doublc clickedRyuan Choi1-12/+3
2013-05-31add embryo params for proxy src visible/clipMike Blumenkrantz3-2/+54
2013-05-31evas - fixed source clip. If the source object is a evas primitive object, th...ChunEon Park3-16/+47
2013-05-31fix slowdown as a result of fixing text ascent/descent for fontsets from tom.Carsten Haitzler (Rasterman)2-0/+17
2013-05-31edje - support edc proxy.source_clipChunEon Park8-5/+29
2013-05-31continuation of ascent/descent fix by tom - make textblock work too.Carsten Haitzler (Rasterman)1-4/+44
2013-05-31Add new wayland_egl engine that does buffer age, double/tripleChris Michael2-39/+2272
2013-05-31Add evas_wl_main file.Chris Michael1-0/+307
2013-05-31Add start of new wayland_egl engine code.Chris Michael1-0/+374
2013-05-31Add evas_engine header fileChris Michael1-0/+82
2013-05-31Add new Evas_Engine_Wayland_Egl header.Chris Michael1-0/+47
2013-05-31Remove old wayland_egl engine code in prep for rewrite to use gl_common.Chris Michael4-4280/+0
2013-05-31edje - support edc source_visibleChunEon Park8-5/+39
2013-05-31edje - indent fix.ChunEon Park1-1098/+1097