Cedric BAIL
fa66dbf40a
Remove Evas list from Edje and use Eina instead.
...
SVN revision: 36961
15 years ago
Carsten Haitzler
f7283eb333
remove some debugging
...
SVN revision: 36960
15 years ago
Cedric BAIL
002f0f2a6c
Strangely, Eet documentation was referencing Evas list, so switch
...
this to Eina list.
SVN revision: 36959
15 years ago
Carsten Haitzler
947b161c56
support password mode.
...
SVN revision: 36957
15 years ago
Carsten Haitzler
bf8905c54d
add a "repch" (replace char). for passowrd mode! :)
...
SVN revision: 36956
15 years ago
Cedric BAIL
4bb02bdf37
Add more error information during eina module load.
...
SVN revision: 36955
15 years ago
Carsten Haitzler
e4e3b0d5a2
better escaping!
...
SVN revision: 36954
15 years ago
Carsten Haitzler
1cefba4012
fix last newline detection - dont keep adding them in!
...
SVN revision: 36950
15 years ago
Cedric BAIL
a360b26230
Declare dir in the right scope.
...
SVN revision: 36945
15 years ago
Cedric BAIL
0ea9b88ae1
Fix a typo.
...
SVN revision: 36944
15 years ago
Cedric BAIL
17626bb400
Remove Evas List from Emotion.
...
SVN revision: 36943
15 years ago
Cedric BAIL
465b76a017
Remove Evas_List from Evas.
...
SVN revision: 36942
15 years ago
Cedric BAIL
0780128787
Remove Evas_List from Ecore.
...
SVN revision: 36941
15 years ago
Cedric BAIL
7e74651236
Fix a potential bug jumping over one element when destroying them.
...
Didn't find a way to trigger it, but caught it during code review.
SVN revision: 36940
15 years ago
Gustavo Sverzut Barbieri
93a280b7d7
eina_bool is now an unsigned char.
...
This makes clear what size and if we have a signal or not in our type,
so no compilers have the right to choose different for us (like they
do with enum).
Also fixes compile of C++ programs with eina_rectangle.h, that
contains some inline code, the expression evaluates a boolean
expression and compiler does not know how to convert that to old
Eina_Bool.
SVN revision: 36939
15 years ago
kaethorn
2d8bb130ee
Add eina to dependencies.
...
SVN revision: 36934
15 years ago
Cedric BAIL
430fb672cd
Rename EINA_LIST_ITER_NEXT to EINA_LIST_FOREACH.
...
SVN revision: 36930
15 years ago
kaethorn
26294aae7c
Update Debian files.
...
SVN revision: 36929
15 years ago
Cedric BAIL
68d377afe6
Rename EINA_INLIST_ITER_NEXT/EINA_INLIST_ITER_LAST to EINA_INLIST_FOREACH/
...
EINA_INLIST_REVERSE_FOREACH so it best match is behaviour. Asked by Gustavo.
SVN revision: 36928
15 years ago
kaethorn
ac8b1a4cf9
Add Debian files.
...
SVN revision: 36927
15 years ago
Cedric BAIL
1950725606
Add merge function to list data type.
...
SVN revision: 36922
15 years ago
Vincent Torri
0eb2aaab4d
* m4/ac_attribute.m4:
...
use newer file from PROTO/autotools
* src/lib/dlfcn/dlfcn.c:
* src/lib/evil_mman.c:
no need to define __UNUSED__ anymore with the new m4 macro
* src/lib/Makefile.am:
* src/lib/evil.c:
remove useless file
SVN revision: 36921
15 years ago
Vincent Torri
67acca9238
move header files from embryo_private.h to source files
...
SVN revision: 36915
15 years ago
Vincent Torri
b22c8702ab
missing files
...
SVN revision: 36914
15 years ago
Vincent Torri
e835bbcf6c
* autotools cleanup
...
* fix compilation with mingw32ce
SVN revision: 36913
15 years ago
Vincent Torri
3806efd337
* src/lib/Evil.h:
...
use getcwd() from evil_unistd.c
SVN revision: 36912
15 years ago
Vincent Torri
d2b7c8f93c
* src/lib/Makefile.am:
...
* src/lib/evil_time.c:
add tzset implementation ofr mingw32ce (does nothing...),
needed for embryo
* src/lib/evil_stdio.h:
formatting
SVN revision: 36911
15 years ago
Vincent Torri
7ca391ace4
* exit when fnmatch is not found
...
* formatting
SVN revision: 36908
15 years ago
Carsten Haitzler
154b2a5a94
printf--
...
SVN revision: 36905
15 years ago
ptomaine
1b9d1e312b
Fix embryo, i.e. add eina CFLAGS and LDFLAGS.
...
SVN revision: 36869
15 years ago
Cedric BAIL
02bf306fdd
Remove macro provided by Eina.
...
SVN revision: 36863
15 years ago
Cedric BAIL
e9ddcdd311
Remove evas hash.
...
SVN revision: 36862
15 years ago
Cedric BAIL
4391aa6f08
Remove eet data type from the test suite.
...
SVN revision: 36861
15 years ago
Cedric BAIL
c9779e876f
Actually include eina_convert in the main header.
...
SVN revision: 36860
15 years ago
Cedric BAIL
93711c814e
Fix hash iterator to iterate with only one element.
...
SVN revision: 36858
15 years ago
Cedric BAIL
a52cc857fa
Put the mempool backend structure with other structure.
...
SVN revision: 36855
15 years ago
Cedric BAIL
6734c580df
Zero is a correct value.
...
SVN revision: 36854
15 years ago
Carsten Haitzler
03114c0dac
and drop rendering text out of bounds.
...
SVN revision: 36853
15 years ago
Cedric BAIL
bdfed791ea
More use of iterator macro.
...
SVN revision: 36852
15 years ago
Carsten Haitzler
5497660f72
remove debugging.
...
SVN revision: 36850
15 years ago
Carsten Haitzler
31727e370d
actually compile!
...
SVN revision: 36849
15 years ago
Carsten Haitzler
2e8d596191
ok fails sanity test.. hmmm. now what...
...
SVN revision: 36848
15 years ago
Cedric BAIL
4953eb74fe
Apps can now provide their own mempool.
...
SVN revision: 36847
15 years ago
Cedric BAIL
5015cf3a8d
Patch from Shulga Nikita.
...
SVN revision: 36846
15 years ago
Carsten Haitzler
9517f8f0e0
directly export eina deps for evas.
...
SVN revision: 36845
15 years ago
Cedric BAIL
1e13a4aec2
Use eina conversion functions (Remove code from eet).
...
SVN revision: 36844
15 years ago
Cedric BAIL
f08f865b75
Make eet depends on eina.
...
SVN revision: 36842
15 years ago
Cedric BAIL
ba9c2d3942
Use common eina convertion code.
...
SVN revision: 36841
15 years ago
Vincent Torri
e67164459d
* src/bin/evil_suite.c:
...
* src/bin/evil_suite.h:
* src/bin/evil_test_memcpy.c:
* src/bin/evil_test_memcpy.h:
clean suite and memcpy test code
SVN revision: 36835
15 years ago
Carsten Haitzler
f3acb81ceb
and remvoe cats
...
SVN revision: 36834
15 years ago