framework/uifw/edje.git
12 years agoFrom: Vincent Torri <vtorri@univ-evry.fr>
discomfitor [Wed, 22 Jun 2011 13:50:59 +0000 (13:50 +0000)]
From: Vincent Torri <vtorri@univ-evry.fr>
To: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] E SVN: raster trunk/edje/src/lib
Date: Wed, 22 Jun 2011 15:32:41 +0200 (CEST)

On Wed, 22 Jun 2011, Enlightenment SVN wrote:

 [...]

i would have prefered a beautiful colored spank message with ERR

Vincent

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

12 years agofor the french.
raster [Wed, 22 Jun 2011 13:28:43 +0000 (13:28 +0000)]
for the french.

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

12 years agoedje: remove debug printf.
cedric [Wed, 22 Jun 2011 11:05:02 +0000 (11:05 +0000)]
edje: remove debug printf.

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

12 years agoedje: don't forget to del text_class when destroying object.
cedric [Wed, 22 Jun 2011 09:47:16 +0000 (09:47 +0000)]
edje: don't forget to del text_class when destroying object.

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

12 years agoedje: forgotten dup.
cedric [Tue, 21 Jun 2011 15:49:08 +0000 (15:49 +0000)]
edje: forgotten dup.

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

12 years agoedje: remove warning.
cedric [Tue, 21 Jun 2011 14:31:37 +0000 (14:31 +0000)]
edje: remove warning.

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

12 years agoedje: make it possible to define part.description.max on only one axis.
cedric [Tue, 21 Jun 2011 10:41:20 +0000 (10:41 +0000)]
edje: make it possible to define part.description.max on only one axis.

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

12 years agoEdje: fix invalid read on edje embryo get_part_id
bdilly [Mon, 20 Jun 2011 21:59:31 +0000 (21:59 +0000)]
Edje: fix invalid read on edje embryo get_part_id

It was expecting for a null terminator. But that wasn't the
case. Using parts_count instead.

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

12 years agoepp : use binary mode for (f)open()
caro [Fri, 17 Jun 2011 21:42:27 +0000 (21:42 +0000)]
epp : use binary mode for (f)open()

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

12 years agoUpdate .gitignore files
mike_m [Fri, 17 Jun 2011 01:59:49 +0000 (01:59 +0000)]
Update .gitignore files

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

12 years agoSince the SVN revision is now included in %{version}, it's redundant
mej [Thu, 16 Jun 2011 20:36:43 +0000 (20:36 +0000)]
Since the SVN revision is now included in %{version}, it's redundant
to have it in %{release} also.  So let's just tag the package as ours
and try to make sure it doesn't interfere with vendor releases.

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

12 years agoFrom: Ulrich Eckhardt <doomster@knuut.de>
raster [Wed, 15 Jun 2011 09:38:08 +0000 (09:38 +0000)]
From: Ulrich Eckhardt <doomster@knuut.de>
Subject: [E-devel] Provide sensible errors for edje utilities

If you start edje_player or edje_inspector with a path to a file that doesn't
exist you get a bogus error message saying that the file doesn't contain any
groups. The attached patch uses access() to check if the program can read the
file, giving a sensible error message if not.

I have checked the other utilities there, too, and they work, with the
exception of edje_external_inspector. I'm not sure how this one works at all,
but it seems not to take a file but a list of modules, maybe someone with
greater insight can take a look at that.

Going through things installed under bin, I'll take a look if those behave
properly and create patches for those, too, if this one is okay.

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

13 years agoFrom: Vincent Torri <vtorri@univ-evry.fr>
raster [Tue, 14 Jun 2011 07:02:14 +0000 (07:02 +0000)]
From: Vincent Torri <vtorri@univ-evry.fr>
Subject: [E-devel] Edje: using fdopen instead of fopen in edje_cc

On windows, using open() followed by fopen() does not work. Hence, in
edje_cc, where mkstemp (which uses open) is followed by fopen, edje_cc
fails.

Instead of fopen, we can use fdopen. I pasted a  patch below. Can you
comment it (like, instead of keeping the filename in the function that
i  modified, why not using it for the fd?

(changes - closefd) removed from data_write_scripts() as fclose()
handles that)

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

13 years agoedje: fix doc build when srcdir != builddir.
antognolli [Mon, 13 Jun 2011 17:53:28 +0000 (17:53 +0000)]
edje: fix doc build when srcdir != builddir.

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

