framework/uifw/edje.git
13 years ago * edje: last fix due to edje eet breakage.
cedric [Fri, 13 Aug 2010 16:21:38 +0000 (16:21 +0000)]
* edje: last fix due to edje eet breakage.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51086 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: fix eet change.
cedric [Fri, 13 Aug 2010 16:06:50 +0000 (16:06 +0000)]
* edje: fix eet change.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51085 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: fix eet api break.
cedric [Fri, 13 Aug 2010 15:24:45 +0000 (15:24 +0000)]
* edje: fix eet api break.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51081 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agocompiler wrong! fix!
raster [Fri, 13 Aug 2010 10:04:37 +0000 (10:04 +0000)]
compiler wrong! fix!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51068 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFixing Macro
tiago [Thu, 12 Aug 2010 18:24:48 +0000 (18:24 +0000)]
Fixing Macro

Author:    Thiago Ribeiro Masaki <masaki at profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51055 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFix usage of data_set/get/etc in Edje_Edit
sachiel [Thu, 12 Aug 2010 17:49:28 +0000 (17:49 +0000)]
Fix usage of data_set/get/etc in Edje_Edit

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51052 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: only link edje_convert with eina and eet.
cedric [Thu, 12 Aug 2010 16:32:12 +0000 (16:32 +0000)]
* edje: only link edje_convert with eina and eet.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51051 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: fix segv when converting old theme with gradient.
cedric [Thu, 12 Aug 2010 15:29:00 +0000 (15:29 +0000)]
* edje: fix segv when converting old theme with gradient.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51049 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: fix memory leak.
cedric [Thu, 12 Aug 2010 15:05:56 +0000 (15:05 +0000)]
* edje: fix memory leak.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51046 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: fix some memleak issue.
cedric [Thu, 12 Aug 2010 12:58:54 +0000 (12:58 +0000)]
* edje: fix some memleak issue.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51033 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: move code around.
cedric [Wed, 11 Aug 2010 18:29:41 +0000 (18:29 +0000)]
    * edje: move code around.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51016 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoChanging return type of state_{add,del}. By Fidencio
tiago [Wed, 11 Aug 2010 16:23:50 +0000 (16:23 +0000)]
Changing return type of state_{add,del}. By Fidencio

Now, returning Eina_Bool instead of void, makes more sense.

Author:    Fabiano Fidencio <fidencio at profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51005 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoLittle improvements in gen code. By Fidencio
tiago [Wed, 11 Aug 2010 16:23:48 +0000 (16:23 +0000)]
Little improvements in gen code. By Fidencio

Avoiding that "normal" field of image and "font" field of text can be wrote as
NULL by edc generate.
Moreover, avoiding that defaults values are wrote with the default edc values.
ie:
    - transition: LINEAR 0.00 (in a program)
    - size: 0 (in a text)

Author:    Fabiano Fidencio <fidencio at profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51004 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoUpdating fnt collection to according with new edje. By Fidencio
tiago [Wed, 11 Aug 2010 16:23:45 +0000 (16:23 +0000)]
Updating fnt collection to according with new edje. By Fidencio

Author:    Fabiano Fidencio <fidencio at profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51003 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoUpdating img collection to according with new edje. By Fidencio.
tiago [Wed, 11 Aug 2010 16:23:43 +0000 (16:23 +0000)]
Updating img collection to according with new edje. By Fidencio.

Author:    Fabiano Fidencio <fidencio at profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51002 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFixing bad indentation in glima's commit. By Fidencio
tiago [Wed, 11 Aug 2010 16:23:40 +0000 (16:23 +0000)]
Fixing bad indentation in glima's commit. By Fidencio

