Commit Graph

1400 Commits

Author SHA1 Message Date
rbdpngn 05734b2a61 Fix some ifdef's for the SIGPWR signal.
SVN revision: 9630
2004-04-07 03:42:55 +00:00
Carsten Haitzler a8f624b9c5 pointles though it is, i see no r3eason to dissallow locak unix sockets to
have SSL encryption... still very pointless, but... possible :) if you dont
trust your kernel... why bother? :)


SVN revision: 9621
2004-04-06 06:22:47 +00:00
Carsten Haitzler fd2532624a ecore_ipc now supports ssl too
SVN revision: 9620
2004-04-06 06:20:39 +00:00
Carsten Haitzler 920d353509 jose's evas patches are in.
SVN revision: 9615
2004-04-06 03:36:51 +00:00
tsauerbeck f92a6c5b02 siginfo_t *si might be NULL, so don't deref it unconditionally
SVN revision: 9611
2004-04-05 16:32:53 +00:00
handyande 16cefe634c Int != char * - taa Trillsrc/lib/ecore_config/ipc_ecore.c
SVN revision: 9610
2004-04-05 16:11:17 +00:00
Carsten Haitzler 9f5a518415 try bigger buffer for prefetch test?
SVN revision: 9607
2004-04-05 03:38:34 +00:00
tsauerbeck 56ccf07ae2 Oops, set the realtime signal's number in the ecore event struct, too
SVN revision: 9592
2004-04-04 20:08:45 +00:00
tsauerbeck 087eb83658 added support for realtime signals. all signal event structs now have a siginfo_t member (this might replace the unused void *ext_data). sa_sigaction is now used instead of sa_handler
SVN revision: 9591
2004-04-04 19:53:19 +00:00
tsauerbeck e012d65c46 fixed a warning
SVN revision: 9590
2004-04-04 17:12:14 +00:00
tsauerbeck 5b7f9729ab use sig_atomic_t for signal counters
SVN revision: 9589
2004-04-04 12:17:32 +00:00
tsauerbeck 7fe96dce61 updated documentation for --with-vim
SVN revision: 9588
2004-04-04 10:59:50 +00:00
tsauerbeck b2c6507ba0 Oops :)
SVN revision: 9587
2004-04-04 00:15:56 +00:00
tsauerbeck be6aef4797 ssl code fixes
SVN revision: 9585
2004-04-03 15:03:33 +00:00
tsauerbeck b15d59113e Use SSLv2 only at this time, gives much better results. Fixed SSL_write() handling.
SVN revision: 9569
2004-04-02 18:32:55 +00:00
Carsten Haitzler d22c821b4a timers and animators are now supported from the embryo scripts - WOOO!
examples in e_logo.edc

errr - the animators may have problems if somehow aan animator is deleted or
object deleteded or file changed while running thru the list...


SVN revision: 9567
2004-04-02 09:16:53 +00:00
rbdpngn 3c73786007 Alloca check for the compiler.
SVN revision: 9566
2004-04-02 04:20:57 +00:00
Carsten Haitzler 231a8f8cd0 ok - examples of how to hook some embryo calls in - help appreciated with the
nice big LIST! :)


SVN revision: 9565
2004-04-02 03:55:38 +00:00
Carsten Haitzler 6670c61e33 alloca...
SVN revision: 9564
2004-04-02 00:16:21 +00:00
rbdpngn 2938b2f219 alloca is in stdlib.h on some platforms.
SVN revision: 9556
2004-04-01 17:32:30 +00:00
tsauerbeck 34f5a0f58c Don't use #ifdef here
SVN revision: 9554
2004-04-01 16:41:27 +00:00
tsauerbeck e81c2946e8 Fixed a compilation error spotted by RbdPngn
SVN revision: 9553
2004-04-01 16:37:47 +00:00
Carsten Haitzler 40f9fc4f31 faster lookups for programs & parts - saves a lot of list walking
SVN revision: 9552
2004-04-01 15:32:17 +00:00
Carsten Haitzler d9d7b969dd cleaner...
SVN revision: 9550
2004-04-01 09:53:11 +00:00
Carsten Haitzler 39bb581573 string replacement with ID's in edje_cc for verbatim code snippets... see
example


