mono.git
17 years agoPatch #64.
Martin Baulig [Wed, 30 Aug 2006 22:24:22 +0000 (22:24 -0000)]
Patch #64.

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

17 years agoPatch #63.
Martin Baulig [Wed, 30 Aug 2006 21:40:00 +0000 (21:40 -0000)]
Patch #63.

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

17 years agoPatch #62.
Martin Baulig [Wed, 30 Aug 2006 21:39:48 +0000 (21:39 -0000)]
Patch #62.

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

17 years agoPatch #61.
Martin Baulig [Wed, 30 Aug 2006 21:39:36 +0000 (21:39 -0000)]
Patch #61.

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

17 years ago2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 30 Aug 2006 21:36:21 +0000 (21:36 -0000)]
2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpListener2Test.cs: test using StreamReader from InputStream.

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

17 years ago2006-08-30 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 30 Aug 2006 18:57:18 +0000 (18:57 -0000)]
2006-08-30  Zoltan Varga  <vargaz@gmail.com>

* mini-amd64.c (mono_arch_emit_exceptions): Align fp constants to 16 bytes.
(mono_arch_output_basic_block): Avoid unaligned accesses in FNEG implementation.
Fixes #79213.

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

17 years ago2006-08-30 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 30 Aug 2006 18:52:33 +0000 (18:52 -0000)]
2006-08-30  Zoltan Varga  <vargaz@gmail.com>

* mono-codeman.c: Align code to a 16 byte boundary on amd64 too.

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

17 years ago2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 30 Aug 2006 18:27:44 +0000 (18:27 -0000)]
2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* StreamReader.cs: avoid ArgumentOutRangeException when the underlying
stream returns -1 on Read.

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

17 years ago2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 30 Aug 2006 18:26:01 +0000 (18:26 -0000)]
2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* RequestStream.cs: make sure we return 0 when no more bytes left.
Paticularly, when we have a content length and the whole response is
buffered.

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

17 years ago2006-08-30 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Wed, 30 Aug 2006 17:16:53 +0000 (17:16 -0000)]
2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* MonthCalendar.cs: Change proportions in SingleMonthSize
to match the aspect of the original control.

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

17 years ago2006-08-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 30 Aug 2006 15:49:51 +0000 (15:49 -0000)]
2006-08-30  Sebastien Pouliot  <sebastien@ximian.com>

* TextureBrushTest.cs: More test cases when only a partial part of the
image is being used and for cloning the brush.

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

17 years agorefactoring: Button, ImageButton and LinkButton are used insted internal DataControlB...
Igor Zelmanovich [Wed, 30 Aug 2006 13:58:51 +0000 (13:58 -0000)]
refactoring: Button, ImageButton and LinkButton are used insted internal DataControlButton.

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

17 years agoimplemented WebClientProtocol.UseDefaultCredentials()
Konstantin Triger [Wed, 30 Aug 2006 13:51:51 +0000 (13:51 -0000)]
implemented WebClientProtocol.UseDefaultCredentials()

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

17 years ago2006-08-30 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 30 Aug 2006 13:27:44 +0000 (13:27 -0000)]
2006-08-30  Martin Baulig  <martin@ximian.com>

Committing a patch from Joachim Ante <joe@otee.dk>:
Add support for binary data symbol stores.

* debug-mono-symfile.c
(mono_debug_open_mono_symbol_file): Renamed into
mono_debug_open_mono_symbols() and added `raw_contents' and `size'
arguments.

* mono-debug.c
(mono_debug_open_image): Added `raw_contents' and `size' args.
(mono_debug_init_2_memory): New public function.

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

17 years agoimplemented GetPostBackOptions + refactoring
Igor Zelmanovich [Wed, 30 Aug 2006 13:12:34 +0000 (13:12 -0000)]
implemented GetPostBackOptions + refactoring

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

17 years ago2006-08-30 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 30 Aug 2006 13:00:30 +0000 (13:00 -0000)]
2006-08-30  Lluis Sanchez Gual  <lluis@novell.com>

