framework/uifw/edje.git
14 years ago * edje: Make Edje_Real_Part_Drag a pointer. Win 100 bytes per states.
cedric [Tue, 11 Aug 2009 12:47:00 +0000 (12:47 +0000)]
* edje: Make Edje_Real_Part_Drag a pointer. Win 100 bytes per states.

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

14 years ago * edje: More cleanup of Edje_Real_Part.
cedric [Tue, 11 Aug 2009 10:32:21 +0000 (10:32 +0000)]
* edje: More cleanup of Edje_Real_Part.

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

14 years ago * edje: Cleanup drag part of Edje_Real_Part.
cedric [Tue, 11 Aug 2009 10:17:14 +0000 (10:17 +0000)]
* edje: Cleanup drag part of Edje_Real_Part.

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

14 years ago * edje: Starting cleanup of Edje_Real_Part.
cedric [Tue, 11 Aug 2009 10:08:03 +0000 (10:08 +0000)]
* edje: Starting cleanup of Edje_Real_Part.

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

14 years ago * edje_load: More cleanup.
cedric [Tue, 11 Aug 2009 10:06:37 +0000 (10:06 +0000)]
* edje_load: More cleanup.

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

14 years ago * edje: Some cleanup, mainly removing dead code.
cedric [Tue, 11 Aug 2009 09:45:06 +0000 (09:45 +0000)]
* edje: Some cleanup, mainly removing dead code.

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

14 years ago * edje: Fix memory count.
cedric [Mon, 10 Aug 2009 15:18:07 +0000 (15:18 +0000)]
* edje: Fix memory count.

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

14 years ago * edje: Add a cache for _edje_part_recalc_single.
cedric [Mon, 10 Aug 2009 15:16:51 +0000 (15:16 +0000)]
* edje: Add a cache for _edje_part_recalc_single.

WARNING: THIS CAN CAUSE RENDERING GLITCH AND OTHER WEIRD BEHAVIOUR WITH
YOUR EDJE FILE. PLEASE REPORT ANY ALIEN STUFF.

Note: This patch cache the result of _edje_part_recalc_single, until
any relative part are moved, the object is resized or some property
are changed (like during text set or color class set).

Note: Be carefull when you call edje_object_size_min_restricted_calc,
it's really an inderect heavy user of _edje_part_recalc_single and
I wasn't able to bring it down.

Note: This patch use more RAM, around 480 bytes per Edje state, so I
don't recommand using it on a Desktop with a lot of CPU power.

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

14 years ago * edje: Oops, not the right one.
cedric [Mon, 10 Aug 2009 12:38:39 +0000 (12:38 +0000)]
* edje: Oops, not the right one.

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

14 years ago * edje_recalc: Reduce use of stack.
cedric [Mon, 10 Aug 2009 11:52:46 +0000 (11:52 +0000)]
* edje_recalc: Reduce use of stack.

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

14 years ago * edje: Delay edje_recalc on edje object resize.
cedric [Mon, 10 Aug 2009 11:33:36 +0000 (11:33 +0000)]
* edje: Delay edje_recalc on edje object resize.

WARNING: THIS MAY CAUSE RENDER GLITCH, IF YOU SEE ANYTHING STRANGE
PLEASE REPORT TO ME.

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

14 years ago * edje: Group configure block together.
cedric [Mon, 10 Aug 2009 11:15:38 +0000 (11:15 +0000)]
* edje: Group configure block together.

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

14 years ago * edje: Reduce sizeof (Edje_Calc_Params).
cedric [Mon, 10 Aug 2009 09:56:19 +0000 (09:56 +0000)]
* edje: Reduce sizeof (Edje_Calc_Params).

Note: It doesn't really impact edje memory foot print yet. But in
the plan to do a computation cache inside edje, this structure
will be used a lot (I am planning to do this feature at some point,
but no ETA yet, and be reassured it will be optionnal so we can
choose between CPU load or memory load).

Note: As I was looking for similar area of improvements,
Edje_Part_Description could really use an union to reduce it's size,
but as we load this structure directly from an Eet file, we need
union in Eet first. And this should be part of a comming Edje file
format break.

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

