[rkward-cvs] rkward TODO,1.56,1.57 subdirs,1.6,1.7
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Wed May 4 14:04:31 UTC 2005
- Previous message: [rkward-cvs] rkward/rkward Makefile.am,1.52,1.53
- Next message: [rkward-cvs] rkward/rkward/rbackend rkwindowcatcher.cpp,NONE,1.1 rkwindowcatcher.h,NONE,1.1 Makefile.am,1.6,1.7 rembed.cpp,1.16,1.17 rembedinternal.cpp,1.14,1.15 rinterface.cpp,1.20,1.21 rinterface.h,1.13,1.14 rthread.h,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2782
Modified Files:
TODO subdirs
Log Message:
Adding some dead/deactivated code I hoped would work to embed R X11 windows. Unfortunately, if activated, it crashes when trying to embed such a window.
Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** TODO 3 May 2005 20:56:14 -0000 1.56
--- TODO 4 May 2005 14:04:28 -0000 1.57
***************
*** 86,88 ****
- Plan C:
- modify at R level (override x11 ())
! - least preferable solution as we can not be sure we catch every use.
\ No newline at end of file
--- 86,96 ----
- Plan C:
- modify at R level (override x11 ())
! - least preferable solution as we can not be sure we catch every use.
! - remaining problem: how to get the window id given the device id?
! - http://tronche.com/gui/x/xlib/events/window-state-change/create.html#XCreateWindowEvent
! - we may catch this using KApplication::installlX11EventFilter
! - event filter should only be active during the wrapper (Plan A-C)
! - event filter should probably do some sanity checking
! - this should give us the window id corresponding to the x11-call
!
!
\ No newline at end of file
Index: subdirs
===================================================================
RCS file: /cvsroot/rkward/rkward/subdirs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** subdirs 27 Apr 2005 17:29:34 -0000 1.6
--- subdirs 4 May 2005 14:04:29 -0000 1.7
***************
*** 2,4 ****
po
rkward
- rkward-0.3.2
--- 2,3 ----
- Previous message: [rkward-cvs] rkward/rkward Makefile.am,1.52,1.53
- Next message: [rkward-cvs] rkward/rkward/rbackend rkwindowcatcher.cpp,NONE,1.1 rkwindowcatcher.h,NONE,1.1 Makefile.am,1.6,1.7 rembed.cpp,1.16,1.17 rembedinternal.cpp,1.14,1.15 rinterface.cpp,1.20,1.21 rinterface.h,1.13,1.14 rthread.h,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list