* FileInfo.cs: OpenRead should open the file using the Read share mode.

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

17 years agotypo fix
Igor Zelmanovich [Wed, 30 Aug 2006 12:08:24 +0000 (12:08 -0000)]
typo fix

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

17 years ago* DataRow.cs (EndEdit): DataRow.EndEdit emits RowChanged too often. Fixes bug # 78885.
Nagappan Alagappan [Wed, 30 Aug 2006 12:06:52 +0000 (12:06 -0000)]
* DataRow.cs (EndEdit): DataRow.EndEdit emits RowChanged too often. Fixes bug # 78885.

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

17 years ago* ImageButton.cs: implemented 2.0 features
Igor Zelmanovich [Wed, 30 Aug 2006 12:01:51 +0000 (12:01 -0000)]
* ImageButton.cs: implemented 2.0 features
OnClientClick attached to onclick attribute.
PostBackUrl, CausesValidation, ValidationGroup - used PostBackOptions generate onclick attribute.

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

17 years ago* SqlConnectionTest.cs: SqlConnection.GetSchema testcases
Nagappan Alagappan [Wed, 30 Aug 2006 12:00:13 +0000 (12:00 -0000)]
* SqlConnectionTest.cs: SqlConnection.GetSchema testcases

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

17 years ago* SqlConnection.cs: Implemented SqlConnection.GetSchema ().
Nagappan Alagappan [Wed, 30 Aug 2006 11:30:57 +0000 (11:30 -0000)]
* SqlConnection.cs: Implemented SqlConnection.GetSchema ().

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

17 years agoTARGET_JVM: add browscap.ini to System.Web
Konstantin Triger [Wed, 30 Aug 2006 11:06:03 +0000 (11:06 -0000)]
TARGET_JVM: add browscap.ini to System.Web

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

17 years agoAdd net 2.0 override
Konstantin Triger [Wed, 30 Aug 2006 09:37:45 +0000 (09:37 -0000)]
Add net 2.0 override

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

17 years agoAdd net 2.0 override
Konstantin Triger [Wed, 30 Aug 2006 09:33:53 +0000 (09:33 -0000)]
Add net 2.0 override

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

17 years agotypo fix
Igor Zelmanovich [Wed, 30 Aug 2006 08:03:21 +0000 (08:03 -0000)]
typo fix

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

17 years agoadd special case for defaultwsdlhelpgenerator
Konstantin Triger [Wed, 30 Aug 2006 07:40:40 +0000 (07:40 -0000)]
add special case for defaultwsdlhelpgenerator

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

17 years agorefactoring
Igor Zelmanovich [Wed, 30 Aug 2006 07:34:44 +0000 (07:34 -0000)]
refactoring

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

17 years agoadd DefaultWsdlHelpGenerator.jvm.aspx preprocessing and merging to System.Web.Service...
Konstantin Triger [Wed, 30 Aug 2006 07:34:02 +0000 (07:34 -0000)]
add DefaultWsdlHelpGenerator.jvm.aspx preprocessing and merging to System.Web.Servicess in PostBuild event

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

17 years agoLinkButton.cs: implemented 2.0 features
Igor Zelmanovich [Wed, 30 Aug 2006 07:07:20 +0000 (07:07 -0000)]
LinkButton.cs: implemented 2.0 features
OnClientClick attached to onclick attribute.
PostBackUrl, CausesValidation, ValidationGroup - used PostBackOptions for href attribute.

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

17 years agoTARGET_JVM version of DefaultWsdlHelpGenerator.jvm.aspx
Konstantin Triger [Wed, 30 Aug 2006 06:40:35 +0000 (06:40 -0000)]
TARGET_JVM version of DefaultWsdlHelpGenerator.jvm.aspx

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

17 years agoUpdate
Miguel de Icaza [Wed, 30 Aug 2006 03:48:34 +0000 (03:48 -0000)]
Update

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

17 years ago2006-08-29 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 29 Aug 2006 23:31:15 +0000 (23:31 -0000)]
2006-08-29  Sebastien Pouliot  <sebastien@ximian.com>