14 years agoPatch from Victor <victor.scorpion@gmail.com> to fix typo in
devilhorns [Fri, 7 Aug 2009 09:06:04 +0000 (09:06 +0000)]
Patch from Victor <victor.scorpion@gmail.com> to fix typo in
edje_real_part_swallow.

Thanks :)

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

15 years agoback to pre ver's
raster [Wed, 29 Jul 2009 08:19:34 +0000 (08:19 +0000)]
back to pre ver's

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

15 years agoSNAPSHOT: svn-03
raster [Wed, 29 Jul 2009 08:03:25 +0000 (08:03 +0000)]
SNAPSHOT: svn-03

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

15 years agoAdd som m4 directory ignores.
kwo [Tue, 28 Jul 2009 18:21:25 +0000 (18:21 +0000)]
Add som m4 directory ignores.

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

15 years agoedje: add first bunch of typedefs for previously anonymous callbacks
mickeyl [Sat, 18 Jul 2009 22:43:50 +0000 (22:43 +0000)]
edje: add first bunch of typedefs for previously anonymous callbacks

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

15 years agoCreated new function edje_edit_image_data_add().
antognolli [Mon, 13 Jul 2009 19:17:35 +0000 (19:17 +0000)]
Created new function edje_edit_image_data_add().

Now it's possible to add an image that is already inside the eet (with a
default key name) to the edje image collection.

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

15 years agotypo
caro [Sat, 11 Jul 2009 06:07:11 +0000 (06:07 +0000)]
typo

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

15 years agofix minor glitches with edje box.
barbieri [Fri, 10 Jul 2009 23:13:09 +0000 (23:13 +0000)]
fix minor glitches with edje box.

still missing:
  * box.max
  * proper handling of min/max, need to behave like text.

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

15 years agoupdate m4 macros (mainly formatting)
caro [Sat, 27 Jun 2009 06:42:14 +0000 (06:42 +0000)]
update m4 macros (mainly formatting)

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

15 years agomove adding of events if entry only if entry part exists.
raster [Thu, 18 Jun 2009 14:01:26 +0000 (14:01 +0000)]
move adding of events if entry only if entry part exists.

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

15 years ago * edje: Remove last set of Evas_Hash, and move to Eina_Bool.
cedric [Wed, 17 Jun 2009 11:10:32 +0000 (11:10 +0000)]
* edje: Remove last set of Evas_Hash, and move to Eina_Bool.

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

15 years agoback to svn soname
raster [Mon, 15 Jun 2009 06:29:43 +0000 (06:29 +0000)]
back to svn soname

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

15 years agomake distcheck and... SNAP!
raster [Mon, 15 Jun 2009 05:32:49 +0000 (05:32 +0000)]
make distcheck and... SNAP!

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

15 years agotypo--
barbieri [Wed, 10 Jun 2009 17:54:40 +0000 (17:54 +0000)]
typo--

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

15 years agomirko - thanks. spotted a crahs when magic debug is disabled
raster [Wed, 3 Jun 2009 13:17:06 +0000 (13:17 +0000)]
mirko - thanks. spotted a crahs when magic debug is disabled

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

15 years agofix debian rules files.
barbieri [Tue, 26 May 2009 17:34:53 +0000 (17:34 +0000)]
fix debian rules files.

 * fix the way AC_INIT macros are parsed to consider [] as well.
 * set both LDFLAGS and CFLAGS on the libs I use and I know support -fvisibility=hidden.

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

15 years agoupdated docu
andreas [Sun, 24 May 2009 08:24:32 +0000 (08:24 +0000)]
updated docu

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

15 years agorevertg big R to L patches because they break cursors and selection.... BACK
raster [Fri, 22 May 2009 21:12:32 +0000 (21:12 +0000)]
revertg big R to L patches because they break cursors and selection.... BACK
boy BACK!

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

15 years agotasn's rtl pathes and improvements... continued!
raster [Mon, 18 May 2009 06:08:15 +0000 (06:08 +0000)]
tasn's rtl pathes and improvements... continued!

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

