Gustavo Sverzut Barbieri
bf4e52869b
configure summary, maximum log level and other improvements.
...
Have all source to include config.h conditionally (HAVE_CONFIG_H),
define EINA_LOG_LEVEL_MAXIMUM, minor changes to configure.ac to make
it conform with the rest of efl.
SVN revision: 42544
14 years ago
Gustavo Sverzut Barbieri
1573ce03ca
todo...
...
SVN revision: 42542
14 years ago
Gustavo Sverzut Barbieri
4be6ac7921
enable "make doc", improve doxygen support for client library.
...
Some methods are missing and the in-process thumbnail needs to be
done, the documentation is almost the same as the client, so I really
appreciate someone else do it :-)
SVN revision: 42541
14 years ago
Gustavo Sverzut Barbieri
5dc1e3900f
more docs
...
SVN revision: 42538
14 years ago
Vincent Torri
2fef98ba8a
use __attribute__((packed)) if __GNUC__ is defined
...
use #pragma pack if vc++ is used
use nothing otherwise (should we exit with an error in that case ?)
SVN revision: 42533
14 years ago
Vincent Torri
9a08eb668f
add more wrapping
...
SVN revision: 42532
14 years ago
Vincent Torri
458267b1c2
useless define
...
SVN revision: 42531
14 years ago
Vincent Torri
7d884078e0
add new line
...
SVN revision: 42528
14 years ago
Vincent Torri
18bd48b4a5
update README.txt and MANIFEST.txt files
...
SVN revision: 42527
14 years ago
Vincent Torri
a7293d0cda
add README.txt and MANIFEST.txt files
...
SVN revision: 42526
14 years ago
Vincent Torri
1f15fd4f87
typo
...
SVN revision: 42525
14 years ago
Vincent Torri
3fd2eab56a
* Add Visual Studio 2008 solution and project file
...
* make start.bat generic
SVN revision: 42524
14 years ago
Gustavo Sverzut Barbieri
8e56bad0e6
dunno what's this crazy math, but it overflows on 64 bits... ensure it's unsigned long long...
...
SVN revision: 42523
14 years ago
Vincent Torri
98817e4ed3
add other wrapping for Windows function (fileno and fdopen)
...
SVN revision: 42521
14 years ago
Vincent Torri
02adb06f5a
fix VS8 project file
...
SVN revision: 42520
14 years ago
Vincent Torri
927fe76f5f
move EINA_DEPRECATED at the beginning of the declaration
...
SVN revision: 42519
14 years ago
Vincent Torri
17bd8aecf8
add int64_t type when compiling with vc++. Nedded for eina_f*p*.h files
...
SVN revision: 42518
14 years ago
Vincent Torri
e2b34b41ee
* fix compilation on Windows when using amalgamation
...
* put alloca declaration at the beginning
SVN revision: 42517
14 years ago
Vincent Torri
12788aff0b
fix--
...
SVN revision: 42516
14 years ago
Vincent Torri
082c4496b1
make start.bat more generic
...
SVN revision: 42514
14 years ago
Vincent Torri
c1f402b6fc
* allow compilation with vc++
...
* fix a small warning
SVN revision: 42513
14 years ago
Vincent Torri
49ac7ebc95
* update Visual Studio project files:
...
- link against evil
- eina mempools are statically linked
* formatting in start.bat
SVN revision: 42512
14 years ago
Vincent Torri
ceb5e10348
update Visual Studio project files
...
SVN revision: 42511
14 years ago
Vincent Torri
d14efa7613
* add Visual Studio 2008 project
...
* use a single start file to launch Visual Studio 2005 or 2008 automatically
SVN revision: 42510
14 years ago
Carsten Haitzler
65f147aa81
make loaders use "big image" macro to detect an image that is going to just
...
be way too big to ever allocate. probably code can do with other fixes too.
also make jpeg loader rudametarily understand load regions. very brute-force.
but enough for just this moment to do testing.
SVN revision: 42507
14 years ago
Iván Briano
ed7064edcc
Move some defines to enum and expose them.
...
Move to Eina_Bool.
Return success for rename of group and part to the same name.
Patch by Tiago Rezende Campos Falcão
SVN revision: 42506
14 years ago
Gustavo Sverzut Barbieri
5b68d0be34
minor fixes.
...
SVN revision: 42504
14 years ago
Vincent Torri
06cb4ebf40
update Visual Studio project
...
SVN revision: 42501
14 years ago
Vincent Torri
9b9c496175
move the declaration of variables at the beginning of the block
...
SVN revision: 42499
14 years ago
Vincent Torri
0ba193bae0
move EINA_DEPRECATED at the beginning of the declaration,
...
because it's more visible, and vc++ does not like it at
the end.
SVN revision: 42498
14 years ago
Cedric BAIL
f523b22bb3
* eet: Update ChangeLog
...
SVN revision: 42496
14 years ago
Cedric BAIL
3e23569492
* eet_data: Remove unused freeleak.
...
SVN revision: 42495
14 years ago
Carsten Haitzler
f780cc2c8f
add "region" load opt. no loader handles it... yet
...
SVN revision: 42494
14 years ago
Cedric BAIL
7fe73280d6
* eet: Update AUTHORS and ChangeLog accordingly.
...
SVN revision: 42493
14 years ago
Cedric BAIL
cab54bd121
* eet: Use eina_log.
...
Patch from Mathieu Taillefumier <mathieu.taillefumier@free.fr>.
SVN revision: 42492
14 years ago
Davide Andreoli
5f6ba77546
Don't segfault if 'icon' is null
...
14 years ago
Cedric BAIL
8e6a393cf9
* eina_log: Fallback to mutex when spinlock doesn't exist.
...
SVN revision: 42489
14 years ago
Cedric BAIL
d117093a55
* eina: Add explanation around compiler false positiv warning.
...
SVN revision: 42488
14 years ago
Carsten Haitzler
0b8f43494a
moe enume typedefs together. typedef before enum is bad for some compilrs...
...
like g++.. or suncc... dod so in all headers anyay for consistency
SVN revision: 42477
14 years ago
Hannes Janetzek
51fd74a36f
efreet_mime add fallback check for executables
...
SVN revision: 42474
14 years ago
dieb
c2fde2fa75
Trailing whitespaces--, remove wrong tabs.
...
SVN revision: 42454
14 years ago
Gustavo Sverzut Barbieri
56d5c74815
done items
...
SVN revision: 42449
14 years ago
Gustavo Sverzut Barbieri
97645fe7bc
API BREAK: Fix Ethumb API to be more EFL-like
...
* Callbacks were named to help Vala bindings.
* All callbacks get 'void *data' as first argument, always.
* All async methods get free_data parameters and call them also on disconnect()
* queue_remove() renamed to generate_cancel() to be more clear.
* queue_clear() renamed tp generate_cancel_call() to be more clear.
SVN revision: 42445
14 years ago
Rafael Antognolli
52de9e33cd
Added the Eina_Tile_Grid_Slicer iterator.
...
This new iterator receives a rectangle as argument and tile_w X tile_h sized
tile, and slices the rectangle iterating over it on each iteration.
SVN revision: 42427
14 years ago
Gustavo Sverzut Barbieri
7d1745e3c1
constness++
...
SVN revision: 42426
14 years ago
Gustavo Sverzut Barbieri
f98cb6e5f5
fix lighblue and add cyan.
...
SVN revision: 42410
14 years ago
Carsten Haitzler
7ee7fb5604
1. make max image size a #define
...
2. max image size > 65536x65536
3. fix cserve leak
4. fix cserve+async load to work together.
SVN revision: 42406
14 years ago
Hannes Janetzek
e7d76f6392
also remove text class members on object deletion
...
SVN revision: 42397
14 years ago
Carsten Haitzler
fda3149474
ecore-conig dont build if no evas found (mind u if no evas... why ecore etc.?
...
very unusual)
SVN revision: 42394
14 years ago
Horms
bef3c68926
Add libeina-svn-04.lintian-overrides
...
Based on libeina-svn-03.lintian-overrides from
the eina 0.0.2.062-2 package on debian.org
SVN revision: 42378
14 years ago