* ToolboxItem.cs: Fix compiler warning.

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

17 years ago2006-08-29 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Tue, 29 Aug 2006 21:55:06 +0000 (21:55 -0000)]
2006-08-29  Miguel de Icaza  <miguel@novell.com>

* cs-parser.jay: Turn 1522 into a warning, instead of an error #79210

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

17 years ago* tramp-s390.c: Fix warning
Neale Ferguson [Tue, 29 Aug 2006 20:32:04 +0000 (20:32 -0000)]
* tramp-s390.c: Fix warning

* cpu-s390.md: Fix length of mul_imm

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

17 years ago2006-08-29 Alexander Olk <alex.olk@googlemail.com>
Alexander Olk [Tue, 29 Aug 2006 20:19:39 +0000 (20:19 -0000)]
2006-08-29  Alexander Olk  <alex.olk@googlemail.com>

* XplatUIX11.cs: Fix for a metacity/X problem where windows don't
  get updated when they get maximized.

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

17 years ago* configure.in: Add required CFLAGS for s390[x] (-mbackchain)
Wade Berrier [Tue, 29 Aug 2006 19:47:16 +0000 (19:47 -0000)]
* configure.in: Add required CFLAGS for s390[x] (-mbackchain)

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

17 years ago2006-08-29 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Tue, 29 Aug 2006 19:21:03 +0000 (19:21 -0000)]
2006-08-29  Peter Dennis Bartok  <pbartok@novell.com>

* XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)

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

17 years ago - Need to focus on rbutton mouse down. And redraw selection when
Jackson Harper [Tue, 29 Aug 2006 18:52:02 +0000 (18:52 -0000)]
    - Need to focus on rbutton mouse down. And redraw selection when
        right click is mouse upped.

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

17 years ago2006-08-29 Chris Toshok <toshok@ximian.com>
Chris Toshok [Tue, 29 Aug 2006 18:47:08 +0000 (18:47 -0000)]
2006-08-29  Chris Toshok  <toshok@ximian.com>

* XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.

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

17 years ago * TreeView.cs: Need to track selected node and highlighted node,
Jackson Harper [Tue, 29 Aug 2006 18:28:09 +0000 (18:28 -0000)]
    * TreeView.cs: Need to track selected node and highlighted node,
        they aren't always the same thing, when the mouse is down on a
        node it is hilighted, but not selected yet.
        - Do the HideSelection stuff right

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

17 years ago2006-08-29 Mike Kestner <mkestner@novell.com>
Mike Kestner [Tue, 29 Aug 2006 16:10:09 +0000 (16:10 -0000)]
2006-08-29  Mike Kestner  <mkestner@novell.com>

* ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
when SubItems.Count < Columns.Count.  [Fixes #79167]

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

17 years agoimplemented 2.0 features
Igor Zelmanovich [Tue, 29 Aug 2006 15:11:38 +0000 (15:11 -0000)]
implemented 2.0 features

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

17 years ago* mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0
Neale Ferguson [Tue, 29 Aug 2006 14:24:40 +0000 (14:24 -0000)]
* mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0
arguments. Add mono_arch_get_patch_offset as a dummy entry point to allow
successful link.

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

17 years agofix dispose order of reader vs connection
Konstantin Triger [Tue, 29 Aug 2006 13:36:15 +0000 (13:36 -0000)]
fix dispose order of reader vs connection

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

17 years agoAdded default implementation for SkinID property
Konstantin Triger [Tue, 29 Aug 2006 13:22:43 +0000 (13:22 -0000)]
Added default implementation for SkinID property

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

17 years ago2006-08-28 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Tue, 29 Aug 2006 02:12:43 +0000 (02:12 -0000)]
2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>

* TextControl.cs (FindCursor): Fix math error (Fixes #78402)

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

17 years ago2006-08-28 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Mon, 28 Aug 2006 22:38:31 +0000 (22:38 -0000)]
2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>

