mono.git
17 years ago2006-08-23 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Sat, 26 Aug 2006 20:15:27 +0000 (20:15 -0000)]
2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>

* XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
  System.Drawing when a toplevel window gets closed; there might
  be other toplevel windows belonging to the same app (Fixes #78052)

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

17 years ago It is now possible to select the font, size or style with the
Alexander Olk [Sat, 26 Aug 2006 19:21:41 +0000 (19:21 -0000)]
  It is now possible to select the font, size or style with the
  textboxes.

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

17 years ago2006-08-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 26 Aug 2006 16:53:41 +0000 (16:53 -0000)]
2006-08-26  Atsushi Enomoto <atsushi@ximian.com>

* XmlDocument.cs : use XmlValidatingReader to load TextReader/Stream
  so that it could fill default and fixed attributes. This ends up
  to fix bug #79163 (it fills fixed "xmlns" attribute and thus
  the node's namespace URI becomes that of glade-2.0).

* XmlDocumentTests.cs : added test for bug #79163.

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

17 years ago use Desktop prefix only if a real folder doesn't exist anymore.
Alexander Olk [Sat, 26 Aug 2006 16:08:55 +0000 (16:08 -0000)]
  use Desktop prefix only if a real folder doesn't exist anymore.
* FontDialog.cs: Added char sets.

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

17 years ago2006-08-26 Alexander Olk <alex.olk@googlemail.com>
Alexander Olk [Sat, 26 Aug 2006 14:37:11 +0000 (14:37 -0000)]
2006-08-26  Alexander Olk  <alex.olk@googlemail.com>

* FileDialog.cs: After reading FileDialog settings from mwf_config
  use Desktop prefix only if a real folder doesn't exist anymore.

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

17 years ago* Win32EventLog.cs: Fixed error messages. Use RegisterEventSource
Gert Driesen [Sat, 26 Aug 2006 14:13:14 +0000 (14:13 -0000)]
* Win32EventLog.cs: Fixed error messages. Use RegisterEventSource
pinvoke when opening eventlog for writing entries.

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

17 years ago* Win32EventLog.cs: Added and documented workarounds for bug #79117
Gert Driesen [Sat, 26 Aug 2006 12:36:08 +0000 (12:36 -0000)]
* Win32EventLog.cs: Added and documented workarounds for bug #79117
and bug #79152.

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

17 years ago* src/sort.frag.h (digit): Declare here based on externally
Raja R Harinath [Sat, 26 Aug 2006 10:49:14 +0000 (10:49 -0000)]
* src/sort.frag.h (digit): Declare here based on externally
provided typedef 'list_node'.
(MAX_DIGITS): Use 'sizeof (list_node)'.
* src/gslist.c (list_node): Declare instead of 'digit'.
* src/glist.c: Likewise.

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

17 years ago* EventLogTest.cs: Use a dedicated temp directory for testing the
Gert Driesen [Sat, 26 Aug 2006 07:05:10 +0000 (07:05 -0000)]
* EventLogTest.cs: Use a dedicated temp directory for testing the
local file implementation (2.0 only).

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

17 years ago* test/slist.c (verify_sort): Verify the length of the list too.
Raja R Harinath [Sat, 26 Aug 2006 03:26:08 +0000 (03:26 -0000)]
* test/slist.c (verify_sort): Verify the length of the list too.
(test_slist_sort): Free the correct list.
* test/list.c: Likewise.
* src/sort.frag.h (MAX_DIGITS): Rename from N_DIGITS.
(combine_sort): Change 'max_pos' argument to more natural
'n_digits'.
(increment): Likewise.  Use 'n_digits' to avoid reading at an
offset that hasn't been initialized.
(do_sort): Remove memset.

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

17 years ago2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 26 Aug 2006 00:55:32 +0000 (00:55 -0000)]
2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TODO:
* test/file.c:
* src/glib.h:
* src/gfile.c: implement g_file_open_tmp.

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

17 years ago2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 26 Aug 2006 00:08:03 +0000 (00:08 -0000)]
2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TODO:
* src/glib.h:
* src/gdate.c: New file.
* src/gfile.c: New file.
* src/Makefile.am: implemented g_file_get_contents and
g_get_current_time.

* test/tests.h:
* test/file.c: New file.
* test/Makefile.am: tests for the above.

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

17 years agoFixed previous commit.
Kornél Pál [Fri, 25 Aug 2006 21:07:16 +0000 (21:07 -0000)]
Fixed previous commit.

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

