profile/ivi/ecore.git
13 years ago * ecore: fix error detection of ecore_pipe_add.
cedric [Mon, 6 Sep 2010 16:36:44 +0000 (16:36 +0000)]
* ecore: fix error detection of ecore_pipe_add.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51926 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoPrototypes for the missing ecore_x convert functions.
devilhorns [Sun, 5 Sep 2010 15:40:36 +0000 (15:40 +0000)]
Prototypes for the missing ecore_x convert functions.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agomake 1 func to set lower pri - fall back to setpriority on linux and
raster [Sat, 4 Sep 2010 14:32:50 +0000 (14:32 +0000)]
make 1 func to set lower pri - fall back to setpriority on linux and
try it there only.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51885 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agosame - back to RR.
raster [Sat, 4 Sep 2010 05:40:38 +0000 (05:40 +0000)]
same - back to RR.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51878 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agorr->other
raster [Sat, 4 Sep 2010 00:54:53 +0000 (00:54 +0000)]
rr->other

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51873 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: ecore_thread are not here to bring your computer down, so
cedric [Fri, 3 Sep 2010 13:39:53 +0000 (13:39 +0000)]
* ecore: ecore_thread are not here to bring your computer down, so
reduce their priority too.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51862 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix include order for Windows
caro [Mon, 30 Aug 2010 05:49:18 +0000 (05:49 +0000)]
fix include order for Windows

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51740 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoleak--
raster [Sat, 28 Aug 2010 15:07:45 +0000 (15:07 +0000)]
leak--

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51702 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agomore leak--
raster [Sat, 28 Aug 2010 14:56:14 +0000 (14:56 +0000)]
more leak--

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51701 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix leak of fb fd in error event.
raster [Sat, 28 Aug 2010 14:51:56 +0000 (14:51 +0000)]
fix leak of fb fd in error event.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51700 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodoxy clarification
discomfitor [Sat, 28 Aug 2010 10:01:20 +0000 (10:01 +0000)]
doxy clarification

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51694 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agotechnically xerrorhandlers have a return of an int - but its ignored
raster [Sat, 28 Aug 2010 04:28:15 +0000 (04:28 +0000)]
technically xerrorhandlers have a return of an int - but its ignored
by xlib (explicitly in docs).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51693 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAdd the following functions to Ecore_Con API:
mekius [Fri, 27 Aug 2010 05:16:00 +0000 (05:16 +0000)]
Add the following functions to Ecore_Con API:

ecore_con_server_name_get
ecore_con_server_port_get

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51670 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix copy/paste
caro [Thu, 26 Aug 2010 22:39:42 +0000 (22:39 +0000)]
fix copy/paste

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51667 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoApply double_condition_check.cocci
lucas [Thu, 26 Aug 2010 20:45:09 +0000 (20:45 +0000)]
Apply double_condition_check.cocci

The offending projects were:

 E16/e/src/backgrounds.c                 |   10 ++++------
 PROTO/eon/src/lib/layout/eon_stack.c    |    4 +---
 ecore/src/lib/ecore_win32/ecore_win32.c |    3 +--
 ecore/src/lib/ecore_wince/ecore_wince.c |    3 +--
 edje/src/lib/edje_edit.c                |    3 +--
 evas/src/lib/cache/evas_cache_image.c   |    2 +-
 exalt/src/lib/libexalt_private.c        |    2 +-

This patch assumes code in these places were insane and the fix is to remove
one condition check. Most likely this is not true, but there's no automatic fix
for that.

Looking at the patch, it seems that some places should use "x" and "y" vars but
used just one of them and therefore they were caught by coccinelle.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51666 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoRevert and re-apply badnull patch
lucas [Thu, 26 Aug 2010 01:34:13 +0000 (01:34 +0000)]
Revert and re-apply badnull patch