* XplatUIX11.cs: Preempt the roundtrip for getting the location back
  from X. Only send based on ConfigureNotify if we don't have the
  correct location in hwnd (if the window manager moved us)

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

17 years ago2006-08-28 Mike Kestner <mkestner@novell.com>
Mike Kestner [Mon, 28 Aug 2006 21:02:33 +0000 (21:02 -0000)]
2006-08-28  Mike Kestner  <mkestner@novell.com>

* ListView.cs: remove a TODO.
* ThemeWin32Classic.cs: implement HideSelection support for ListView.
[Fixes ListView part of #79166]

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

17 years ago2006-08-28 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 28 Aug 2006 20:26:06 +0000 (20:26 -0000)]
2006-08-28  Sebastien Pouliot  <sebastien@ximian.com>

* ImageAnimator.cs: Remove catch/throw in WorkerThread (it hides the
original exception). Found with Gendarme.
* Color.cs: Remove the double-check lock. Found with Gendarme.
* ColorConverter.cs: Remove the double-check lock. Found with Gendarme

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

17 years ago2006-08-28 Mike Kestner <mkestner@novell.com>
Mike Kestner [Mon, 28 Aug 2006 20:10:48 +0000 (20:10 -0000)]
2006-08-28  Mike Kestner  <mkestner@novell.com>

* ListView.cs: move wheel handler to parent since it is focused
instead of the item_control now.  [Fixes #79177]

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

17 years ago2006-08-28 Mike Kestner <mkestner@novell.com>
Mike Kestner [Mon, 28 Aug 2006 19:56:48 +0000 (19:56 -0000)]
2006-08-28  Mike Kestner  <mkestner@novell.com>

* ThemeWin32Classic.cs: only highlight subitems in fullrowselect
when the control is focused. [Fixes #79171]

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

17 years agouse fabs for comparing. It failed with -O2
Gonzalo Paniagua Javier [Mon, 28 Aug 2006 19:35:16 +0000 (19:35 -0000)]
use fabs for comparing. It failed with -O2

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

17 years ago2006-08-28 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 28 Aug 2006 19:32:41 +0000 (19:32 -0000)]
2006-08-28  Sebastien Pouliot  <sebastien@ximian.com>

* GDIPlusTest.cs: Added more parameters checks for TextureBrush calls.
* TestBitmap.cs: Fix test case for big endian arch (Marshal.ReadInt32)

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

17 years ago2005-08-28 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 28 Aug 2006 19:32:36 +0000 (19:32 -0000)]
2005-08-28  Sebastien Pouliot  <sebastien@ximian.com>
Added endian check as Marshal must use CPU endianess.

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

17 years ago2006-08-28 Mike Kestner <mkestner@novell.com>
Mike Kestner [Mon, 28 Aug 2006 19:28:55 +0000 (19:28 -0000)]
2006-08-28  Mike Kestner  <mkestner@novell.com>

