mono.git
17 years ago2007-02-05 Adar Wesley <adarw@mainsoft.com>
Adar Wesley [Mon, 5 Feb 2007 09:00:04 +0000 (09:00 -0000)]
2007-02-05 Adar Wesley <adarw@mainsoft.com>

        * PasswordRecoveryTest.cs: Fixed tests.  This fix required adding
        the section mailSettings to Web.config.  This in turn requires the
        section handler be registered in the active machine.config.

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

17 years ago2007-02-05 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Mon, 5 Feb 2007 08:59:32 +0000 (08:59 -0000)]
2007-02-05 Igor Zelmanovich <igorz@mainsoft.com>

* FormView.cs:
fixed validation flow.

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

17 years ago2007-02-05 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Mon, 5 Feb 2007 08:38:16 +0000 (08:38 -0000)]
2007-02-05 Igor Zelmanovich <igorz@mainsoft.com>

* DetailsView.cs:
fixed validation flow.

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

17 years agoFix element key creation
Konstantin Triger [Mon, 5 Feb 2007 07:27:28 +0000 (07:27 -0000)]
Fix element key creation

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

17 years agoForgot to commit that one, sorry about that
Marek Habersack [Sun, 4 Feb 2007 22:18:24 +0000 (22:18 -0000)]
Forgot to commit that one, sorry about that

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

17 years ago* PaddingConverter.cs: Fixed line endings.
Gert Driesen [Sun, 4 Feb 2007 19:08:29 +0000 (19:08 -0000)]
* PaddingConverter.cs: Fixed line endings.

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

17 years ago2007-02-04 Marek Safar <marek.safar@gmail.com>
Marek Safar [Sun, 4 Feb 2007 19:01:47 +0000 (19:01 -0000)]
2007-02-04  Marek Safar  <marek.safar@gmail.com>

* System.Core.dll.sources: Added common constants.

* Makefile: An assembly is 2.0 only.

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

17 years ago2007-02-04 Marek Safar <marek.safar@gmail.com>
Marek Safar [Sun, 4 Feb 2007 18:57:11 +0000 (18:57 -0000)]
2007-02-04  Marek Safar <marek.safar@gmail.com>

* AssemblyInfo.cs: Add a few more attributes.

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

17 years ago* PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
Gert Driesen [Sun, 4 Feb 2007 18:51:16 +0000 (18:51 -0000)]
* PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
and make them pass on all cultures.

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

17 years ago2007-02-04 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Sun, 4 Feb 2007 17:51:26 +0000 (17:51 -0000)]
2007-02-04  Jonathan Pobst  <monkey@jpobst.com>

* PaddingConverterTest.cs: Make tests non culture-dependent.

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

17 years ago2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Sun, 4 Feb 2007 17:47:20 +0000 (17:47 -0000)]
2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>

* CustomValidator.cs:
ValidateEmptyText is considered on client side.

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

17 years agofix the default value
Konstantin Triger [Sun, 4 Feb 2007 17:23:07 +0000 (17:23 -0000)]
fix the default value

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

17 years ago2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Sun, 4 Feb 2007 16:52:19 +0000 (16:52 -0000)]
2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>

* Page.cs:
http://msdn2.microsoft.com/en-us/library/ms178141.aspx
LAMESPEC: on Callback IsPostBack is set to false, but true.

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

17 years agofix build
Sebastien Pouliot [Sun, 4 Feb 2007 16:28:09 +0000 (16:28 -0000)]
fix build

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

17 years ago2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Sun, 4 Feb 2007 16:24:33 +0000 (16:24 -0000)]
2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>

* Button.cs:
* ButtonField.cs:
* CommandField.cs:
* DataControlButton.cs:
* DataControlField.cs:
* ImageButton.cs:
* PagerSettings.cs:
Internal classes are used in databound controls for buttons
are derived from right types. It allows to have access to them by casting
to public types. This trick is used in one of starter kits of MS.

2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>