17 years agoUse assembly name and file version constants.
Kornél Pál [Fri, 25 Aug 2006 20:32:53 +0000 (20:32 -0000)]
Use assembly name and file version constants.

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

17 years agoversion bump
Wade Berrier [Fri, 25 Aug 2006 19:30:01 +0000 (19:30 -0000)]
version bump

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

17 years ago* src/sort.frag.h: Add copyright notice and some explanation.
Raja R Harinath [Fri, 25 Aug 2006 19:03:26 +0000 (19:03 -0000)]
* src/sort.frag.h: Add copyright notice and some explanation.
(increment): Remove null check.
(combine_digits): Add 'list' argument to seed the summation.
(do_sort): Use the empty or singleton tail as the seed, rather
than calling 'increment'.

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

17 years ago2006-08-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 25 Aug 2006 18:11:04 +0000 (18:11 -0000)]
2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>
* FontConverter.cs: Fix compiler warnings.

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

17 years ago2006-08-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 25 Aug 2006 17:34:00 +0000 (17:34 -0000)]
2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>
* TestBitmap.cs: Add more details to pinpoint exact failure under OSX.

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

17 years ago2006-08-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 25 Aug 2006 17:25:36 +0000 (17:25 -0000)]
2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>

* GDIPlusTest.cs: Fix ImageAttributes test case.

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

17 years ago2006-08-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 25 Aug 2006 17:24:40 +0000 (17:24 -0000)]
2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>

* ColorMatrix.cs: Add Alloc and Free method helpers for interop.
* ImageAttributes.cs: Fix all methods accepting a ColorMatrix (i.e.
which calls GdipSetImageAttributesColorMatrix) to use IntPtr instead
of the ColorMatrix itself.

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

17 years ago2006-08-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 25 Aug 2006 17:24:20 +0000 (17:24 -0000)]
2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>

* gdipFunctions.cs: Change ColorMatrix to IntPtr in method
GdipSetImageAttributesColorMatrix definition.

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

17 years agoFri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 25 Aug 2006 16:27:00 +0000 (16:27 -0000)]
Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>

* icall.c: handle TypedReference in GetTypeCode (bug #79150).

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

17 years agoCommitted in wrong module, pff.
Gert Driesen [Fri, 25 Aug 2006 16:11:50 +0000 (16:11 -0000)]
Committed in wrong module, pff.

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

17 years ago* EventViewer.cs: Do not hide selection when focus is moved away from
Gert Driesen [Fri, 25 Aug 2006 15:58:38 +0000 (15:58 -0000)]
* EventViewer.cs: Do not hide selection when focus is moved away from
entry list.
* Makefile: Added 'test' target. Set MONO_EVENTLOG_TYPE environment
variable to make it easier to run tests.
* test.cs: Added test script for creating event sources and writing
some event entries.

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

17 years ago* LocalFileEventLog.cs: When event log store does not exist, then we
Gert Driesen [Fri, 25 Aug 2006 15:28:22 +0000 (15:28 -0000)]
* LocalFileEventLog.cs: When event log store does not exist, then we
do not need to perform a case-insensitive lookup of the log name.

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

17 years agoFix a typo. Cover one more possibility.
Raja R Harinath [Fri, 25 Aug 2006 14:48:13 +0000 (14:48 -0000)]
Fix a typo.  Cover one more possibility.

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

17 years ago* TODO: Remove 'List' entries.
Raja R Harinath [Fri, 25 Aug 2006 14:40:55 +0000 (14:40 -0000)]
* TODO: Remove 'List' entries.
* src/Makefile.am (libeglib_la_SOURCES): Add sort.frag.h.
* src/sort.frag.h: New.  Implements a "generic" bottom-up "counting"
mergesort that works both on singly- and doubly-linked lists.
* src/gslist.c (g_slist_sort): Use it.
* src/glist.c (g_list_sort): Likewise.
* src/glib.h (g_slist_sort, g_list_sort): Declare.
* test/slist.c, test/list.c: Add basic testcases.

And, the best part: it worked on the first try after fixing syntax errors :-)

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

17 years ago* Makefile: Use standalone makefile as we cannot rely on the mcs build
Gert Driesen [Fri, 25 Aug 2006 14:33:48 +0000 (14:33 -0000)]
* Makefile: Use standalone makefile as we cannot rely on the mcs build
system.

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