Author:    Fabiano Fidencio <fidencio at profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51001 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoNo need for path in font_directory, and use the right key to store/find them
sachiel [Wed, 11 Aug 2010 14:24:03 +0000 (14:24 +0000)]
No need for path in font_directory, and use the right key to store/find them

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50999 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoCode generation for data block
tiago [Wed, 11 Aug 2010 12:51:41 +0000 (12:51 +0000)]
Code generation for data block

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50995 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoCode generation for collections and parts
tiago [Wed, 11 Aug 2010 12:51:39 +0000 (12:51 +0000)]
Code generation for collections and parts

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50994 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFix list of part types
tiago [Wed, 11 Aug 2010 12:51:36 +0000 (12:51 +0000)]
Fix list of part types

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50993 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoEdje: Fixed going to the start of the line.
tasn [Wed, 11 Aug 2010 09:40:21 +0000 (09:40 +0000)]
Edje: Fixed going to the start of the line.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50989 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoProperly store data values when changing them
sachiel [Tue, 10 Aug 2010 21:54:50 +0000 (21:54 +0000)]
Properly store data values when changing them

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50976 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAdding checkers to data and font lists get
tiago [Tue, 10 Aug 2010 14:25:10 +0000 (14:25 +0000)]
Adding checkers to data and font lists get

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50964 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoEdje: Fixed edje_object_part_text_cursor_content_get to handle non-english.
tasn [Tue, 10 Aug 2010 07:16:45 +0000 (07:16 +0000)]
Edje: Fixed edje_object_part_text_cursor_content_get to handle non-english.
Thanks to Brian Wang for reporting.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50953 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoCheck part types before casting descriptions
sachiel [Mon, 9 Aug 2010 23:09:24 +0000 (23:09 +0000)]
Check part types before casting descriptions

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50949 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoBad malloc here.
glima [Mon, 9 Aug 2010 22:28:53 +0000 (22:28 +0000)]
Bad malloc here.

By Helen Mae.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50947 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: fix eapi declaration.
cedric [Mon, 9 Aug 2010 22:21:36 +0000 (22:21 +0000)]
* edje: fix eapi declaration.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50946 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agobork cedric.. bork. accessing internal symbols/apis without exposing
raster [Mon, 9 Aug 2010 22:01:08 +0000 (22:01 +0000)]
bork cedric.. bork. accessing internal symbols/apis without exposing
them! you should check over this and probably provide a correct/formal
way to access them. for now EAPI quickly in.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50945 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: use mempool for Edje_Part and Edje_Part_Description_*.
cedric [Mon, 9 Aug 2010 21:08:08 +0000 (21:08 +0000)]
* edje: use mempool for Edje_Part and Edje_Part_Description_*.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50944 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: fix version detection.
cedric [Mon, 9 Aug 2010 18:31:25 +0000 (18:31 +0000)]
* edje: fix version detection.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50940 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: add some error detection.
cedric [Mon, 9 Aug 2010 18:22:48 +0000 (18:22 +0000)]
* edje: add some error detection.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50939 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: oops forgotten file.
cedric [Mon, 9 Aug 2010 18:00:02 +0000 (18:00 +0000)]
* edje: oops forgotten file.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50937 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: new file format.
cedric [Mon, 9 Aug 2010 17:34:03 +0000 (17:34 +0000)]
* edje: new file format.

WARNING ! WARNING ! WARNING ! WARNING !
Old file format is not readable by edje directly. If you have old edje
file that you want to convert, use edje_convert. Their is no way back.

Recompile your file as soon as possible. Please report any issue you
spot as this is a huge and needed change.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50936 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoedje: Updated edje to conform with recent textblock changes.
tasn [Mon, 9 Aug 2010 16:25:45 +0000 (16:25 +0000)]
edje: Updated edje to conform with recent textblock changes.
'Return' now inserts a Paragraph Separator.
'Shift + Return' now inserts a New Line.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50931 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoSafeguarding alloc-ed region againt trash.
glima [Fri, 6 Aug 2010 22:03:32 +0000 (22:03 +0000)]
Safeguarding alloc-ed region againt trash.

This fixes external parts' state copies.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50875 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoBad free() at state_copy().
glima [Fri, 6 Aug 2010 21:21:16 +0000 (21:21 +0000)]
Bad free() at state_copy().

By FidĂȘncio.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50874 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoMore on fixing state copies at edje edit: do not overwrite state's name and value.
glima [Fri, 6 Aug 2010 21:18:58 +0000 (21:18 +0000)]
More on fixing state copies at edje edit: do not overwrite state's name and value.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50873 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoSwitch case usage.
glima [Fri, 6 Aug 2010 21:16:57 +0000 (21:16 +0000)]
Switch case usage.

By FidĂȘncio.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50872 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoMacro undef-ing.
glima [Fri, 6 Aug 2010 21:15:29 +0000 (21:15 +0000)]
Macro undef-ing.