Revert previous patch generated by badnull.cocci script, and apply the new one.
The main difference is that assert and assert-like functions are not touched
anymore.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51650 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix ecore_thread to use pthread correctly. should build on windows now
raster [Wed, 25 Aug 2010 00:26:01 +0000 (00:26 +0000)]
fix ecore_thread to use pthread correctly. should build on windows now
too.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51621 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAdd UNUSED where missing.
devilhorns [Tue, 24 Aug 2010 23:29:24 +0000 (23:29 +0000)]
Add UNUSED where missing.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51618 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix sync issue in 1 special event re-order case. booo!
raster [Tue, 24 Aug 2010 09:26:34 +0000 (09:26 +0000)]
fix sync issue in 1 special event re-order case. booo!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51609 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoRemove the possibility to build ecore_config (which was deprecated anyway).
caro [Tue, 24 Aug 2010 06:37:37 +0000 (06:37 +0000)]
Remove the possibility to build ecore_config (which was deprecated anyway).
It will be raised from dead later, with a better API/code

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51599 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: struct a b = { 0 }; doesn't mean memset.
cedric [Mon, 23 Aug 2010 13:05:57 +0000 (13:05 +0000)]
* ecore: struct a b = { 0 }; doesn't mean memset.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51571 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoget the verbosity with the env variable CK_VERBOSITY. By default, nothing is changed.
caro [Sun, 22 Aug 2010 17:53:01 +0000 (17:53 +0000)]
get the verbosity with the env variable CK_VERBOSITY. By default, nothing is changed.
Values for CK_VERBOSITY:
silent
minimal
normal (the default)
verbose

Ex. of use:

CK_VERBOSITY=verbose make check

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51534 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoseparate the Ecore_X test from the Ecore one
caro [Sun, 22 Aug 2010 17:38:51 +0000 (17:38 +0000)]
separate the Ecore_X test from the Ecore one

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51533 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * add more checks
caro [Sun, 22 Aug 2010 17:14:05 +0000 (17:14 +0000)]
 * add more checks
 * add comments about strange code

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51525 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoConvert (hopefully) all comparisons to NULL
lucas [Sat, 21 Aug 2010 13:52:25 +0000 (13:52 +0000)]
Convert (hopefully) all comparisons to NULL

Apply badzero.cocci, badnull.coci and badnull2.cocci

This should convert all cases where there's a comparison to NULL to simpler
forms. This patch applies the following transformations:

code before patch               ||code after patch
===============================================================

return a == NULL;                 return !a;

return a != NULL;                 return !!a;

func(a == NULL);                  func(!a);

func(a != NULL);                  func(!!a);

b = a == NULL;                    b = !a;

b = a != NULL;                    b = !!a;

b = a == NULL ? c : d;            b = !a ? c : d;

b = a != NULL ? c : d;            b = a ? c : d;

other cases:

a == NULL                         !a
a != NULL                         a

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51487 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix randr bug! -> tunix!
raster [Sat, 21 Aug 2010 02:37:20 +0000 (02:37 +0000)]
fix randr bug! -> tunix!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51475 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoagain - pass distcheck!
raster [Fri, 20 Aug 2010 02:48:54 +0000 (02:48 +0000)]
again - pass distcheck!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51459 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoRemove blank line & fix formatting of function params.
devilhorns [Thu, 19 Aug 2010 14:41:24 +0000 (14:41 +0000)]
Remove blank line & fix formatting of function params.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51397 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAdd missing UNUSED.
devilhorns [Thu, 19 Aug 2010 14:33:49 +0000 (14:33 +0000)]
Add missing UNUSED.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51396 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoHandle missing case of POLICY_NONE.
devilhorns [Thu, 19 Aug 2010 14:32:16 +0000 (14:32 +0000)]
Handle missing case of POLICY_NONE.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51395 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAdd some missing UNUSED macros.
devilhorns [Thu, 19 Aug 2010 14:29:05 +0000 (14:29 +0000)]
Add some missing UNUSED macros.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51394 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: add some information about Ecore_Thread.
cedric [Thu, 19 Aug 2010 08:57:55 +0000 (08:57 +0000)]
* ecore: add some information about Ecore_Thread.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51389 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofrom t_unix <- add none enum for randr
raster [Thu, 19 Aug 2010 08:25:34 +0000 (08:25 +0000)]
from t_unix <- add none enum for randr

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51387 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFix inline functions
englebass [Wed, 18 Aug 2010 21:27:40 +0000 (21:27 +0000)]
Fix inline functions

