framework/uifw/ecore.git
15 years agoremove inline from ecore_print_warning, exported functions
englebass [Sun, 26 Oct 2008 16:32:34 +0000 (16:32 +0000)]
remove inline from ecore_print_warning, exported functions
shouldn't be inline.

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

15 years agoAdd Eina.h for eina_init
englebass [Sun, 26 Oct 2008 16:32:21 +0000 (16:32 +0000)]
Add Eina.h for eina_init

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

15 years agoMake ecore_print_warning externally accesible for ecore_evas
englebass [Fri, 24 Oct 2008 05:49:29 +0000 (05:49 +0000)]
Make ecore_print_warning externally accesible for ecore_evas

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

15 years agoApply patch from thomasg <thomas@gstaedtner.net>:
mickeyl [Thu, 23 Oct 2008 20:12:49 +0000 (20:12 +0000)]
Apply patch from thomasg <thomas@gstaedtner.net>:
"The attached patch fixes the ecore_path_group_available by removing the
senseless check on shared object suffix.
It also renames the function to ecore_path_group_available_get, to match the
ecore API."

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

15 years agoadd helper ecore_evas_object_associate.
barbieri [Thu, 23 Oct 2008 01:00:16 +0000 (01:00 +0000)]
add helper ecore_evas_object_associate.

We usually want to create an Ecore_Evas and attach an object to it, be
it the background, your smart object that will manage the scene (ie:
edje) and this is replicated everywhere. Not anymore!

ecore_evas_new() and ecore_evas_object_associate() will behave much
like regular toolkits "window-new()" and "window-main-child-add()",
actually it was based on elm_win.c and hopefully we can remove that,
or most of that code and replace with this helper.

I'll add an Evas smart object to handle stacks of objects, that is, it
will be a clipped smart object that on resize it will resize every
child to the same size. This means we can associate this stack object
and add a background and then your stuff on top of it.

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

15 years agoFix a little typo.
cedric [Wed, 22 Oct 2008 15:46:20 +0000 (15:46 +0000)]
Fix a little typo.

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

15 years agoremove some debugging
raster [Wed, 22 Oct 2008 09:25:38 +0000 (09:25 +0000)]
remove some debugging

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

15 years agoRemove Evas_List from Ecore.
cedric [Tue, 21 Oct 2008 15:54:55 +0000 (15:54 +0000)]
Remove Evas_List from Ecore.

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

15 years agoRemove macro provided by Eina.
cedric [Mon, 20 Oct 2008 16:34:59 +0000 (16:34 +0000)]
Remove macro provided by Eina.

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

15 years agoPatch from Shulga Nikita.
cedric [Mon, 20 Oct 2008 11:18:58 +0000 (11:18 +0000)]
Patch from Shulga Nikita.

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

15 years agoAdd eina init and shutdown to ecore init and shutdown.
illogict [Thu, 16 Oct 2008 20:33:05 +0000 (20:33 +0000)]
Add eina init and shutdown to ecore init and shutdown.
Please, let me log in using Entrance! :D

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

15 years agoset svn:ignore on new directories.
barbieri [Thu, 16 Oct 2008 14:09:43 +0000 (14:09 +0000)]
set svn:ignore on new directories.

Please pay attention to svn:ignore, it's not recursive as .gitignore
or .cvsignore, you need to set them on per-directory, even if you use
-R (recursive), it's just at that time, it's not a property that is
automatically inherited by new folders.

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

15 years agoRemove ecore_strings and switch to eina_stringshare.
cedric [Wed, 15 Oct 2008 14:45:53 +0000 (14:45 +0000)]
Remove ecore_strings and switch to eina_stringshare.

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

15 years agofix warnings, thanks thomasg
morlenxus [Mon, 13 Oct 2008 23:27:58 +0000 (23:27 +0000)]
fix warnings, thanks thomasg

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

15 years agoMake ecore depend on eina. No change in the code yet, so just fix your build system...
cedric [Mon, 13 Oct 2008 15:59:19 +0000 (15:59 +0000)]
Make ecore depend on eina. No change in the code yet, so just fix your build system and no bug must show up.

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

15 years agoMake IPv6 work.
cedric [Mon, 13 Oct 2008 11:24:52 +0000 (11:24 +0000)]
Make IPv6 work.

Patch from Arnaud de Turckheim.

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

15 years agook- disabel error handlign for file_init.. foudn a case where iot fails...
raster [Sat, 11 Oct 2008 14:25:58 +0000 (14:25 +0000)]
ok- disabel error handlign for file_init.. foudn a case where iot fails...
wow! must check.

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

15 years agoFix entrance and perhaps exquisite too.
cedric [Thu, 9 Oct 2008 12:30:19 +0000 (12:30 +0000)]
Fix entrance and perhaps exquisite too.

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

15 years agoWhen the list is NULL, it's empty.
cedric [Thu, 9 Oct 2008 10:21:16 +0000 (10:21 +0000)]
When the list is NULL, it's empty.

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