* Page.cs:
VerifyRenderingInServerForm does not fire exception when IsCallback

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

17 years ago* ResXResourceReader.cs: Added support for BasePath (2.0 only). Lazy load
Gert Driesen [Sun, 4 Feb 2007 15:01:44 +0000 (15:01 -0000)]
* ResXResourceReader.cs: Added support for BasePath (2.0 only). Lazy load
resources in GetEnumerator. Always verify resheader (resmimetype). When
loading resources from file, release file once reading is finished.
Exception compatibility fixes. Allow data & resheader elements to be in
non-default namespace. Do not allow data element without name.
* ResXFileRef.cs: In ConvertFrom, return null if value is not a string.
On 2.0 profile, throw ArgumentException if value consists of only a single
 part. Added FileName, TypeName, TextFileEncoding property (public on
2.0 only). Fixed ToString to including encoding.
* ResXResourceReaderTest.cs: Added large set of tests.
* ResXFileRefTest.cs: Added tests for ResXFileRef and converter.
* System.Windows.Forms_test.dll.sources: ResXResourceReaderTest.cs,
ResXFileRefTest.cs and Consts.cs.

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

17 years ago2007-02-04 yonik <yonik@mainsoft.com>
Yoni Klain [Sun, 4 Feb 2007 15:00:50 +0000 (15:00 -0000)]
2007-02-04  yonik <yonik@mainsoft.com>
* SqlDataSourceTest.cs: Add new tests

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

17 years agoTypo fix
Vladimir Krasnov [Sun, 4 Feb 2007 12:22:30 +0000 (12:22 -0000)]
Typo fix

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

17 years ago2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Sun, 4 Feb 2007 12:02:58 +0000 (12:02 -0000)]
2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>

* Page.cs:
* ClientScriptManager.cs:
fixed RegisterClientScriptInclude: all includes that was registered before
rendering are rendered at begin form.

2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>

* Panel.cs: fixed: reverted r71441.
* TreeView.cs: used internal RegisterWebFormClientScript API
to cause the relevant script be included.

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

17 years ago2007-02-04 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Sun, 4 Feb 2007 11:21:57 +0000 (11:21 -0000)]
2007-02-04  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * Delete.cs: Formatting.

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

17 years ago2007-02-04 yonik <yonik@mainsoft.com>
Yoni Klain [Sun, 4 Feb 2007 08:43:31 +0000 (08:43 -0000)]
2007-02-04  yonik <yonik@mainsoft.com>

     * ObjectDataSourceTest.cs: Add new tests

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

17 years agoRemove redunant call to quiet the warnings
Miguel de Icaza [Sun, 4 Feb 2007 05:28:02 +0000 (05:28 -0000)]
Remove redunant call to quiet the warnings

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

17 years agoFix
Miguel de Icaza [Sun, 4 Feb 2007 05:25:56 +0000 (05:25 -0000)]
Fix

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

17 years ago2007-02-04 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sun, 4 Feb 2007 05:24:53 +0000 (05:24 -0000)]
2007-02-04  Miguel de Icaza  <miguel@novell.com>

* parameter.cs (Parameter, Parameters): Add Clone method.

* anonymous.cs (Compatible): Turn method into virtual method, so
LambdaExpression can implement a different behavior.

(CompatibleChecks, VerifyExplicitParameterCompatibility): Factor
out the basic checking here, so it can be used by
LambdaExpressions.

* lambda.cs: Introduce "Compatible" function that will do the
heavy lifting.

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

17 years agoGet rid of the BOM in the middle of the file
Marek Habersack [Sun, 4 Feb 2007 00:02:20 +0000 (00:02 -0000)]
Get rid of the BOM in the middle of the file

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

17 years agoa mistake correction
Marek Habersack [Sat, 3 Feb 2007 23:10:54 +0000 (23:10 -0000)]
a mistake correction

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