13 years agoRevert "Edje min_restricted_calc: Fixed min height calculation for textblock."
tasn [Mon, 13 Jun 2011 09:31:58 +0000 (09:31 +0000)]
Revert "Edje min_restricted_calc: Fixed min height calculation for textblock."

This reverts commit 60239

I guess the world is not ready for correct min height calculation, too
many things depend on the current behavior. Will re-apply sometime in
the future.

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

13 years agoremove .cvsignore files
billiob [Sun, 12 Jun 2011 21:38:37 +0000 (21:38 +0000)]
remove .cvsignore files

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

13 years agoEdje text: Fix a rare issue causing ellipsis not to work.
tasn [Sun, 12 Jun 2011 14:12:52 +0000 (14:12 +0000)]
Edje text: Fix a rare issue causing ellipsis not to work.

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

13 years agoEdje min_restricted_calc: Fixed min height calculation for textblock.
tasn [Sun, 12 Jun 2011 12:17:52 +0000 (12:17 +0000)]
Edje min_restricted_calc: Fixed min height calculation for textblock.

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

13 years agoEdje: Fix 'variable may be used uninitialized' warning.
devilhorns [Fri, 10 Jun 2011 16:43:23 +0000 (16:43 +0000)]
Edje: Fix 'variable may be used uninitialized' warning.

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

13 years agoEdje: Fix 'variable may be used uninitialized' warning. Fix some
devilhorns [Fri, 10 Jun 2011 16:41:45 +0000 (16:41 +0000)]
Edje: Fix 'variable may be used uninitialized' warning. Fix some
formatting.

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

13 years agofix epp case for:
raster [Fri, 10 Jun 2011 05:50:45 +0000 (05:50 +0000)]
fix epp case for:

#define AA(x) x
#define BB(a,b) \
   AA(a+b)
BB(1,1)

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

13 years agoedje: forgotten ChangeLog, if no side effect, should backport it.
cedric [Thu, 9 Jun 2011 10:26:55 +0000 (10:26 +0000)]
edje: forgotten ChangeLog, if no side effect, should backport it.

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

13 years agoEdje text: Fix part_text_append to work with not editable textblocks.
tasn [Thu, 9 Jun 2011 08:08:43 +0000 (08:08 +0000)]
Edje text: Fix part_text_append to work with not editable textblocks.

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

13 years agoAdd ignore and update files
mike_m [Tue, 7 Jun 2011 10:26:13 +0000 (10:26 +0000)]
Add ignore and update files

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

13 years agoedje: update hints after loading GROUP.
cedric [Tue, 7 Jun 2011 07:43:32 +0000 (07:43 +0000)]
edje: update hints after loading GROUP.

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

13 years agoedje: trying to add back my small improvements.
cedric [Mon, 6 Jun 2011 17:47:32 +0000 (17:47 +0000)]
edje: trying to add back my small improvements.

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

13 years agoedje: set parent earlier.
cedric [Mon, 6 Jun 2011 17:29:07 +0000 (17:29 +0000)]
edje: set parent earlier.

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

13 years agoedje: parent link should be properly set before instantiating sub object.
cedric [Mon, 6 Jun 2011 13:10:54 +0000 (13:10 +0000)]
edje: parent link should be properly set before instantiating sub object.

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

13 years agowhover did table and box support forgot:
raster [Sat, 4 Jun 2011 15:58:02 +0000 (15:58 +0000)]
whover did table and box support forgot:

1. table to have min.h/v ability like box
2. to ACTUALLY implement box h/v (and well of course implement
tableh/v too)

this basically fixes this working at all and completes the feature to
table too.

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

13 years agoCEDIRC: SEGV CAUSING BUG. go to e17 font settings -> advanced
raster [Thu, 2 Jun 2011 15:21:21 +0000 (15:21 +0000)]
CEDIRC: SEGV CAUSING BUG. go to e17 font settings -> advanced

and sewt a font for menu item.. or menu title. segv. (try it under
falgrind) the members list in the hash is garbage when its trying to
remove a member. double heck your changes and test :)

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

13 years agoepp -> fix macro expansion error with:
raster [Wed, 1 Jun 2011 13:16:14 +0000 (13:16 +0000)]
epp -> fix macro expansion error with:

