Commit Graph

177 Commits

Author SHA1 Message Date
doursse be1229247a autostuff improvements:
* use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE
   and check the required minimal versions.
 * add bzipped distribution archive
 * add AC_LIBTOOL_WIN32_DLL
 * forbid libtool to check fortran
 * compute libtool versioning from the version of the package
 * pass the directories based on ${prefix} to the preoprocessor
   with the -D option
 * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS
 * remove useless -L flags in *_la_LDFLAGS


SVN revision: 32338
2007-11-04 09:29:20 +00:00
Carsten Haitzler 64171b5ca6 cedric's SDL egnine patch - finally.
SVN revision: 30844
2007-07-16 07:23:11 +00:00
Michael Jennings feabcdfe64 Thu Mar 15 12:20:27 2007 Michael Jennings (mej)
Re-apply the previously reverted patch and add (I think) the correct
fix for ecore-config.  I haven't tested this extensively, but edje
builds okay with it, so hopefully it's right.
----------------------------------------------------------------------


SVN revision: 28755
2007-03-15 22:21:28 +00:00
Michael Jennings 3edb26cf60 Wed Mar 14 21:57:38 2007 Michael Jennings (mej)
Reverting changes; kindly test patches BEFORE applying them.
----------------------------------------------------------------------


SVN revision: 28732
2007-03-15 07:57:43 +00:00
doursse d9fa45fe5f use the correct Windows macro when compiling with microsoft compiler, and not mingw/cygwin
SVN revision: 28727
2007-03-15 01:01:10 +00:00
Kim Woelders 1159a35a17 Fix warnings.
SVN revision: 26971
2006-11-05 14:19:56 +00:00
Kim Woelders 5c8603665a No void pointer arithmetic.
SVN revision: 26970
2006-11-05 14:18:34 +00:00
handyande 0c6a8ed5dc Fix rgb defaults and a little indenting
SVN revision: 25572
2006-09-07 08:40:28 +00:00
Kim Woelders a5db61c51e Add missing const modifiers. Remove unnecessary casts.
SVN revision: 24812
2006-08-16 17:40:08 +00:00
Carsten Haitzler 37642982f7 make other core efl things do the same package thing
SVN revision: 23876
2006-07-13 19:48:09 +00:00
doursse 1799b347e8 q--
SVN revision: 22306
2006-04-22 19:12:53 +00:00
handyande 2d1a95873a oops, missed this one
SVN revision: 22303
2006-04-22 14:59:18 +00:00
handyande d8bc921c99 First pass for some ecore_config struct code. Works fine on my x86 machine, but raster reckons it will not if the architecture 'packs' structs.
SVN revision: 22302
2006-04-22 14:55:39 +00:00
handyande 6e93eda95a Mortens latest ecore_config update - fixes last breakage ;)
SVN revision: 20419
2006-02-12 21:08:36 +00:00
handyande 749bfd77de remove EAPI from internal methods - is this correct? should EAPI have been added to _priveate functions?
SVN revision: 20142
2006-01-31 11:11:21 +00:00
handyande 108fbe6a7f addition of argbint convenience on argb - thanks Morten
SVN revision: 20141
2006-01-31 11:05:47 +00:00
handyande 3b4b47eb77 Fix up RGB parsing and the string output - bad someone...
SVN revision: 19890
2006-01-18 12:36:51 +00:00
handyande a35fb4d4a7 Sorry Morten, this append func got broken - do not have time to debug, so am rolling it back
SVN revision: 19889
2006-01-18 12:35:06 +00:00
handyande 229e127911 Latest Morten patch and some fixes
SVN revision: 19660
2006-01-08 19:45:11 +00:00
handyande 7c24ebf4e0 Morten Nilsen's latest patches for ecore_config argb etc
SVN revision: 19655
2006-01-08 14:57:14 +00:00
Carsten Haitzler 651a356e6a warnings - hush.
SVN revision: 19567
2006-01-06 18:26:37 +00:00
doursse 7e670e0c2a oups
SVN revision: 19449
2005-12-31 09:24:27 +00:00
handyande 4e0e175bf8 Cleanup of lib from Morten Nilsen - thanks
SVN revision: 19434
2005-12-30 20:10:01 +00:00
rbdpngn e37b4166d8 Free the strdup'd string when destroying a theme property.
SVN revision: 19351
2005-12-28 21:42:08 +00:00
doursse ae2bff67cc leak--
SVN revision: 19318
2005-12-27 19:21:58 +00:00
Carsten Haitzler 7554f8ee36 actually make symbol hiding work!
SVN revision: 19314
2005-12-27 17:17:31 +00:00
doursse 3931df64c9 leak--
SVN revision: 19280
2005-12-24 10:28:08 +00:00
lordchaos d6f417c8d1 * Apparantly, strings returned by setlocale() are not supposed to be freed/modified.
See: http://www.mkssoftware.com/docs/man3/setlocale.3.asp


