mono.git
19 years agoHierarchicalDataSourceView.cs: Reverting my earlier patch. Lots of work needs to...
Sanja Gupta [Mon, 18 Oct 2004 09:53:19 +0000 (09:53 -0000)]
HierarchicalDataSourceView.cs: Reverting my earlier patch. Lots of work needs to be done before i can push my DataSourceView changes.

svn path=/trunk/mcs/; revision=35081

19 years agoChangeLog: Updated.
Sanja Gupta [Mon, 18 Oct 2004 09:00:16 +0000 (09:00 -0000)]
ChangeLog: Updated.
HierarchicalDataSourceView.cs: Updated.

svn path=/trunk/mcs/; revision=35080

19 years agoChangeLog: Updated.
Sanja Gupta [Mon, 18 Oct 2004 07:30:50 +0000 (07:30 -0000)]
ChangeLog: Updated.
DataSourceSelectArguments.cs: Initial implementation.

svn path=/trunk/mcs/; revision=35079

19 years agoUpdated sources list and project to fix the build.
Ravindra [Mon, 18 Oct 2004 06:31:09 +0000 (06:31 -0000)]
Updated sources list and project to fix the build.

svn path=/trunk/mcs/; revision=35078

19 years agoSuppressed a warning message.
Ravindra [Mon, 18 Oct 2004 06:28:30 +0000 (06:28 -0000)]
Suppressed a warning message.

svn path=/trunk/mcs/; revision=35077

19 years agoDefault value of visible property must be true.
Ravindra [Mon, 18 Oct 2004 06:27:39 +0000 (06:27 -0000)]
Default value of visible property must be true.

svn path=/trunk/mcs/; revision=35076

19 years ago- Complete implementation
Peter Dennis Bartok [Mon, 18 Oct 2004 05:19:57 +0000 (05:19 -0000)]
- Complete implementation

svn path=/trunk/mcs/; revision=35075

19 years ago- Added EnableWindow method
Peter Dennis Bartok [Mon, 18 Oct 2004 05:19:37 +0000 (05:19 -0000)]
- Added EnableWindow method
- Added SetModal stub
- Added generation of WM_ACTIVATE message (still needs testing)
- Added SetTopMost stub
- Changes to deal with VirtualKeys being moved to XplatUIStructs.cs

svn path=/trunk/mcs/; revision=35074

19 years ago- Removed VirtualKeys to XplatUIStructs
Peter Dennis Bartok [Mon, 18 Oct 2004 05:17:32 +0000 (05:17 -0000)]
- Removed VirtualKeys to XplatUIStructs
- Implemented SetTopMost method
- Implemented EnableWindow method
- Bugfix in ScreenToClient()
- Bugfixes in ClientToScreen()

svn path=/trunk/mcs/; revision=35073

19 years ago- Added WS_EX styles to WindowStyles enumeration
Peter Dennis Bartok [Mon, 18 Oct 2004 04:51:28 +0000 (04:51 -0000)]
- Added WS_EX styles to WindowStyles enumeration

svn path=/trunk/mcs/; revision=35072

19 years ago- Added method for enabling/disabling windows
Peter Dennis Bartok [Mon, 18 Oct 2004 04:50:54 +0000 (04:50 -0000)]
- Added method for enabling/disabling windows
- Added method for setting window modality
- Added method for setting topmost window

svn path=/trunk/mcs/; revision=35071

19 years ago- Added ToolTip drawing code
Peter Dennis Bartok [Mon, 18 Oct 2004 04:49:25 +0000 (04:49 -0000)]
- Added ToolTip drawing code

svn path=/trunk/mcs/; revision=35070

19 years ago- Added ToolTip abstracts
Peter Dennis Bartok [Mon, 18 Oct 2004 04:49:06 +0000 (04:49 -0000)]
- Added ToolTip abstracts

svn path=/trunk/mcs/; revision=35069

19 years ago- Fixed Form.ControlCollection to handle owner relations
Peter Dennis Bartok [Mon, 18 Oct 2004 04:47:09 +0000 (04:47 -0000)]
- Fixed Form.ControlCollection to handle owner relations
- Added Owner/OwnedForms handling
- Implemented Z-Ordering for owned forms
- Removed unneeded private overload of ShowDialog
- Fixed ShowDialog, added the X11 incarnation of modal handling (or so I
  hope)
