Commit Graph

363 Commits

Author SHA1 Message Date
ncn b12cfbd710 Spelling fix in ecore.c.in, more docs for src/lib/ecore/ecore_list.c, fix in src/lib/ecore_con/ecore_con.c and new docs for src/lib/ecore_ipc/ecore_ipc.c.
SVN revision: 10962
2004-07-22 13:07:25 +00:00
rbdpngn 4671d0684b Forgot to commit this fix.
SVN revision: 10954
2004-07-21 13:55:31 +00:00
rbdpngn 7363ea82b1 More documentation patches from Nicholas Curran.
Added a couple includes to fix builds on minimal systems.


SVN revision: 10841
2004-07-15 13:43:15 +00:00
Carsten Haitzler 7ba861d97e filter more
SVN revision: 10801
2004-07-13 04:01:31 +00:00
tsauerbeck 1753eaa65f i think this is the right way to fix the subwindow issue. e->event_win is the window the event originally occured in, while the value of e->win depends on whether it's a subwindow crossing or not. spank me if i'm wrong.
SVN revision: 10795
2004-07-12 17:53:37 +00:00
Carsten Haitzler 3881978d6a oops :o/
SVN revision: 10790
2004-07-12 06:53:58 +00:00
Carsten Haitzler 50476cba0c ignore container enter/leaves
SVN revision: 10788
2004-07-12 05:15:53 +00:00
rbdpngn 19236c6dc3 Only check the stat results when the stat succeeded.
SVN revision: 10772
2004-07-10 23:14:02 +00:00
tsauerbeck d2a6379853 oops
SVN revision: 10737
2004-07-08 14:42:12 +00:00
tsauerbeck 9b1524ef35 properly initialize evas
SVN revision: 10726
2004-07-07 19:27:26 +00:00
Carsten Haitzler 1ea10d4e3a nuke -ldl..
SVN revision: 10620
2004-06-29 04:52:36 +00:00
handyande e1704a29b5 If each all using ecore_config themes calls this with PACKAGE_DATA_DIR "/themes/" or similar then the search path should be all encompassing
SVN revision: 10533
2004-06-17 08:48:06 +00:00
Carsten Haitzler b07f06df4d ecore_evas gl windows behaved strangely... FIX!
SVN revision: 10504
2004-06-14 06:24:19 +00:00
Carsten Haitzler 249e1f882d and check other fd's if our buffers have events too - just in case... :)
SVN revision: 10480
2004-06-09 10:35:01 +00:00
azundris 483a1d7138 oops
SVN revision: 10425
2004-06-03 13:21:14 +00:00
tsauerbeck 0b7284feb7 this is a bit nicer :p
SVN revision: 10398
2004-05-31 16:07:57 +00:00
tsauerbeck dff632179b fixed a memleak in ecore_x_window_prop_state_isset()
SVN revision: 10397
2004-05-31 16:03:28 +00:00
tsauerbeck c0acbf98a8 you allocate memory, you free it
SVN revision: 10396
2004-05-31 15:54:04 +00:00
digitalfallout 334a88e94f small clean up
SVN revision: 10380
2004-05-29 19:38:40 +00:00
Carsten Haitzler fb0dc2ccd6 oopsiedaisy!
thanks rbdpgn! ppc ipc issue fixed now! :)


SVN revision: 10370
2004-05-27 05:33:32 +00:00
rbdpngn 86fbabac52 Use extern for variables in headers.
SVN revision: 10364
2004-05-26 04:26:28 +00:00
handyande 1d3f35c515 Like the british government I will give privatisation a shot ;)
also set debug depending on ECORE_CONFIG_DEBUG environment


SVN revision: 10360
2004-05-25 18:52:21 +00:00
handyande 1b1fd08d62 fix debug
SVN revision: 10358
2004-05-25 17:50:37 +00:00
Carsten Haitzler 62da115c03 set shape before copying pixmaps :)
SVN revision: 10281
2004-05-19 04:46:18 +00:00
handyande 07f9a4965d Avoid possible segs and
Dude, why you edit my chars


SVN revision: 10219
2004-05-13 22:56:16 +00:00
handyande 0eb4226a11 Re-add font paths after rasters rearrangement
publicise the default theme search path so ti can be applied on init - this way the search path is always defined


SVN revision: 10208
2004-05-13 14:38:36 +00:00
Carsten Haitzler 246dce9634 do with the Makefile.. cleaner! :)
SVN revision: 10204
2004-05-13 12:50:06 +00:00
handyande a1b99a1450 fixed circular nonsense, sorry raster - all gone. (use fonts in ecore)
SVN revision: 10203
2004-05-13 12:43:57 +00:00
handyande e474c66baf instead of assuming /usr/local use the specified --prefix
SVN revision: 10200
2004-05-13 09:53:58 +00:00
Carsten Haitzler 34f117babd helment bye bye, vera hello
SVN revision: 10199
2004-05-13 09:39:43 +00:00
Carsten Haitzler 470f2d0df9 hey handy - read the comment. spanky spanky!
SVN revision: 10197
2004-05-13 07:29:48 +00:00
Carsten Haitzler 469d8f9c0f ecore_config corss-compiels now... AHEM!
SVN revision: 10195
2004-05-13 06:14:39 +00:00
Carsten Haitzler 85c1125116 more agressive quit...
SVN revision: 10189
2004-05-13 03:20:13 +00:00
handyande caaaaa40ff Added theme search paths, you can even check the doc to see how they work ;)
SVN revision: 10181
2004-05-12 23:24:36 +00:00
atmosphere 3bf171d7d0 more docs from nicholas curran
SVN revision: 10170
2004-05-12 14:40:08 +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
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
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
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
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
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