* ListView.cs: size the item and header controls for empty and
unscrollable views.
* ThemeWin32Classic.cs: draw disabled backgrounds.
[Fixes #79187]

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

17 years ago-O2 warnings
Gonzalo Paniagua Javier [Mon, 28 Aug 2006 19:21:41 +0000 (19:21 -0000)]
-O2 warnings

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

17 years agowarnings
Gonzalo Paniagua Javier [Mon, 28 Aug 2006 19:17:41 +0000 (19:17 -0000)]
warnings

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

17 years ago2006-08-28 Jonathan Chambers <joncham@gmail.com>
Jonathan Chambers [Mon, 28 Aug 2006 18:54:46 +0000 (18:54 -0000)]
2006-08-28  Jonathan Chambers  <joncham@gmail.com>

* ComIStreamMarshaler.cs: Do not free memory allocated for
Com Callable Wrapper for stream. When Image created from stream
is destroyed, it calls Release on CCW interface. Somehow we seem
to be destroying Stream CCW before Image is destroyed. Fixes
crash on exit on Windows. #78315

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

17 years ago* Makefile: Non consequential casing rename for thisdir
Wade Berrier [Mon, 28 Aug 2006 17:46:41 +0000 (17:46 -0000)]
* Makefile: Non consequential casing rename for thisdir

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

17 years ago * Form.cs: remove unused "active_form" static field.
Chris Toshok [Mon, 28 Aug 2006 17:27:08 +0000 (17:27 -0000)]
* Form.cs: remove unused "active_form" static field.

* Hwnd.cs: lock around accesses to static windows collection.

* Application.cs: lock threads in Exit ().

2006-08-28  Chris Toshok  <toshok@ximian.com>

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

17 years ago * NativeWindow.cs: lock around accesses to window_collection.
Chris Toshok [Mon, 28 Aug 2006 17:16:00 +0000 (17:16 -0000)]
* NativeWindow.cs: lock around accesses to window_collection.

2006-08-28  Chris Toshok  <toshok@ximian.com>

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

17 years ago * Control.cs: err, fix this the right way, by locking on controls
Chris Toshok [Mon, 28 Aug 2006 16:37:44 +0000 (16:37 -0000)]
* Control.cs: err, fix this the right way, by locking on controls
when using it.  not by making it synchronized.

2006-08-28  Chris Toshok  <toshok@ximian.com>

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

17 years ago2006-08-28 Chris Toshok <toshok@ximian.com>
Chris Toshok [Mon, 28 Aug 2006 16:29:33 +0000 (16:29 -0000)]
2006-08-28  Chris Toshok  <toshok@ximian.com>

* Control.cs: make the static "controls" field synchronized, as it
gets updated from multiple threads.

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

17 years agofixed CreateUser, parameter isApproved is considered.
Igor Zelmanovich [Mon, 28 Aug 2006 15:55:54 +0000 (15:55 -0000)]
fixed CreateUser, parameter isApproved is considered.

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

17 years ago2005-08-28 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 28 Aug 2006 15:39:26 +0000 (15:39 -0000)]
2005-08-28  Sebastien Pouliot  <sebastien@ximian.com>

* MarshalTest.cs: Added test for ReadInt32 (versus arch endianess).

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

17 years agocorrections for static fields at WebConfigurationManager which are relevant only...
Roei Erez [Mon, 28 Aug 2006 15:25:51 +0000 (15:25 -0000)]
corrections for static fields at WebConfigurationManager which are relevant only when running on mainsoft platform (TARGET_j2EE)

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

17 years agoadd special build case for global.asax
Konstantin Triger [Mon, 28 Aug 2006 13:26:20 +0000 (13:26 -0000)]
add special build case for global.asax

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

17 years agoRestore line endings.
Boris Kirzner [Mon, 28 Aug 2006 12:53:27 +0000 (12:53 -0000)]
Restore line endings.

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

17 years agoEnable NET_2_0 tests run for TARGET_JVM.
Boris Kirzner [Mon, 28 Aug 2006 12:20:11 +0000 (12:20 -0000)]
Enable NET_2_0 tests run for TARGET_JVM.

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

17 years ago* SqlMembershipProvider.cs: ensure GetUser() returns null if it cannot
Konstantin Triger [Mon, 28 Aug 2006 12:18:44 +0000 (12:18 -0000)]
* SqlMembershipProvider.cs: ensure GetUser() returns null if it cannot
retrieve user information

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

17 years agoMerked test as NotWorking.
Boris Kirzner [Mon, 28 Aug 2006 12:05:06 +0000 (12:05 -0000)]
Merked test as NotWorking.

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

17 years ago2006-08-28 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 28 Aug 2006 11:15:18 +0000 (11:15 -0000)]
2006-08-28  Atsushi Enomoto <atsushi@ximian.com>

* DTMXPathDocumentWriter2.cs : use String.Empty instead of null for
  localName for those nodes which does not have a name.

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

17 years agoFix array size for NET_2_0
Boris Kirzner [Mon, 28 Aug 2006 09:14:00 +0000 (09:14 -0000)]
Fix array size for NET_2_0

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