15 years agogo back to svnrev 36473 for ecore_con - these ipv6 changes broke exquisite on boot...
raster [Thu, 9 Oct 2008 00:46:29 +0000 (00:46 +0000)]
go back to svnrev 36473 for ecore_con - these ipv6 changes broke exquisite on boot - so unix sockets have been compromised somehow in the changes. cannot debug because system is stuck in boot and wont continue. narrowed down break to this change

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

15 years agoFix some warning.
cedric [Wed, 8 Oct 2008 16:36:14 +0000 (16:36 +0000)]
Fix some warning.

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

15 years agoCorrectly use addrinfo.
cedric [Wed, 8 Oct 2008 13:31:09 +0000 (13:31 +0000)]
Correctly use addrinfo.

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

15 years agoMore cleanup and export a replacement for ecore_con_dns_lookup.
cedric [Tue, 7 Oct 2008 12:41:36 +0000 (12:41 +0000)]
More cleanup and export a replacement for ecore_con_dns_lookup.

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

15 years agoFix little macro error spotted by Peter Wehrfritz.
cedric [Tue, 7 Oct 2008 12:36:06 +0000 (12:36 +0000)]
Fix little macro error spotted by Peter Wehrfritz.

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

15 years agodon't leake keysyms!
raster [Mon, 6 Oct 2008 22:56:35 +0000 (22:56 +0000)]
don't leake keysyms!

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

15 years agoAnother step toward IPv6 support with more cleanup.
cedric [Mon, 6 Oct 2008 16:40:01 +0000 (16:40 +0000)]
Another step toward IPv6 support with more cleanup.

Patch from Arnaud de Turckheim.

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

15 years agoStarting work for IPv6 support of ecore_con. Use getaddrinfo and getnameinfo instead...
cedric [Mon, 6 Oct 2008 09:41:39 +0000 (09:41 +0000)]
Starting work for IPv6 support of ecore_con. Use getaddrinfo and getnameinfo instead of gethostbyname.

Patch from Arnaud de Turckheim.

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

15 years agoAdd full UDP client/server support.
cedric [Mon, 6 Oct 2008 09:28:15 +0000 (09:28 +0000)]
Add full UDP client/server support.

Patch from Matt Barclay.

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

15 years agowarnings--
pfritz [Sun, 5 Oct 2008 18:33:35 +0000 (18:33 +0000)]
warnings--

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

15 years agomissing 'x'
caro [Fri, 3 Oct 2008 17:29:30 +0000 (17:29 +0000)]
missing 'x'

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

15 years agoadd 2 missing _CON_ ...
caro [Wed, 1 Oct 2008 19:51:29 +0000 (19:51 +0000)]
add 2 missing _CON_ ...

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

15 years agoPatch from Quarium. Ecore_Con handle in progress connection with it.
cedric [Wed, 1 Oct 2008 15:27:52 +0000 (15:27 +0000)]
Patch from Quarium. Ecore_Con handle in progress connection with it.

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

15 years agoThis should fix the DNS hangs.
mej [Wed, 1 Oct 2008 06:17:50 +0000 (06:17 +0000)]
This should fix the DNS hangs.

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

15 years agoconfigure.in -> configure.ac
pfritz [Tue, 30 Sep 2008 18:07:29 +0000 (18:07 +0000)]
configure.in -> configure.ac

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

15 years agoRename REMOTE_SYSTEM to REMOTE_TCP, keep SYSTEM as #define (should be
englebass [Thu, 25 Sep 2008 11:37:01 +0000 (11:37 +0000)]
Rename REMOTE_SYSTEM to REMOTE_TCP, keep SYSTEM as #define (should be
removed in the future)

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

15 years agoPatch from Matt Barclay that add UDP client support to ecore_con.
cedric [Thu, 25 Sep 2008 10:14:31 +0000 (10:14 +0000)]
Patch from Matt Barclay that add UDP client support to ecore_con.

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

15 years agoasparagus!
raster [Thu, 25 Sep 2008 02:59:59 +0000 (02:59 +0000)]
asparagus!

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

15 years agofix dpi check! oops!
raster [Wed, 24 Sep 2008 13:03:54 +0000 (13:03 +0000)]
fix dpi check! oops!

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

15 years agoadd simple dpi get call
raster [Wed, 24 Sep 2008 10:18:26 +0000 (10:18 +0000)]
add simple dpi get call

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

15 years agooops - objc even tho i made it optional.. i had it ALSO put in afterwards
raster [Mon, 22 Sep 2008 11:14:32 +0000 (11:14 +0000)]
oops - objc even tho i made it optional.. i had it ALSO put in afterwards
hard-coded. fixed.

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

15 years agofrom sacial - condition where pipe close doesnt happen.
raster [Sat, 20 Sep 2008 03:20:33 +0000 (03:20 +0000)]
from sacial - condition where pipe close doesnt happen.

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

15 years agoillogict - patch for right lefty mouse...
raster [Sat, 20 Sep 2008 02:19:38 +0000 (02:19 +0000)]
illogict - patch for right lefty mouse...
- ecore-x-pointer_mapping_support.patch: add support for modifying
pointer button mapping

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

15 years agotim horton's quartz engine patches - ecore adds.
raster [Sat, 20 Sep 2008 02:08:50 +0000 (02:08 +0000)]
tim horton's quartz engine patches - ecore adds.

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