Patch by FidĂȘncio.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50871 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoEdje: a signal can be sent in a item of a table.
watchwolf [Fri, 6 Aug 2010 19:52:07 +0000 (19:52 +0000)]
Edje: a signal can be sent in a item of a table.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50870 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFix part deletion in edje_edit with new edje data
tiago [Fri, 6 Aug 2010 19:16:46 +0000 (19:16 +0000)]
Fix part deletion in edje_edit with new edje data

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50869 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoDecrement description counters in edje_collection_free_part_description_free
tiago [Fri, 6 Aug 2010 19:16:43 +0000 (19:16 +0000)]
Decrement description counters in edje_collection_free_part_description_free

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50868 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: move code around.
cedric [Fri, 6 Aug 2010 11:07:47 +0000 (11:07 +0000)]
* edje: move code around.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50858 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: typo.
cedric [Fri, 6 Aug 2010 08:59:51 +0000 (08:59 +0000)]
* edje: typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50857 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoOopsies at program code @ edje_edit.
glima [Thu, 5 Aug 2010 22:08:55 +0000 (22:08 +0000)]
Oopsies at program code @ edje_edit.

Patch by Thiago Masaki.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50845 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: fix edje image generation.
cedric [Thu, 5 Aug 2010 10:00:16 +0000 (10:00 +0000)]
* edje: fix edje image generation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50832 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFORMATTING
lucas [Wed, 4 Aug 2010 16:57:32 +0000 (16:57 +0000)]
FORMATTING

* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50816 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: split programs type in different stack for later speed improvements.
cedric [Wed, 4 Aug 2010 14:25:40 +0000 (14:25 +0000)]
    * edje: split programs type in different stack for later speed improvements.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50810 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFixing typo.
glima [Tue, 3 Aug 2010 22:22:31 +0000 (22:22 +0000)]
Fixing typo.

Patch by FidĂȘncio.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50791 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFixing bad realloc usage.
glima [Tue, 3 Aug 2010 22:15:02 +0000 (22:15 +0000)]
Fixing bad realloc usage.

By Fabiano FidĂȘncio.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50790 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoWrong return value here.
glima [Tue, 3 Aug 2010 18:36:42 +0000 (18:36 +0000)]
Wrong return value here.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50778 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFixing wrong memory allocations.
glima [Tue, 3 Aug 2010 16:45:37 +0000 (16:45 +0000)]
Fixing wrong memory allocations.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50769 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoCall only once the eina_list_last(_edje_file_cache)
tiago [Tue, 3 Aug 2010 14:27:47 +0000 (14:27 +0000)]
Call only once the eina_list_last(_edje_file_cache)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50768 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * edje: fix some issue during destruction of edje_part_description,
cedric [Tue, 3 Aug 2010 12:58:31 +0000 (12:58 +0000)]
* edje: fix some issue during destruction of edje_part_description,
and move tweens to an array.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50765 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agolet's stop smoking crack while coding :-P
barbieri [Mon, 2 Aug 2010 23:35:30 +0000 (23:35 +0000)]
let's stop smoking crack while coding :-P

dudes, WTF is that look to check for numbers, then use atoi()??? Use
strtol() and let it do both in one pass. Also, just do these for part
types that make sense. The loop using child could result in unused
variables in lots of cases, returning the wrong value when not found.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50757 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoRename 'same named' macros.
devilhorns [Mon, 2 Aug 2010 19:06:07 +0000 (19:06 +0000)]
Rename 'same named' macros.