17 years agoInitial import of SWF based Event Viewer
Gert Driesen [Fri, 25 Aug 2006 14:31:27 +0000 (14:31 -0000)]
Initial import of SWF based Event Viewer

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

17 years ago2006-08-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 25 Aug 2006 13:57:27 +0000 (13:57 -0000)]
2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>

* PrivateFontCollection.cs: Fix warning by reusing the full path.

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

17 years ago2006-08-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 25 Aug 2006 13:01:01 +0000 (13:01 -0000)]
2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>

* TestBmpCodec.cs: Add pixel value tests to a well known bitmap.

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

17 years ago2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 09:57:30 +0000 (09:57 -0000)]
2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* src/gspawn.c: propagate errors from reads.
* src/gpath.c: an empty PATH is like a NULL one.

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

17 years ago2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 09:13:40 +0000 (09:13 -0000)]
2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* test/tests.h:
* test/timer.c:
* test/Makefile.am:
* TODO:
* src/glib.h:
* src/gtimer.c:
* src/Makefile.am: implemented GTimer.

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

17 years agoone less to go
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 08:17:28 +0000 (08:17 -0000)]
one less to go

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

17 years agodo not exit after the first read!
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 08:14:38 +0000 (08:14 -0000)]
do not exit after the first read!

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

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

* test/tests.h:
* test/Makefile.am:
* test/spawn.c:
* src/gspawn.c:
* src/glib.h:
* src/Makefile.am: initial implemtation of g_spawn_command_line_sync.
Still need better error handling, but works for the most part.

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

17 years ago2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 07:09:59 +0000 (07:09 -0000)]
2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* src/garray.c: grow faster so that the 'big' test does not crawl.

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

17 years ago2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 06:38:41 +0000 (06:38 -0000)]
2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* test/shell.c:
* src/gqueue.c: plugged leaks.

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

17 years ago2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 06:13:03 +0000 (06:13 -0000)]
2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* test/path.c:
* src/gpath.c: when PATH is not defined, the current dir is used.
See execvp(3).

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

17 years agomake g_get_current_dir actually expand the buffer (infinite loop)
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 05:49:19 +0000 (05:49 -0000)]
make g_get_current_dir actually expand the buffer (infinite loop)

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

17 years agoInitial g_shell_parse_argv and tests
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 05:44:56 +0000 (05:44 -0000)]
Initial g_shell_parse_argv and tests

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

17 years ago2006-08-25 Alp Toker <alp@atoker.com>
Alp Toker [Fri, 25 Aug 2006 03:51:20 +0000 (03:51 -0000)]
2006-08-25  Alp Toker  <alp@atoker.com>

* src/gstr.c: g_strv_length() should return guint, not gint
* src/glib.h: Add g_strv_length() prototype

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

17 years agoUse thread safe getpwent_r
Miguel de Icaza [Fri, 25 Aug 2006 03:40:00 +0000 (03:40 -0000)]
Use thread safe getpwent_r

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

17 years ago2006-08-24 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 25 Aug 2006 03:24:36 +0000 (03:24 -0000)]
2006-08-24  Miguel de Icaza  <miguel@novell.com>

* src/gpath.c (g_get_home_dir, g_get_tmp_dir, g_get_user_name,
g_get_prgname, g_set_prgname): implemented.

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

17 years ago2006-08-24 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 25 Aug 2006 02:59:15 +0000 (02:59 -0000)]
2006-08-24  Miguel de Icaza  <miguel@novell.com>

* test/ Fix leaks.

* src/gpath.c (g_get_current_dir): Implement.

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

17 years ago2006-08-24 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 25 Aug 2006 02:45:42 +0000 (02:45 -0000)]
2006-08-24  Miguel de Icaza  <miguel@novell.com>

* src/gpath.c (g_find_program_in_path, g_path_is_absolute): implement.

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

17 years agobleh
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 02:32:09 +0000 (02:32 -0000)]
bleh

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

17 years agoblah
Gonzalo Paniagua Javier [Fri, 25 Aug 2006 02:31:52 +0000 (02:31 -0000)]
blah

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

17 years agoNot used
Miguel de Icaza [Fri, 25 Aug 2006 02:17:34 +0000 (02:17 -0000)]
Not used

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

17 years ago2006-08-24 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 25 Aug 2006 02:11:03 +0000 (02:11 -0000)]
2006-08-24  Miguel de Icaza  <miguel@novell.com>

* src/gpath.c: Add g_path_get_dirname, g_path_get_basename

