englebass [Sat, 6 Feb 2010 21:42:37 +0000 (21:42 +0000)]
internal strbuf -> eina_strbuf
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45948
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Fri, 5 Feb 2010 16:39:06 +0000 (16:39 +0000)]
Group-level data edc blocks manipulation API for Edje_Edit.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45903
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tiago [Thu, 4 Feb 2010 17:47:33 +0000 (17:47 +0000)]
Mime-Type for edje files
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45878
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tiago [Thu, 4 Feb 2010 14:34:06 +0000 (14:34 +0000)]
Save font filename in eet. By Masaki
Author: Thiago Ribeiro Masaki <masaki at profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45869
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Wed, 3 Feb 2010 00:13:47 +0000 (00:13 +0000)]
improve edc.vim
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45825
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 1 Feb 2010 17:26:25 +0000 (17:26 +0000)]
Fix init checks so that there is no more seg fault.
All that stuff should be cleaned, though.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45780
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 31 Jan 2010 19:43:53 +0000 (19:43 +0000)]
edje_cc:
exit properly if eina_init() fails (like if
a mempool is not found), instead of a seg
fault.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45759
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sat, 30 Jan 2010 22:29:31 +0000 (22:29 +0000)]
Ecore_Str.h -> Eina
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45748
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Fri, 29 Jan 2010 20:44:34 +0000 (20:44 +0000)]
Edje_Edit API break.
Change group_del() to receive the name of the group to be deleted, and
change the function to not delete a group currently loaded. This causes
problems at the time of deleting the Evas_Object.
Also changed a bit the save() function and added save_all(), which saves
every group loaded, not only the one set to the object. This is mainly so
at the time of deleting a group, we can save the whole file and thus avoid
it getting out of sync with references if a group is deleted and the file
not saved afterwards.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45720
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Thu, 28 Jan 2010 20:44:03 +0000 (20:44 +0000)]
Don't allow recursive clipping
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45672
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tiago [Thu, 28 Jan 2010 11:20:14 +0000 (11:20 +0000)]
Removing "GENERATE EDC SOURCE" print
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45659
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tiago [Wed, 27 Jan 2010 20:43:44 +0000 (20:43 +0000)]
Fix group add references
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45647
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 27 Jan 2010 20:10:57 +0000 (20:10 +0000)]
Move variable declarations to the top of the function and don't leak when saving files.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45640
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Tue, 26 Jan 2010 22:34:52 +0000 (22:34 +0000)]
edje: remove useless code (Composing is done in xlib, in ecore_x, you need
to compile ecore with --enable-xim)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45605
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 26 Jan 2010 18:25:00 +0000 (18:25 +0000)]
* edje: Fix amalgamation without Ecore_Job.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45597
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 25 Jan 2010 21:59:21 +0000 (21:59 +0000)]
* ecore: Move ecore_job inside ecore.
Patch from Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45570
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tiago [Mon, 25 Jan 2010 20:30:02 +0000 (20:30 +0000)]
Adding Module Name to Externals
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45565
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Fri, 22 Jan 2010 20:21:46 +0000 (20:21 +0000)]
Avoid crashing if there was no clipper set.
Oh, and the two exciting icon patches were by Fabiano Fidencio
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45453
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 22 Jan 2010 06:42:25 +0000 (06:42 +0000)]
* fix a warning in an error message
* make some private functions as static
patch by Albin Tonnerre
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45429
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 22 Jan 2010 04:39:50 +0000 (04:39 +0000)]
fix from jihoon!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45425
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Thu, 21 Jan 2010 08:08:02 +0000 (08:08 +0000)]
value can't be < 0 and > 255 at the same time
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45380
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Tue, 19 Jan 2010 21:43:36 +0000 (21:43 +0000)]
update edc.vim
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45346
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Tue, 19 Jan 2010 20:14:14 +0000 (20:14 +0000)]
Fixing program addition on edje_edit: data was missing for the globs.
On regressions, please contact me.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45340
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Fri, 15 Jan 2010 20:01:42 +0000 (20:01 +0000)]
make clang happy
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45195
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Fri, 15 Jan 2010 19:57:17 +0000 (19:57 +0000)]
make clang happy
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45194
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 15 Jan 2010 06:10:00 +0000 (06:10 +0000)]
binaries can be disabled
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45170
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 14 Jan 2010 19:47:08 +0000 (19:47 +0000)]
use HUGE_VAL instead of a strange double/float numerical value
do I have to add -lm to Libs in edje.pc ?
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45119
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Thu, 14 Jan 2010 18:07:24 +0000 (18:07 +0000)]
Bunch of functions changed to return Eina_Bool.
More of this can be done, and some may even be too much, but I'm losing
perspective over it and either I'm inclined to move all of them or none
at all.
Reviews, comment, fixes and reverts are welcome.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45115
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 12 Jan 2010 15:37:39 +0000 (15:37 +0000)]
* edje: Fix edje drag with fixed point enabled.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45060
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 12 Jan 2010 07:05:30 +0000 (07:05 +0000)]
fix docs! were wrong!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45058
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 12 Jan 2010 01:50:00 +0000 (01:50 +0000)]
patch from sehwan@samsung.com for small issues in evas/edje
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45056
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 11 Jan 2010 07:13:46 +0000 (07:13 +0000)]
update efl_path_max.m4
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45038
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
turran [Fri, 8 Jan 2010 12:22:23 +0000 (12:22 +0000)]
+ [Eina] API change. eina_module_list_flush() -> eina_module_list_free()
as we are on the modules context not the array.
All the referenced projects are changed too. Remember that the list_free()
already calls the unload() on each module so no need to call list_unload()
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44978
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Tue, 5 Jan 2010 19:26:18 +0000 (19:26 +0000)]
Add 'api' keyword to parts and programs.
Not used yet, stay tuned.
Patch by Thiago Masaki
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44912
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 4 Jan 2010 20:49:22 +0000 (20:49 +0000)]
edje: bump eet version
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44893
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 30 Dec 2009 16:02:17 +0000 (16:02 +0000)]
* edje: Fix lua script with fixed point.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44795
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 30 Dec 2009 15:51:41 +0000 (15:51 +0000)]
* edje: Fix embryo with fixed point and table align.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44794
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 30 Dec 2009 02:06:59 +0000 (02:06 +0000)]
Fix printing of size_t value(s). (removes compiler warning).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44776
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 29 Dec 2009 15:01:43 +0000 (15:01 +0000)]
* edje: Fix compiler warning.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44757
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 29 Dec 2009 15:01:24 +0000 (15:01 +0000)]
* edje_cc: Fix edje_cc running without parameter.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44756
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 23 Dec 2009 15:26:29 +0000 (15:26 +0000)]
Move some printfs to eina_log and remove debug message
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44693
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 22 Dec 2009 23:56:11 +0000 (23:56 +0000)]
better error reporting for edje_cc.
Instead of saying lots of possibilities that confuse users, check the
correct one and possibly give a hint.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44669
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 22 Dec 2009 13:55:15 +0000 (13:55 +0000)]
check for PATH_MAX and define it if not available (ie: Hurd)
By: Albin Tonnerre (Lutin)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44656
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 22 Dec 2009 13:46:00 +0000 (13:46 +0000)]
* edje: Use Eina_Log.
Patch from Mathieu Taillefumier.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44655
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 22 Dec 2009 12:38:38 +0000 (12:38 +0000)]
* edje: Fix Edje_Box use with fixed point.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44650
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Mon, 21 Dec 2009 16:39:24 +0000 (16:39 +0000)]
fix warnings introduced by external parameter stuff.
Thanks to cedric by spotting those.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44633
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 21 Dec 2009 16:24:39 +0000 (16:24 +0000)]
* edje: Some more warning cleanup.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44632
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 19 Dec 2009 12:05:20 +0000 (12:05 +0000)]
more portable way to get the sufix of a shared library name
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44573
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 19 Dec 2009 12:00:02 +0000 (12:00 +0000)]
include Evil.h so that ssize_t is defined for Windows CE
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44572
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 18 Dec 2009 12:34:07 +0000 (12:34 +0000)]
add docs for image 'USER', that I didn't know about.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44540
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 17 Dec 2009 11:58:15 +0000 (11:58 +0000)]
fix return checks. broke compile!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44523
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 17 Dec 2009 00:50:43 +0000 (00:50 +0000)]
add Sun Studio support when parsing edc files. Technically,
it means that e17 can run on OpenSolaris using Sun Studio
or gcc. It actually runs if temperature and battery modules
are disabled as they don't compile yet.
Also, the problem on Mac OS X problem with C++ comments
can be fixed (I think). See FIXME in that patch
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44519
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Mon, 14 Dec 2009 17:38:45 +0000 (17:38 +0000)]
Show and hide clipper as needed
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44445
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 14 Dec 2009 17:20:44 +0000 (17:20 +0000)]
* edje: Force recalc before doing preloading.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44443
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Mon, 14 Dec 2009 17:17:40 +0000 (17:17 +0000)]
Show newly created part. Fixes some problems adding external parts in editje
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44442
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 11 Dec 2009 10:56:14 +0000 (10:56 +0000)]
improve configure output
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44362
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 10 Dec 2009 13:19:54 +0000 (13:19 +0000)]
* edje_cc: Generate valid edje file when fixed point is enable.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44332
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 9 Dec 2009 15:44:54 +0000 (15:44 +0000)]
* edje: Add Fixed Point Math support to Edje.
You can try it by passing --enable-fixed-point to the configure. It
will produce an ABI/API compatible Edje library that use internally
Eina_F32p32 instead of double. It will load Eina_F32p32 instead of
double from eet file (thanks to eet ability to convert them on the
fly), so edje file are compatible between fixed point and floating
point version.
This patch touch almost all internal calc of Edje, I did test it with
elementary_test, enlightenment and all my test apps, but it could
certainly break some of your preferred Edje file. If you see any
unexpected behaviour please report them to me as soon as possible.
Note: For devs, I put few macros in edje_private.h that should now
be used when doing calc in Edje, please use them so that Fixed Point
doesn't break in the futur.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44323
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 9 Dec 2009 07:54:43 +0000 (07:54 +0000)]
fmting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44313
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 9 Dec 2009 06:51:13 +0000 (06:51 +0000)]
Add type bool to external parameters
Patch by glima
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44308
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 9 Dec 2009 06:26:59 +0000 (06:26 +0000)]
make nan const... cosnt!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44307
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 9 Dec 2009 05:46:02 +0000 (05:46 +0000)]
warnings--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44306
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 9 Dec 2009 05:30:43 +0000 (05:30 +0000)]
much better nan!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44305
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 9 Dec 2009 05:12:16 +0000 (05:12 +0000)]
define NAN if not there
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44303
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 9 Dec 2009 04:30:45 +0000 (04:30 +0000)]
edje_cc -> add % modulo to math eval and floor() and ceil()
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44301
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 4 Dec 2009 16:34:35 +0000 (16:34 +0000)]
* edje-edit: Don't forget to initialize list to NULL.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44188
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 4 Dec 2009 16:20:40 +0000 (16:20 +0000)]
* edje: Add edje_object_preload, it will force the preload of all
image embeded inside an edje and send a signal ("preload,done", "")
at the end.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44186
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 2 Dec 2009 22:50:36 +0000 (22:50 +0000)]
baack to normal pre- release name now
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44146
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 2 Dec 2009 22:19:53 +0000 (22:19 +0000)]
quick make svnrev that has right release names
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44140
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 2 Dec 2009 21:54:28 +0000 (21:54 +0000)]
Edje_External_Type: rename functions that add new objects.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44137
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 2 Dec 2009 21:41:28 +0000 (21:41 +0000)]
Edje_External_Type: break abi, add abi checker.
- add preview_get() and description_get(), breaking ABI badly.
- add abi_version field to be fileld with EDJE_EXTERNAL_TYPE_ABI_VERSION
and checked with edje_external_type_abi_version_get()
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44135
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 2 Dec 2009 21:16:42 +0000 (21:16 +0000)]
warn usage of part swallow without swallow
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44134
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 2 Dec 2009 21:06:11 +0000 (21:06 +0000)]
edje_decc: option to output to current directory.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44133
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 2 Dec 2009 21:00:57 +0000 (21:00 +0000)]
edje_decc: -no-build-sh
Don't output build.sh
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44132
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 2 Dec 2009 08:07:38 +0000 (08:07 +0000)]
and back to a pre-svn sonme after snap
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44118
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 2 Dec 2009 07:40:59 +0000 (07:40 +0000)]
aaah bah - move to 05 not 04
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44116
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 2 Dec 2009 07:22:35 +0000 (07:22 +0000)]
asparagus - finally
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44113
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 1 Dec 2009 17:58:17 +0000 (17:58 +0000)]
batch register/unregister of external types, faster and lighter on memory.
This is the recommended way to register a batch of types, it will not
do check (hash lookup) before adding and keys are added as "direct"
(not copied), thus lighter on memory.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44102
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 1 Dec 2009 11:02:46 +0000 (11:02 +0000)]
add lots of cursor con trol api's
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44087
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Mon, 30 Nov 2009 20:06:26 +0000 (20:06 +0000)]
actually add stuff to the list
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44067
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Fri, 27 Nov 2009 20:34:43 +0000 (20:34 +0000)]
restack swallowed objects too
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44030
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Fri, 27 Nov 2009 17:57:35 +0000 (17:57 +0000)]
Update object when external parameters are set
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44021
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Thu, 26 Nov 2009 18:03:40 +0000 (18:03 +0000)]
Delete internal object when external part is removed
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44007
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Thu, 26 Nov 2009 17:38:43 +0000 (17:38 +0000)]
create external in the right place
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44006
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Thu, 26 Nov 2009 17:01:31 +0000 (17:01 +0000)]
externals {} in edje_edit, source generation and add module to the external_Type api to keep track of who registers what
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@44003
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 25 Nov 2009 17:00:53 +0000 (17:00 +0000)]
More macros and default values por external parameters.
Add external parts in edje_edit
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43977
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Tue, 24 Nov 2009 21:08:52 +0000 (21:08 +0000)]
dont segv if theres no file
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43958
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Tue, 24 Nov 2009 17:55:11 +0000 (17:55 +0000)]
Autoload modules for external widgets
Patch by Fabiano Fidencio
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43951
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Mon, 23 Nov 2009 22:18:01 +0000 (22:18 +0000)]
Easier to use macros
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43937
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Mon, 23 Nov 2009 20:21:22 +0000 (20:21 +0000)]
Parameter information for external widgets
This are used for things like editors to know what parameters
to manage for external stuff.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43935
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Mon, 23 Nov 2009 19:50:54 +0000 (19:50 +0000)]
Better path for modules and move variables to beginning of block
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43934
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Mon, 23 Nov 2009 18:47:31 +0000 (18:47 +0000)]
edje external module loader: just load modules once.
not tested, but should work.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43933
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Mon, 23 Nov 2009 15:03:19 +0000 (15:03 +0000)]
edje external support, part 1.
Patch by Fabiano FidĂȘncio <fidencio@profusion.mobi>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43927
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 22 Nov 2009 01:49:44 +0000 (01:49 +0000)]
patch from tasn: rtl fit.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43886
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 18 Nov 2009 00:27:49 +0000 (00:27 +0000)]
Edje_Edit
- Watch for non-shared strings when copying states
- Get/Set external parameters
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43757
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Fri, 13 Nov 2009 18:35:19 +0000 (18:35 +0000)]
Constness and pass object around
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43671
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Thu, 12 Nov 2009 15:41:45 +0000 (15:41 +0000)]
consistent return
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43630
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lmunch [Tue, 10 Nov 2009 16:58:36 +0000 (16:58 +0000)]
Fix linking issue when cross building from linux to windows
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43604
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 9 Nov 2009 23:47:42 +0000 (23:47 +0000)]
fix segv on obj del - didnt remove callbacks!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43596
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sun, 8 Nov 2009 20:26:51 +0000 (20:26 +0000)]
Remove unused variables
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@43538
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33