15 years agounderquoted parameters
caro [Fri, 15 May 2009 08:35:18 +0000 (08:35 +0000)]
underquoted parameters

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

15 years agoupdate efl_doxygen.m4
caro [Fri, 15 May 2009 08:33:32 +0000 (08:33 +0000)]
update efl_doxygen.m4

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

15 years agoPut the closing parenthesis just after the last closing bracket.
caro [Fri, 15 May 2009 06:39:05 +0000 (06:39 +0000)]
Put the closing parenthesis just after the last closing bracket.
Putting it the next line adds a line feed to the value of the
variable. Yes, m4 is an horror

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

15 years ago * include Ecore_IMF.h before Edje.h so that EAPI
caro [Thu, 14 May 2009 18:36:01 +0000 (18:36 +0000)]
 * include Ecore_IMF.h before Edje.h so that EAPI
   is correctly defined on Windows. Paatch by Klaus Rechert
 * useless include of eina_stringshare.h as it is included by Eina.h

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

15 years agofix input method composition plus fuxes to match textblock
raster [Thu, 14 May 2009 12:53:56 +0000 (12:53 +0000)]
fix input method composition plus fuxes to match textblock

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

15 years agotoo many 'yes'.
caro [Thu, 14 May 2009 06:58:00 +0000 (06:58 +0000)]
too many 'yes'.

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

15 years ago * fix build when ecore_imf is not available. Patch by Lars Munch
caro [Wed, 13 May 2009 22:11:06 +0000 (22:11 +0000)]
 * fix build when ecore_imf is not available. Patch by Lars Munch
 * formatting

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

15 years agodon't use the release stuff for Windows CE
caro [Wed, 13 May 2009 18:58:15 +0000 (18:58 +0000)]
don't use the release stuff for Windows CE

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

15 years agoecore_imf input method support for edjeentry - on-screen kbds only at the
raster [Wed, 13 May 2009 13:29:30 +0000 (13:29 +0000)]
ecore_imf input method support for edjeentry - on-screen kbds only at the
moment. will fix for kbd input. no ecore_imf module tho... yet

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

15 years agocomments - man is that struct big!
raster [Mon, 11 May 2009 13:10:38 +0000 (13:10 +0000)]
comments - man is that struct big!

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

15 years agoallow scale_hint to be added to items in edje
raster [Thu, 7 May 2009 13:30:18 +0000 (13:30 +0000)]
allow scale_hint to be added to items in edje

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

15 years agouse more rediculously big double
raster [Wed, 6 May 2009 12:41:23 +0000 (12:41 +0000)]
use more rediculously big double

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

15 years agoFixed debian stuff everywhere.
quaker [Mon, 4 May 2009 17:36:48 +0000 (17:36 +0000)]
Fixed debian stuff everywhere.

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

15 years agoAdded libtool as Build-Depends to everything that uses
rbelem [Sun, 3 May 2009 14:32:23 +0000 (14:32 +0000)]
Added libtool as Build-Depends to everything that uses
DEB_CONFIGURE_SCRIPT := ./autogen.sh

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

15 years agouse alloca+memcpy instead of strdupa.
barbieri [Sat, 2 May 2009 23:22:07 +0000 (23:22 +0000)]
use alloca+memcpy instead of strdupa.

for these guys that insist in using doomed systems like solaris or
bsd, god save them ;-)

Patch by vtorri.

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

15 years agoAllow sending signals to GROUP sub-parts.
barbieri [Sat, 2 May 2009 20:05:53 +0000 (20:05 +0000)]
Allow sending signals to GROUP sub-parts.

Today signals emitted inside GROUP sub-parts are delivered to parent
group as "part-name:original-source". This is good and allow edje
groups to be reused. But no counter part to send events to inside
sub-groups existed.

This patch allows one to send a signal "signal" to inside a part
"part" that is of type GROUP by prepending signal emission with part name:

    emission: "part:signal"
    source: "source"

