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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
barbieri [Wed, 21 Jan 2009 22:38:52 +0000 (22:38 +0000)]
Let's see if this edje forced recalc is really required.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@38689
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 14 Jan 2009 08:37:20 +0000 (08:37 +0000)]
update ac_attribute.m4
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@38583
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 13 Jan 2009 13:00:45 +0000 (13:00 +0000)]
fix the copying license to
1. get rid of grammar mistake
2. refer to COPYING-PLAIn correctly as the filename
3. be more explicit on "shipping source" due to ambiguity (this makes it what
it was intended to be and that is GPL compatible).
this does not modify the LGPL libs... or GPL apps etc. - only those using the
original COPYING from e. author and dates at the top remain the same.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@38569
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Fri, 9 Jan 2009 16:33:51 +0000 (16:33 +0000)]
Added debian/rules files with a new permissions set(755).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@38519
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Fri, 9 Jan 2009 16:31:51 +0000 (16:31 +0000)]
prepare debian rules files for new chmod permissions.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@38518
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 4 Jan 2009 11:05:27 +0000 (11:05 +0000)]
fix prefix env vars to use edje_
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@38448
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Thu, 1 Jan 2009 11:35:17 +0000 (11:35 +0000)]
Added new set of debian subdirs.
BROKEN/etox
e
ecore
e_dbus
edje
edje_editor
edje_viewer
eet
efreet
eina
elicit
elitaire
embryo
E-MODULES-EXTRA
emotion
emphasis
empower
emprint
enhance
enity
entrance
ephoto
epsilon
esmart
estickies
etk
etk_extra
evas
evolve
ewl
exhibit
exml
expedite
imlib2
imlib2_loaders
MISC/engage
OLD/eclair
OLD/engrave
OLD/enotes
OLD/entrance_edit_gui
OLD/e_utils
OLD/evoak
OLD/examine
OLD/iconbar
PROTO/etk_server
PROTO/exchange
PROTO/extrackt
rage
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@38399
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Thu, 1 Jan 2009 11:25:05 +0000 (11:25 +0000)]
Removed debian subfolders - prepared for a new set of debian subdirs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@38398
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33