- Fixed Close(), had wrong default
- Added firing of OnLoad event
- Added some commented out debug code for Ownership handling

svn path=/trunk/mcs/; revision=35068

19 years ago- Fixed/implemented flat list of controls
Peter Dennis Bartok [Mon, 18 Oct 2004 04:16:29 +0000 (04:16 -0000)]
- Fixed/implemented flat list of controls

svn path=/trunk/mcs/; revision=35067

19 years ago- Added code to simulate modal dialogs on Win32
Peter Dennis Bartok [Mon, 18 Oct 2004 04:14:14 +0000 (04:14 -0000)]
- Added code to simulate modal dialogs on Win32

svn path=/trunk/mcs/; revision=35066

19 years agodisabled scrollbar should not honor any keyboard or mouse event
Jordi Mas i Hernandez [Sun, 17 Oct 2004 22:11:49 +0000 (22:11 -0000)]
disabled scrollbar should not honor any keyboard or mouse event

svn path=/trunk/mcs/; revision=35065

19 years agomenu drawing fixes
Jordi Mas i Hernandez [Sun, 17 Oct 2004 19:39:18 +0000 (19:39 -0000)]
menu drawing fixes

svn path=/trunk/mcs/; revision=35064

19 years agorefresh
Marek Safar [Sun, 17 Oct 2004 17:22:57 +0000 (17:22 -0000)]
refresh

svn path=/trunk/mcs/; revision=35063

19 years agopatch by John Luke
Marek Safar [Sun, 17 Oct 2004 16:42:03 +0000 (16:42 -0000)]
patch by John Luke

svn path=/trunk/mcs/; revision=35062

19 years ago*** empty log message ***
Jambunathan K [Sun, 17 Oct 2004 16:12:50 +0000 (16:12 -0000)]
*** empty log message ***

svn path=/trunk/mcs/; revision=35061

19 years agoSome more test infrastructure related files. Requires some more work
Jambunathan K [Sun, 17 Oct 2004 15:56:04 +0000 (15:56 -0000)]
Some more test infrastructure related files. Requires some more work
and refinement. Just saving it out to cvs for now.

svn path=/trunk/mcs/; revision=35059

19 years ago2004-10-17 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Sun, 17 Oct 2004 15:10:03 +0000 (15:10 -0000)]
2004-10-17  Ben Maurer  <bmaurer@ximian.com>

* DateTime.cs (ZeroPad): Use unsafe code to speed this up. We
avoid entering slow integer formatting code.

(_ToString): Use ZeroPad here when possible, as it is faster.

svn path=/trunk/mcs/; revision=35057

19 years agoOops
Jambunathan K [Sun, 17 Oct 2004 13:41:29 +0000 (13:41 -0000)]
Oops

svn path=/trunk/mcs/; revision=35056

19 years agoMigrating mbas' test helper dlls from the old folder to here.
Jambunathan K [Sun, 17 Oct 2004 13:38:52 +0000 (13:38 -0000)]
Migrating mbas' test helper dlls from the old folder to here.

svn path=/trunk/mcs/; revision=35055

19 years agoRemoved Unneeded files
Jambunathan K [Sun, 17 Oct 2004 13:22:38 +0000 (13:22 -0000)]
Removed Unneeded files

svn path=/trunk/mcs/; revision=35054

19 years agoMigrating mbas' negative runtime test cases from the old folder to
Jambunathan K [Sun, 17 Oct 2004 10:14:30 +0000 (10:14 -0000)]
Migrating mbas' negative runtime test cases from the old folder to
here.

svn path=/trunk/mcs/; revision=35053

19 years agoMigarting the mbas' negative test cases from the old folder to here.
Jambunathan K [Sun, 17 Oct 2004 10:06:26 +0000 (10:06 -0000)]
Migarting the mbas' negative test cases from the old folder to here.

svn path=/trunk/mcs/; revision=35052

19 years agoMigrating mbas's test helper dlls from the old folder to here.
Jambunathan K [Sun, 17 Oct 2004 09:55:58 +0000 (09:55 -0000)]
Migrating mbas's test helper dlls from the old folder to here.