this is the same as:

   o = edje_object_part_swallow_get(ed);
   edje_object_signal_emit(o, "signal", "source");

but can be done all in themes, no need to go to application c/c++/python.

Based on patch by Pieter, see mail list.

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

15 years agofix corner case with edje - where u check for existens of parts in a edje but
raster [Mon, 27 Apr 2009 02:41:33 +0000 (02:41 +0000)]
fix corner case with edje - where u check for existens of parts in a edje but
never use a single object from it.

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

15 years agomark edje as dirty if box/table children changed.
barbieri [Mon, 27 Apr 2009 02:38:14 +0000 (02:38 +0000)]
mark edje as dirty if box/table children changed.

This should help to fix bugs with systray.

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

15 years agorecalculate table if it is dirty.
barbieri [Mon, 27 Apr 2009 02:36:56 +0000 (02:36 +0000)]
recalculate table if it is dirty.

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

15 years agoMerge branch 'debian-fixes'
rbelem [Fri, 24 Apr 2009 05:29:12 +0000 (05:29 +0000)]
Merge branch 'debian-fixes'

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

15 years ago1. fixed exalt-client module load, 2. fixed edje DEB_SOURCE_VERSION(thx to sur5r)
quaker [Thu, 23 Apr 2009 19:22:39 +0000 (19:22 +0000)]
1. fixed exalt-client module load, 2. fixed edje DEB_SOURCE_VERSION(thx to sur5r)

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

15 years agoFixed typo in edje debian/control, thx to sur5r
quaker [Thu, 23 Apr 2009 18:28:16 +0000 (18:28 +0000)]
Fixed typo in edje debian/control, thx to sur5r

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

15 years agoAdded libedje-bin to depends of libedje-dev.
quaker [Thu, 23 Apr 2009 17:07:28 +0000 (17:07 +0000)]
Added libedje-bin to depends of libedje-dev.

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

15 years agofix calc - do not reset calc_only flag! it wanst set by the calc_do!
raster [Thu, 23 Apr 2009 12:42:53 +0000 (12:42 +0000)]
fix calc - do not reset calc_only flag! it wanst set by the calc_do!

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

15 years agomove to uses no []'s as it works for me, but for belem... inconsistent []'s
raster [Thu, 23 Apr 2009 00:32:53 +0000 (00:32 +0000)]
move to uses no []'s as it works for me, but for belem... inconsistent []'s
doesnt work.

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

15 years agoUpdated debian stuff
quaker [Wed, 22 Apr 2009 17:33:22 +0000 (17:33 +0000)]
Updated debian stuff

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

15 years agoA little change to edje debian stuff changelog
quaker [Wed, 22 Apr 2009 16:38:11 +0000 (16:38 +0000)]
A little change to edje debian stuff changelog

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

15 years agoUpdated debian stuff for core EFL. Changed debian stuff of others to work with core...
quaker [Wed, 22 Apr 2009 16:37:17 +0000 (16:37 +0000)]
Updated debian stuff for core EFL. Changed debian stuff of others to work with core EFL updates.

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

15 years agoand incriment to next rev.
raster [Wed, 22 Apr 2009 14:08:21 +0000 (14:08 +0000)]
and incriment to next rev.

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

15 years agosnapworth quality - distchecked. sonames bumped. rev's bumped. tarballs
raster [Wed, 22 Apr 2009 14:07:05 +0000 (14:07 +0000)]
snapworth quality - distchecked. sonames bumped. rev's bumped. tarballs
uploaded.

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

15 years agoUpdated changelogs for packages which will go into repository.
quaker [Tue, 21 Apr 2009 17:39:20 +0000 (17:39 +0000)]
Updated changelogs for packages which will go into repository.

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

15 years ago1. embryo shoudl have soname
raster [Tue, 21 Apr 2009 14:17:42 +0000 (14:17 +0000)]
1. embryo shoudl have soname
2. yes local.conf slipped in - ignore
3. added soname version release to module arch dirs
4. adapted extra-modules to use the revision in arch
5. made e17 also have a release rev
6. dummy release stuff in eet - wont use it as its already released.

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

