Chris Michael
0a94e8ba71
enlightenment: Make E build again with EFL from git
...
sed -i 's/EAPI/E_API/g'
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Mike Blumenkrantz
471dcb24cb
__UNUSED__ -> EINA_UNUSED
...
this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
8 years ago
Mike Blumenkrantz
e9ea6454d9
some stringshare improvements for e_path_find
...
SVN revision: 81526
10 years ago
Mike Blumenkrantz
e049fbf4ee
use stringshare return type
...
SVN revision: 81523
10 years ago
Mike Blumenkrantz
ad7cd0677e
formatting
...
SVN revision: 76842
11 years ago
Vincent Torri
c3b0637802
e17: whitespaces--
...
SVN revision: 72561
11 years ago
Lucas De Marchi
6638a10e20
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
13 years ago
Cedric BAIL
f8c05999e4
* e: Cleanup use of Eina data structure.
...
Patch from Peter van de Werken <pwerken-e@a-eskwadraat.nl>.
SVN revision: 41916
14 years ago
Cedric BAIL
be8de8a554
Create the hash anyway as we are about to add something to it. This will remove
...
some warning about eina_hash_population on NULL hash.
SVN revision: 38187
14 years ago
Cedric BAIL
773d102291
This commit is huge. I did test it a lot on my computer, and it run fine here.
...
But is so big i fear i could have broken some piece of code. So report any wrong
behaviour to me (cedric on #edevelop).
So moving e17 and efreet to eina_hash. With a little efreet API break so they
must come together.
SVN revision: 38185
14 years ago
Sebastian Dransfeld
6dc64c5559
Correct callback for eina_hash_foreach.
...
SVN revision: 37169
14 years ago
Cedric BAIL
1087de2397
Remove Evas list and replace them with Eina list.
...
No change for ->next and ->data access right now, as the patch is already
big enough.
SVN revision: 36962
14 years ago
Cedric BAIL
3d6749983b
Switch to eina_stringshare.
...
This could also change the usage of string share in E17.
SVN revision: 36679
15 years ago
Christopher Michael
f723e3499c
Fix function protos & functions for recent Evas_Hash changes to remove
...
compiler warnings.
Fix some formatting in e_font.
SVN revision: 33719
15 years ago
Christopher Michael
4e6d96769d
Remove blank line.
...
SVN revision: 31921
16 years ago
Sebastian Dransfeld
d523a62b26
Remove old stuff.
...
SVN revision: 27594
16 years ago
Carsten Haitzler
580a468103
been doing instrumentation. i'm cuttong down on startup time - a little here
...
17 years ago
sebastid
1251802479
Don't strdup homedir
...
SVN revision: 26026
17 years ago
Stafford Mitchell Horne
30cdc91f0c
Add a simple search path configuration dialog, plus:
...
* Add some widget API used by new dialog
* Fix typo
SVN revision: 21983
17 years ago
stffrdhrn
218717c8dc
Clean up compile warnings:
...
* char * -> const char * for stringshare strings
* char * -> const char * where needed in functions
* remove unused vars in some places
SVN revision: 20912
17 years ago
sebastid
6a638a7806
Fix EAPI warnings.
...
SVN revision: 19597
17 years ago
Carsten Haitzler
a3d5f5c28d
a lot more use of stringshare.
...
17 years ago
Carsten Haitzler
d8c635f964
more stringshare work
...
17 years ago
stffrdhrn
26b69ad8bd
- Clean up the best match function and make it work
...
- In e_path the user list should be before the default list
- Add a function to list all available locales wrapping "locale -a"
SVN revision: 18647
17 years ago
handyande
4e125e3bff
app_installed now in ecore_file
...
SVN revision: 15257
18 years ago
handyande
d625a15c92
debug--
...
SVN revision: 15164
18 years ago
handyande
ef23779c2b
Add a path for the PATH environment, then use it to fix the ugly system(which...) hack
...
SVN revision: 15161
18 years ago
Carsten Haitzler
f618831ce9
fix memory leaks! no more leaks!
...
18 years ago
Carsten Haitzler
242e7b4744
shorne's patch
...
18 years ago
Carsten Haitzler
dd4a98045a
polish translation.
...
18 years ago
sebastid
d6f9d054e2
config.h is in e.h
...
remove some compiler warnings with __UNUSED__
SVN revision: 14168
18 years ago
sebastid
b4192a2fb9
Small updates.
...
Move from e_file to ecore_file
SVN revision: 13456
18 years ago
sebastid
9718ef9fa7
Cleanup.
...
SVN revision: 13396
18 years ago
sebastid
921f1ae198
Better so.
...
SVN revision: 13380
18 years ago
Carsten Haitzler
4f54c588e1
seb's patch...
...
18 years ago
rbdpngn
b6c300dd69
Add type checking for the various E objects.
...
SVN revision: 13053
18 years ago
Carsten Haitzler
1fa0714cfc
clean up a lot of wranings.
...
18 years ago
Carsten Haitzler
5e2388c886
_ _ _ _ _____ ___
...
18 years ago