Inline functions which are to be used in serveral files must be
completly written in the .x file.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51361 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFix 'suggest braces around empty body if statement'.
devilhorns [Wed, 18 Aug 2010 16:28:36 +0000 (16:28 +0000)]
Fix 'suggest braces around empty body if statement'.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51291 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFix 'unused variable'.
devilhorns [Wed, 18 Aug 2010 16:26:20 +0000 (16:26 +0000)]
Fix 'unused variable'.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51290 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoecore_thread_pool -> ecore_thread_local
discomfitor [Wed, 18 Aug 2010 08:56:44 +0000 (08:56 +0000)]
ecore_thread_pool -> ecore_thread_local

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51272 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix compilation without thread support
caro [Tue, 17 Aug 2010 19:21:47 +0000 (19:21 +0000)]
fix compilation without thread support

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51267 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix and format EXTRA_DIST
caro [Tue, 17 Aug 2010 19:01:20 +0000 (19:01 +0000)]
fix and format EXTRA_DIST

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51266 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: const Eina_Bool don't make any sense.
cedric [Tue, 17 Aug 2010 14:48:21 +0000 (14:48 +0000)]
* ecore: const Eina_Bool don't make any sense.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51252 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoDon't return int in functions returning Eina_Bool
lucas [Mon, 16 Aug 2010 12:03:49 +0000 (12:03 +0000)]
Don't return int in functions returning Eina_Bool

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51201 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agocopy & paste fix.
raster [Mon, 16 Aug 2010 08:59:42 +0000 (08:59 +0000)]
copy & paste fix.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51171 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoand now ecore is 1.0.0 ready too.
raster [Mon, 16 Aug 2010 08:17:24 +0000 (08:17 +0000)]
and now ecore is 1.0.0 ready too.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51165 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix up copyings likewise. nicely standardised templateish.
raster [Mon, 16 Aug 2010 03:00:16 +0000 (03:00 +0000)]
fix up copyings likewise. nicely standardised templateish.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51150 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agosync copying with other efl.
raster [Sun, 15 Aug 2010 21:57:22 +0000 (21:57 +0000)]
sync copying with other efl.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51142 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Joerg Sonnenberger <joerg@britannica.bec.de>
raster [Sun, 15 Aug 2010 02:59:32 +0000 (02:59 +0000)]
From: Joerg Sonnenberger <joerg@britannica.bec.de>
Subject: [E-devel] ecore's poll file manager