17 years agoNew Mono.Data.SqliteClient 2.0 profile code
Marek Habersack [Sat, 3 Feb 2007 23:04:06 +0000 (23:04 -0000)]
New Mono.Data.SqliteClient 2.0 profile code

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

17 years agoFix for bug 80532
Marek Habersack [Sat, 3 Feb 2007 21:55:00 +0000 (21:55 -0000)]
Fix for bug 80532

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

17 years ago2007-02-03 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 3 Feb 2007 21:01:01 +0000 (21:01 -0000)]
2007-02-03  Atsushi Enomoto  <atsushi@ximian.com>

* System.Core.dll.sources : added LambdaExpression.cs.

* LambdaExpression.cs : new (stub) file.

* IQueryable_T.cs : fixed type/member signatures (generic arguments).

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

17 years ago2007-02-03 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sat, 3 Feb 2007 18:24:30 +0000 (18:24 -0000)]
2007-02-03  Zoltan Varga  <vargaz@gmail.com>

* BitConverter.cs (ToDouble): Fix this on big-endian machines.

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

17 years ago2007-02-03 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sat, 3 Feb 2007 17:33:02 +0000 (17:33 -0000)]
2007-02-03  Zoltan Varga  <vargaz@gmail.com>

* mini-ia64.c inssel-sparc.brg mini-sparc.c cpu-sparc.md: Get rid of OP_SETREG/
OP_SETREGIMM, use OP_MOVE/OP_ICONST instead.

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

17 years ago2007-02-03 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Sat, 3 Feb 2007 14:58:04 +0000 (14:58 -0000)]
2007-02-03  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * ConditionTokenizer.cs: Add Putback ().

        * ConditionParser.cs: Add parsing of functions.

        * ConditionFunctionExpression.cs: Add.

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

17 years ago2007-02-03 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sat, 3 Feb 2007 13:42:22 +0000 (13:42 -0000)]
2007-02-03  Zoltan Varga  <vargaz@gmail.com>

* mini-amd64.c (mono_arch_output_basic_block): Fix ATOMIC_EXCHANGE in the
presence of frame pointer elimination.

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

17 years ago2007-02-03 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sat, 3 Feb 2007 13:25:52 +0000 (13:25 -0000)]
2007-02-03  Zoltan Varga  <vargaz@gmail.com>

* interlocked-2.2.cs: Fix long tests and add Interlocked.Exchange(long) test.

* interlocked-2.2.cs: Add Interlocked.Read (long) test.

* interlocked.cs: Fix return values.

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

17 years ago2007-02-03 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Sat, 3 Feb 2007 11:57:51 +0000 (11:57 -0000)]
2007-02-03  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * BuildPropertyGroupTest.cs: More tests.

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

17 years ago2007-02-03 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Sat, 3 Feb 2007 11:56:51 +0000 (11:56 -0000)]
2007-02-03  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * BuildPropertyGroup (SetProperty): Throw an exception when trying to
        set property in persisted property group.

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

17 years ago2007-02-03 Pekka J Enberg <penberg@cs.helsinki.fi>
Miguel de Icaza [Sat, 3 Feb 2007 05:39:58 +0000 (05:39 -0000)]
2007-02-03  Pekka J Enberg <penberg@cs.helsinki.fi>

* monoburg.c: Let the Monoburg specification override MBState reg1
and reg2 types. Not everyone wants to store the information as
integers.

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

17 years ago2007-02-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Sat, 3 Feb 2007 01:42:04 +0000 (01:42 -0000)]
2007-02-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* System.Windows.Forms_test.dll.sources: Add ControlLogger.cs and ControlLogger2.cs

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

17 years ago* TestHelper.cs: Added a helper method to remove warnings.
Rolf Bjarne Kvinge [Sat, 3 Feb 2007 01:36:28 +0000 (01:36 -0000)]
* TestHelper.cs: Added a helper method to remove warnings.

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

17 years ago * LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
Rolf Bjarne Kvinge [Sat, 3 Feb 2007 01:32:09 +0000 (01:32 -0000)]
* LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).

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