* src/gpath.c: Path routines

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

17 years agoGrammar and typo fixes
Alp Toker [Fri, 25 Aug 2006 01:32:45 +0000 (01:32 -0000)]
Grammar and typo fixes

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

17 years agoGrammar fix
Alp Toker [Fri, 25 Aug 2006 01:25:48 +0000 (01:25 -0000)]
Grammar fix

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

17 years ago2006-08-23 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Thu, 24 Aug 2006 21:26:26 +0000 (21:26 -0000)]
2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>

* XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
  scrollbar from whacking it's buttons)

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

17 years ago2006-08-24 Chris Toshok <toshok@ximian.com>
Chris Toshok [Thu, 24 Aug 2006 20:34:04 +0000 (20:34 -0000)]
2006-08-24  Chris Toshok  <toshok@ximian.com>

* ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
in this patch (aggregating setting Left/Top/Width/Height to
setting Bounds on the scrollbars), but the crux of the fix is in
Recalculate, where we scroll by the remaining scroll_position if
we're hiding a scrollbar.  The 2*$5 reward in the comment is
serious.

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

17 years ago2006-08-24 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 24 Aug 2006 18:59:00 +0000 (18:59 -0000)]
2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>

* TestColorMatrix.cs: Add test cases for error handling inside ctor and
for testing each field with a different value.

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

17 years ago2006-08-24 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 24 Aug 2006 18:57:31 +0000 (18:57 -0000)]
2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>

* GDIPlusTest.cs: Added more test cases for TextureBrush functions.
Added new test cases for ImageAttributes. Removed some assertion for
GpGraphicsPath (which returns different value on monobuild win32 bot
than my own machine, uninit field ?).

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

17 years ago2006-08-24 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 24 Aug 2006 18:52:24 +0000 (18:52 -0000)]
2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>

* System.Drawing_test.dll.sources: Added unit tests for TextureBrush.

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

17 years ago2006-08-24 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 24 Aug 2006 18:51:37 +0000 (18:51 -0000)]
2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>

* TextureBrush.cs: Remove private Image member as we cannot, without
cloning it (which removes the advantage of caching it), return it for
the Image property *and* we cannot dispose of it properly (Dispose
isn't overridden).

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

17 years agoPatch #56.
Martin Baulig [Thu, 24 Aug 2006 18:00:37 +0000 (18:00 -0000)]
Patch #56.

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

17 years agoPatch #55.
Martin Baulig [Thu, 24 Aug 2006 18:00:21 +0000 (18:00 -0000)]
Patch #55.

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

17 years ago * MdiClient.cs:
Jackson Harper [Thu, 24 Aug 2006 17:39:21 +0000 (17:39 -0000)]
    * MdiClient.cs:
        * MdiWindowManager.cs: If the form is made a non-mdi window we
        need to remove the form closed event so that closing forms works
        correctly.

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

17 years ago * Control.cs: Make IsRecreating internal so that the driver can
Jackson Harper [Thu, 24 Aug 2006 17:03:59 +0000 (17:03 -0000)]
    * Control.cs: Make IsRecreating internal so that the driver can
        check it
        - Temporarily remove the Hide when controls are removed, its
        making a whole bunch of things not work because visibility isn't
        getting reset elsewhere correctly
        * Form.cs: Need to do a full handle recreation when the mdi
        * parent
        is set.
        * XplatUIX11.cs: If we are recreating handles don't dispose the
        HWNDs.  What was happening is the handles were being recreated
in
        SendWMDestroyMessages, but then flow continued on in that method
        and destroyed the new handles.

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

17 years agoSqlCommand, SqlParameter.cs: correctly resolve parameters without '@'
Konstantin Triger [Thu, 24 Aug 2006 16:10:47 +0000 (16:10 -0000)]
SqlCommand, SqlParameter.cs: correctly resolve parameters without '@'

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

17 years agoadd J2SE helpers, UTF8 BOM
Konstantin Triger [Thu, 24 Aug 2006 15:14:10 +0000 (15:14 -0000)]
add J2SE helpers, UTF8 BOM

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

17 years agoTARGET_JVM: handle special case for machine config
Konstantin Triger [Thu, 24 Aug 2006 15:13:28 +0000 (15:13 -0000)]
TARGET_JVM: handle special case for machine config

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

17 years agoTARGET_JVM does not support signing
Konstantin Triger [Thu, 24 Aug 2006 15:08:47 +0000 (15:08 -0000)]
TARGET_JVM does not support signing

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

17 years ago* DbProviderFactories.cs: added TARGET_JVM block to not supported functionality
Vladimir Krasnov [Thu, 24 Aug 2006 14:18:44 +0000 (14:18 -0000)]
* DbProviderFactories.cs: added TARGET_JVM block to not supported functionality

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

17 years agoSwitchesSection member fixed because of configuration section was moved
Vladimir Krasnov [Thu, 24 Aug 2006 14:08:07 +0000 (14:08 -0000)]
SwitchesSection member fixed because of configuration section was moved

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

17 years ago* AbstractDBConnection.cs: fixed GetSyntaxPatterns, configuration section moved
Vladimir Krasnov [Thu, 24 Aug 2006 14:06:35 +0000 (14:06 -0000)]
* AbstractDBConnection.cs: fixed GetSyntaxPatterns, configuration section moved

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

17 years agoThe PageMapper in TARGAT_JVM expects url and not the full path
Konstantin Triger [Thu, 24 Aug 2006 13:52:27 +0000 (13:52 -0000)]
The PageMapper in TARGAT_JVM expects url and not the full path

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

17 years agoPatch #54.
Martin Baulig [Thu, 24 Aug 2006 12:47:14 +0000 (12:47 -0000)]
Patch #54.

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

17 years ago2006-08-24 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 24 Aug 2006 11:32:00 +0000 (11:32 -0000)]
2006-08-24  Atsushi Enomoto  <atsushi@ximian.com>

