[rkward-cvs] rkward ChangeLog,1.61,1.62 TODO,1.55,1.56

Thomas Friedrichsmeier tfry at users.sourceforge.net
Tue May 3 20:56:16 UTC 2005


Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18243

Modified Files:
	ChangeLog TODO 
Log Message:
Fix for proper handling of Tcl-Tk windows. Now you can even do
> library (tcltk)
> tkStartGUI ()
Ok, the tcl-console will not do anything, but who needs another console. The other stuff seems to work fine.

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** TODO	28 Apr 2005 21:29:12 -0000	1.55
--- TODO	3 May 2005 20:56:14 -0000	1.56
***************
*** 27,30 ****
--- 27,31 ----
  - add page containing a rough overview of general architecture
  - include protected (and maybe even private) members in API-documentation (this is not a library, after all)
+ - RCommandStack
  
  (relatively) small stuff to do soon
***************
*** 69,71 ****
  
  stuff to do before a 1.0 release
! - handle graphics
\ No newline at end of file
--- 70,88 ----
  
  stuff to do before a 1.0 release
! - handle graphics
! 
! Notes for x11-window capturing:
! - Plan A:
! 	- initialization function seems to be in_do_X11
! 	- it might be possible to put a wrapper around this using R_setX11Routines
! 	- this wrapper could watch the list of devices (curDevice, numDevices), see also addDevice to find out how the list is kept internally
! 	- if a new device gets added grab its winId and capture (using QXEmbed?)!
! - Plan B:
! 	- it looks like there's no way to get acces to R_setX11Routines or at least the needed struct R_X11Routines. (?)
! 	- the level above that seems to be do_X11
! 	- maybe we can modify the mapping from .Internal (X11) to do_X11 and insert wrapper from Plan A -> R_FunTab
! 	- proceed like in Plan A
! 	- less preferable as C-plugins might be able to call do_X11 directly (can they?)
! - 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

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** ChangeLog	29 Apr 2005 16:47:30 -0000	1.61
--- ChangeLog	3 May 2005 20:56:14 -0000	1.62
***************
*** 1,6 ****
  - new icon
  - decrease default debug level
  - don't crash when objects change their type from vector to list/data.frame, etc.
! - graph-creation no longer relies on (removable) R objects (can graph after load a workspace)
  
  --- Version 0.3.2 - Apr-27-2005
--- 1,7 ----
+ - improved handling of tcltk windows
  - new icon
  - decrease default debug level
  - don't crash when objects change their type from vector to list/data.frame, etc.
! - graph-creation no longer relies on (removable) R objects (can graph after loading a workspace)
  
  --- Version 0.3.2 - Apr-27-2005





More information about the rkward-tracker mailing list