Carsten Haitzler
368f148fef
use hold event and emit hold,on and hold,off
...
16 years ago
Carsten Haitzler
73b6cc9ff8
add a hold event to feed.
...
16 years ago
Carsten Haitzler
d76a37172f
since patch from vincent.
...
16 years ago
doursse
3ba03eab45
remove the explicit use of the DirectDraw interface by using the c++ API
...
SVN revision: 34153
16 years ago
doursse
ebd938e4b1
remove the explicit use of the DirectDraw interface by using the c++ API
...
SVN revision: 34147
16 years ago
Andres Blanc
e515418737
included missing parts of the reference
...
SVN revision: 34145
16 years ago
doursse
b856c1bc13
use INPUT entry of Doxyfile instead of adding Eet.h at the end of eet.c, update the date. remove trailing spaces. Maybe we should add Cedric as author
...
SVN revision: 34140
16 years ago
doursse
2e5c629667
use correct variables for the name and version of the package
...
SVN revision: 34139
16 years ago
doursse
b02e152b63
do not overwrite eet.c as it has been modified by configure
...
SVN revision: 34138
16 years ago
doursse
741b44f6e2
remove trailing spaces and factorize Windows detection
...
SVN revision: 34135
16 years ago
doursse
54c28a5391
add guards when including config.h
...
SVN revision: 34132
16 years ago
Carsten Haitzler
4efdc2e78d
add string.h
...
16 years ago
doursse
59a88b9bc8
reorganise header files so that evil is better included. Please test before the release.
...
SVN revision: 34130
16 years ago
doursse
03527fe2aa
* src/lib/Evil.h:
...
remove the stat structure and add guards
* src/lib/dlfcn/dlfcn.c:
include limits.h also for the cegcc compiler
SVN revision: 34129
16 years ago
Carsten Haitzler
0a0f8904f2
add xtest faking key support.
...
16 years ago
Carsten Haitzler
42d262f5f3
up eet to alpha status. see email to e-devel.
...
16 years ago
doursse
8e386e3f73
remove trailing spaces
...
SVN revision: 34101
16 years ago
doursse
ede49fdfb0
include correctly alloca.h and use ecore_file_mkpath instead of the local implementation
...
SVN revision: 34100
16 years ago
Carsten Haitzler
cbda36803a
fix configure.in - pkgconf
...
16 years ago
doursse
2d25da624d
* src/lib/Evil.h:
...
add POSIX definitions
* src/lib/evil.c:
make realpath available with cegcc. The function
just copy the file name to the resolved name with
that compiler
SVN revision: 34097
16 years ago
doursse
4da0f5fa80
define PATH_MAX for cegcc compiler
...
SVN revision: 34079
16 years ago
doursse
ee23c4b248
* make cegcc aware of the _WIN32 macro
...
* fix warning
SVN revision: 34078
16 years ago
doursse
45e9085e13
linux has a case sensitive fs
...
SVN revision: 34074
16 years ago
doursse
53c0a2d01d
* add evil support and remove evil windows code
...
* correctly handle alloca include
* remove trailing spaces
SVN revision: 34072
16 years ago
Gustavo Sverzut Barbieri
7fe7199a0c
Minor reorganization of Evas_Object fields.
...
Move pointer_mode (size 4) before bitfields, leave 'delete_me' as it's
a byte, this still have 2 bits left from unsigned short and another
byte around delete_me to make it grom from 244 bytes.
SVN revision: 34068
16 years ago
Carsten Haitzler
f2aeab1bd6
fix some escaping :)
...
16 years ago
Carsten Haitzler
2ef004009b
fix #ifdef
...
16 years ago
Carsten Haitzler
1bc9f155bb
and only delete job list if its not null.
...
16 years ago
Dan Sinclair
74873d6559
- set the job list to NULL. If this isn't done and we re-init the library (as efreet does during unit testing) the list won't get re-created and crap memory will get freed on the next shutdown
...
SVN revision: 34058
16 years ago
Dan Sinclair
a81974fe1f
- patch from Michael <sECuRE+e17 at twice-irc dot de> to fix possible mem
...
leak in efreet_desktop
SVN revision: 34050
16 years ago
Peter Wehrfritz
7f9e3f4cfd
remove dangerous casts
...
SVN revision: 34039
16 years ago
Carsten Haitzler
0dde2578fe
cross-compile again...
...
16 years ago
Andres Blanc
a7f4024a29
I wasted quite some time thanks for ignoring this detail.
...
SVN revision: 34029
16 years ago
doursse
219831980f
* Remove Windows code in evas_module.c and use evilness instead
...
* Allow Windows Mobile to correctly load dll's
* Use correct scheme for EAPI on Windows and include config.h when necessary
* add -mwin32 to compiler flags when compiling with cegcc
SVN revision: 34024
16 years ago
Sebastian Dransfeld
56b68a7ba4
formatting
...
SVN revision: 34016
16 years ago
Sebastian Dransfeld
3340fba2fb
formatting
...
SVN revision: 34015
16 years ago
doursse
743cff2ced
Fix dlopen for cegcc and minor fix and doc:
...
* INSTALL:
* README:
additional notes for compilations with cegcc or mingw32ce
* configure.ac:
use 'win32' instead of 'cegcc' or 'mingw'
* src/lib/dlfcn/dlfcn.c (dlopen):
cegcc does not support LOAD_WITH_ALTERED_SEARCH_PATH.
Use LoadLibrary instead of LoadLibraryEx in that case.
SVN revision: 34014
16 years ago
Sebastian Dransfeld
1ca9a3d4a5
Fix compiler warnings
...
SVN revision: 34013
16 years ago
Peter Wehrfritz
1bb6fe82e7
compile again with curl
...
SVN revision: 34012
16 years ago
Sebastian Dransfeld
00065fd407
Add const
...
SVN revision: 34011
16 years ago
Sebastian Dransfeld
0c387e3c74
Remove unused variable
...
SVN revision: 34010
16 years ago
Sebastian Dransfeld
a4ad7cb0eb
Fix compiler warnings.
...
SVN revision: 34009
16 years ago
Carsten Haitzler
f08234a968
improve build includes.
...
16 years ago
Sebastian Dransfeld
9c2e6dcd43
formatting
...
SVN revision: 33991
16 years ago
Peter Wehrfritz
164190d377
compile on FreeBSD again
...
SVN revision: 33984
16 years ago
Carsten Haitzler
ab9940c2eb
try again - missed the wrapping #ifdef
...
16 years ago
Michael Jennings
342492d566
Mon Mar 10 22:11:43 2008 Michael Jennings (mej)
...
Do not force use of pkgconfig to detect SDL -- supported versions of
SDL (1.2.0) did not ship with pkgconfig support.
Do not use PKG_CHECK_EXISTS as it is not available in older pkgconfig
releases.
----------------------------------------------------------------------
SVN revision: 33981
16 years ago
Carsten Haitzler
7a53260b55
build again if no curl there.
...
16 years ago
Michael Jennings
cbe71c7569
Mon Mar 10 19:25:39 2008 Michael Jennings (mej)
...
Do not require bleeding-edge autoFUCK tools.
----------------------------------------------------------------------
SVN revision: 33979
16 years ago
Carsten Haitzler
3dedc3559e
allow to have sub-rpocessed controlled by parent if parent dies/segvs/kill
...
16 years ago