#define B(y) y
#define C(x) B(+x)
C(9876543210)

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

13 years ago[Edje] Make sure ed->members isn't NULL when freeing an Edje object.
acidx [Tue, 31 May 2011 18:27:28 +0000 (18:27 +0000)]
[Edje] Make sure ed->members isn't NULL when freeing an Edje object.

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

13 years agoedje: refactoring.
cedric [Tue, 31 May 2011 17:02:58 +0000 (17:02 +0000)]
edje: refactoring.

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

13 years agoedje: improve speed when deleting text member class.
cedric [Tue, 31 May 2011 16:51:48 +0000 (16:51 +0000)]
edje: improve speed when deleting text member class.

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

13 years agoEdje entry: Make sure we append at the end.
tasn [Mon, 30 May 2011 12:02:54 +0000 (12:02 +0000)]
Edje entry: Make sure we append at the end.

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

13 years agoEdje min_size: Updated edje_object_size_min_restricted_calc's docs.
tasn [Mon, 30 May 2011 08:59:56 +0000 (08:59 +0000)]
Edje min_size: Updated edje_object_size_min_restricted_calc's docs.

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

13 years agomake epp strip dos \r's from dos-like \r\n
raster [Mon, 30 May 2011 06:37:44 +0000 (06:37 +0000)]
make epp strip dos \r's from dos-like \r\n

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

13 years agoback out freeze/thaw on edje entry.. seems to have some side effects
raster [Mon, 30 May 2011 05:37:59 +0000 (05:37 +0000)]
back out freeze/thaw on edje entry.. seems to have some side effects
with entry in gnelist ... i wonder why... for how, back out.

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

13 years agoEdje min_size_calc: Fix detection of textblock.
tasn [Sun, 29 May 2011 14:28:01 +0000 (14:28 +0000)]
Edje min_size_calc: Fix detection of textblock.

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

13 years agoRevert commit 59732
tasn [Fri, 27 May 2011 11:16:05 +0000 (11:16 +0000)]
Revert commit 59732