* Encoding.cs :
  Consider DecoderFallback and EncoderFallback in 2.0 Equals()
  and GetHashCode().
* UTF32Encoding.cs, UTF7Encoding.cs :
  Fixed GetHashCode() and Equals() as well.
  Added several missing overrides in 2.0.

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

17 years ago* Page.cs: fixed ApplyMasterPage, masterPageFile can be empty string if compiled...
Vladimir Krasnov [Thu, 24 Aug 2006 11:05:18 +0000 (11:05 -0000)]
* Page.cs: fixed ApplyMasterPage, masterPageFile can be empty string if compiled with .net aspx parser
fixed OnInit, GetStyleSheets may return null if no css files found by .net aspx parser

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

17 years ago* TemplateField.cs: fixed ExtractValuesFromCell, .net aspx parser not always creates...
Vladimir Krasnov [Thu, 24 Aug 2006 10:58:15 +0000 (10:58 -0000)]
* TemplateField.cs: fixed ExtractValuesFromCell, .net aspx parser not always creates ExtractTemplateValuesMethod delegate

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

17 years agorevert TARGET_JVM ifdef
Konstantin Triger [Thu, 24 Aug 2006 10:51:49 +0000 (10:51 -0000)]
revert TARGET_JVM ifdef

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

17 years agorevert TARGET_JVM ifdef
Konstantin Triger [Thu, 24 Aug 2006 10:51:12 +0000 (10:51 -0000)]
revert TARGET_JVM ifdef

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

17 years agocorrected public interface
Igor Zelmanovich [Thu, 24 Aug 2006 08:54:37 +0000 (08:54 -0000)]
corrected public interface

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

17 years agoeek, eek.
Atsushi Eno [Thu, 24 Aug 2006 07:58:15 +0000 (07:58 -0000)]
eek, eek.

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

17 years ago2006-08-24 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 24 Aug 2006 07:54:29 +0000 (07:54 -0000)]
2006-08-24  Atsushi Enomoto  <atsushi@ximian.com>

* ByteEncoding.cs : Implemented IsAlwaysNormalized().
  (only SingleByte and FormC may return true for IsAlwaysNormalized
  on .NET.)
  Ask String.Normalize() for every possible single byte character
  which is valid for the encoding and see if it has changed the
  string (i.e. it returns the value based on the actual
  normalization.)

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

17 years ago2006-08-24 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 24 Aug 2006 07:50:23 +0000 (07:50 -0000)]
2006-08-24  Atsushi Enomoto  <atsushi@ximian.com>

* Encoding.cs : implemented IsAlwaysNormalized().
* Latin1Encoding.cs : IsAlwaysNormalized() does not return false
  for FormC.

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

17 years agoUp
Miguel de Icaza [Thu, 24 Aug 2006 05:33:17 +0000 (05:33 -0000)]
Up

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