15 years agofix distcheck on couple packages, problems with EXTRA_DIST
barbieri [Mon, 20 Apr 2009 13:38:49 +0000 (13:38 +0000)]
fix distcheck on couple packages, problems with EXTRA_DIST

Do NOT include dirs in EXTRA_DIST (embryo, eet, ecore, evas, edje,
efreet) as it will include .svn directories!

EXTRA_DIST does not take a glob as ETK did, use $(wildcard glob) to
expand it.

And do not forget about adding extra files to EXTRA_DIST (wizard) and
DIST_SUBDIRS (fileman_opinfo).

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

15 years agoMerged with pkgE
quaker [Sun, 19 Apr 2009 16:22:00 +0000 (16:22 +0000)]
Merged with pkgE

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

15 years agoPrepared for merge with pkgE debian stuff
quaker [Sun, 19 Apr 2009 16:18:41 +0000 (16:18 +0000)]
Prepared for merge with pkgE debian stuff

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

15 years agolutin... release soname patch. verbose svn soname used right now
raster [Fri, 17 Apr 2009 10:01:45 +0000 (10:01 +0000)]
lutin... release soname patch. verbose svn soname used right now

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

15 years agoedje now handles escape/unescape automatically for textblock.
barbieri [Tue, 14 Apr 2009 23:53:25 +0000 (23:53 +0000)]
edje now handles escape/unescape automatically for textblock.

these two new calls will escape the unescaped text if required, will
unescape when get is called.

Also I fixed edje_object_part_text_get() on non-editable TEXTBLOCK,
now it will return the text with markup.

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

15 years agoUpdated debian stuff(grew Standards-Version, updated python-ecore rules file)
quaker [Tue, 14 Apr 2009 17:21:19 +0000 (17:21 +0000)]
Updated debian stuff(grew Standards-Version, updated python-ecore rules file)

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

15 years agotentative change... it seems in rare conditions some programs end up doubled
raster [Wed, 1 Apr 2009 09:11:48 +0000 (09:11 +0000)]
tentative change... it seems in rare conditions some programs end up doubled
and the stop prog doesnt clean out all instances - leaving 1 or more excess
instances to run. this should fix that.

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

15 years agoUpdated version in edje
quaker [Thu, 26 Mar 2009 19:37:59 +0000 (19:37 +0000)]
Updated version in edje

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

15 years agoup version to 0.9.91
raster [Tue, 24 Mar 2009 23:51:28 +0000 (23:51 +0000)]
up version to 0.9.91

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

15 years agoi found it is useless and cdbs is setting up prefix automatically.
quaker [Tue, 24 Mar 2009 19:56:43 +0000 (19:56 +0000)]
i found it is useless and cdbs is setting up prefix automatically.

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

15 years agoforgot to add --prefix=/usr
quaker [Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)]
forgot to add --prefix=/usr

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

15 years agoUpdated debian stuff everywhere.
quaker [Tue, 24 Mar 2009 19:44:57 +0000 (19:44 +0000)]
Updated debian stuff everywhere.

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

15 years agoedje explicit selection mode is saner now. done - for now. workable.
raster [Sun, 22 Mar 2009 13:50:53 +0000 (13:50 +0000)]
edje explicit selection mode is saner now. done - for now. workable.

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

15 years agoadd more util calls for enty manipulation
raster [Fri, 20 Mar 2009 15:07:39 +0000 (15:07 +0000)]
add more util calls for enty manipulation

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

15 years agoworking on edje entry to allow more selection controls. not 100% done yet.
raster [Thu, 19 Mar 2009 13:36:10 +0000 (13:36 +0000)]
working on edje entry to allow more selection controls. not 100% done yet.

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

15 years agoFix null dereference.
barbieri [Wed, 18 Mar 2009 21:27:38 +0000 (21:27 +0000)]
Fix null dereference.

By Luis Felipe Strano, spotted by clang.

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

15 years agoignore
englebass [Tue, 17 Mar 2009 18:20:57 +0000 (18:20 +0000)]
ignore

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