Read my comment in the email, and we even talked about it on irc. The
current call to "mainloop iterate" is hacky, Jihoon is already working
on an alternative solution.

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

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
raster [Fri, 27 May 2011 10:46:51 +0000 (10:46 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>

When elm_entry_entry_set() is called, the preedit text in the entry should
be cleared. ATM, it doesn’t works so.

This patch will resolve this problem.

When ecore_imf_context_reset() is called, the preedit text in the immodule
will be committed by calling ‘ecore_imf_context_commit_event_add()’.

ecore_imf_context_commit_event_add puts the event in ecore event queue, so
it will be processed in the idle state of ecore loop.

According to this mechanism, commit text is inserted later, so I use
‘ecore_main_loop_iterate();’ for inserting the commit string instantly.

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

13 years agoadd use of freeze+thaw for improvement in out-there scenarios.
raster [Fri, 27 May 2011 10:32:53 +0000 (10:32 +0000)]
add use of freeze+thaw for improvement in out-there scenarios.

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

13 years agoedje: add vmaj and module to edje.pc
billiob [Fri, 20 May 2011 16:41:28 +0000 (16:41 +0000)]
edje: add vmaj and module to edje.pc

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

13 years agoedje: remove trailing spaces
billiob [Fri, 20 May 2011 16:41:16 +0000 (16:41 +0000)]
edje: remove trailing spaces

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

13 years agoEdje entry: Don't emit cursor,changed when not needed.
tasn [Thu, 19 May 2011 12:08:29 +0000 (12:08 +0000)]
Edje entry: Don't emit cursor,changed when not needed.

This includes setting the text and setting cursor position to the already
set position.

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

13 years agoEdje entry: Fix warnings.
tasn [Thu, 19 May 2011 09:00:22 +0000 (09:00 +0000)]
Edje entry: Fix warnings.

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

13 years agoEdje entry: Remove the useless calls to "update_from_curs".
tasn [Thu, 19 May 2011 08:38:42 +0000 (08:38 +0000)]
Edje entry: Remove the useless calls to "update_from_curs".

We don't really need or use the coordinates anywhere, we just saved them
and worked hard on maintaining them, but didn't really use them.
Now we only calculate them in the one specific case where we actually
need them. This speeds things up and also means the layouting may not be
called in some cases when there's no need to layout.

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

13 years agoEdje: fix Windows printf format
caro [Wed, 18 May 2011 16:11:31 +0000 (16:11 +0000)]
Edje: fix Windows printf format

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

13 years agoedje: prevent buffer overrun when using multiple *.
cedric [Wed, 18 May 2011 15:13:18 +0000 (15:13 +0000)]
edje: prevent buffer overrun when using multiple *.

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

13 years agoEdje entry: Don't emit 'curosr,changed' when appended using a different curosr.
tasn [Wed, 18 May 2011 10:08:03 +0000 (10:08 +0000)]
Edje entry: Don't emit 'curosr,changed' when appended using a different curosr.

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

13 years agoEdje min_restricted_calc: Fix the fallback calc to calc more correctly.
tasn [Mon, 16 May 2011 14:09:08 +0000 (14:09 +0000)]
Edje min_restricted_calc: Fix the fallback calc to calc more correctly.

Ok was shared between width and height and in the error, and in the error
case we don't reset maxw and maxh; This caused maxw and maxh to be added
a couple of times even when not needed. This would cause weird sizing.

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

13 years agouse the ecore pos map call for edje as opposed to do it yourself. this
raster [Mon, 16 May 2011 13:16:34 +0000 (13:16 +0000)]
use the ecore pos map call for edje as opposed to do it yourself. this
also opens up new position mappings like factored accel/decel/sin,
divis, bounce and spring! :) documentation provided.

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

13 years agoFix embryo code creation. Add newline after each function. It avoid lines to be too...
raoul [Mon, 16 May 2011 12:16:54 +0000 (12:16 +0000)]
Fix embryo code creation. Add newline after each function. It avoid lines to be too long for embryo_cc.

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

13 years agoEdje text: Added edje_object_part_text_append.
tasn [Sun, 15 May 2011 15:57:38 +0000 (15:57 +0000)]
Edje text: Added edje_object_part_text_append.

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

13 years agoEdje entry: Use the new textblock _format_list_get in anchors_get.
tasn [Wed, 11 May 2011 10:19:01 +0000 (10:19 +0000)]
Edje entry: Use the new textblock _format_list_get in anchors_get.

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

13 years agoEdje text: fix issue with ellipsis causing text to disappear.
tasn [Mon, 9 May 2011 17:23:03 +0000 (17:23 +0000)]
Edje text: fix issue with ellipsis causing text to disappear.

Thanks to Brian Wang for the report.

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

13 years agoEdje entry: Speed up anchor calculation.
tasn [Mon, 9 May 2011 08:40:15 +0000 (08:40 +0000)]
Edje entry: Speed up anchor calculation.

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

13 years agoEdje: Improved vim syntax file edc.vim.
seoz [Sun, 8 May 2011 06:21:33 +0000 (06:21 +0000)]
Edje: Improved vim syntax file edc.vim.

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

13 years agoEdje min_calc: Don't print the 4000x4000 err when there's a textblock.
tasn [Mon, 2 May 2011 10:20:20 +0000 (10:20 +0000)]
Edje min_calc: Don't print the 4000x4000 err when there's a textblock.

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

13 years agoEdje size_min_restricted_calc: Hopefully fixed textblock handling.
tasn [Thu, 28 Apr 2011 15:29:50 +0000 (15:29 +0000)]
Edje size_min_restricted_calc: Hopefully fixed textblock handling.

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

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
raster [Mon, 25 Apr 2011 05:57:49 +0000 (05:57 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] bug fix : preedit text was commited when
shift key was pressed

ATM, preedit text is commited when shift key is pressed.
This patch file is for solving this bug.

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

13 years agoFrom: Jihoon Kim <imfine98@gmail.com>
raster [Mon, 25 Apr 2011 05:36:58 +0000 (05:36 +0000)]
From: Jihoon Kim <imfine98@gmail.com>
Subject: [E-devel] [PATCH] bug fix in : "cursor, changed" signal is
not emitted when the content of entry is removed

I found the bug that "cursor,changed" signal is not emitted when the content
of entry is removed.

Let's assume the cursor position is equal to 10.
In this situation, elm_entry_entry_set(en, "") is called.
The content of entry is removed and the cursor position is equal to 0, but
"cursor,changed" signal is not emitted.

This patch is for solving this problem.

In addition, it lets the input method module know the cursor position using
ecore_imf_context_cursor_position_set API
in case that _edje_entry_set_cursor_{start, end} is called.

(Raster: actually it should always emit changed. not check pos at all.
technically pos could be the same BUT cursor moved on screen due to a
reformat). :)

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

13 years agouse new eina prefix finder.
raster [Sun, 24 Apr 2011 07:36:15 +0000 (07:36 +0000)]
use new eina prefix finder.

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

13 years agothose env vars per bin/lib/data dir should expliccitly give the dir
raster [Sun, 24 Apr 2011 02:45:58 +0000 (02:45 +0000)]
those env vars per bin/lib/data dir should expliccitly give the dir

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

13 years agoautogen: unobrk things.
cedric [Thu, 14 Apr 2011 14:51:36 +0000 (14:51 +0000)]
autogen: unobrk things.

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

13 years agoautogen: improve detection of parameter change.
cedric [Thu, 14 Apr 2011 14:03:46 +0000 (14:03 +0000)]
autogen: improve detection of parameter change.

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

13 years agoEdje Edje.h: Removed trailing whitespaces.
seoz [Wed, 13 Apr 2011 08:10:35 +0000 (08:10 +0000)]
Edje Edje.h: Removed trailing whitespaces.

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

13 years agoignore++
englebass [Tue, 12 Apr 2011 22:47:12 +0000 (22:47 +0000)]
ignore++

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

13 years agoremoving myself from authors for now, some work I was planning to do will not be...
discomfitor [Mon, 11 Apr 2011 19:27:11 +0000 (19:27 +0000)]
removing myself from authors for now, some work I was planning to do will not be possible until I finish my current projects :/

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

13 years agoadd text effect shadow direction support.
raster [Mon, 11 Apr 2011 12:08:03 +0000 (12:08 +0000)]
add text effect shadow direction support.

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

13 years agoEdje: Edje_Text: Don't segfault on _edje_text_part_on_del if there is
devilhorns [Sat, 9 Apr 2011 05:48:47 +0000 (05:48 +0000)]
Edje: Edje_Text: Don't segfault on _edje_text_part_on_del if there is
not 'part'

Don't ask me how I found this one, but it happened :/ so trap for
valid part before trying to use it.

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

13 years agoand dont handle escape if in string
raster [Sat, 9 Apr 2011 02:59:28 +0000 (02:59 +0000)]
and dont handle escape if in string

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

13 years agoif we find a \ inside a macro parameter... handle it as an escape and
raster [Sat, 9 Apr 2011 02:49:19 +0000 (02:49 +0000)]
if we find a \ inside a macro parameter... handle it as an escape and
skip it giving the next char verbatim.

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

13 years agoprovide better parser output on error.
raster [Sat, 9 Apr 2011 02:35:01 +0000 (02:35 +0000)]
provide better parser output on error.

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

13 years agocleanup h a bit.
raster [Fri, 8 Apr 2011 08:00:28 +0000 (08:00 +0000)]
cleanup h a bit.

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

13 years agomissed some doxy
raster [Fri, 8 Apr 2011 07:52:46 +0000 (07:52 +0000)]
missed some doxy

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

13 years agodoxy -> .h
raster [Fri, 8 Apr 2011 07:45:46 +0000 (07:45 +0000)]
doxy -> .h

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

13 years agowrn--
raster [Fri, 8 Apr 2011 05:53:49 +0000 (05:53 +0000)]
wrn--

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

13 years agoEdje edje_smart.c: Fixed formatting. Removed trailing white spaces.
seoz [Fri, 8 Apr 2011 00:30:40 +0000 (00:30 +0000)]
Edje edje_smart.c: Fixed formatting. Removed trailing white spaces.

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

13 years agoEdje Edje.h: Fixed formatting. Removed trailing whitespaces.
seoz [Thu, 7 Apr 2011 23:57:06 +0000 (23:57 +0000)]
Edje Edje.h: Fixed formatting. Removed trailing whitespaces.

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

13 years agoedje: prevent file format break with trunk.
cedric [Thu, 7 Apr 2011 12:34:18 +0000 (12:34 +0000)]
edje: prevent file format break with trunk.

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

13 years agoEdje edje_entry.c: Fixed formatting. Patch by Jihoon Kim
seoz [Wed, 6 Apr 2011 01:20:59 +0000 (01:20 +0000)]
Edje edje_entry.c: Fixed formatting. Patch by Jihoon Kim
<jihoon48.kim@samsung.com>

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

13 years agoedje_cc now only will use epp. makes for consistent output on all
raster [Mon, 4 Apr 2011 08:30:02 +0000 (08:30 +0000)]
edje_cc now only will use epp. makes for consistent output on all
platforms since we ship our own cpp.. err.. epp. :)

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