17 years ago* ControlTest.cs: Removed warnings. Added CaptureTest.
Rolf Bjarne Kvinge [Sat, 3 Feb 2007 01:30:46 +0000 (01:30 -0000)]
* ControlTest.cs: Removed warnings. Added CaptureTest.

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

17 years ago* XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
Rolf Bjarne Kvinge [Sat, 3 Feb 2007 01:03:32 +0000 (01:03 -0000)]
* XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
  handling LeaveNotify->NotifyUngrab in order to send
  WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
  after calling XUngrabPointer, so we call WindowUngrabbed directly
  from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
* Control.cs: Handle WM_CAPTURECHANGED in order to raise
  MouseCaptureChanged correctly. Also create handles if changing
  Capture (matches MS behaviour).

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

17 years ago Remove fixme from the early twentieth century.
Jackson Harper [Fri, 2 Feb 2007 21:18:05 +0000 (21:18 -0000)]
    Remove fixme from the early twentieth century.

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

17 years ago2007-02-02 Marek Safar <marek.safar@gmail.com>
Marek Safar [Fri, 2 Feb 2007 20:15:19 +0000 (20:15 -0000)]
2007-02-02  Marek Safar  <marek.safar@gmail.com>

* attribute.cs: Unified one error message.

* class.cs (Class): Use type attributes and not properties to test static
class.
(IsEntryPoint): Don's pass local variable.

* convert.cs: Removed duplicate check.

* decl.cs, doc.cs, ecore.cs (LookupType): Renamed to LookupNamespaceOrType.

* driver.cs: Don't crash when soft reference does not exist.

* namespace.cs (EnsureNamespace): Renamed to RegisterNamespace.
(UsingEntry): Removed redundant allocation.

* parameter.cs: Add fast path for type parameters.

* support.cs: Don't allocate attribute when it's not used.

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

17 years agoFix typo, fixes regression
Miguel de Icaza [Fri, 2 Feb 2007 17:58:19 +0000 (17:58 -0000)]
Fix typo, fixes regression

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

17 years agoAdd
Miguel de Icaza [Fri, 2 Feb 2007 17:58:06 +0000 (17:58 -0000)]
Add

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

17 years ago* SocketResponder.cs: Fixed typo. Moved to correct namespace.
Gert Driesen [Fri, 2 Feb 2007 17:07:24 +0000 (17:07 -0000)]
* SocketResponder.cs: Fixed typo. Moved to correct namespace.

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

17 years agoThose files aren't needed any more (they are replaced by nunit tests).
Marek Sieradzki [Fri, 2 Feb 2007 14:08:58 +0000 (14:08 -0000)]
Those files aren't needed any more (they are replaced by nunit tests).

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

17 years ago2007-02-02 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Fri, 2 Feb 2007 13:58:14 +0000 (13:58 -0000)]
2007-02-02  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * AppDomainIsolatedTaskExtension.cs
        * ManagedCompiler.cs: corcompare changes.

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

17 years ago2007-02-02 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Fri, 2 Feb 2007 13:44:45 +0000 (13:44 -0000)]
2007-02-02  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * BuildResults.cs
        * ProductBuilder.cs
        * BootstrapperBuilder.cs
        * ProductCollection.cs
        * ProductBuilderCollection.cs
        * BuildMessage.cs: corcompare changes.

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

17 years ago2007-02-02 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Fri, 2 Feb 2007 13:24:35 +0000 (13:24 -0000)]
2007-02-02  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * OutputMessageCollection.cs
        * OutputMessage.cs
        * AssemblyReferenceCollection.cs
        * FileReferenceCollection.cs: corcompare changes.

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

17 years ago2007-02-02 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Fri, 2 Feb 2007 13:22:30 +0000 (13:22 -0000)]
2007-02-02  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * ResolveAssemblyReference.cs (Execute): Use Low MessageImportance.

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