17 years agoAdd new test ClientScriptManagerTest.cs and resources: ClientScript.js , EventValidat...
Yoni Klain [Mon, 28 Aug 2006 09:10:52 +0000 (09:10 -0000)]
Add new test ClientScriptManagerTest.cs and resources: ClientScript.js , EventValidationTest1.aspx ,EventValidationTest2.aspx

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

17 years agouse SqlClientFactory in case the ProviderName is not specified
Konstantin Triger [Mon, 28 Aug 2006 08:16:05 +0000 (08:16 -0000)]
use SqlClientFactory in case the ProviderName is not specified

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

17 years agodeleted irrelevant marks
Hagit Yidov [Mon, 28 Aug 2006 08:05:40 +0000 (08:05 -0000)]
deleted irrelevant marks

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

17 years agorefactoring
Igor Zelmanovich [Mon, 28 Aug 2006 07:30:03 +0000 (07:30 -0000)]
refactoring

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

17 years agouse application server thread for processing request
Konstantin Triger [Mon, 28 Aug 2006 06:44:32 +0000 (06:44 -0000)]
use application server thread for processing request

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

17 years ago2006-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 28 Aug 2006 06:29:20 +0000 (06:29 -0000)]
2006-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TODO: Modified file.
* test/tests.h:
* test/pattern.c:
* test/dir.c:
* test/Makefile.am:
* src/Makefile.am:
* src/glib.h:
* src/gdir.c:
* src/gfile.c: implemented g_dir_*, unix version.

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

17 years agoColorTranslator.cs: Use ColorEmpty instead of creating a new Color instance.
Sebastien Pouliot [Mon, 28 Aug 2006 02:26:39 +0000 (02:26 -0000)]
ColorTranslator.cs: Use ColorEmpty instead of creating a new Color instance.

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

17 years ago2006-08-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 27 Aug 2006 23:43:19 +0000 (23:43 -0000)]
2006-08-27  Sebastien Pouliot  <sebastien@ximian.com>

* ColorConverter.cs: Add a new test case for a color with a integer
part that is too large to convert into an int.
* ColorTranslator.cs: Add more test cases for FromHtml method.

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

17 years ago2006-08-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 27 Aug 2006 23:43:01 +0000 (23:43 -0000)]
2006-08-27  Sebastien Pouliot  <sebastien@ximian.com>

* ColorConverter.cs: Catch the case where the integer part of the
color doesn't fit into a 32bit integer.
* ColorTranslator.cs: Fixed Gendarme's UseStringEmptyRule on ToHtml
method. Fixed string handling on FromHtml method. Fixed all parameter
names to match FX.

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

17 years ago * XEventQueue.cs: Added PostQuitState property
Peter Dennis Bartok [Sun, 27 Aug 2006 21:26:34 +0000 (21:26 -0000)]
* XEventQueue.cs: Added PostQuitState property

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

17 years ago2006-08-27 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Sun, 27 Aug 2006 21:22:19 +0000 (21:22 -0000)]
2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>

* XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
  Prevent other threads from exiting when calling thread sets quit state.

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

17 years ago2006-08-27 Chris Toshok <toshok@ximian.com>
Chris Toshok [Sun, 27 Aug 2006 21:04:02 +0000 (21:04 -0000)]
2006-08-27  Chris Toshok  <toshok@ximian.com>

* AsyncMethodData.cs: add a slot for the window handle.

* XplatUIX11.cs (SendAsyncMethod): send the event to the right
window (the destination control's window, not the foster window).

* Control.cs (BeginInvokeInternal): store the window's handle in
the AsyncMethodData.

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

17 years ago2006-08-23 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Sun, 27 Aug 2006 19:37:52 +0000 (19:37 -0000)]
2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>

* XplatUIX11.cs:
  - PostQuitMessage: Removed resetting S.D display handle, we might have
    another loop started after calling PostQuitMessage (Fixes #79119)
  - Created destructor to reset S.D handle

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

17 years ago2006-08-23 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Sun, 27 Aug 2006 18:56:35 +0000 (18:56 -0000)]
2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>

* XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)

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