15 years agoignore++
englebass [Tue, 17 Mar 2009 13:40:34 +0000 (13:40 +0000)]
ignore++

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

15 years agominor optimizations to box recalculation.
barbieri [Sat, 28 Feb 2009 20:04:55 +0000 (20:04 +0000)]
minor optimizations to box recalculation.

just recalculate when required, and just mark as required when layout
really changes.

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

15 years ago'box.min' for the edje box
urandom [Sat, 28 Feb 2009 19:38:35 +0000 (19:38 +0000)]
'box.min' for the edje box

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

15 years ago * edje: Remove snprintf("%i") for an eina itoa.
cedric [Wed, 25 Feb 2009 17:08:17 +0000 (17:08 +0000)]
* edje: Remove snprintf("%i") for an eina itoa.

NOTE: When you just want to convert from an int to a string,
better use eina for that.

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

15 years agomissing header + move fcntl.h after sys/stat.h
caro [Thu, 19 Feb 2009 10:29:03 +0000 (10:29 +0000)]
missing header + move fcntl.h after sys/stat.h

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

15 years ago * force open to allow read and write permission of the user
caro [Thu, 19 Feb 2009 10:13:28 +0000 (10:13 +0000)]
 * force open to allow read and write permission of the user
   when creating or reading edj files

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

15 years agoformatting
caro [Thu, 19 Feb 2009 08:15:23 +0000 (08:15 +0000)]
formatting

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

15 years agofix copy & paste bug!
raster [Sun, 15 Feb 2009 02:55:56 +0000 (02:55 +0000)]
fix copy & paste bug!

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

15 years agoin theory.. support middle solid/default/none changes in evas
raster [Thu, 12 Feb 2009 13:39:15 +0000 (13:39 +0000)]
in theory.. support middle solid/default/none changes in evas

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

15 years agofix some min size calc and aspect calc issues.
raster [Wed, 11 Feb 2009 11:48:15 +0000 (11:48 +0000)]
fix some min size calc and aspect calc issues.

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

15 years agoadd alloca declaration
caro [Mon, 9 Feb 2009 06:33:26 +0000 (06:33 +0000)]
add alloca declaration

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

15 years ago Useless check as it has already been dome some lines above.
illogict [Sat, 7 Feb 2009 15:45:50 +0000 (15:45 +0000)]
 Useless check as it has already been dome some lines above.

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

15 years agoInterpolate text font size.
barbieri [Thu, 5 Feb 2009 18:15:34 +0000 (18:15 +0000)]
Interpolate text font size.

Often requested for animations that want to grow or shrink text
quickly. This is a faster alternative to using geometry with rel1/rel2
and "text.fit: 1 1;" since it does not need to figure out which size
fits better into that object.

I tested and it does not seem to introduce any regression. Also
checked with scale and text_class variations.

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

15 years agofix dist rule
caro [Tue, 3 Feb 2009 17:54:04 +0000 (17:54 +0000)]
fix dist rule

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

15 years agoallow individual objects to have differing scaling factors (object scale
raster [Tue, 3 Feb 2009 05:07:58 +0000 (05:07 +0000)]
allow individual objects to have differing scaling factors (object scale
overrides edje global scale)

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

15 years agoMissing modification of the variable DOXYGEN to
caro [Sun, 1 Feb 2009 20:28:11 +0000 (20:28 +0000)]
Missing modification of the variable DOXYGEN to
efl_doxygen. Spotted by Albin Tonnerre (Lutin).

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

15 years agofix logic in efl_doxygen.m4
caro [Sun, 1 Feb 2009 06:53:30 +0000 (06:53 +0000)]
fix logic in efl_doxygen.m4

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

15 years agochanged signal on backspace
raster [Tue, 27 Jan 2009 06:17:35 +0000 (06:17 +0000)]
changed signal on backspace

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

15 years agoReverting. Comment in code says it all
sachiel [Wed, 21 Jan 2009 23:30:50 +0000 (23:30 +0000)]
Reverting. Comment in code says it all

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