Commit Graph

930 Commits

Author SHA1 Message Date
sebastid 7a64475aed Fix init and shutdown
SVN revision: 16655
2005-09-07 09:24:05 +00:00
sebastid 17d85a3409 Included in ecore_private.h
SVN revision: 16654
2005-09-07 09:16:48 +00:00
sebastid 0a78f5f752 Fix init()
Add shutdown()


SVN revision: 16653
2005-09-07 09:14:31 +00:00
sebastid 858d9fecdf Fix init and shutdown.
SVN revision: 16652
2005-09-07 09:06:06 +00:00
sebastid 0613b8d816 Included in ecore_private.h
SVN revision: 16651
2005-09-07 08:59:45 +00:00
sebastid b5d81b7a72 Only run init when count is 1 and shutdown when count is Only run init when count is 1 and shutdown when count is 00
SVN revision: 16650
2005-09-07 08:58:07 +00:00
sebastid b6ce3afdb5 Only run init when count is 1 and shutdown when count is 0
SVN revision: 16649
2005-09-07 08:57:08 +00:00
sebastid efe51da1dc init count
SVN revision: 16648
2005-09-07 08:50:25 +00:00
sebastid ebaf552ccd return initcount on init and shutdown
SVN revision: 16647
2005-09-07 08:30:51 +00:00
sebastid 49fd515a14 Included in ecore_private.h
SVN revision: 16646
2005-09-07 08:24:12 +00:00
sebastid fa12ab4099 Don't need to include Ecore_X.h here, the file is useless without the
rest of ecore_x.


SVN revision: 16634
2005-09-07 02:53:39 +00:00
sebastid bb818f0cc2 Remove define, isn't needed.
Formatting.


SVN revision: 16630
2005-09-06 23:33:05 +00:00
sebastid c699769bd5 ecore_private.h is included in ecore_file_private.h
SVN revision: 16629
2005-09-06 23:31:18 +00:00
sebastid 549becd9d9 file compiles, but does not work.
SVN revision: 16628
2005-09-06 23:30:44 +00:00
sebastid 4560214bed stdlib.h is included in ecore_private.h from ecore_x_private.h
SVN revision: 16627
2005-09-06 23:18:29 +00:00
sebastid 9bc6eb91e4 config.h is included in ecore_private.h
SVN revision: 16626
2005-09-06 23:15:49 +00:00
sebastid 034842d3d9 Included in ecore_private.h
SVN revision: 16625
2005-09-06 23:10:24 +00:00
sebastid b521fa41d5 These are included in ecore_private.h
SVN revision: 16624
2005-09-06 23:08:42 +00:00
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
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 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 d758ca86bb Header cleanup. Don't include unneeded headers in system lib header.
SVN revision: 16550
2005-09-05 10:17:08 +00:00
sebastid c57a259b1f Capitalize var, changed because of AC_PATH_GENERIC
SVN revision: 16545
2005-09-05 09:16:56 +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 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
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 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
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
sebastid b72979a68e Remove _ from global variables.
SVN revision: 16426
2005-08-30 10:17:10 +00:00
sebastid 19d9aa1452 Move Ecore_Oldlist to Ecore_List2 and rename the funcs from _list_
to _list2_


SVN revision: 16425
2005-08-30 10:05:27 +00:00
sebastid d2d9f29e1a Move data to the first element in the callback. Ecore style.
SVN revision: 16424
2005-08-30 09:32:09 +00:00
sebastid 2f17af26aa Fix cache free.
SVN revision: 16422
2005-08-30 04:50:55 +00:00
sebastid 24d6118b32 Add a small cache.
SVN revision: 16421
2005-08-30 04:35:24 +00:00
sebastid c483ab195e Need to check for IN_MOVE_SELF too, added somewhere in the 2.6.13 rc
series.


SVN revision: 16400
2005-08-29 16:19:53 +00:00
sebastid a83d7cb3b3 inotify is updated to support only kernel 2.6.13 with an updated
kernel-headers. It should work with some older revisions of inotify with
some hacking, but I don't have different versions to check with.


SVN revision: 16394
2005-08-29 15:15:59 +00:00
sebastid 8b675d93ff Remove debug info.
SVN revision: 16384
2005-08-27 12:25:22 +00:00
sebastid b71553bff9 Fix and enable inotify monitoring. You need a fairly recent inotify for
it to work.


SVN revision: 16383
2005-08-27 11:50:50 +00:00
lordchaos 2c51880650 Don't clip "/" if that's all we have
SVN revision: 16379
2005-08-27 04:34:56 +00:00
lordchaos a228627e6c Make ecore_file_exists return true for "/", so we can monitor that dir
SVN revision: 16378
2005-08-27 04:17:36 +00:00