svn path=/trunk/mcs/; revision=35051

19 years agoMigrating mbas test cases from mcs/btests to mcs/mbas/Test folder.
Jambunathan K [Sun, 17 Oct 2004 09:50:50 +0000 (09:50 -0000)]
Migrating mbas test cases from mcs/btests to mcs/mbas/Test folder.

svn path=/trunk/mcs/; revision=35050

19 years agoNew folder for holding the VB.NET compiler test cases.
Jambunathan K [Sun, 17 Oct 2004 09:46:19 +0000 (09:46 -0000)]
New folder for holding the VB.NET compiler test cases.

svn path=/trunk/mcs/; revision=35049

19 years agobuild-fix
Ben Maurer [Fri, 15 Oct 2004 22:40:53 +0000 (22:40 -0000)]
build-fix

svn path=/trunk/mcs/; revision=35047

19 years ago2004-10-15 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 15 Oct 2004 22:04:38 +0000 (22:04 -0000)]
2004-10-15  Atsushi Enomoto  <atsushi@ximian.com>

* XmlTextReader.cs : Inside DTD, '<' character inside XML comment
  is regatded as invalid. This fixes bug #68410. (Error message was
  also not correct.)

svn path=/trunk/mcs/; revision=35045

19 years ago2004-10-15 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 15 Oct 2004 18:39:08 +0000 (18:39 -0000)]
2004-10-15  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : Also clear UnhandledAttributes ArrayList before
  generating next attribute column schema. This fixes bug #68432.

svn path=/trunk/mcs/; revision=35043

19 years ago2004-10-15 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 15 Oct 2004 17:25:39 +0000 (17:25 -0000)]
2004-10-15  Sebastien Pouliot  <sebastien@ximian.com>

* CodeAccessPermission.cs: Implemented stubs (soon to be icalls) to
get/set/clear the current security frame on the stack. Implemented
Assert, Deny and PermitOnly with the new methods. Changed Demand to
use the CheckAssert, CheckDeny, CheckPermitOnly and CheckDemand
introduced in 2.0.
* PermissionSet.cs: Fixed IsEmpty using documentation from 2.0 beta 1.
Implemented immediate (i.e. no stack walk) caller demand (CAS and
non-CAS) required for LinkDemand and InheritanceDemand. Implemented
Assert, Deny and PermitOnly using CodeAccessPermission new methods.
Re-implement Demand to separate CAS and non-CAS permissions.
* SecurityManager.cs: Added new private static methods that will
either be called by the JIT (linkdemand), runtime (inheritancedemand)
or by code emitted by the JIT (demand, assert, deny and permitonly).

svn path=/trunk/mcs/; revision=35042

19 years ago2004-10-15 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 15 Oct 2004 16:08:57 +0000 (16:08 -0000)]
2004-10-15  Sebastien Pouliot  <sebastien@ximian.com>

* SecurityException.cs: Provide more details when a security exception
is raised (to help debugging).

svn path=/trunk/mcs/; revision=35041

19 years ago * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
Geoff Norton [Fri, 15 Oct 2004 15:43:33 +0000 (15:43 -0000)]
    * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
        methods as their native size, fixed bug #57543, #57545.
        * mini-ppc.c (mono_arch_output_basic_block): Use mulli for imm16 types
        This saves a temporary register and mullw call down into 1 (minor perf
        increase for cases like sum = sum * 5;

svn path=/trunk/mono/; revision=35039

19 years agoUpdates sources list and project.
Ravindra [Fri, 15 Oct 2004 15:14:05 +0000 (15:14 -0000)]
Updates sources list and project.

svn path=/trunk/mcs/; revision=35038

19 years ago2004-10-15 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Fri, 15 Oct 2004 15:13:31 +0000 (15:13 -0000)]
2004-10-15 Anirban Bhattacharjee <banirban@novell.com>
        * mb-parser.jay: Little improvement in For...next statement

svn path=/trunk/mcs/; revision=35037

19 years agoGeneral Enum.
Ravindra [Fri, 15 Oct 2004 15:10:08 +0000 (15:10 -0000)]
General Enum.

svn path=/trunk/mcs/; revision=35036