NB - Please use different macro names in the future for stuff like this
(ie: not the same macro name in each file) as it spits nasty compiler
warnings when compiling w/ amalgamation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50748 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: fix counting.
cedric [Mon, 2 Aug 2010 12:41:28 +0000 (12:41 +0000)]
* edje: fix counting.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50742 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoEdje: now we can refer to the content of a external type
watchwolf [Sun, 1 Aug 2010 17:27:31 +0000 (17:27 +0000)]
Edje: now we can refer to the content of a external type

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50730 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoverify that fopen succeeded
discomfitor [Sat, 31 Jul 2010 05:24:47 +0000 (05:24 +0000)]
verify that fopen succeeded

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50709 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agonew can of grandma's LEEK B GON
discomfitor [Sat, 31 Jul 2010 05:17:56 +0000 (05:17 +0000)]
new can of grandma's LEEK B GON

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50707 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoconst
discomfitor [Sat, 31 Jul 2010 05:10:44 +0000 (05:10 +0000)]
const

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50706 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agocomment out unused variables
discomfitor [Sat, 31 Jul 2010 05:01:54 +0000 (05:01 +0000)]
comment out unused variables

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50705 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd lengthy comment to document an obvious bug that someone who knows the code should fix
discomfitor [Sat, 31 Jul 2010 05:01:34 +0000 (05:01 +0000)]
add lengthy comment to document an obvious bug that someone who knows the code should fix
FIX THIS!!!!!!!!!!!!!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50704 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agomove a couple variables into loops, reformat slightly to make obvious a redundant...
discomfitor [Sat, 31 Jul 2010 05:00:42 +0000 (05:00 +0000)]
move a couple variables into loops, reformat slightly to make obvious a redundant variable set

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50703 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoanother case without a break
discomfitor [Sat, 31 Jul 2010 04:58:32 +0000 (04:58 +0000)]
another case without a break

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50702 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agocomment a couple unused lines and add a break to a case instead of falling through...
discomfitor [Sat, 31 Jul 2010 04:28:27 +0000 (04:28 +0000)]
comment a couple unused lines and add a break to a case instead of falling through to autoreturn NULL

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50701 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoDon't use the same macro name in each file, gives nasty compiler warnings when
devilhorns [Sat, 31 Jul 2010 01:21:30 +0000 (01:21 +0000)]
Don't use the same macro name in each file, gives nasty compiler warnings when
using amalgamation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50696 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: more unitialized case handled.
cedric [Fri, 30 Jul 2010 09:53:20 +0000 (09:53 +0000)]
* edje: more unitialized case handled.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50685 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: fix rename of a part.
cedric [Fri, 30 Jul 2010 09:08:37 +0000 (09:08 +0000)]
* edje: fix rename of a part.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50684 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: fix counting.
cedric [Fri, 30 Jul 2010 08:29:13 +0000 (08:29 +0000)]
* edje: fix counting.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50681 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: change memory layout that will become the new file format.
cedric [Thu, 29 Jul 2010 12:02:36 +0000 (12:02 +0000)]
* edje: change memory layout that will become the new file format.

NOTE: I tried this change with all the apps and theme I had, but maybe
i missed some bug. Please report any strange behaviour.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50641 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoFrom: Hugo Camboulive <hugo.camboulive@gmail.com>
raster [Tue, 27 Jul 2010 10:08:40 +0000 (10:08 +0000)]
From: Hugo Camboulive <hugo.camboulive@gmail.com>
Subject: [E-devel] [E-Devel] [Patch] Edje Message - add the callback
recursively