17 years ago2006-08-23 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Sun, 27 Aug 2006 18:43:49 +0000 (18:43 -0000)]
2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>

* TextControl.cs (Insert): Update the caret position even if we don't
  have a handle yet, just don't call the driver in that case.
* TextBoxBase.cs (set_SelectedText): Set the Start and End selection
  to the end of the new selection text (Fixes #79184)

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

17 years agoenable concurrent usage, refactoring
Konstantin Triger [Sun, 27 Aug 2006 15:31:03 +0000 (15:31 -0000)]
enable concurrent usage, refactoring

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

17 years agoenable concurrent usage, refactoring
Konstantin Triger [Sun, 27 Aug 2006 15:20:52 +0000 (15:20 -0000)]
enable concurrent usage, refactoring

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

17 years agofixed data binding
Igor Zelmanovich [Sun, 27 Aug 2006 14:20:21 +0000 (14:20 -0000)]
fixed data binding

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

17 years agoNew test was added
Igor Zelmanovich [Sun, 27 Aug 2006 13:40:17 +0000 (13:40 -0000)]
New test was added

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

17 years agofixed ToString method
Igor Zelmanovich [Sun, 27 Aug 2006 13:19:52 +0000 (13:19 -0000)]
fixed ToString method

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

17 years agoremove redundand interface derivation since already implemented by System.Attribute
Konstantin Triger [Sun, 27 Aug 2006 12:20:41 +0000 (12:20 -0000)]
remove redundand interface derivation since already implemented by System.Attribute

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

17 years agoTreeNodeBindingTest.cs, TreeNodeCollectionTest.cs, TreeNodeStyleCollectionTest.cs...
Hagit Yidov [Sun, 27 Aug 2006 11:36:26 +0000 (11:36 -0000)]
TreeNodeBindingTest.cs, TreeNodeCollectionTest.cs, TreeNodeStyleCollectionTest.cs, TreeNodeTest.cs, TreeViewTest.cs, , TreeNodeBindingCollectionTest.cs

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

17 years agotypo fix
Igor Zelmanovich [Sun, 27 Aug 2006 10:59:02 +0000 (10:59 -0000)]
typo fix

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

17 years agoTARGET_JVM: fix a typo
Konstantin Triger [Sun, 27 Aug 2006 10:53:09 +0000 (10:53 -0000)]
TARGET_JVM: fix a typo

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

17 years ago* NullEventLog.cs: Added dummy GetLogNames implementation.
Gert Driesen [Sun, 27 Aug 2006 09:38:11 +0000 (09:38 -0000)]
* NullEventLog.cs: Added dummy GetLogNames implementation.
* EventLogImpl.cs: Moved GetEventLogs implementation to base class.
Added abstract GetLogNames method. Added ValidateCustomerLogName
method which should be called by eventlog providers when creating a
new log to ensure the significant part of the log name is unique, does
not match any of the special log names and does not match an exist event
source.
* Win32EventLog.cs: Validate customer log name when creating new log.
Moved GetEventLogs implementation to base class. Added GetLogNames
method.
* LocalFileEventLog.cs: Merged CreateLogStore into CreateEventSource.
Validate customer log name when creating new log. Moved GetEventLogs
implementation to base class. Added GetLogNames method.
* EventLogTest.cs: Added tests for log name validation in
CreateEventSource.

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

17 years ago2006-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 27 Aug 2006 08:55:08 +0000 (08:55 -0000)]
2006-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* src/glib.h:
* test/Makefile.am: Modified file.
* test/tests.h:
* src/Makefile.am: Modified file.
* test/pattern.c:
* src/gpattern.c: implemented the 3 pattern matching functions used.

* test/ptrarray.c: fix the compare function to work with qsort.

* test/file.c:
* test/path.c:
* src/gspawn.c:
* src/gpath.c: made valgrind happy.

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

17 years ago* CreateUserWizardStep.cs: fixed validators message display
Vladimir Krasnov [Sun, 27 Aug 2006 07:14:37 +0000 (07:14 -0000)]
* CreateUserWizardStep.cs: fixed validators message display

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