19 years agoEnum for Form.
Ravindra [Fri, 15 Oct 2004 15:09:48 +0000 (15:09 -0000)]
Enum for Form.

svn path=/trunk/mcs/; revision=35035

19 years agoAdded ColumnHeaderHeight property in Theme for ListView.
Ravindra [Fri, 15 Oct 2004 15:08:49 +0000 (15:08 -0000)]
Added ColumnHeaderHeight property in Theme for ListView.

svn path=/trunk/mcs/; revision=35034

19 years agoFlushing some formatting changes.
Ravindra [Fri, 15 Oct 2004 15:06:44 +0000 (15:06 -0000)]
Flushing some formatting changes.

svn path=/trunk/mcs/; revision=35033

19 years agoImplemented GetBounds method and fixed coding style.
Ravindra [Fri, 15 Oct 2004 15:05:09 +0000 (15:05 -0000)]
Implemented GetBounds method and fixed coding style.

svn path=/trunk/mcs/; revision=35032

19 years agoImplemented Paint method and fixed coding style.
Ravindra [Fri, 15 Oct 2004 15:03:39 +0000 (15:03 -0000)]
Implemented Paint method and fixed coding style.

svn path=/trunk/mcs/; revision=35031

19 years ago2004-10-15 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 15 Oct 2004 13:55:10 +0000 (13:55 -0000)]
2004-10-15  Sebastien Pouliot  <sebastien@ximian.com>

* PrincipalPermission.cs: Fixed bug in Intersect (thanks to Alain
Normandin). Changed XML tag to "Permission" (not "IPermission").

svn path=/trunk/mcs/; revision=35030

19 years ago2004-10-15 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 15 Oct 2004 13:54:03 +0000 (13:54 -0000)]
2004-10-15  Sebastien Pouliot  <sebastien@ximian.com>

* PrincipalPermissionTest.cs: Added two new tests to check for nulls
during intersection.

svn path=/trunk/mcs/; revision=35029

19 years agofix for X11
Jordi Mas i Hernandez [Fri, 15 Oct 2004 13:34:46 +0000 (13:34 -0000)]
fix for X11

svn path=/trunk/mcs/; revision=35028

19 years ago - Renamed Paint() method to Draw() for clarity. Also, moved
Ravindra [Fri, 15 Oct 2004 13:32:45 +0000 (13:32 -0000)]
- Renamed Paint() method to Draw() for clarity. Also, moved
DrawImage() to OnPaint().

svn path=/trunk/mcs/; revision=35027

19 years ago - Removed Redraw (), we get it from ButtonBase.
Ravindra [Fri, 15 Oct 2004 13:25:50 +0000 (13:25 -0000)]
- Removed Redraw (), we get it from ButtonBase.
- Implemented Paint (), to do class specific painting.

svn path=/trunk/mcs/; revision=35026

19 years ago - Redraw () is not virtual now.
Ravindra [Fri, 15 Oct 2004 13:16:10 +0000 (13:16 -0000)]
- Redraw () is not virtual now.
- Added an internal virtual method Paint (), so that
derived classes can do their painting on their own.
- Modified OnPaint () to call Paint ().

svn path=/trunk/mcs/; revision=35025

19 years agomenu work, mainmenu, subitems, etc
Jordi Mas i Hernandez [Fri, 15 Oct 2004 12:43:19 +0000 (12:43 -0000)]
menu work, mainmenu, subitems, etc

svn path=/trunk/mcs/; revision=35024

19 years ago2004-10-15 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 15 Oct 2004 09:33:02 +0000 (09:33 -0000)]
2004-10-15  Zoltan Varga  <vargaz@freemail.hu>

* IsVolatile.cs: Remove #ifdef NET_2_0.

svn path=/trunk/mcs/; revision=35023

19 years ago - MessageBox on windows does not have min/max buttons.
Ravindra [Fri, 15 Oct 2004 06:30:56 +0000 (06:30 -0000)]
- MessageBox on windows does not have min/max buttons.
This change in CreateParams fixes this on Windows. We
still need to implement this windowstyle behavior in
our X11 driver.

svn path=/trunk/mcs/; revision=35017

19 years ago2004-10-15 Umadevi S <sumadevi@novell.com>
Umadevi S [Fri, 15 Oct 2004 04:38:39 +0000 (04:38 -0000)]
2004-10-15 Umadevi S <sumadevi@novell.com>
        * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield

svn path=/trunk/mcs/; revision=35016

19 years ago2004-10-15 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 14 Oct 2004 23:19:46 +0000 (23:19 -0000)]
2004-10-15  Zoltan Varga  <vargaz@freemail.hu>

* trace.c (mono_trace_eval): Use mono_method_desc_full_match. Fixes
#68388.

svn path=/trunk/mono/; revision=35014

19 years agoRemoved two TODOs
Miguel de Icaza [Thu, 14 Oct 2004 20:15:31 +0000 (20:15 -0000)]
Removed two TODOs

svn path=/trunk/mcs/; revision=35013

19 years ago2004-10-14 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 14 Oct 2004 20:14:03 +0000 (20:14 -0000)]
2004-10-14  Miguel de Icaza  <miguel@ximian.com>

* TextInfo.cs (ToString) Fix the return value for ToString.

(Add a new parameter: the CultureInfo, since we implemented things
in terms of the CultureInfo in our runtime, and not the
TextInfo).

svn path=/trunk/mcs/; revision=35012

19 years ago2004-10-14 Joe Shaw <joeshaw@novell.com>
Joe Shaw [Thu, 14 Oct 2004 19:54:30 +0000 (19:54 -0000)]
2004-10-14  Joe Shaw  <joeshaw@novell.com>

* man/mono.1: Fix the syntax of the M: trace syntax

svn path=/trunk/mono/; revision=35010

19 years ago2004-10-14 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 14 Oct 2004 19:48:15 +0000 (19:48 -0000)]
2004-10-14  Miguel de Icaza  <miguel@ximian.com>

* TextInfo.cs: Fix ToTitleCase to do title case for each word on
the string per the spec.

svn path=/trunk/mcs/; revision=35008

19 years agoAdd tests for TextInfo
Miguel de Icaza [Thu, 14 Oct 2004 19:47:31 +0000 (19:47 -0000)]
Add tests for TextInfo

svn path=/trunk/mcs/; revision=35007

19 years ago2004-10-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 14 Oct 2004 19:37:31 +0000 (19:37 -0000)]
2004-10-14  Atsushi Enomoto <atsushi@ximian.com>

* mono-api-info.cs : Use GetExportedTypes(). This fixes System.Xml.xml
  generation in masterinfos.

svn path=/trunk/mcs/; revision=35006

19 years ago2004-10-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 14 Oct 2004 19:14:30 +0000 (19:14 -0000)]
2004-10-14  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c (mono_method_body_get_object): Implement some fields.

svn path=/trunk/mono/; revision=35005

19 years agoAdded 'REM Target: library' to the files that need to be compiled as a
Jambunathan K [Thu, 14 Oct 2004 16:04:54 +0000 (16:04 -0000)]
Added 'REM Target: library' to the files that need to be compiled as a
Dll.

svn path=/trunk/mcs/; revision=35002

19 years agoSome negative test cases broken off from existing ones. Only the test
Jambunathan K [Thu, 14 Oct 2004 15:48:38 +0000 (15:48 -0000)]
Some negative test cases broken off from existing ones. Only the test
cases that should be split in to multiple files are InheritanceC6.vb
and OverrideC4.vb

svn path=/trunk/mcs/; revision=35001

19 years ago2004-10-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 14 Oct 2004 15:30:41 +0000 (15:30 -0000)]
2004-10-14  Atsushi Enomoto  <atsushi@ximian.com>

* XmlWriter.cs : CreateTextWriter() is private.

svn path=/trunk/mcs/; revision=35000

19 years agoYet another negative test case !
Jambunathan K [Thu, 14 Oct 2004 15:18:06 +0000 (15:18 -0000)]
Yet another negative test case !

svn path=/trunk/mcs/; revision=34999

19 years agoFixed up some more megative test cases !
Jambunathan K [Thu, 14 Oct 2004 15:16:56 +0000 (15:16 -0000)]
Fixed up some more megative test cases !

svn path=/trunk/mcs/; revision=34998

19 years ago2004-10-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 14 Oct 2004 15:07:36 +0000 (15:07 -0000)]
2004-10-14  Atsushi Enomoto  <atsushi@ximian.com>

