Skip to content
Snippets Groups Projects
  1. Oct 20, 2006
  2. Oct 19, 2006
  3. Oct 12, 2006
    • Martin Baulig's avatar
      2006-10-12 Martin Baulig <martin@ximian.com> · d973adf7
      Martin Baulig authored
      	* anonymous.cs
      	(AnonymousContainer.Resolve): Inflate the `ReturnType'.  Fixes #79592.
      	
      
      svn path=/trunk/mcs/; revision=66620
      mono-1.1.18
      d973adf7
    • Dick Porter's avatar
      · 104931c8
      Dick Porter authored
      2006-10-12  Dick Porter  <dick@ximian.com>
      
              * processes.c (_wapi_process_reap): Unref a process handle if we
              reaped it, found by Zoltan.  Fixes bug 79286.
              (process_wait): Don't wait again if we've already waited for a
              process.
      
      
      
      svn path=/trunk/mono/; revision=66619
      104931c8
    • Zoltan Varga's avatar
      2006-10-12 Zoltan Varga <vargaz@gmail.com> · f9ab45aa
      Zoltan Varga authored
             * mini.c trace.c mini-x86.c: Revert these too.
      
      svn path=/trunk/mono/; revision=66616
      f9ab45aa
    • Igor Zelmanovich's avatar
      2006-10-12 Igor Zelmanovich <igorz@mainsoft.com> · 901f1617
      Igor Zelmanovich authored
      	* GridView.cs: fixed: EnableSortingAndPagingCallbacks feature.
      	when postback is invoked after callback control state is restored
      	properly. 
      
      
      svn path=/trunk/mcs/; revision=66613
      901f1617
    • Zoltan Varga's avatar
      2006-10-12 Zoltan Varga <vargaz@gmail.com> · f1e7967a
      Zoltan Varga authored
      	* metadata.c (mono_type_stack_size): Revert this at Paolo's request.
      
      svn path=/trunk/mono/; revision=66612
      f1e7967a
    • Martin Baulig's avatar
      2006-10-12 Martin Baulig <martin@ximian.com> · 9bd0415d
      Martin Baulig authored
      	* statement.cs
      	(Using.EmitLocalVariableDeclFinally): Small fix for iterators.
      
      
      svn path=/trunk/mcs/; revision=66608
      9bd0415d
    • Zoltan Varga's avatar
      2006-10-12 Zoltan Varga <vargaz@gmail.com> · 09fb58cc
      Zoltan Varga authored
      	* mini.c trace.c mini-x86.c: Remove warning workarounds after the mono_type_size ()
      	signature change.
      
      svn path=/trunk/mono/; revision=66607
      09fb58cc
    • Zoltan Varga's avatar
      2006-10-12 Zoltan Varga <vargaz@gmail.com> · f4136ab6
      Zoltan Varga authored
      	* metadata.c (mono_type_size): Change the align parameter to guint32 for
      	consistency with the other _size functions.
      	(mono_type_stack_size): Ditto.
      
      	* class.c object.c icall.c: Fix warnings caused by the above change.
      
      svn path=/trunk/mono/; revision=66606
      f4136ab6
    • Zoltan Varga's avatar
      2006-10-12 Zoltan Varga <vargaz@gmail.com> · c08a242b
      Zoltan Varga authored
      	* image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
      
      svn path=/trunk/mono/; revision=66605
      c08a242b
    • Zoltan Varga's avatar
      2006-10-12 Zoltan Varga <vargaz@gmail.com> · 30f6ac1d
      Zoltan Varga authored
      	* class.c (mono_class_get_method_from_name_flags): Fix a typo.
      
      svn path=/trunk/mono/; revision=66604
      30f6ac1d
    • Zoltan Varga's avatar
      2006-10-12 Zoltan Varga <vargaz@gmail.com> · 5f014117
      Zoltan Varga authored
      	* image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
      
      	* metadata.c class.c loader.c: Add proper support for uncompressed metadata.
      
      svn path=/trunk/mono/; revision=66603
      5f014117
    • Rolf Bjarne Kvinge's avatar
      2006-10-12 Rolf Bjarne Kvinge <rolfkvinge@ya.com> · 78772826
      Rolf Bjarne Kvinge authored
      	* ComboBox.cs: move the events in set_SelectedIndex to 
      	after the call to HighlightIndex in order to avoid 
      	possible recursion and subsequent problems with the call
      	to HighlightIndex and include a range check in 
      	set_HighlightIndex. Fixes #79588
      
      svn path=/trunk/mcs/; revision=66602
      78772826
    • Miguel de Icaza's avatar
      2006-10-12 Hubert FONGARNAND <informatique.internet@fiducial.fr> · 90a3832a
      Miguel de Icaza authored
              Patch from Hubert FONGARNAND
              
              * SessionSQLServerHandler.cs (selectCommand): Instead of using
              SELECT * for pulling the data out of the ASPStateTempSessions,
      use
              the explicit column names.  This allows users to change the
      table
              and not have any undesired side effects for our code.
      
              (ReadBytes): This patch corrects a bug too in ReadBytes. The
      index parameter
              was not properly used when calculating the size of the data.
      
      
      svn path=/trunk/mcs/; revision=66601
      90a3832a
    • Igor Zelmanovich's avatar
      2006-10-12 Igor Zelmanovich <igorz@mainsoft.com> · cb81f25b
      Igor Zelmanovich authored
      	* Page.cs: fixed: for 2.0 only
      	When Page processes Callback IsPostBack = false, but it still needs
      	LoadViewState/ControlState and ProcessPostData
      
      
      svn path=/trunk/mcs/; revision=66600
      cb81f25b
    • Mike Kestner's avatar
      · bc2cbd1d
      Mike Kestner authored
      2006-10-12  Mike Kestner  <mkestner@novell.com>
      
      	* ErrorProvider.cs : new ToolTipWindow ctor sig.
      	* HelpProvider.cs : new ToolTipWindow ctor sig.
      	* ToolTip.cs : remove ToolTip param from Window sig since it is
      	not used.
      	* ToolBar.cs : add tooltip support.  Fixes #79565.
      
      svn path=/trunk/mcs/; revision=66599
      bc2cbd1d
    • Igor Zelmanovich's avatar
      2006-10-12 Igor Zelmanovich <igorz@mainsoft.com> · 4df8f73c
      Igor Zelmanovich authored
      	* GridView.cs: fixed: Sorting feature.
      	When sorting EditIndex and PageIndex are reseted
      
      
      svn path=/trunk/mcs/; revision=66597
      4df8f73c
    • Hagit Yidov's avatar
      added load tests to DataTableTest.cs and to DataSetTest.cs. · d0ccf3d9
      Hagit Yidov authored
      svn path=/trunk/mcs/; revision=66595
      d0ccf3d9
    • Igor Zelmanovich's avatar
      2006-10-12 Igor Zelmanovich <igorz@mainsoft.com> · e2c1398c
      Igor Zelmanovich authored
      	* GridView.cs: fixed: Sorting feature.
      	CreateDataSourceSelectArguments considers SortExpression and SortDirection.
      	(corresponding test does not work because bug in ObjectDataSourceView)
      
      
      svn path=/trunk/mcs/; revision=66594
      e2c1398c
    • Rolf Bjarne Kvinge's avatar
      2006-10-12 Rolf Bjarne Kvinge <rolfkvinge@ya.com> · 43013462
      Rolf Bjarne Kvinge authored
      	* MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
      	to ui thread's settings instead of sunday. 
      	* ThemeWin32Classic.cs: Localize the day string. Fixes #79563
      
      svn path=/trunk/mcs/; revision=66593
      43013462
    • Marek Sieradzki's avatar
      2006-10-12 Marek Sieradzki <marek.sieradzki@gmail.com> · 4a9b5060
      Marek Sieradzki authored
      	* IProductBuilderCollection.cs
      	* IBuildMessage.cs
      	* ComponentsLocation.cs
      	* BuildSettings.cs
      	* BuildResults.cs
      	* ProductBuilder.cs
      	* IProduct.cs
      	* IBuildSettings.cs
      	* IBuildResults.cs
      	* BootstrapperBuilder.cs
      	* ProductCollection.cs
      	* BuildMessageSeverity.cs
      	* IProductBuilder.cs
      	* ProductBuilderCollection.cs
      	* IBootstrapperBuilder.cs
      	* BuildMessage.cs
      	* IProductCollection.cs: Added stubs needed for generating docs.
      
      svn path=/trunk/mcs/; revision=66592
      4a9b5060
    • Sebastien Pouliot's avatar
      2006-10-11 Sebastien Pouliot <sebastien@ximian.com> · 2520c346
      Sebastien Pouliot authored
      	* TestGraphics.cs: Added test case to measure strings, some aren't yet
      	working. Modified some to get better checks (e.g. Int32.MaxValue for 
      	#79643).
      
      
      svn path=/trunk/mcs/; revision=66591
      2520c346
    • Sebastien Pouliot's avatar
      2006-10-11 Sebastien Pouliot <sebastien@ximian.com> · fd5a4123
      Sebastien Pouliot authored
      	* Graphics.cs: In MeasureCharacterRanges throw an ArgumentException if
      	StringFormat is null and return an empty region array if no range exists 
      	(avoid GDI+ error/exeception). In MeasureString (2 overloads) replace 
      	999999 by Int32.MaxValue (now that the real bug is fixed).
      	* StringFormat.cs: Ensure we are clearing the handle before throwing
      	any exception.
      
      
      svn path=/trunk/mcs/; revision=66590
      fd5a4123
    • Rolf Bjarne Kvinge's avatar
      2006-12-10 Rolf Bjarne Kvinge <rolfkvinge@ya.com> · b3bdf58e
      Rolf Bjarne Kvinge authored
      	* DateTimePicker.cs
      	* MonthCalendar.cs
      	* ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
      	and implement missing functionality (selecting different parts 
      	of the date and edit them individually with the keyboard).
      
      svn path=/trunk/mcs/; revision=66588
      b3bdf58e
  4. Oct 11, 2006
    • Wade Berrier's avatar
      version bump · 4ddfaf41
      Wade Berrier authored
      svn path=/trunk/mono/; revision=66574
      4ddfaf41
    • Miguel de Icaza's avatar
      2006-10-11 Sergey Tikhonov <tsv@solvo.ru> · 9b3d705b
      Miguel de Icaza authored
      	* atomic.h: Fix atomic decrement.
      
      	* mini/cpu-alpha.md: Use native long shift insts
      
      	* mono/mono/mini/tramp-alpha.c: Implemented
      	mono_arch_patch_delegate_trampoline method
      
      	* Started work on using global registers
      	
      	* Use byte/word memory load/store insts if cpu supports it
      	
      	* Code clean up
      
      	
      
      
      svn path=/trunk/mono/; revision=66573
      9b3d705b
    • Chris Toshok's avatar
      * Control.cs (OnInvalidated): fix NRE relating to last change. · f3f9064b
      Chris Toshok authored
      2006-10-11  Chris Toshok  <toshok@ximian.com>
      
      
      svn path=/trunk/mcs/; revision=66570
      f3f9064b
    • Chris Toshok's avatar
      nuke PropertyGridEntry.cs · ed30232a
      Chris Toshok authored
      svn path=/trunk/mcs/; revision=66569
      ed30232a
    • Chris Toshok's avatar
      2006-10-11 Chris Toshok <toshok@ximian.com> · a074f80e
      Chris Toshok authored
      	* XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
      	atoms in _NET_WM_STATE here if the window is maximized.  We need
      	to do this because we're *replacing* the existing _NET_WM_STATE
      	property, so those atoms will be lost otherwise, and any further
      	call to GetWindowState will return Normal for a window which is
      	actually maximized.  Fixes #79338.
      
      
      svn path=/trunk/mcs/; revision=66568
      a074f80e
    • Jackson Harper's avatar
      · 931325ad
      Jackson Harper authored
              * RTF.cs: When reading in chars use an int so that we can
              correctly detect EOF.
      
      
      svn path=/trunk/mcs/; revision=66567
      931325ad
    • Dick Porter's avatar
      · 291d9b14
      Dick Porter authored
      2006-10-11  Dick Porter  <dick@ximian.com>
      
              * FileStream.cs: Cope with 2.0 FileShare.Delete values.  Patch by
              Peter Dettman <peter.dettman@iinet.net.au> fixing bug 79250.
      
      
      
      svn path=/trunk/mcs/; revision=66563
      291d9b14
    • Jackson Harper's avatar
      · 71bcb490
      Jackson Harper authored
              * TextControl.cs: Special case for setting selection end to
              selection start, we basically kill the anchor.
              - some todo comments.
      
      
      svn path=/trunk/mcs/; revision=66560
      71bcb490
    • Paolo Molaro's avatar
      · 7120de61
      Paolo Molaro authored
      Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
      
      	* console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
      	process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
      	socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
      	threadpool.h, threads-types.h: mark more internal functions.
      
      
      svn path=/trunk/mono/; revision=66559
      7120de61
    • Chris Toshok's avatar
      i suck, part two · e33854c7
      Chris Toshok authored
      svn path=/trunk/mcs/; revision=66558
      e33854c7
    • Chris Toshok's avatar
      curse you, svn, curse youuuuuuuuu · 3625fab6
      Chris Toshok authored
      svn path=/trunk/mcs/; revision=66557
      3625fab6
    • Paolo Molaro's avatar
      Add osx specific entry for iODBC lib. · 700c918a
      Paolo Molaro authored
      svn path=/trunk/mono/; revision=66556
      700c918a
    • Chris Toshok's avatar
      * Control.cs: switch to using an "invalid_region" to track which · 854b5461
      Chris Toshok authored
      	parts of the image buffer need updating.  This is more code than
      	the simple fix from r66532.  That version just attempted to always
      	fill the entire buffer on redraw, which turns out to be
      	inefficient when invalidating small rectangles.  This version
      	simply adds the invalid rectangle to the invalid region.  When we
      	get any WM_PAINT message we see if it can be filled using the
      	image buffer, and if it can't (if the paint event's clip rectangle
      	is visible in the invalid region) we first fill the image buffer.
      	So, the image buffer is still a cache, we just fill it lazily.
      
      	* PaintEventArgs.cs: remove the SetClipRectangle method, we don't
      	need it any longer.
      
      2006-10-11  Chris Toshok  <toshok@ximian.com>
      
      
      svn path=/trunk/mcs/; revision=66554
      854b5461
    • Igor Zelmanovich's avatar
      2006-10-11 Igor Zelmanovich <igorz@mainsoft.com> · 64fa0dbf
      Igor Zelmanovich authored
      	* GridView.cs: fixed: 
      	CreateDataSourceSelectArguments works according to MSDN.
      	(corresponding test does not work because bug in ObjectDataSourceView)
      
      
      svn path=/trunk/mcs/; revision=66553
      64fa0dbf
Loading