Commit Graph

16 Commits

Author SHA1 Message Date
Lucas De Marchi 0a4617ae38 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



SVN revision: 50816
2010-08-04 16:57:32 +00:00
Lucas De Marchi c7d1c78c46 Finish fixing int => Eina_Bool
A buggy standard.h caused some parser errors in the previous committed
patch generated by Coccinelle. This commit find the other places.



SVN revision: 50052
2010-07-06 00:08:52 +00:00
Cedric BAIL d8e1895350 * ecore: Use eina_log.
Patch from Mathieu Taillefumier.


SVN revision: 44637
2009-12-21 17:32:19 +00:00
Sebastian Dransfeld 73cde2ffa2 Make clang happy
SVN revision: 44257
2009-12-07 21:01:26 +00:00
Vincent Torri 29b0f87503 uniformize the inclusion of config.h
SVN revision: 38865
2009-01-31 18:56:17 +00:00
Vincent Torri e18508b701 remove a bit the mess n ecore. It's just the first patch...
* add vim header
 * include config.h when necessary
 * fix the order of some include
 * move the standard header in ecore_private.h to the source files

I have recompiled all the efl and e17, and e17 seems to work fine with these changes.
If you encounter problems with that commit, let me know.


SVN revision: 38864
2009-01-31 18:33:39 +00:00
Kim Woelders 1159a35a17 Fix warnings.
SVN revision: 26971
2006-11-05 14:19:56 +00:00
Carsten Haitzler 651a356e6a warnings - hush.
SVN revision: 19567
2006-01-06 18:26:37 +00:00
handyande 4e0e175bf8 Cleanup of lib from Morten Nilsen - thanks
SVN revision: 19434
2005-12-30 20:10:01 +00:00
doursse 3931df64c9 leak--
SVN revision: 19280
2005-12-24 10:28:08 +00:00
handyande bda13919e3 Namespaces avoid system clases - sorry
SVN revision: 16752
2005-09-18 12:25:57 +00:00
sebastid 62ff8d7226 * Don't export TRUE/FALSE.
* ecore main uses 0/1 as return values.


SVN revision: 16588
2005-09-05 17:45:38 +00:00
sebastid 36b8a938d4 TRUE/FALSE is defined in ecore_private.h
SVN revision: 16587
2005-09-05 17:24:50 +00:00
handyande a94263b1da Ecore_config cleanup step 2)
A contraversial one perhaps - remove the modular backend
This fixes the hard coded .so extension problems and gives us a must more stable system
still no API breakage :)


SVN revision: 15185
2005-06-07 21:54:07 +00:00
Carsten Haitzler de28192bda kwo's ecore cleanup patch
SVN revision: 13559
2005-03-02 07:06:44 +00:00
handyande a8ea9cd5a3 Start tidying ecore_config
SVN revision: 11869
2004-10-13 19:43:16 +00:00