13 years agoEdje Edje.h: Removed trailing whitespaces.
seoz [Sun, 3 Apr 2011 09:29:40 +0000 (09:29 +0000)]
Edje Edje.h: Removed trailing whitespaces.

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

13 years agoEdje: Updated changelog.
tasn [Wed, 30 Mar 2011 13:12:33 +0000 (13:12 +0000)]
Edje: Updated changelog.

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

13 years agoselection now works too.
raster [Wed, 30 Mar 2011 12:20:51 +0000 (12:20 +0000)]
selection now works too.

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

13 years agonow cursor setting works with newly valigned textbllocks. selection
raster [Wed, 30 Mar 2011 12:18:21 +0000 (12:18 +0000)]
now cursor setting works with newly valigned textbllocks. selection
next.

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

13 years agovalign applied to tetxblock parts. yay!
raster [Wed, 30 Mar 2011 11:43:22 +0000 (11:43 +0000)]
valign applied to tetxblock parts. yay!

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

13 years agofix expansions in macors starting with - losing the - :) jeff! :)
raster [Tue, 29 Mar 2011 11:56:51 +0000 (11:56 +0000)]
fix expansions in macors starting with - losing the - :) jeff! :)
happiness?

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

13 years agoprovide edje_player with the ability to set scale factor on cmd-line
raster [Tue, 29 Mar 2011 03:27:23 +0000 (03:27 +0000)]
provide edje_player with the ability to set scale factor on cmd-line
and use keys to control it during display.

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

