Commit Graph

2709 Commits

Author SHA1 Message Date
sebastid 4210007040 Return NULL, not FALSE for pointers.
SVN revision: 16622
2005-09-06 21:00:55 +00:00
sebastid 874e4df9ee Add Ecore.h for TRUE/FALSE
SVN revision: 16621
2005-09-06 19:29:24 +00:00
sebastid 24fac015c6 Export TRUE/FALSE
SVN revision: 16620
2005-09-06 19:26:19 +00:00
rephorm e7aae96593 Get this fixed the proper way...
SVN revision: 16613
2005-09-06 03:43:02 +00:00
rephorm 35c8148ffa So, according to raster and the XGetWindowProperty man page, this should in fact be a long, not an int. (though this is still broken under ubuntu-64 here)
SVN revision: 16612
2005-09-06 03:25:05 +00:00
rephorm 3833561118 change this cast to an int so things will work on both 32 _and_ 64 bit processors.
now all of us with athlon-64's can restart E without losing the desktop positions of all our windows :)


SVN revision: 16607
2005-09-06 00:52:43 +00:00
rephorm b0ae6f3c72 don't use __blend_tmp before initializing it...
SVN revision: 16594
2005-09-05 19:40:12 +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 d80baaa814 Use %f with doubles.
Add string.h for strcmp()
Remove unused variables.


SVN revision: 16580
2005-09-05 16:30:09 +00:00
sebastid 42f2fbb8b6 Add string.h for strcmp()
SVN revision: 16579
2005-09-05 16:26:58 +00:00
sebastid da1ce663a9 These sohuld be global.
SVN revision: 16572
2005-09-05 15:10:34 +00:00
sebastid ac0f8ec127 Don't export local defines.
SVN revision: 16569
2005-09-05 15:01:40 +00:00
sebastid 317e065422 Not usable without Evas.h, user should include it first anyway.
SVN revision: 16563
2005-09-05 13:07:36 +00:00
sebastid 905adad30b Add missing headers.
SVN revision: 16553
2005-09-05 11:05:13 +00:00
sebastid e3ad2acd61 Add missing headers, and define MIN
SVN revision: 16552
2005-09-05 10:46:04 +00:00
sebastid d758ca86bb Header cleanup. Don't include unneeded headers in system lib header.
SVN revision: 16550
2005-09-05 10:17:08 +00:00
sebastid 150b139bdf These headers aren't needed here.
SVN revision: 16547
2005-09-05 09:48:23 +00:00
sebastid c57a259b1f Capitalize var, changed because of AC_PATH_GENERIC
SVN revision: 16545
2005-09-05 09:16:56 +00:00
Carsten Haitzler ef551b1126 fix some whitespace wrapping mojo
SVN revision: 16544
2005-09-05 09:03:01 +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
Carsten Haitzler 3c0b9cc34d ok ok - they look ugly, but handle bitmap fonts! :(
SVN revision: 16542
2005-09-05 08:01:15 +00:00
sebastid d6be56204c Not needed?
SVN revision: 16536
2005-09-04 20:15:35 +00:00
sebastid 3b6a241a54 freetype 9.5.X should be 2.1.7, which is required.
SVN revision: 16535
2005-09-04 20:12:06 +00:00
sebastid ec6b20852f Make headers selfcontained.
SVN revision: 16530
2005-09-04 19:02:15 +00:00
sebastid 8903734b6a * Include evas CFLAGS in emotion-config since emotion headers export Evas.h
* Ecore.h isn't needed in exported header


SVN revision: 16526
2005-09-04 18:58:11 +00:00
sebastid 4b143ada7c Export evas CFLAGS, because exported edje headers include Evas.h
SVN revision: 16525
2005-09-04 18:55:56 +00:00
sebastid 6b7f4f50ce Only need Ecore_Data.h to define Ecore_List
SVN revision: 16524
2005-09-04 18:54:32 +00:00
sebastid 12ee7bd302 Include Ecore_Data.h to define Ecore_List
SVN revision: 16523
2005-09-04 18:53:46 +00:00
Carsten Haitzler 904063a099 tb2 work
SVN revision: 16521
2005-09-04 11:34:03 +00:00
sebastid 7068ed1fc0 Define pid_t
SVN revision: 16513
2005-09-04 00:25:20 +00:00
sebastid ebdf5540e3 Cleanup.
SVN revision: 16504
2005-09-03 22:57:35 +00:00
sebastid ba50f7e604 Add evas cflags to cflags. Else will stuff that only uses ecore_evas fail.
SVN revision: 16503
2005-09-03 22:20:45 +00:00
sebastid 4195c6b63c We need the embryo includedir to build the binaries.
SVN revision: 16499
2005-09-03 22:15:07 +00:00
sebastid 92998025ae my_libs is gone.
SVN revision: 16496
2005-09-03 19:58:13 +00:00
sebastid fd37cb5ac3 Use AC_PATH_GENERIC
SVN revision: 16495
2005-09-03 19:42:28 +00:00
sebastid e260c571a6 Use AC_PATH_GENERIC
SVN revision: 16492
2005-09-03 19:07:24 +00:00
sebastid d17fd0bed3 Use AC_PATH_GENERIC, it's a nice macro!
SVN revision: 16491
2005-09-03 18:52:10 +00:00
sebastid c1b9ee22b8 indent.
SVN revision: 16482
2005-09-03 04:47:32 +00:00
sebastid 5b57517f63 If the version from config has something after x.y.z, drop it.
SVN revision: 16477
2005-09-03 03:55:13 +00:00
sebastid ceb143f80c Delay dns lookup until after initializing the server. If the hostname
is in cache, it will execute the callback without delay.


SVN revision: 16476
2005-09-03 03:07:29 +00:00
Carsten Haitzler 42bf60c59a add c++ stuff
SVN revision: 16475
2005-09-03 01:38:45 +00:00
sebastid 8e0218f914 Don't include $(includedir) in searchpath, find headers in this source
and in the provided package CFLAGS.


SVN revision: 16470
2005-09-02 20:15:28 +00:00
Carsten Haitzler e62fcac4f3 more tb2 work!
SVN revision: 16467
2005-09-02 15:27:09 +00:00
sebastid 5f6720c25e Make sure we don't get complaints about cairo engine.
SVN revision: 16455
2005-09-01 23:53:03 +00:00
sebastid 94a05490b6 Cairo backend builds again. But is dead slow and isn't complete.
SVN revision: 16447
2005-09-01 00:53:34 +00:00
sebastid 044b599af0 Update functions to match ecore_hash.
Add missing function declaration.
Use signed int for width and height.


SVN revision: 16445
2005-08-31 17:33:32 +00:00
sebastid 1f0a680d7f Add return values.
Formatting.
Right macro.


SVN revision: 16438
2005-08-30 23:40:34 +00:00
Carsten Haitzler 5fc8d291e1 fix some leaks, bugs and add api calls that work! :)
SVN revision: 16432
2005-08-30 15:19:39 +00:00
sebastid b72979a68e Remove _ from global variables.
SVN revision: 16426
2005-08-30 10:17:10 +00:00