17 years ago* SizeGrip.cs: Make the last change 2.0 only.
Rolf Bjarne Kvinge [Fri, 2 Feb 2007 13:11:34 +0000 (13:11 -0000)]
* SizeGrip.cs: Make the last change 2.0 only.

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

17 years ago* SizeGrip.cs: If resizing and the capture is lost, revert any size
Rolf Bjarne Kvinge [Fri, 2 Feb 2007 12:47:58 +0000 (12:47 -0000)]
* SizeGrip.cs: If resizing and the capture is lost, revert any size
  changes to initial size (fixes #80597).

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

17 years ago* SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
Rolf Bjarne Kvinge [Fri, 2 Feb 2007 12:16:16 +0000 (12:16 -0000)]
* SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.

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

17 years agoRemoved a cwl.
Rolf Bjarne Kvinge [Fri, 2 Feb 2007 11:52:33 +0000 (11:52 -0000)]
Removed a cwl.

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

17 years ago* SizeGrip.cs: Only draw sizegrip if enabled (but always draw
Rolf Bjarne Kvinge [Fri, 2 Feb 2007 11:43:27 +0000 (11:43 -0000)]
* SizeGrip.cs: Only draw sizegrip if enabled (but always draw
  background) and only allow dragging if enabled. This way the
  sizegrip can be used to fill the open square that otherwise would
  have been shown in the bottom right corner of ScrollableControl
  when ScrollableControl is not suppose to support sizing.
* ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
  sizegrip is shown and enabled, and hook up with necessary events.

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

17 years agoFix log message
Everaldo Canuto [Fri, 2 Feb 2007 08:56:04 +0000 (08:56 -0000)]
Fix log message

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

17 years ago * LabelTest.cs: StyleTest created to test #79537. TesHelper as used.
Everaldo Canuto [Fri, 2 Feb 2007 08:54:58 +0000 (08:54 -0000)]
* LabelTest.cs: StyleTest created to test #79537. TesHelper as used.

2007-02-01  Everaldo Canuto  <everaldo@simios.org>

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

17 years ago* EventLogImpl.cs: When no log name is specified, return zero-length
Gert Driesen [Fri, 2 Feb 2007 06:59:51 +0000 (06:59 -0000)]
* EventLogImpl.cs: When no log name is specified, return zero-length
string for LogDisplayName.

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

17 years ago* FileWebRequestTest.cs: Separate tests that fail on Windows due to
Gert Driesen [Fri, 2 Feb 2007 06:29:26 +0000 (06:29 -0000)]
* FileWebRequestTest.cs: Separate tests that fail on Windows due to
bug #80700, and ignore them on Windows.

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

17 years ago2007-02-01 Chris Toshok <toshok@ximian.com>
Chris Toshok [Thu, 1 Feb 2007 23:40:10 +0000 (23:40 -0000)]
2007-02-01  Chris Toshok  <toshok@ximian.com>

* DataGridTextBoxColumn.cs: clean up the
GetFormattedString/GetColumnValueAtRow combination of functions.
Also fix UpdateUI, and the initial state of
IsInEditOrNavigateMode.

* DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
aren't supposed to scroll the textbox here, we're supposed to
scroll the datagrid.

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

17 years ago * DataGridTextBoxColumn.cs: clean up the
Chris Toshok [Thu, 1 Feb 2007 23:39:44 +0000 (23:39 -0000)]
* DataGridTextBoxColumn.cs: clean up the
GetFormattedString/GetColumnValueAtRow combination of functions.
Also fix UpdateUI, and the initial state of
IsInEditOrNavigateMode.

* DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
aren't supposed to scroll the textbox here, we're supposed to
scroll the datagrid.

2007-02-01  Chris Toshok  <toshok@ximian.com>

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

17 years ago * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
Chris Toshok [Thu, 1 Feb 2007 23:29:47 +0000 (23:29 -0000)]
* ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
setting the position.

2007-02-01  Chris Toshok  <toshok@ximian.com>

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

17 years ago2007-02-01 Chris Toshok <toshok@ximian.com>
Chris Toshok [Thu, 1 Feb 2007 22:05:31 +0000 (22:05 -0000)]
2007-02-01  Chris Toshok  <toshok@ximian.com>

* DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
here, since the most recent focus fixes keep us from generating
the Leave event when our textbox gets focus.
(Edit): we should be passing null for the column style's
instantText parameter.

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

17 years ago* Encoding.cs: Enabled ArgumentException in GetEncoding (string) again.
Gert Driesen [Thu, 1 Feb 2007 20:06:07 +0000 (20:06 -0000)]
* Encoding.cs: Enabled ArgumentException in GetEncoding (string) again.
In Encoding.Default, catch both ArgumentException and NotSupportException.
* EncodingTest.cs: Enabled test again.

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

17 years ago* WebProxy.cs: In IsBypassed, move address check back to satify unit
Gert Driesen [Thu, 1 Feb 2007 19:58:07 +0000 (19:58 -0000)]
* WebProxy.cs: In IsBypassed, move address check back to satify unit
tests.
* WebProxyTest.cs: Added tests that cover regression introduced by previous
change.

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

17 years ago2007-02-01 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 1 Feb 2007 19:56:56 +0000 (19:56 -0000)]
2007-02-01  Atsushi Enomoto <atsushi@ximian.com>

* DTMXPathDocumentWriter2.cs : supply prefix when it was not passed.

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

17 years ago2007-02-01 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Thu, 1 Feb 2007 18:35:06 +0000 (18:35 -0000)]
2007-02-01  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripDropDownItem.cs: Make sure DropDownOpening event is
raised.  Fixes menu text/icons not showing up in PDN.

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

