dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.1016,1.1017 Makefile.am,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.1016,1.1017 Makefile.am,1.21,1.22 configure.in,1.78,1.79
Date: Wed, 11 Jun 2003 03:07:20 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv17639

Modified Files:
        ChangeLog Makefile.am configure.in 
Log Message:


Initial check-in of a "System.Windows.Forms" implementation (only "Control"
works right now); changes to Xsharp and System.Drawing to support Forms;
new "FormsHello" sample.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1016
retrieving revision 1.1017
diff -C2 -r1.1016 -r1.1017
*** ChangeLog   10 Jun 2003 05:00:27 -0000      1.1016
--- ChangeLog   11 Jun 2003 07:07:18 -0000      1.1017
***************
*** 1,3 ****
--- 1,22 ----
  
+ 2003-06-11  Rhys Weatherley  <address@hidden>
+ 
+       * System.Windows.Forms/*, Makefile.am, configure.in,
+       System.Drawing/Toolkit/IToolkit.cs,
+       System.Drawing/Toolkit/IToolkitEventSink.cs,
+       System.Drawing/Toolkit/IToolkitWindow.cs,
+       System.Drawing/Toolkit/README,
+       System.Drawing/Toolkit/ToolkitEventHandlers.cs,
+       System.Drawing/Toolkit/ToolkitKeys.cs,
+       System.Drawing/Toolkit/ToolkitMouseButtons.cs,
+       System.Drawing.Xsharp/DrawingToolkit.cs,
+       System.Drawing.Xsharp/DrawingTopLevelWindow.cs,
+       System.Drawing.Xsharp/DrawingWindow.cs, Xsharp/TopLevelWindow.cs,
+       samples/FormsHello.cs, samples/XHello.cs, samples/dummy.cs,
+       samples/ilrun.sh.in, samples/samples.build: initial check-in
+       of a "System.Windows.Forms" implementation (only "Control"
+       works right now); changes to Xsharp and System.Drawing to
+       support Forms; new "FormsHello" sample.
+ 
  2003-06-10  Gopal.V  <address@hidden>
        

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** Makefile.am 7 Jun 2003 22:40:57 -0000       1.21
--- Makefile.am 11 Jun 2003 07:07:18 -0000      1.22
***************
*** 2,6 ****
  SUBDIRS = tools resources runtime I18N DotGNU.SSL System System.Xml . \
                  System.Net.IrDA csunit csupport compat JScript Basic \
!                 Xsharp System.Drawing System.Drawing.Xsharp tests samples
  else
  SUBDIRS = tools resources runtime DotGNU.SSL System System.Xml . \
--- 2,7 ----
  SUBDIRS = tools resources runtime I18N DotGNU.SSL System System.Xml . \
                  System.Net.IrDA csunit csupport compat JScript Basic \
!                 Xsharp System.Drawing System.Drawing.Xsharp \
!                 System.Windows.Forms tests samples
  else
  SUBDIRS = tools resources runtime DotGNU.SSL System System.Xml . \

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -r1.78 -r1.79
*** configure.in        7 Jun 2003 22:40:57 -0000       1.78
--- configure.in        11 Jun 2003 07:07:18 -0000      1.79
***************
*** 321,324 ****
--- 321,325 ----
  System.Drawing/Makefile
  System.Drawing.Xsharp/Makefile
+ System.Windows.Forms/Makefile
  tests/Makefile
  tests/System/Makefile





reply via email to

[Prev in Thread] Current Thread [Next in Thread]