- Oct 20, 2006
-
-
Wade Berrier authored
svn path=/branches/mono-1-1-18/mono/; revision=66847
-
- Oct 19, 2006
-
-
Miguel de Icaza authored
* anonymous.cs: Propagate the IsStatic state, fixes the crasher in banshee. svn path=/branches/mono-1-1-18/mcs/; revision=66812
-
Miguel de Icaza authored
svn path=/branches/mono-1-1-18/mono/; revision=66810
-
- Oct 12, 2006
-
-
Martin Baulig authored
* anonymous.cs (AnonymousContainer.Resolve): Inflate the `ReturnType'. Fixes #79592. svn path=/trunk/mcs/; revision=66620
-
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
-
Zoltan Varga authored
* mini.c trace.c mini-x86.c: Revert these too. svn path=/trunk/mono/; revision=66616
-
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
-
Zoltan Varga authored
* metadata.c (mono_type_stack_size): Revert this at Paolo's request. svn path=/trunk/mono/; revision=66612
-
Martin Baulig authored
* statement.cs (Using.EmitLocalVariableDeclFinally): Small fix for iterators. svn path=/trunk/mcs/; revision=66608
-
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
-
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
-
Zoltan Varga authored
* image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata. svn path=/trunk/mono/; revision=66605
-
Zoltan Varga authored
* class.c (mono_class_get_method_from_name_flags): Fix a typo. svn path=/trunk/mono/; revision=66604
-
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
-
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
-
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
-
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
-
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
-
Igor Zelmanovich authored
* GridView.cs: fixed: Sorting feature. When sorting EditIndex and PageIndex are reseted svn path=/trunk/mcs/; revision=66597
-
Hagit Yidov authored
svn path=/trunk/mcs/; revision=66595
-
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
-
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
-
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
-
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
-
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
-
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
-
- Oct 11, 2006
-
-
Wade Berrier authored
svn path=/trunk/mono/; revision=66574
-
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
-
Chris Toshok authored
2006-10-11 Chris Toshok <toshok@ximian.com> svn path=/trunk/mcs/; revision=66570
-
Chris Toshok authored
svn path=/trunk/mcs/; revision=66569
-
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
-
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
-
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
-
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
-
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
-
Chris Toshok authored
svn path=/trunk/mcs/; revision=66558
-
Chris Toshok authored
svn path=/trunk/mcs/; revision=66557
-
Paolo Molaro authored
svn path=/trunk/mono/; revision=66556
-
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
-
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
-