17 years ago2007-02-01 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 1 Feb 2007 18:29:34 +0000 (18:29 -0000)]
2007-02-01  Atsushi Enomoto  <atsushi@ximian.com>

* SignedXml.cs : for internal URI (#blah) resolution, use
  GetIdElement() so that any derived class which overrides this
  method could resolve the reference correctly.

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

17 years ago2007-02-01 Everaldo Canuto <everaldo@simios.org>
Everaldo Canuto [Thu, 1 Feb 2007 17:26:32 +0000 (17:26 -0000)]
2007-02-01  Everaldo Canuto  <everaldo@simios.org>

* TestHelper.cs: TesHelper class added. This class will provide some
usefull methods that can be used to test Control derived classes,
at moment only static methods GetCreateParams, IsStyleSet and
IsExStyleSet is implements. A copy of WindowStyles, WindowExStyles
and Msg is also available as public to help is control tests.

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

17 years ago2007-02-01 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 1 Feb 2007 16:35:20 +0000 (16:35 -0000)]
2007-02-01  Sebastien Pouliot  <sebastien@ximian.com>

* TestGraphics.cs: Add test cases for VisibleClipBound (bug #78958)
and for checking clip bounds after operation on world tranformations.

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

17 years ago2007-02-01 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Thu, 1 Feb 2007 16:27:52 +0000 (16:27 -0000)]
2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* Control.cs: Remove code in constructor that makes every
control with WS_CHILD set have initial location -1, -1.

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

17 years ago2007-02-01 Adar Wesley <adarw@mainsoft.com>
Adar Wesley [Thu, 1 Feb 2007 16:27:00 +0000 (16:27 -0000)]
2007-02-01  Adar Wesley <adarw@mainsoft.com>

        * webform.js: fixed WebForm_GetFormFromCtrl to find controls by id
        after chaning UniqueId implementation to have '$'.

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

17 years ago2007-02-01 Adar Wesley <adarw@mainsoft.com>
Adar Wesley [Thu, 1 Feb 2007 16:21:30 +0000 (16:21 -0000)]
2007-02-01 Adar Wesley <adarw@mainsoft.com>

        * FormView.cs: fixed events ModeChanging and ModeChanged
        to be raized in all relevant situations.