Hi all,
attached is a small bugfix for ecore. If the to-be-monitored path
doesn't exist, the poll monitor currently tries to remove an item from a
list which was never hooked up.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51123 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: fix cancel from another thread.
cedric [Sat, 14 Aug 2010 16:15:09 +0000 (16:15 +0000)]
* ecore: fix cancel from another thread.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51119 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Mike McCormack <mj.mccormack@samsung.com>
raster [Sat, 14 Aug 2010 11:19:03 +0000 (11:19 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>

This patch implements the ecore main loop in terms of the GTK main loop, so
ecore is a layer on top of glib.

Compared the the current glib integration in ecore, this has the added
advantage of allowing use of EFL libraries in GTK.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51113 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Leif Middelschulte <leif.middelschulte@gmail.com>
raster [Sat, 14 Aug 2010 10:21:03 +0000 (10:21 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>

patch for ecore-x xrandr 1.3 support - breaks previous api. final api
change (i know about) before we go alpha. in to svn we go.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51109 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoEcore_Getopt: Fix attributions
etrunko [Fri, 13 Aug 2010 15:34:25 +0000 (15:34 +0000)]
Ecore_Getopt: Fix attributions

Modern languages in general use the '=' character for attribution, while
',' character is for something else.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51082 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoApply memset-calloc.cocci
lucas [Fri, 13 Aug 2010 12:53:08 +0000 (12:53 +0000)]
Apply memset-calloc.cocci

Change calls to malloc + memset to calloc whenever an automatic conversion can
be done.

Possible candidates are not treated here, only the ones we can be sure the
conversion is safe.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51078 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoupdating portuguese translations
maxerba [Thu, 12 Aug 2010 13:19:47 +0000 (13:19 +0000)]
updating portuguese translations

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51036 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * eina: fix eina array threadsafe version.
cedric [Wed, 11 Aug 2010 14:32:30 +0000 (14:32 +0000)]
* eina: fix eina array threadsafe version.

Also add iterator and accessor ability to walk threadsafely.
Rename EINA_EACH to EINA_EACH_CB to match other callback cast.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51000 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agooooh that broke comp - hmm this bears some investigaing. remove eating
raster [Wed, 11 Aug 2010 05:18:58 +0000 (05:18 +0000)]
oooh that broke comp - hmm this bears some investigaing. remove eating
of show/hide events for ee's

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50982 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agowork around a gl driver bug
raster [Wed, 11 Aug 2010 05:12:22 +0000 (05:12 +0000)]
work around a gl driver bug

export ECORE_EVAS_GL_FIRST_MAP_BUG=1

if you end up with blank empty windows when using evas gl engine in them

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoDo not compare pointers to 0
lucas [Tue, 10 Aug 2010 19:24:38 +0000 (19:24 +0000)]
Do not compare pointers to 0

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50973 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoshapeinput too
raster [Sat, 7 Aug 2010 01:32:07 +0000 (01:32 +0000)]
shapeinput too

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50879 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoshape event gets info.
raster [Sat, 7 Aug 2010 01:27:25 +0000 (01:27 +0000)]
shape event gets info.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50878 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoRemove ecore_{init,shutdown} from tests
lucas [Thu, 5 Aug 2010 13:58:49 +0000 (13:58 +0000)]
Remove ecore_{init,shutdown} from tests

Now ecore_x properly calls ecore_start() and ecore_shutdown(), as it should
be, so no need to do it here.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50837 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoinit/shutdown ecore in ecore_x_init
lucas [Thu, 5 Aug 2010 13:50:47 +0000 (13:50 +0000)]
init/shutdown ecore in ecore_x_init

2 simple rules:
 1) init what you use
 2) shutdown what you init

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50836 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFix return value
lucas [Thu, 5 Aug 2010 13:48:43 +0000 (13:48 +0000)]
Fix return value

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50835 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoAdd missing ecore_{init,shutdown} to bell test
lucas [Thu, 5 Aug 2010 02:25:50 +0000 (02:25 +0000)]
Add missing ecore_{init,shutdown} to bell test

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50829 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFORMATTING
lucas [Wed, 4 Aug 2010 16:57:32 +0000 (16:57 +0000)]
FORMATTING

* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50816 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agouncrustify ecore directfb
captainigloo [Wed, 4 Aug 2010 16:17:53 +0000 (16:17 +0000)]
uncrustify ecore directfb

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50815 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoUse english messages for error log.
captainigloo [Wed, 4 Aug 2010 16:12:12 +0000 (16:12 +0000)]
Use english messages for error log.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50814 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoconvert all function pointers to typedefs, add doxy stubs for typedefs.
discomfitor [Wed, 4 Aug 2010 02:55:20 +0000 (02:55 +0000)]
convert all function pointers to typedefs, add doxy stubs for typedefs.
note: I've chosen to consolidate typedefs where possible to simplify things

my time is limited this week, so feel free to expand on the doxy stubs I've added if you know what they do

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50803 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agosupport calls++
raster [Tue, 3 Aug 2010 09:02:27 +0000 (09:02 +0000)]
support calls++

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50760 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix random value generator.
discomfitor [Mon, 2 Aug 2010 19:36:37 +0000 (19:36 +0000)]
fix random value generator.
SPANK SPANK SPANK!!!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50750 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agore-reformat
discomfitor [Mon, 2 Aug 2010 18:54:27 +0000 (18:54 +0000)]
re-reformat

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50747 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agore-uncrustify
discomfitor [Mon, 2 Aug 2010 17:47:49 +0000 (17:47 +0000)]
re-uncrustify

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50745 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoreturn void* for data functions; depend on user not to be stupid (hahahahahah)
discomfitor [Fri, 30 Jul 2010 20:33:32 +0000 (20:33 +0000)]
return void* for data functions; depend on user not to be stupid (hahahahahah)
fix doxy to display correctly and be accurate once again
TODO: add functions to rwlock global data while threads are modifying it?

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50692 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agorrrrrrrrrrrrrr stupid enum!
discomfitor [Fri, 30 Jul 2010 17:03:34 +0000 (17:03 +0000)]
rrrrrrrrrrrrrr stupid enum!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50689 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agogrrrrr this enum is really starting to piss me off
discomfitor [Fri, 30 Jul 2010 15:57:19 +0000 (15:57 +0000)]
grrrrr this enum is really starting to piss me off

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50688 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoremove ecore_thread_pool_data_wait, make thread data struct private again, return...
discomfitor [Fri, 30 Jul 2010 15:56:18 +0000 (15:56 +0000)]
remove ecore_thread_pool_data_wait, make thread data struct private again, return void* on _set(), fix global_wait to not mutex longer than wait time when no data added

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50687 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoSpell: rememebr => remember
lucas [Fri, 30 Jul 2010 11:34:08 +0000 (11:34 +0000)]
Spell: rememebr => remember

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50686 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoadd data freeing support to ecore thread data api
discomfitor [Fri, 30 Jul 2010 08:52:18 +0000 (08:52 +0000)]
add data freeing support to ecore thread data api
TO FUTURE MIKE: you were too tired to update the doxy last night and instead of writing the doxy updates you fell asleeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50682 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agossl cert cleanups: round 3
discomfitor [Fri, 30 Jul 2010 06:47:59 +0000 (06:47 +0000)]
ssl cert cleanups: round 3
fix bitmask detection and refcount more correctly

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50679 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodoc++
raster [Fri, 30 Jul 2010 02:57:39 +0000 (02:57 +0000)]
doc++

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50673 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix close before fd handler del's
raster [Fri, 30 Jul 2010 02:50:50 +0000 (02:50 +0000)]
fix close before fd handler del's

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50670 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodel x fd handler before close.
raster [Fri, 30 Jul 2010 02:44:43 +0000 (02:44 +0000)]
del x fd handler before close.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50669 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoclean up epoll stuff a little bit. 32 events now.
raster [Fri, 30 Jul 2010 02:42:47 +0000 (02:42 +0000)]
clean up epoll stuff a little bit. 32 events now.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50668 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoclose after del fd handler
raster [Fri, 30 Jul 2010 02:42:17 +0000 (02:42 +0000)]
close after del fd handler

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50667 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoformatting ewwww
raster [Fri, 30 Jul 2010 00:35:57 +0000 (00:35 +0000)]
formatting ewwww

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50665 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix valgrind unittied buffer bitches
raster [Fri, 30 Jul 2010 00:27:02 +0000 (00:27 +0000)]
fix valgrind unittied buffer bitches

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50664 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agodropping my life to fix previously broken mess so people will stop complaining
discomfitor [Thu, 29 Jul 2010 23:42:32 +0000 (23:42 +0000)]
dropping my life to fix previously broken mess so people will stop complaining

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50663 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years ago * ecore: fix comment.
cedric [Thu, 29 Jul 2010 12:29:19 +0000 (12:29 +0000)]
* ecore: fix comment.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50642 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agotypos are frustratinnnnnnnnnnggggggggggggggggggggggggggggggggggggggg
discomfitor [Thu, 29 Jul 2010 08:13:58 +0000 (08:13 +0000)]
typos are frustratinnnnnnnnnnggggggggggggggggggggggggggggggggggggggg

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50637 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agobad mike!. fix.
raster [Thu, 29 Jul 2010 05:43:20 +0000 (05:43 +0000)]
bad mike!. fix.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50634 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agocorrectly use & to detect server type instead of ==
discomfitor [Thu, 29 Jul 2010 01:42:43 +0000 (01:42 +0000)]
correctly use & to detect server type instead of ==

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50630 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agomore doxy than anyone will EVER need. EVER.
discomfitor [Thu, 29 Jul 2010 01:28:18 +0000 (01:28 +0000)]
more doxy than anyone will EVER need. EVER.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50629 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoredo some comments
discomfitor [Thu, 29 Jul 2010 01:28:03 +0000 (01:28 +0000)]
redo some comments

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50628 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoreorder functions, redo doxy, make a not so obvious null pointer more obvious for...
discomfitor [Thu, 29 Jul 2010 00:27:15 +0000 (00:27 +0000)]
reorder functions, redo doxy, make a not so obvious null pointer more obvious for future readers

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50627 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoprevent crafty users from breaking build if they define USE_OPENSSL and USE_GNUTLS
discomfitor [Thu, 29 Jul 2010 00:13:56 +0000 (00:13 +0000)]
prevent crafty users from breaking build if they define USE_OPENSSL and USE_GNUTLS

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50626 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoac_path_generic.m4 from eet, prevent users from trying to build with both gnutls...
discomfitor [Thu, 29 Jul 2010 00:13:25 +0000 (00:13 +0000)]
ac_path_generic.m4 from eet, prevent users from trying to build with both gnutls and openssl since this is broken

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50625 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agothese functions return a const char *, so they should actually return a const char *
discomfitor [Thu, 29 Jul 2010 00:12:27 +0000 (00:12 +0000)]
these functions return a const char *, so they should actually return a const char *

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agothese functions return a const char *, so they should actually return a const char *
discomfitor [Wed, 28 Jul 2010 22:32:39 +0000 (22:32 +0000)]
these functions return a const char *, so they should actually return a const char *

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50622 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoforgot to put some doxy in groups
discomfitor [Wed, 28 Jul 2010 22:23:14 +0000 (22:23 +0000)]
forgot to put some doxy in groups

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50620 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agossl uh-oh
discomfitor [Wed, 28 Jul 2010 20:03:28 +0000 (20:03 +0000)]
ssl uh-oh

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50612 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix for people who compile without ssl/tls support
discomfitor [Wed, 28 Jul 2010 19:58:57 +0000 (19:58 +0000)]
fix for people who compile without ssl/tls support

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50611 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoremove unused and null init a pointer
discomfitor [Wed, 28 Jul 2010 18:27:47 +0000 (18:27 +0000)]
remove unused and null init a pointer

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50604 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33