Cedric BAIL
8ad4e0c02e
edje: report type of file when listing files used by an edc.
...
SVN revision: 76095
11 years ago
Jihoon Kim
509a28a47c
ecore_imf: add ECORE_IMF_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN type
...
SVN revision: 76094
11 years ago
Christopher Michael
5f704dd0bc
Evas: Update ChangeLog for Vince ;)
...
SVN revision: 75995
11 years ago
Carsten Haitzler
0e77364887
update header #defined versions to 1.8 to make sure new apis are used
...
in e17 only with ifdefs.
SVN revision: 75994
11 years ago
Carsten Haitzler
09d2cf7ad6
add 2 new illume sgs's and bump ecore version to 1.8 in svn as thats
...
now the api ver anyway.
SVN revision: 75990
11 years ago
Christopher Michael
90a436ca0c
Evas: When doing a move or geometry_get, we need to make sure that we
...
don't try to do these on the framespace clip object. Also, since we
need the evas to get the framespace clip object, just directly use the
framespace values from the canvas, rather than function call to get
those values.
SVN revision: 75989
11 years ago
Christopher Michael
cbedd76a1f
Evas: In the render stage, check obj->is_frame directly. No need for
...
another function call here. We have to object already available, just
check the property directly.
SVN revision: 75980
11 years ago
Tom Hacohen
ffafe9bbe0
Eo: Made benchmarking output a bit nicer.
...
SVN revision: 75961
11 years ago
Tom Hacohen
b9e11cf26e
Eo: optimised eo_op_class_get a bit. Can still make it better.
...
SVN revision: 75960
11 years ago
Carsten Haitzler
76fc983dc9
fmting.
...
:)
SVN revision: 75954
11 years ago
Igor Murzov
e42648154f
From: Igor Murzov <e-mail@date.by>
...
Subject: [E-devel] [PATCH][RESEND][Evas] WebP image loader
This patch adds a WebP image loader to Evas. No saver,
no animation support for now, just loader. Tested with
the libwebp-0.2.0 only, but should work fine with older
versions.
SVN revision: 75951
11 years ago
Jiyoun Park
e7d316dbc2
add error check code. service name have to be given.
...
SVN revision: 75949
11 years ago
Jiyoun Park
59fa846c97
need NULL checks in EAPI function.
...
patched by Sungho Kwak sungho.efl@gmail.com
SVN revision: 75946
11 years ago
Vincent Torri
0854fe7aba
Evas: Fix seg fault in the esvg loader, latest code is required, and enable it on Windows.
...
SVN revision: 75942
11 years ago
Tom Hacohen
72010bf66d
Eina bench: Added eina-bench-cmp to compare benchmarks.
...
This is just an adaptation of expedite-cmp to work nicely with eina bench.
This is useful for comparing benchmarks to spot regressions/improvements.
SVN revision: 75939
11 years ago
Jihoon Kim
906961530e
ecore_imf: describe default value of ecore_imf APIs
...
SVN revision: 75928
11 years ago
Gustavo Lima Chaves
388a888eeb
[evas] Document weight hints' defaults.
...
SVN revision: 75926
11 years ago
Gustavo Lima Chaves
ca29c68dc2
[evas] Document alignment hints' defaults.
...
SVN revision: 75925
11 years ago
Christophe Sadoine
0c2ecd5c1b
From: Christophe Sadoine <chris@indefini.org>
...
Subject: [E-devel] [patch] A function to rotate an evas map with a
quaternion
So this is a patch to rotate an evas map with a quaternion.
You can use this to avoid gimbal lock... for example in the elementary
evas map 3d test, if you put the Rot y angle to 90 then Rot x and Rot
z will do the same rotation...
SVN revision: 75920
11 years ago
Cedric BAIL
9bc594da39
ecore: add forgotten EAPI to Ecore_Con_Eet.
...
SVN revision: 75919
11 years ago
Christopher Michael
b27b93f255
Edje: Remove unused variable.
...
SVN revision: 75915
11 years ago
Cedric BAIL
0423ca5a36
ecore: Add Ecore_Con_Eet API.
...
SVN revision: 75910
11 years ago
Jerome Pinot
5008e82ac9
eeze: autotools
...
eeze/doc/img didn't made it to the dist package because of a missing slash.
Fix this and make the style consistent by removing the lonely $(srcdir).
SVN revision: 75886
11 years ago
Cedric BAIL
3da32a51aa
edje: check the number of parameter for edc.
...
SVN revision: 75876
11 years ago
Cedric BAIL
0008f2362f
ChangeLog: back in time.
...
SVN revision: 75875
11 years ago
Cedric BAIL
5e33eaa6c4
ChangeLog: state we did a release.
...
SVN revision: 75873
11 years ago
Carsten Haitzler
d22ca53faa
and up ver to 1.7.99 now in svn. nack to svnrev num at end.
...
SVN revision: 75869
11 years ago
Christopher Michael
d021536d2b
Ecore_X: We can still get output resources even if 'num' is not passed
...
in.
SVN revision: 75868
11 years ago
Christopher Michael
eb8665bfd4
Ecore_X: Formatting.
...
SVN revision: 75867
11 years ago
Cedric BAIL
f82152f150
eio: fix memory leak when using file associate.
...
SVN revision: 75854
11 years ago
Carsten Haitzler
19af039b30
add missing EAPI's for ethmub.c for symbols exposed to ethumb plugins.
...
SVN revision: 75843
11 years ago
Christopher Michael
897c5a6e46
Ecore_Evas (wayland_egl): Be sure to call buffer attach after we show
...
the window so that the allocated size gets updated.
SVN revision: 75828
11 years ago
Christopher Michael
d8d45e5808
Evas: Update ChangeLog.
...
SVN revision: 75827
11 years ago
Christopher Michael
871a47258d
Evas (wayland_egl): Add support for Multi-Sample Anti-Aliasing and GL
...
Direct Images. Add support for using native image binding. Add support
for setting GL surface capabilities. Fix up some overrides to be in
the proper place (glsym vs evgl).
NB: Yes, it is a bit large of a change during freeze, but there are no
API changes here, and it is well tested. Nothing broken (beyond what
was already broken).
SVN revision: 75826
11 years ago
Christopher Michael
6e1370787a
Ecore: Update changelog w/ cnp addition.
...
SVN revision: 75824
11 years ago
Mike Blumenkrantz
ce18403541
fix weird ecore-ipc leak
...
SVN revision: 75822
11 years ago
Cedric BAIL
ee2e1b6a71
edje: oopsie.
...
SVN revision: 75817
11 years ago
Cedric BAIL
a1ae5b21ce
edje: don't leak memory on edje block error during signal emit.
...
SVN revision: 75815
11 years ago
Christopher Michael
e7d8ab323c
Ecore_Wayland: Add Copy-n-Paste support for Ecore Wayland.
...
NB: Based on initial work from Alex <zhiwen.wu@intel.com> (thanks for
the patch), but modified to clean up compiler warnings, fixed function
declarations, fixed function namespacing.
SVN revision: 75809
11 years ago
Cedric BAIL
26de40cb12
edje: fix a leak when propagating signal to GROUP part.
...
SVN revision: 75808
11 years ago
Cedric BAIL
e629c76ecd
ecore: fix leak of evas_render_update list.
...
SVN revision: 75807
11 years ago
Daniel Juyung Seo
6d3116303f
eet ChangeLog, NEWS: Updated ChangeLog and NEWS for r75552.
...
SVN revision: 75802
11 years ago
Gustavo Lima Chaves
c0b425d2ca
[edje] Sanely handle no-op conditions on text setting funcs (and docs++).
...
SVN revision: 75798
11 years ago
Bruno Dilly
09f40167fe
emotion: fix tracks info free
...
fix free with pointer not nullified
SVN revision: 75797
11 years ago
Bruno Dilly
4e31ca015e
emotion: revert "free channels only if there's channel
...
to free"
This reverts commit rev 75741.
SVN revision: 75796
11 years ago
Carsten Haitzler
de76a70b6b
this breaks lots of stuff. terminology, e.... i got yself a blank
...
screen at 12:45am thanks to this. rvrt. :)
SVN revision: 75795
11 years ago
Mike Blumenkrantz
30c27d515c
null checks for str split
...
SVN revision: 75787
11 years ago
Tom Hacohen
0d5d5af271
Edje vim: added ellipsis (correct spelling) as a keyword.
...
SVN revision: 75785
11 years ago
Alex Wu
0521b43310
edje: backward-compatible to "BLOCK_HANDLE" select_mode.
...
From: Alex Wu <zhiwen.wu@linux.intel.com>
SVN revision: 75783
11 years ago
Eduardo de Barros Lima
aef9e7497c
edc.vim: Added instructions
...
SVN revision: 75782
11 years ago