* Iterator.cs :
  - Added WrapperIterator to return BaseIterator in such case that
    variable reference is resolved to XPathNodeIterator. This fixes
    bug #68267.
  - Path ".." is reverse axis (actually no effect).
  - Fixed DescendantIterator.Clone() that missed "_finished" field.
* Expression.cs :
  In ExprVariable.Evaluate(), use WrapperIterator() for custom
  XPathNodeIterator.

svn path=/trunk/mcs/; revision=34996

19 years agoThese test cases were wrongly failing becuase 'Imports System'
Jambunathan K [Thu, 14 Oct 2004 15:00:43 +0000 (15:00 -0000)]
These test cases were wrongly failing becuase 'Imports System'
directive was missing. Fixed the same.

svn path=/trunk/mcs/; revision=34995

19 years agoMore negative test cases !
Jambunathan K [Thu, 14 Oct 2004 13:32:18 +0000 (13:32 -0000)]
More negative test cases !

svn path=/trunk/mcs/; revision=34992

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 13:05:44 +0000 (13:05 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* SocketTest.cs: Test the blocking status of accepted sockets

svn path=/trunk/mcs/; revision=34991

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 12:14:25 +0000 (12:14 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* Socket.cs (Sockets ): Set Accept()ed socket blocking status to
be the same as the listening socket.  This follows MS behaviour.

svn path=/trunk/mcs/; revision=34989

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 12:13:11 +0000 (12:13 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* sockets.c (_wapi_accept): Revert the previous change.  We now
set the accepted socket to have the same blocking status as the
listening socket in managed code.  This follows MS behaviour.

svn path=/trunk/mono/; revision=34987

19 years agoMore negative test cases !
Jambunathan K [Thu, 14 Oct 2004 12:04:03 +0000 (12:04 -0000)]
More negative test cases !

svn path=/trunk/mcs/; revision=34985

19 years ago - Changed Redraw () to do a Refresh () always.
Ravindra [Thu, 14 Oct 2004 11:14:05 +0000 (11:14 -0000)]
- Changed Redraw () to do a Refresh () always.
- Fixed the MouseMove event handling when mouse is pressed,
ie drag event handling.
- Replaced the usage of ToolBarButton.Pressed property to
ToolBarButton.pressed internal variable.

svn path=/trunk/mcs/; revision=34984

19 years ago - Added an internal member 'inside' to handle mouse move
Ravindra [Thu, 14 Oct 2004 11:10:47 +0000 (11:10 -0000)]
- Added an internal member 'inside' to handle mouse move
with mouse pressed ie mouse drag event.
- Changed 'Pressed' property to return true only when
'inside' and 'pressed' are both true.
- Some coding style love.

svn path=/trunk/mcs/; revision=34983

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 10:07:34 +0000 (10:07 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * Tds.cs : GetTextValue method- handling zero length string correctly
                This fixes bug #67916

svn path=/trunk/mcs/; revision=34982

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 09:00:56 +0000 (09:00 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* sockets.c (_wapi_accept): On Darwin, make sure a newly
accept()ed socket is blocking.  Fixes bug 67355, patch by
grompf@sublimeintervention.com.

svn path=/trunk/mono/; revision=34980

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 08:42:51 +0000 (08:42 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * DataTable.cs : Corrected the Clone method to use  Activator.CreateInstance so that the
        correct subclass is returned. This fixes bug #67631

svn path=/trunk/mcs/; revision=34979

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 08:40:33 +0000 (08:40 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * DataTableTest.cs : added testcase for subclass clone

svn path=/trunk/mcs/; revision=34978

19 years agoOops!
Anirban Bhattacharjee [Thu, 14 Oct 2004 08:39:46 +0000 (08:39 -0000)]
Oops!

svn path=/trunk/mcs/; revision=34977

19 years agosome more test file changes !
Jambunathan K [Thu, 14 Oct 2004 08:34:47 +0000 (08:34 -0000)]
some more test file changes !

svn path=/trunk/mcs/; revision=34976

19 years ago*** empty log message ***
Jambunathan K [Thu, 14 Oct 2004 08:08:20 +0000 (08:08 -0000)]
*** empty log message ***

svn path=/trunk/mcs/; revision=34975

19 years ago2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Thu, 14 Oct 2004 07:03:51 +0000 (07:03 -0000)]
2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
        * mb-parser.jay: For statement is enabled to take
                optional declaration of the counter variable.
                E.g. now for statement can be declared as
                For i as integer = 0 to 5
                End For

svn path=/trunk/mcs/; revision=34974

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 07:01:31 +0000 (07:01 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * DataSetTest.cs : added testcase to check subclass clone

svn path=/trunk/mcs/; revision=34973

19 years agoChangeLog: Updated.
Sanja Gupta [Thu, 14 Oct 2004 06:48:55 +0000 (06:48 -0000)]
ChangeLog: Updated.
AdRotator.cs: Updated.

svn path=/trunk/mcs/; revision=34972

19 years ago2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Thu, 14 Oct 2004 06:47:04 +0000 (06:47 -0000)]
2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
        * ForB.vb: Correction in test case
        * ForC.vb: New test case
        * Test.Sources: ForC.vb got included

svn path=/trunk/mcs/; revision=34971

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 06:46:13 +0000 (06:46 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * DataSet.cs : Corrected the Clone method to use  Activator.CreateInstance so that the
        correct subclass is returned. This fixes bug #67627

svn path=/trunk/mcs/; revision=34970

19 years agoFixed class signature. ShowDialog (Control) is not a public method.
Ravindra [Thu, 14 Oct 2004 06:17:58 +0000 (06:17 -0000)]
Fixed class signature. ShowDialog (Control) is not a public method.

svn path=/trunk/mcs/; revision=34969

19 years agoRedraw () related improvements.
Ravindra [Thu, 14 Oct 2004 06:15:57 +0000 (06:15 -0000)]
Redraw () related improvements.

svn path=/trunk/mcs/; revision=34968

19 years agoMoved InitFormSize () out of Paint method and removed unnecessary calls to Button...
Ravindra [Thu, 14 Oct 2004 06:14:03 +0000 (06:14 -0000)]
Moved InitFormSize () out of Paint method and removed unnecessary calls to Button.Show () method.

svn path=/trunk/mcs/; revision=34967

19 years agoAudited existing negative test cases that emit multiple, mutually
Jambunathan K [Thu, 14 Oct 2004 05:48:54 +0000 (05:48 -0000)]
Audited existing negative test cases that emit multiple, mutually
independent error messages and splitted them in to multiple files
where possible so that atmost one error is tested for in any given
file.

svn path=/trunk/mcs/; revision=34966

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 04:41:32 +0000 (04:41 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * SqlCommandTest.cs - added Test for clone method

svn path=/trunk/mcs/; revision=34965

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 04:39:04 +0000 (04:39 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * SqlCommand.cs - Implemented the clone method correctly.
         (fixed bug 67301)

svn path=/trunk/mcs/; revision=34964

19 years agoUpdated project.
Ravindra [Thu, 14 Oct 2004 03:21:50 +0000 (03:21 -0000)]
Updated project.

svn path=/trunk/mcs/; revision=34963

19 years ago- Formatting fix
Peter Dennis Bartok [Wed, 13 Oct 2004 23:50:44 +0000 (23:50 -0000)]
- Formatting fix
- Removed destroying of window until we solve the problem of X destroying
  the window before us on shutdown

svn path=/trunk/mcs/; revision=34962

19 years ago- Now Redraws on MouseUp for FlatStyle Flat and Popup
Peter Dennis Bartok [Wed, 13 Oct 2004 22:32:38 +0000 (22:32 -0000)]
- Now Redraws on MouseUp for FlatStyle Flat and Popup

svn path=/trunk/mcs/; revision=34961

19 years ago2004-10-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 13 Oct 2004 21:16:47 +0000 (21:16 -0000)]
2004-10-13  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : clear UnhandledAttributes ArrayList before generating
  next element column schema. This fixes bug #68256.

svn path=/trunk/mcs/; revision=34959

19 years ago- Added code to destroy the X window
Peter Dennis Bartok [Wed, 13 Oct 2004 20:18:41 +0000 (20:18 -0000)]
- Added code to destroy the X window

svn path=/trunk/mcs/; revision=34957