When you send a message from an edje subgroup (part { type: GROUP
...}), the
message callback isn't called because it tries to reach
ed->message.func,
which is only defined for the top edje part.
This patches adds the callback and data to all the subgroups
recursively.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50538 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: fix fit code when string is empty.
cedric [Tue, 27 Jul 2010 10:06:02 +0000 (10:06 +0000)]
* edje: fix fit code when string is empty.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50537 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agobah!
raster [Mon, 26 Jul 2010 07:24:17 +0000 (07:24 +0000)]
bah!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50507 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix up docs. edje player - 60fps
raster [Mon, 26 Jul 2010 06:52:36 +0000 (06:52 +0000)]
fix up docs. edje player - 60fps

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50505 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoDon't need 2 of the same variables.
devilhorns [Sat, 24 Jul 2010 02:28:24 +0000 (02:28 +0000)]
Don't need 2 of the same variables.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50473 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix leak
discomfitor [Sat, 24 Jul 2010 02:04:53 +0000 (02:04 +0000)]
fix leak

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50469 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoFix use of __UNUSED__ and fix some formatting.
devilhorns [Thu, 22 Jul 2010 18:42:44 +0000 (18:42 +0000)]
Fix use of __UNUSED__ and fix some formatting.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50437 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: fix constness warning.
cedric [Mon, 19 Jul 2010 16:41:19 +0000 (16:41 +0000)]
* edje: fix constness warning.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50368 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: last move of properties in the right structure.
cedric [Fri, 16 Jul 2010 16:00:26 +0000 (16:00 +0000)]
* edje: last move of properties in the right structure.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50284 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: move all structures outside of Edje_Part_Description.
cedric [Fri, 16 Jul 2010 14:24:57 +0000 (14:24 +0000)]
* edje: move all structures outside of Edje_Part_Description.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50283 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: move image specific properties to their own structure.
cedric [Fri, 16 Jul 2010 14:13:38 +0000 (14:13 +0000)]
* edje: move image specific properties to their own structure.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50282 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: attempt to reduce code size by using more macro.
cedric [Fri, 16 Jul 2010 13:58:35 +0000 (13:58 +0000)]
* edje: attempt to reduce code size by using more macro.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50281 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: jump to the right offset in the string.
cedric [Fri, 16 Jul 2010 13:05:37 +0000 (13:05 +0000)]
* edje: jump to the right offset in the string.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: start to split structure content.
cedric [Fri, 16 Jul 2010 11:37:58 +0000 (11:37 +0000)]
* edje: start to split structure content.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50279 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: count each type of description.
cedric [Thu, 15 Jul 2010 13:38:07 +0000 (13:38 +0000)]
* edje: count each type of description.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50267 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofinal existing exposed api works. fixme time.
raster [Wed, 14 Jul 2010 08:07:26 +0000 (08:07 +0000)]
final existing exposed api works. fixme time.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50246 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agomore edje lua api in.
raster [Wed, 14 Jul 2010 05:32:48 +0000 (05:32 +0000)]
more edje lua api in.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50245 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoRemove unneeded code with notnull.cocci script
lucas [Wed, 14 Jul 2010 02:05:47 +0000 (02:05 +0000)]
Remove unneeded code with notnull.cocci script

The notnull.cocci script from Coccinelle finds places where you check if a
variable is NULL, but it's known not to be NULL. The check can be safely
removed. For example, this code would be caught by notnull:

if (!var) return;
if (var && var->fld) { ... }

It's needless to check again if var is not NULL because if it's in fact NULL,
it would have returned on the previous "if". This commit removes all the
trivial places where this pattern happens. Another patch will be generated for
the more complex cases.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * edje: when gradient meet dodo. Yes, they are gone !
cedric [Tue, 13 Jul 2010 15:47:19 +0000 (15:47 +0000)]
* edje: when gradient meet dodo. Yes, they are gone !

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoEDC Snippets for vim snipmate
tiago [Tue, 13 Jul 2010 13:58:37 +0000 (13:58 +0000)]
EDC Snippets for vim snipmate

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50222 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofill in moar.
raster [Tue, 13 Jul 2010 06:47:18 +0000 (06:47 +0000)]
fill in moar.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50213 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agooooh lua... looking good.
raster [Tue, 13 Jul 2010 06:17:15 +0000 (06:17 +0000)]
oooh lua... looking good.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50212 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agodon't install private headers
caro [Fri, 9 Jul 2010 20:24:49 +0000 (20:24 +0000)]
don't install private headers

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50166 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix amalgamation after lua2 changes.
barbieri [Fri, 9 Jul 2010 14:24:14 +0000 (14:24 +0000)]
fix amalgamation after lua2 changes.

BTW, if lua2 is the default, maybe we could remove the mess that is
the first version? SVN serves as history as well.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50157 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agostart to fill in some object methods. empty for now
raster [Fri, 9 Jul 2010 07:52:53 +0000 (07:52 +0000)]
start to fill in some object methods. empty for now

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50151 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoMove Edje (and associated headers) to own dir.
devilhorns [Fri, 9 Jul 2010 06:35:02 +0000 (06:35 +0000)]
Move Edje (and associated headers) to own dir.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50146 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agomessage worketh now too.
raster [Fri, 9 Jul 2010 05:57:17 +0000 (05:57 +0000)]
message worketh now too.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50140 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agolua2 getting gooooooooooooooood. message method still needs work.
raster [Fri, 9 Jul 2010 05:12:35 +0000 (05:12 +0000)]
lua2 getting gooooooooooooooood. message method still needs work.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50139 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agomore api. yo.
raster [Fri, 9 Jul 2010 00:46:42 +0000 (00:46 +0000)]
more api. yo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50137 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33