Youness Alaoui
dde5848ab1
edje: Fix segfault when deleted part stays in the hash table
...
SVN revision: 79616
11 years ago
Bruno Dilly
af8b2ce2ce
edje: add example of messages handling (receiving /
...
sending)
All types!
SVN revision: 79589
11 years ago
Bruno Dilly
74bc2de752
edje examples: update edc examples list on makefile
...
It was outdated.
SVN revision: 79588
11 years ago
Bruno Dilly
a0bd3bc00f
edje player: support message sending
...
SVN revision: 79587
11 years ago
Bruno Dilly
7f9b327c16
edje player: fix typos / break big line of output
...
SVN revision: 79586
11 years ago
Daniel Juyung Seo
69dff9f94a
edje edje_cc_handlers.c: Fixed wrong documentation.
...
SVN revision: 79530
11 years ago
Rui Seabra
bf9ce78446
The previous commit was a slight fix on the efl spec for an error I made, its comment applies to this commit: adapt rpm specs to the new efl dependency instead of several independent dependencies.
...
SVN revision: 79419
11 years ago
Stefan Schmidt
1a67ae19a4
edje: Remove unused var which was introduced very recently.
...
SVN revision: 79330
11 years ago
Daniel Willmann
c5996880a6
edje: Add embryo function get_image_id
...
This makes it possible to change the image from an embryo script
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 79327
11 years ago
Vincent Torri
80910393d6
merge: add evas tests and examples
...
SVN revision: 79300
11 years ago
Carsten Haitzler
121c87e091
improve readability of image find in edje. :)
...
SVN revision: 79107
11 years ago
Carsten Haitzler
23f5f378fe
remove a memcpy and strlen and just delcare (sure compiler places
...
bytes on stack for us as opposed to memcpy... let's assume it'll be as
good as memcpy or better :)).
SVN revision: 79106
11 years ago
Vincent Torri
216445552d
Edje fix installation of edje_recc on cygwin
...
Patch by Yaakov Selkowitz
SVN revision: 79103
11 years ago
Daniel Juyung Seo
156671674b
edje edje_codegen.c: Fixed 'may be used uninitialized' warnings.
...
SVN revision: 79008
11 years ago
Daniel Juyung Seo
99ce2c390e
edje edc.vim: Added minmul to edc vim keyword.
...
SVN revision: 78965
11 years ago
Jihoon Kim
6ba18e57d2
edje_entry: remove trailingspace
...
SVN revision: 78837
11 years ago
Jihoon Kim
d5609b7f62
edje_entry: fix typos
...
SVN revision: 78835
11 years ago
ChunEon Park
5614f76e31
edje -- fix tab space
...
SVN revision: 78819
11 years ago
ChunEon Park
2fbf887eda
edje - don't update map uv for proxy
...
SVN revision: 78818
11 years ago
ChunEon Park
3a99b1234e
edje/text - update text classes correctly if they are changed.
...
SVN revision: 78741
11 years ago
ChunEon Park
e12b7f2477
edje/util - clean the white spaces & trailings
...
SVN revision: 78740
11 years ago
Carsten Haitzler
1441df778c
fix: use max compression not default compression for edje_cc.
...
SVN revision: 78699
11 years ago
Igor Murzov
61bf192dcb
Fix typos: s/Ejde/Edje/g
...
Patch by: Igor Murzov <e-mail@date.by>
SVN revision: 78621
11 years ago
Daniel Zaoui
716b093d3e
Forgot since 1.8 to the new descriptions. Commit before Vincent kills me.
...
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78600
11 years ago
Daniel Zaoui
49abb98ae9
Added descriptions to Eo defines
...
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78599
11 years ago
Tom Hacohen
0b036b4782
Edje entry: Fix update of cursor with IMF and user_insert.
...
Was missing, now cursor updates like it should.
SVN revision: 78587
11 years ago
Christopher Michael
ff70ee29df
Edje: Fix warning: comparison between signed and unsigned integer
...
expressions
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78580
11 years ago
Michael BOUCHAUD
6b8370eb78
edje: oops ^^
...
SVN revision: 78532
11 years ago
Michael BOUCHAUD
56f5ad6e4b
edje: fix scale set on box and table
...
SVN revision: 78517
11 years ago
Cedric BAIL
53292d89ca
edje: let edje_cc warning get through edje_watch.
...
SVN revision: 78498
11 years ago
Daniel Zaoui
05031a3631
Fix for elementary_codegen and edje_codegen
...
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78436
11 years ago
Daniel Zaoui
d372006da4
Compilation fixes
...
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78435
11 years ago
Gustavo Sverzut Barbieri
3519c6e92e
oops... thanks stefan and build bot.
...
I don't have eo here, so I can't test newer edje... not even compile :-P
SVN revision: 78413
11 years ago
Stefan Schmidt
cedf5d0cf9
Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
...
Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.
SVN revision: 78409
11 years ago
Gustavo Sverzut Barbieri
0647d5d54c
abort if cannot create /tmp file for cpp (epp).
...
one user complained that if /tmp wasn't writable (...?) it would keep
going but would abort with a message that his #define were not being
replaced, which is strange.
at the end the reason was it did not abort on mkstemp() failure.
SVN revision: 78408
11 years ago
Christopher Michael
ca5ce36b69
Edje: Fix uninitialized variable warning.
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78357
11 years ago
Christopher Michael
74419525cf
Edje: Makes no sense to call evas_object_evas_get Again when we
...
previously called it a few lines above.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78356
11 years ago
Daniel Zaoui
4eb9ea7587
Fix for amalgamation.
...
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78325
11 years ago
Daniel Zaoui
bdc4de91cd
Fix edje_edit. Didn't see that the base of the Edje_edit is not a
...
pointer. Changed it to satisfy Eo requirements.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78306
11 years ago
Daniel Zaoui
fdd87314b2
Edje porting to Eo
...
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78305
11 years ago
Daniel Juyung Seo
b8297e6823
edje .gitignore: updated .gitignore.
...
SVN revision: 78110
11 years ago
Cedric BAIL
50451f9817
edje: fix visibility issue.
...
SVN revision: 78044
11 years ago
ChunEon Park
4c8e4957e7
[E-devel] [patch][edje] redefinition of typedef 'Edje_Pick_Data'
...
dear all, hello
the attached patch is for removing redefinition of typedef
'Edje_Pick_Data'. that's it. :-)
cordially,
shinwoo kim.
Signed-Off-By:Kim Shinwoo <kimcinoo.efl@gmail.com>
SVN revision: 78040
11 years ago
Cedric BAIL
ff3b6058d8
edje: add edje_pick.
...
Patch by Aharon Hillel <a.hillel@samsung.com>.
The purpose of edje_pick is to let people build their own theme
by picking interesting group from other theme.
There is still many fixme left in the code, so consider this alpha.
Expect Aharon to send patch to remove them very soon.
SVN revision: 78038
11 years ago
WooHyun Jung
311ea71f36
edje/edje_entry : Add more tags(preedit_sub1~4) for supporting a
...
variety of preediting states.
SVN revision: 77731
11 years ago
KoziarekBeata
698265a251
From: KoziarekBeata <b.koziarek@samsung.com>
...
Subject: [E-devel] [Edje][Patch] Patch with NULL checks for some
functions in edje_entry file
This patch contains NULL checks for some functions in edje_entry file.
Lack of these NULL checks after calling these function causes
segmentation faults.
SVN revision: 77719
11 years ago
Sebastian Dransfeld
83e1c68da5
edje: remove unused variable
...
SVN revision: 77623
11 years ago
Flavio Vinicius Alvares Ceolin
2bb2e95271
edje_codegen: Fixing a small problem with programs
...
Generating code even when there is no signal and/or source
in a program with SIGNAL_EMIT action.
SVN revision: 77330
11 years ago
Stefan Schmidt
27e48050d4
edje_entry: Fix mem leak and get rid of useless calloc here.
...
We could leak here if the next condition is true. And more important we calloc
in just 6 lines below again. From the log it seems this was just not catched
in a rewrite of this part of the code.
SVN revision: 77319
11 years ago
Mike McCormack
70c99a039e
Update git ignore files
...
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 77217
11 years ago