SVN revision: 9548
2004-04-01 09:30:45 +00:00
tsauerbeck b3d3a59b95 Added basic ssl-client support to Ecore_Con
SVN revision: 9535
2004-03-31 16:47:45 +00:00
Carsten Haitzler 7bd60e9cb0 busy adding some MEAT to edje's embryo script support. just added
"persistent" variables - ie tied to each instance of an edje object and you
can save/load via get_int() set_int() get_float() set_float(), get_str(),
get_strlen() and set_str(). the values are fetched/stored wherever you do
these calls. you need a public variable declaration to indicate you want to
use a global var, and use this variable handle as the variable index - edje
will init it for you.

e_logo.edc has some examples...
:)

this solves being able to keep state like if a check button is enabled or
disabled etc. etc. etc.
then i guess its onto the rest of the calls...


SVN revision: 9526
2004-03-30 10:30:35 +00:00
Carsten Haitzler 14ab26edd4 fix str... snprintf... oops
SVN revision: 9525
2004-03-30 09:35:50 +00:00
Carsten Haitzler f7b3fcbf3a alloca.h
SVN revision: 9524
2004-03-30 03:55:56 +00:00
Carsten Haitzler dd2bb0b59c notes for me on what apis to export...
SVN revision: 9523
2004-03-30 02:03:07 +00:00
Kim Woelders e0cd6518be Sssh
SVN revision: 9521
2004-03-29 21:11:30 +00:00
Kim Woelders c106370265 Added iconification request.
SVN revision: 9520
2004-03-29 21:10:48 +00:00
Carsten Haitzler ed13e15913 some notes for myself...
SVN revision: 9519
2004-03-29 12:00:01 +00:00
Carsten Haitzler 811cd94fba more meaty api...
SVN revision: 9518
2004-03-29 11:58:57 +00:00
Carsten Haitzler 419bd77877 remove that debug... dont need that.
SVN revision: 9515
2004-03-28 06:21:52 +00:00
Carsten Haitzler 3821f74e99 and.... edje_cc can take small code snippets in script{} areas and compile
them, include them int eh edje.eet and edje can run them. all i have to do
now is actually give the small scripts an api worht talking about


SVN revision: 9514
2004-03-28 05:26:17 +00:00
Carsten Haitzler 4059260663 shhh!
SVN revision: 9513
2004-03-28 05:14:58 +00:00
Carsten Haitzler aa5c25341f damn! dont screw with the filenames so much!
SVN revision: 9511
2004-03-28 04:53:35 +00:00
xcomputerman c5d822bf7b Permit explicit specification of socket path by using an absolute path in the service name.
SVN revision: 9508
2004-03-28 04:25:52 +00:00
handyande db564309d5 Why do it the hard way?
SVN revision: 9503
2004-03-27 23:16:48 +00:00
handyande 9263a8028f Hmm, that fits better than the method I forgot to commit
SVN revision: 9502
2004-03-27 21:58:01 +00:00
handyande a7c3818d59 Fixup listing of system properties - handled differently to local properties
this allows the _system connector to be 'examined'


SVN revision: 9500
2004-03-27 20:59:42 +00:00
handyande 4a9e1528df Added ecore_config_evas_font_path_apply to control the font path locations in all edje apps
SVN revision: 9497
2004-03-27 14:57:23 +00:00
atmosphere f745104f97 build fixes from Spanky courtesy of some gentoo user I imagine, hopefully saving raster some time, if it's wrong, sorry
SVN revision: 9495
2004-03-27 05:46:27 +00:00
handyande 8ef3bddb5d Create directories if they do not exist - that should fix 'not being remembered' settings problems
SVN revision: 9488
2004-03-26 14:05:40 +00:00
Carsten Haitzler 59a6f2c4b0 embryo support... started. :)
SVN revision: 9487
2004-03-26 09:10:05 +00:00
Carsten Haitzler 76b6621bba data set/get
SVN revision: 9486
2004-03-26 08:07:47 +00:00
Carsten Haitzler 8e4af28c5b 1 more call
SVN revision: 9485
2004-03-26 06:23:13 +00:00
Carsten Haitzler 9c7d952185 oops. accidentally removed that... fix!
SVN revision: 9484
2004-03-26 04:25:33 +00:00
Carsten Haitzler a6ea2124d2 woop! it works... 64bit cleanliness left.
SVN revision: 9483
2004-03-26 04:12:36 +00:00