Commit Graph

1400 Commits

Author SHA1 Message Date
tsauerbeck 45adcddc24 fixed dist stuff
SVN revision: 10173
2004-05-12 18:57:57 +00:00
tsauerbeck dc85d89c65 fixed dist stuff
SVN revision: 10172
2004-05-12 18:41:58 +00:00
atmosphere 3bf171d7d0 more docs from nicholas curran
SVN revision: 10170
2004-05-12 14:40:08 +00:00
Carsten Haitzler 67a93c6f68 -lm for libpng
SVN revision: 10160
2004-05-11 01:26:00 +00:00
handyande 298d839bfd Another API change to fit with ecore :( - app args now grabbed through ecore_app_args_get - remember to set them
SVN revision: 10155
2004-05-10 11:05:33 +00:00
Carsten Haitzler e2725f4690 lean down memory usage per process - now it doesnt use up 64kb it doesnt need
to... :)


SVN revision: 10153
2004-05-10 06:40:51 +00:00
tsauerbeck d6b340b674 try to connect the socket in the write branch of the fd handler, too. this seems to fix a bug where a SERVER_DATA event was delivered before/without a SERVER_ADD event
SVN revision: 10149
2004-05-09 20:23:23 +00:00
handyande e3354667f5 correct fix for 0000059 - Ecore_Config.h should not directly include Ecore_Ipc.h
SVN revision: 10147
2004-05-09 15:37:11 +00:00
handyande 9e89be7afb Ecore_Config needs the Ecore_Ipc header file, fixes bug 0000059
SVN revision: 10146
2004-05-09 15:27:17 +00:00
tsauerbeck e21b5dd247 don't use our own event_free callback when the default is good enough
SVN revision: 10141
2004-05-09 08:15:34 +00:00
tsauerbeck b8edd19b2d don't use our own event_free callback when the default is good enough
SVN revision: 10140
2004-05-09 07:55:40 +00:00
tsauerbeck 110fd6f399 if the caller doesn't specify free_func, use a sane default function instead
SVN revision: 10139
2004-05-09 07:54:00 +00:00
tsauerbeck 4b81b7fdcd don't call SSL_read() resp. SSL_write() until we're connected
SVN revision: 10138
2004-05-08 23:44:56 +00:00
xcomputerman 6e48b811f0 That shouldn't have gone
SVN revision: 10134
2004-05-08 15:59:18 +00:00
xcomputerman d76377a88e - Fix __am_fastdepCXX bug once and for all. If you don't have a C++ compiler you're just gonna have to edit configure.in by yerself. :)
- Update .cvsignores


SVN revision: 10133
2004-05-08 15:58:32 +00:00
handyande 9c98b50f0b Shh cvs
SVN revision: 10128
2004-05-08 14:54:01 +00:00
handyande 8db5850a36 WARNING: API CHANGE. Ecore_Config should now be Ecore compliant, there you go Raster ;)
SVN revision: 10126
2004-05-08 14:51:05 +00:00
Carsten Haitzler 093bd1d9c2 nathan's docs :)
SVN revision: 10113
2004-05-08 04:44:04 +00:00
Carsten Haitzler 20df203105 ecore_config now formats like most of the rest of ecore!!!
and - errr - handy - need to talk to you about function call names, and the
use of "long's"

:)


SVN revision: 10112
2004-05-08 03:10:45 +00:00
Carsten Haitzler a3f6222d01 and check there
SVN revision: 10084
2004-05-06 02:19:15 +00:00
Carsten Haitzler b5d9bf4dd0 extra paranoid checks for text ptr
SVN revision: 10083
2004-05-06 02:12:21 +00:00
handyande 605f23cf8b Give the app more space
SVN revision: 10072
2004-05-05 14:20:43 +00:00
handyande 959b86ab63 Thought I fixed that ((null) not a pretty description ;) )
SVN revision: 10071
2004-05-05 12:35:01 +00:00
Carsten Haitzler b46f5ee456 lets limit the starting defaults
SVN revision: 10070
2004-05-05 11:00:19 +00:00
handyande 338afb2871 Added _create_xxx functions as shorthand for '_default_xxx; _set_short_opt; _set_long_opt; _describe' this should make client applications a lot nicer to look at
SVN revision: 10055
2004-05-04 22:58:06 +00:00
handyande e842770b13 Add application description to be displayed on a --help
few small bug fixes with arg parsing
few small fixups for text and behaviour