2007-02-01  Adar Wesley <adarw@mainsoft.com>

        * Control.cs: Changed UniqueId implementation to have '$' and not ':'
        to conform to MS.  This led to updating several Tests that referenced
        the UniqueId as string.

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

17 years ago2007-02-01 Geoff Norton <gnorton@customerdna.com>
Geoff Norton [Thu, 1 Feb 2007 16:15:16 +0000 (16:15 -0000)]
2007-02-01  Geoff Norton  <gnorton@customerdna.com>

        * configure.in:  Support NetBSD GC.

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

17 years ago2007-02-01 Geoff Norton <gnorton@customerdna.com>
Geoff Norton [Thu, 1 Feb 2007 16:13:08 +0000 (16:13 -0000)]
2007-02-01  Geoff Norton  <gnorton@customerdna.com>

* mini-x86.h: NetBSD UCONTEX_REG defines.

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

17 years ago2007-02-01 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Thu, 1 Feb 2007 16:11:41 +0000 (16:11 -0000)]
2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* ControlTest.cs: Added ControlSizeTest.

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

17 years ago2007-02-01 Geoff Norton <gnorton@customerdna.com>
Geoff Norton [Thu, 1 Feb 2007 16:10:21 +0000 (16:10 -0000)]
2007-02-01  Geoff Norton  <gnorton@customerdna.com>

        * collection.c: NetBSD doesn't define PTHREAD_STACK_MIN.

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

17 years ago2007-02-01 Geoff Norton <gnorton@customerdna.com>
Geoff Norton [Thu, 1 Feb 2007 16:08:59 +0000 (16:08 -0000)]
2007-02-01  Geoff Norton  <gnorton@customerdna.com>

        * include/private/gc_pthread_redirects.h:
* include/private/gc_config_macros.h:
* include/private/gc_priv.h:
* configure.in:
* pthread_support.c
* specific.c:  Support for NetBSD-CURRENT.  Loosely based on NetBSD
pkgsrc patch.

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

17 years agoExcluded tests which are not working in Grasshopper.
Ilya Kharmatsky [Thu, 1 Feb 2007 15:01:09 +0000 (15:01 -0000)]
Excluded tests which are not working in Grasshopper.

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

17 years ago2007-02-01 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Thu, 1 Feb 2007 14:58:23 +0000 (14:58 -0000)]
2007-02-01  Zoltan Varga  <vargaz@gmail.com>

* inssel-amd64.brg: Fix amd64 build.

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

17 years agoThu Feb 1 14:02:09 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 1 Feb 2007 13:02:15 +0000 (13:02 -0000)]
Thu Feb 1 14:02:09 CET 2007 Paolo Molaro <lupus@ximian.com>

* mini.h: remove extern to workaround what looks likes gcc bug 26905
on amd64.

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

17 years ago* ProtocolReflector.cs: throw if not conformant, but declared to be.
Konstantin Triger [Thu, 1 Feb 2007 12:52:47 +0000 (12:52 -0000)]
* ProtocolReflector.cs: throw if not conformant, but declared to be.
* TypeStubManager.cs, Methods.cs: refactor BindingInfo contruction to contain
either declared Bindings or a default one.

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

17 years agoProvide better error info
Konstantin Triger [Thu, 1 Feb 2007 12:44:47 +0000 (12:44 -0000)]
Provide better error info

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

17 years ago2007-02-01 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 1 Feb 2007 12:43:52 +0000 (12:43 -0000)]
2007-02-01  Atsushi Enomoto  <atsushi@ximian.com>

* Encoding.cs : the change broke the build, so reverted part of it.

* EncodingTest.cs :
  reverted part of the related patch, thus added NotWorking.

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

17 years agoThu Feb 1 12:29:23 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 1 Feb 2007 11:33:31 +0000 (11:33 -0000)]
Thu Feb 1 12:29:23 CET 2007 Paolo Molaro <lupus@ximian.com>