17 years ago2006-08-24 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Thu, 24 Aug 2006 05:32:27 +0000 (05:32 -0000)]
2006-08-24  Miguel de Icaza  <miguel@novell.com>

* src/gport.c: Path routines

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

17 years ago2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 24 Aug 2006 03:09:45 +0000 (03:09 -0000)]
2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TextBox.cs: fix for bugs #76771 and #79020. A test breaks for the 2.0
case, but there are many others.

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

17 years ago2006-08-23 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Wed, 23 Aug 2006 22:33:17 +0000 (22:33 -0000)]
2006-08-23  Miguel de Icaza  <miguel@novell.com>

        * src/gerror.c: Implement.

        * src/glist.c (g_list_sort): Remove routine instead of hoping
        * that
        it wont crash when we run it.

I did a small implementation of GIO/GChannel/GSource just to find
that we are no longer using that code (daemon.c)

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

17 years ago * Form.cs: MdiClient is always at the back of the bus
Jackson Harper [Wed, 23 Aug 2006 22:12:13 +0000 (22:12 -0000)]
    * Form.cs: MdiClient is always at the back of the bus
        * Control.cs: When the order of items in the collection is
        * changed
        we need to reset the all_controls array
        - do the same sorta setup thats done when adding a control when
          a
        control is set on the collection.

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

17 years ago2006-08-23 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 23 Aug 2006 21:19:57 +0000 (21:19 -0000)]
2006-08-23  Lluis Sanchez Gual  <lluis@novell.com>

* ObjRef.cs: Throw a TypeLoadException exception if the referenced
  type can't be found. That's better than a nullref.

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

17 years ago* gacutil.1 : Change automake usage example because we always use $(prefix)/lib
Wade Berrier [Wed, 23 Aug 2006 20:31:52 +0000 (20:31 -0000)]
* gacutil.1 : Change automake usage example because we always use $(prefix)/lib
for the gac, even on 64 bit systems.

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

17 years agoMinor adjustment for mono
Sebastien Pouliot [Wed, 23 Aug 2006 20:18:21 +0000 (20:18 -0000)]
Minor adjustment for mono

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

17 years ago2006-08-23 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Wed, 23 Aug 2006 20:16:37 +0000 (20:16 -0000)]
2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>

* TextBoxBase.cs (get_Text): Return an empty array if our document
  is empty (fixes #79052)

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

17 years ago2006-08-23 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Wed, 23 Aug 2006 19:58:16 +0000 (19:58 -0000)]
2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>

* Control.cs: We should call IsInputChar on only on WM_CHAR but not
  on WM_SYSCHAR messages (fixes #79053)

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

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

* HttpWriter.cs: call WriteString instead of Write. Fixes the test.

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

17 years agorevert. It broke a test
Gonzalo Paniagua Javier [Wed, 23 Aug 2006 18:57:02 +0000 (18:57 -0000)]
revert. It broke a test

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

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

* TextBox.cs: render the name attribute even when ID is not set. Patch
by Alenxander Concha that fixes bug #79020.

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

17 years agoremove printf
Gonzalo Paniagua Javier [Wed, 23 Aug 2006 18:51:36 +0000 (18:51 -0000)]
remove printf

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

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

* HtmlTextArea.cs: encode the value in 1.x too. Patch by Dean Brettle.

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

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

* GDIPlusTest.cs: Added new test cases for TextureBrush functions.
* TextureBrushTest.cs: New. Unit tests for TextureBrush class.

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

17 years ago* RegistryKeyTest.cs: Modified GetValueNamesTest and GetSubKeyNamesTest
Gert Driesen [Wed, 23 Aug 2006 18:06:23 +0000 (18:06 -0000)]
* RegistryKeyTest.cs: Modified GetValueNamesTest and GetSubKeyNamesTest
to verify whether the buffer is cleared while iterating over values
and keys.
* Win32RegistryApi.cs: Use a StringBuilder instead of byte [] for
RegEnumKey. Fixed issue in GetSubKeyNames where buffer was not cleared
while iterating over subkeys.

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

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

* appdomain.c: implement support for ShadowCopyFiles.

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

17 years ago * DataGrid.cs: fix flickering when scrolling vertically.
Chris Toshok [Wed, 23 Aug 2006 17:55:18 +0000 (17:55 -0000)]
* DataGrid.cs: fix flickering when scrolling vertically.

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

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

17 years agooops
Chris Toshok [Wed, 23 Aug 2006 17:45:41 +0000 (17:45 -0000)]
oops

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