SVN revision: 10043
2004-05-04 09:17:04 +00:00
handyande 6d01330752 Fix prop listing
add prop parsing (which calls prop listing through -h or --help)
add short and long opts to index by which override key (which can get ugly)
WARNING API CHANGE, but only a little one - and nobody uses it yet


SVN revision: 10039
2004-05-03 23:57:14 +00:00
handyande b58b2da294 Tidies and move _exit to _shutdown to match ecore (taa dj2) API CHANGE :(
SVN revision: 10033
2004-05-03 16:13:12 +00:00
handyande aa60b7fb2d WARNING: API CHANGE : As bundles are no longer needed in the grand scheme of things remove them from the users API, they are still in backend code just in case
SVN revision: 10030
2004-05-03 11:28:43 +00:00
handyande bc3e7f6e35 Fix return types and missing functions - thanks ncn
SVN revision: 10029
2004-05-03 10:45:34 +00:00
handyande 20950022d6 Added theme functionality to support the examine changes
Oh, and I was told to blow my trumpet ;)


SVN revision: 10010
2004-05-02 21:02:49 +00:00
tsauerbeck c62c7f1fdf Initialize image data to zero if we're running under Valgrind's control. This means the suppression file is no longer needed.
SVN revision: 10000
2004-05-02 08:41:11 +00:00
rbdpngn 31007f3255 Use the node destroy function when removing values.
SVN revision: 9991
2004-05-01 17:30:34 +00:00
Carsten Haitzler c14dcbb000 more agressive buffering in ecore_con. basically allow the main loop's select
fo the flushing. this si good for ssl! :) also saves on syscalls :)


SVN revision: 9986
2004-05-01 02:25:00 +00:00
xcomputerman ef06c2b3c7 Pass unhandled ClientMessages to application as an event.
(Thanks, Gen Zhang)


SVN revision: 9984
2004-04-30 17:28:53 +00:00
xcomputerman 489d074543 OK, I'll toot my own horn, if you insist...
SVN revision: 9981
2004-04-30 05:58:18 +00:00
rbdpngn 37ea47af7a Added myself to AUTHORS.
SVN revision: 9979
2004-04-30 04:40:41 +00:00
Carsten Haitzler ab01bcabdb hey guys! can u rememebr to add yourselves to AUTHORS?
SVN revision: 9978
2004-04-30 03:10:17 +00:00
Carsten Haitzler f0edb7bb9d nuke #warning, and return no more!
SVN revision: 9971
2004-04-29 04:23:37 +00:00
Carsten Haitzler 988e608f74 hmm math just a little off
SVN revision: 9970
2004-04-29 03:44:39 +00:00
Carsten Haitzler 76243ee847 and STOOOPIDO me does the wonderful copy & paste bug... FIX!
SVN revision: 9969
2004-04-29 02:58:10 +00:00
Carsten Haitzler cab05f4564 configure portable goodness
SVN revision: 9967
2004-04-29 01:44:44 +00:00
Carsten Haitzler 68aac0d54c mipspro happiness
SVN revision: 9966
2004-04-29 01:32:35 +00:00
atmosphere 524d23b24d raster fixed this and it seems a tad more readable this way
SVN revision: 9952
2004-04-28 04:09:51 +00:00
Carsten Haitzler 6643d99647 aaaaaaah #'s form cpp in embryo verbatim snippets - strip them.
SVN revision: 9951
2004-04-28 03:31:06 +00:00
Carsten Haitzler 7cac3f55e7 well - we can go back to where we were before. type overflow issue
SVN revision: 9950
2004-04-28 01:53:30 +00:00
Carsten Haitzler b8d1a2a24a avoid type overflow...
SVN revision: 9949
2004-04-28 01:52:16 +00:00
atmosphere 4b41466fc3 slight fixup
SVN revision: 9947
2004-04-28 01:39:08 +00:00
Carsten Haitzler b0f43ce516 make default clip smaller. we weem to be overflowing calculations to do with
the clip...


SVN revision: 9946
2004-04-28 00:43:56 +00:00
technikolor 2a90ce5ff0 Atmos' excellent Edje EDC template, ready for all to use. All hail atmos.
SVN revision: 9943
2004-04-27 22:46:30 +00:00