Commit Graph

305 Commits

Author SHA1 Message Date
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 0f6e7ba387 use evas_coord too
SVN revision: 9933
2004-04-27 10:34:47 +00:00
Carsten Haitzler 140ea23e3f not evas_coord safe! fix.
SVN revision: 9922
2004-04-27 08:16:18 +00:00
tsauerbeck fdff6d615c put the read buffer back on the stack
SVN revision: 9899
2004-04-25 15:52:53 +00:00
tsauerbeck 1e0da5fe44 fixed ssl deadlock
SVN revision: 9898
2004-04-25 15:42:57 +00:00
Carsten Haitzler 9ff80db043 demangle-fix
SVN revision: 9894
2004-04-25 04:35:46 +00:00
Carsten Haitzler f09616a23c allow this to be used form c++!
SVN revision: 9893
2004-04-25 04:28:52 +00:00
xcomputerman 30179574bd Realign Ecore_X event masks with Xlib event masks. This fixes the bug
causing some input select requests not to work.
*API Change warning*


SVN revision: 9878
2004-04-24 05:49:46 +00:00
xcomputerman 55c7533fc8 - Use XChangeWindowAttributes() instead of XSelectInput()
- Add event_mask_unset to allow deselecting events


SVN revision: 9875
2004-04-23 22:48:21 +00:00
xcomputerman 23d33a8d4f Events:
- Or the requested event mask with the current mask, instead of replacing
  it.
DND:
- Set default action on drop to Ask


SVN revision: 9873
2004-04-23 22:17:01 +00:00
Carsten Haitzler 4b2111867f ipc header compression as part of the protocol. this relies on previosu
header states and does delta's. it seems to give me about 50-70% compression
for the headers - not bad. also solved aligned memory access problem waiting
to happen... :)


SVN revision: 9870
2004-04-23 07:24:40 +00:00
handyande 61bb6beaba Add theme type for exciting features in examine
Add property descriptions,
For the (beginnings of) help text / input parser


SVN revision: 9869
2004-04-22 23:38:19 +00:00
Carsten Haitzler fbbfbfaa84 hmmm - why read_buf is in the struct so each server and client connection
PERMENANTLY uses 64kb of ram until closed? why? trill???? why does ssl need a
malloced buffer and cannot a buffer on the stack?


SVN revision: 9810
2004-04-20 11:40:44 +00:00
Carsten Haitzler 8f1862baf8 oops - kept in dbg
SVN revision: 9809
2004-04-20 09:32:57 +00:00
Carsten Haitzler 9403c932e5 oops - forgot to copy my fix to other side too!
SVN revision: 9808
2004-04-20 09:30:59 +00:00
Carsten Haitzler 989eadab47 pass make distcheck!
SVN revision: 9746
2004-04-16 01:46:54 +00:00
tsauerbeck e6e0b3a0a4 i guess that's what you meant
SVN revision: 9723
2004-04-14 16:14:24 +00:00
Carsten Haitzler c1344875fa oops. printf left in.
SVN revision: 9721
2004-04-14 09:11:42 +00:00
Carsten Haitzler 38636f3cb1 fix a bug in ecore_ipc - damn.. how could that stay there? :)
and err - clean up some indenting etc...

trill - going to put n SSL server support too (ie ecore can act as SSL server
too) ?


SVN revision: 9720
2004-04-14 08:51:19 +00:00
handyande e909f1794a Fixed wrong way last time - NILs are valid, ints now passed as pointers like everything else so we can detect them - sorry
SVN revision: 9718
2004-04-13 23:36:40 +00:00
handyande dfaa029de0 Fix 2 bugs in ecore_config
1) Ints can now be set to 0 successfully
2) Floats are operating correctly
hmm - now examine/exsh should work with engage ;)


SVN revision: 9716
2004-04-13 22:03:22 +00:00
tsauerbeck 90980d5f74 added Ecore_Ipc.h
SVN revision: 9713
2004-04-12 19:35:26 +00:00
tsauerbeck aece0e33c2 only call SSL_get_error() if the previous SSL call failed
SVN revision: 9712
2004-04-12 19:29:37 +00:00
Kim Woelders 01c43c491c Fix client iconify.
ecore_x_window_prop_desktop_request() was probably broken too.
Suggest to remove ecore_x_window_prop_property_notify().


SVN revision: 9692
2004-04-11 21:20:47 +00:00
Kim Woelders 459e2c6368 Make ecore_x_window_prop_state_request() public.
SVN revision: 9690
2004-04-11 21:09:12 +00:00
atmosphere 1cf4794712 hook in ecore_evas_iconified_set into the x11 engine, use code in ecore_x to do it
SVN revision: 9689
2004-04-11 17:37:39 +00:00
handyande 42f371c807 oops - this should not be here
SVN revision: 9688
2004-04-11 16:08:14 +00:00
Kim Woelders 8e6c56ab8d Added the de-iconify (request).
Please put it elsewhere if this is not the proper location, but this is what
the client must do one way or the other.


SVN revision: 9632
2004-04-07 13:16:04 +00:00
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
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
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 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
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
tsauerbeck b3d3a59b95 Added basic ssl-client support to Ecore_Con
SVN revision: 9535
2004-03-31 16:47:45 +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
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