SVN revision: 19124
2005-12-18 23:08:57 +00:00
handyande 414d3e5352 latest patch from Morten Nilsen:
- fix indent in various places
- check flag rather than walking list in util
- eliminate multiple key searches while saving
- optimizations


SVN revision: 19115
2005-12-18 19:07:52 +00:00
handyande fdda70e1b3 After the comments (back in april, sorry) I think this is the optimal fix that Dylan Shell was trying to get to, thanks Bryan Kadzban for the idea
Please correct me if this is not right


SVN revision: 18718
2005-11-29 23:06:59 +00:00
lordchaos a458660298 * Remove the 255 character string limit on ecore_config strings
SVN revision: 18479
2005-11-15 10:04:41 +00:00
sebastid 4bb7c433de Don't use strlen to check if a string is empty
SVN revision: 18268
2005-11-04 07:54:26 +00:00
lordchaos 7de1083877 Prevent a SEGV if returned config string is NULL
SVN revision: 17735
2005-10-21 12:11:37 +00:00
Dan Sinclair d5d6ed4e5d - this stops a whole lot of recursion and eventual segv with ecore_config.
not sure if it is the right fix or not


SVN revision: 17227
2005-10-06 03:03:34 +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
sebastid 5250fbc7c8 * Difference between user wanting a module, and the possibility of building
a module.
* Only do tests related to a module, if the module is to be built
* use AC_PATH_GENERIC
* Formatting
* Remove som weird AC_SUBST, why were they there?


SVN revision: 16543
2005-09-05 08:40:50 +00:00
sebastid b7cb623648 Formatting.
SVN revision: 16132
2005-08-13 15:21:15 +00:00
handyande fa02e19197 ecore_config boolean patch - Peter Wehrfritz
SVN revision: 16131
2005-08-13 14:34:34 +00:00
sebastid 9dbd1bf5b4 Formatting.
SVN revision: 16129
2005-08-13 12:44:45 +00:00
sebastid 71e050fd2a Formatting.
SVN revision: 16128
2005-08-13 12:43:11 +00:00
rbdpngn 85f1d386d8 Fix a memory leak if the local bundle is NULL.
Use a generic FAIL error when the local bundle is NULL.
Return a more detailed error report from the type add function.


SVN revision: 15839
2005-07-20 14:21:40 +00:00
technikolor 61cd21df39 Warnings cleanup. Unused variables were commented out (ala C99) rather than removed. Proto was added to private header. No major changes made, just simple fixes.
SVN revision: 15533
2005-06-25 10:11:25 +00:00
technikolor 7984d2fa1c Adding a check prior to attempted load of the config to avoid a possible segv.
SVN revision: 15449
2005-06-20 10:28:14 +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
handyande 2ccfb66cc7 start an ecore_config overhaul - things will break, but overall we will be happy
step 1) start abstraction of read/write to eet file - this will be moved to handlers and [en|de]coders shortly - lists will follow this
this breaks current .eet config files, but the API remains the same


SVN revision: 15182
2005-06-07 20:08:16 +00:00
Carsten Haitzler a469511a8b sgi build patches
SVN revision: 14074
2005-04-02 15:59:55 +00:00
handyande 59de2993b3 .edj ify ecore_config
SVN revision: 13863
2005-03-22 20:40:19 +00:00
Carsten Haitzler 5856cddd6f autopackage ecore...
SVN revision: 13679
2005-03-10 15:19:43 +00:00