* configure.in: include LIBS in libmono_ldflags on all archs.
* mint.pc.in, mono-uninstalled.pc.in, mono.pc.in: removed extra -lm.

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

17 years agoChanged SocketTest.cs to SocketTest.jvm.cs in project's file.
Ilya Kharmatsky [Thu, 1 Feb 2007 11:05:28 +0000 (11:05 -0000)]
Changed SocketTest.cs to SocketTest.jvm.cs in project's file.

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

17 years ago2007-02-01 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Thu, 1 Feb 2007 10:03:50 +0000 (10:03 -0000)]
2007-02-01 Igor Zelmanovich <igorz@mainsoft.com>

* ValidationSammary.cs: fixed:
control is rendered even if there is no validators on the page.
important if the page contain a client side script that refer to the
id of the validation summary div.

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

17 years ago2007-01-31 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 1 Feb 2007 08:58:19 +0000 (08:58 -0000)]
2007-01-31  Atsushi Enomoto <atsushi@ximian.com>

* DTMXPathNavigator2.cs : cosmetic performance improvement.

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

17 years agoRestore address test that was there before 71806
Miguel de Icaza [Thu, 1 Feb 2007 06:00:09 +0000 (06:00 -0000)]
Restore address test that was there before 71806

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

17 years ago2007-02-01 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Thu, 1 Feb 2007 05:40:11 +0000 (05:40 -0000)]
2007-02-01  Miguel de Icaza  <miguel@novell.com>

* configure.in: Naive attempt at getting -ldl in mono.pc

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

17 years agoSmall fix to the parser
Miguel de Icaza [Thu, 1 Feb 2007 05:19:14 +0000 (05:19 -0000)]
Small fix to the parser

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

17 years ago * X11Dnd.cs: Take the keyboard on init to reduce coupling with
Jackson Harper [Wed, 31 Jan 2007 22:49:36 +0000 (22:49 -0000)]
    * X11Dnd.cs: Take the keyboard on init to reduce coupling with
        XplatUIX11.
        * XplatUIX11.cs: Give teh keyboard to teh dnd.

        * X11Display.cs: Give teh keyboard to teh dnd.

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

17 years ago* StreamReader.cs: Removed checks for non-existing directory or file,
Gert Driesen [Wed, 31 Jan 2007 22:33:10 +0000 (22:33 -0000)]
* StreamReader.cs: Removed checks for non-existing directory or file,
since these checks are also performed in FileStream.

Note: ChangeLog went in with separate commit.

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

17 years ago* StreamReader.cs: Removed checks for non-existing directory or file,
Gert Driesen [Wed, 31 Jan 2007 22:31:10 +0000 (22:31 -0000)]
* StreamReader.cs: Removed checks for non-existing directory or file,
since these checks are also performed in FileStream.

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

17 years ago* Encoding.cs: Also set ParamName of the ArgumentException.
Gert Driesen [Wed, 31 Jan 2007 22:22:48 +0000 (22:22 -0000)]
* Encoding.cs: Also set ParamName of the ArgumentException.
* EncodingTest.cs: Improved test for not-supported encoding.

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

17 years agoFixed typo.
Gert Driesen [Wed, 31 Jan 2007 21:37:23 +0000 (21:37 -0000)]
Fixed typo.

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

17 years ago * X11Dnd.cs: Use IDataObject instead of the DataObject class.
Jackson Harper [Wed, 31 Jan 2007 21:19:06 +0000 (21:19 -0000)]
    * X11Dnd.cs: Use IDataObject instead of the DataObject class.
        - Remove some debug code.

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

17 years ago * XplatUIX11.cs: If you set the override cursor during a grab,
Jackson Harper [Wed, 31 Jan 2007 21:10:08 +0000 (21:10 -0000)]
    * XplatUIX11.cs: If you set the override cursor during a grab,
        * it
        should actually override the grab cursor.  This comes into play
        when you are setting custom cursors in a DND feedback method.

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