15 years agoadd event_win's to all events that didnt have them before - needed.
raster [Fri, 19 Sep 2008 09:29:27 +0000 (09:29 +0000)]
add event_win's to all events that didnt have them before - needed.

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

15 years agoAdd a test app and switch from SOL_IP to IPPROTO_IP for FreeBSD.
cedric [Thu, 18 Sep 2008 15:18:59 +0000 (15:18 +0000)]
Add a test app and switch from SOL_IP to IPPROTO_IP for FreeBSD.

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

15 years agoSince we use ecore, we must initilize it.
barbieri [Wed, 17 Sep 2008 17:19:20 +0000 (17:19 +0000)]
Since we use ecore, we must initilize it.

Problem: ecore reference count can drop to zero before
_ecore_evas_async_events_fd is deleted, ecore_shtudown() will finish
all fd handlers and then we would delete a now invalid pointer.

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

15 years agoAdd multicast support thanks to Matt Barclay <mbarclay@gmail.com>.
cedric [Wed, 17 Sep 2008 15:08:48 +0000 (15:08 +0000)]
Add multicast support thanks to Matt Barclay <mbarclay@gmail.com>.

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

15 years agoInclude evas asynchronous feature.
cedric [Tue, 16 Sep 2008 16:22:00 +0000 (16:22 +0000)]
Include evas asynchronous feature.

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

15 years agoOnly set the struct one time (remove useless memset) and sync idler with animator.
cedric [Fri, 12 Sep 2008 13:19:26 +0000 (13:19 +0000)]
Only set the struct one time (remove useless memset) and sync idler with animator.

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

15 years agoPut SDL engine priority lower as it should find a way to build a window when
cedric [Thu, 11 Sep 2008 14:48:34 +0000 (14:48 +0000)]
Put SDL engine priority lower as it should find a way to build a window when
every one else fail.

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

15 years agoAdd auto discovery for ecore_evas_sdl_16
cedric [Thu, 11 Sep 2008 14:47:09 +0000 (14:47 +0000)]
Add auto discovery for ecore_evas_sdl_16

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

15 years agoAdd ecore_evas_sdl16_new.
cedric [Thu, 11 Sep 2008 13:26:40 +0000 (13:26 +0000)]
Add ecore_evas_sdl16_new.

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

15 years agoAdd generic call to create Ecore_Evas from engine names.
barbieri [Wed, 10 Sep 2008 05:13:29 +0000 (05:13 +0000)]
Add generic call to create Ecore_Evas from engine names.

One can get engine names with ecore_evas_engines_get() and present
them to its users (from --help, for example) and then give that name
to ecore_evas_new(), that accepts the name, geometry and extra options
as a string.

As I don't have all the engines here, I might have missed something
from those, tested here:

 - software_x11
 - xrender_x11
 - opengl_x11
 - directfb
 - buffer

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

15 years agofix primary selection, probably also clipboard selection
pfritz [Sat, 6 Sep 2008 21:55:01 +0000 (21:55 +0000)]
fix primary selection, probably also clipboard selection

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

15 years agoformatting
englebass [Tue, 2 Sep 2008 05:38:46 +0000 (05:38 +0000)]
formatting

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

15 years agoAnother update to ecore_file_mv to make it work even better. Now even writes to...
mekius [Tue, 2 Sep 2008 02:44:47 +0000 (02:44 +0000)]
Another update to ecore_file_mv to make it work even better.  Now even writes to external devices will be atomic if possible.  If it's still not possible, the old fallback method of just copying will be done.

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

15 years agoRemove this check. Any software that depended on this check should check before...
mekius [Mon, 1 Sep 2008 20:13:00 +0000 (20:13 +0000)]
Remove this check.  Any software that depended on this check should check before calling this function instead.

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

15 years agoWhy was this twice?
englebass [Thu, 28 Aug 2008 15:36:22 +0000 (15:36 +0000)]
Why was this twice?

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

15 years agoMissing header
jethomas [Sun, 24 Aug 2008 05:20:40 +0000 (05:20 +0000)]
Missing header

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

15 years agowe need the typedef of size_t
pfritz [Sat, 23 Aug 2008 22:50:01 +0000 (22:50 +0000)]
we need the typedef of size_t

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

15 years agoSet svn:mime-type to image/png on *.png
barbieri [Mon, 18 Aug 2008 16:42:08 +0000 (16:42 +0000)]
Set svn:mime-type to image/png on *.png

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

15 years agook. i think most binary files are now fixed.
raster [Mon, 18 Aug 2008 00:02:26 +0000 (00:02 +0000)]
ok. i think most binary files are now fixed.

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

15 years agosource action patches from Fedor Gusev
englebass [Sun, 17 Aug 2008 18:12:23 +0000 (18:12 +0000)]
source action patches from Fedor Gusev

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

15 years agofix binaries
raster [Sun, 17 Aug 2008 14:29:25 +0000 (14:29 +0000)]
fix binaries

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

15 years agomove around - flatter.
raster [Sun, 17 Aug 2008 07:44:18 +0000 (07:44 +0000)]
move around - flatter.

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