13 years agorename libtool version names to fit libtool doc
caro [Sun, 27 Mar 2011 18:11:40 +0000 (18:11 +0000)]
rename libtool version names to fit libtool doc

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

13 years agoEdje: (trivial) Put the clipper/evas pointer in the base structure.
nash [Fri, 25 Mar 2011 03:21:07 +0000 (03:21 +0000)]
Edje: (trivial) Put the clipper/evas pointer in the base structure.

I say trivial in the sense it has no functional changes, however it's a large
patch.  Recommendation from Gustavo.

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

13 years agoEdje: Revert those changes ... seems to break edj building for some
devilhorns [Thu, 24 Mar 2011 22:15:07 +0000 (22:15 +0000)]
Edje: Revert those changes ... seems to break edj building for some
reason...

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

13 years agoEdje:EPP: Comment out unused goto line. Fix (some) formatting (but
devilhorns [Thu, 24 Mar 2011 20:25:17 +0000 (20:25 +0000)]
Edje:EPP: Comment out unused goto line. Fix (some) formatting (but
needs more fixing as the formatting in this is just horrible).

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

13 years agoEdje: Remove unused variable & fix formatting.
devilhorns [Thu, 24 Mar 2011 20:22:16 +0000 (20:22 +0000)]
Edje: Remove unused variable & fix formatting.

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

13 years agominor change -> dont return void. no chlog
raster [Thu, 24 Mar 2011 07:58:00 +0000 (07:58 +0000)]
minor change -> dont return void. no chlog

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

13 years agoEdje: Start using smart clipper in some places.
nash [Thu, 24 Mar 2011 03:12:42 +0000 (03:12 +0000)]
Edje: Start using smart clipper in some places.

This makes proxy work for edje.  This shoudl be a good thing.

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

13 years agoEdje: Minor: Reorder args to make it compatible with smart_clipper
nash [Thu, 24 Mar 2011 03:12:39 +0000 (03:12 +0000)]
Edje: Minor: Reorder args to make it compatible with smart_clipper

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

13 years agoEdje: Fix epp binary detection on Windows
caro [Tue, 22 Mar 2011 07:30:57 +0000 (07:30 +0000)]
Edje: Fix epp binary detection on Windows

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

13 years agoEdje: remove pointless call to _edje_fetch
nash [Tue, 22 Mar 2011 05:32:21 +0000 (05:32 +0000)]
Edje: remove pointless call to _edje_fetch

Also tag edje_fetch as pure... since it's pretty clean.

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