Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-212007-02-16 Dick Porter <dick@ximian.com>mono-1-2-3Dick Porter
* threadpool.c (append_job): Fix fast-path array handling, so it's less likely the array will grow exponentially when the load is heavy. svn path=/branches/mono-1-2-3/mono/; revision=73260
2007-02-15Merged 72684 from trunkmono-1-2-3-1Wade Berrier
svn path=/branches/mono-1-2-3/mcs/; revision=72867
2007-02-14* configure.in: version bump -> 1.2.3.1Wade Berrier
svn path=/branches/mono-1-2-3/mono/; revision=72855
2007-02-14remove debugging writelineMiguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=72838
2007-02-14Reapply hereMiguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=72803
2007-02-14RevertMiguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=72798
2007-02-142007-02-13 Marek Safar <marek.safar@gmail.com>Miguel de Icaza
Another fix for bug #80749 * pending.cs: Abstract class has priority over interfaces. svn path=/branches/mono-1-2-3/mcs/; revision=72797
2007-02-12Backport of trunk/72687Miguel de Icaza
svn path=/branches/mono-1-2-3/mono/; revision=72691
2007-02-12BackportMiguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=72690
2007-02-122007-02-12 Chris Toshok <toshok@ximian.com>Chris Toshok
[Backport to 1-2-3] * DataGrid.cs: return immediately from Edit() when there are no columns. Fixes #80662. svn path=/branches/mono-1-2-3/mcs/; revision=72689
2007-02-12* PrintingServicesUnix.cs: Apply fix to #80741Andreia Gaita
2007-02-12 Andreia Gaita <avidigal@novell.com> svn path=/branches/mono-1-2-3/mcs/; revision=72670
2007-02-122007-02-12 Lluis Sanchez Gual <lluis@novell.com>Miguel de Icaza
* ChannelServices.cs: Added conditional calling of StartListener, to keep old software compatible with mono. svn path=/branches/mono-1-2-3/mcs/; revision=72666
2007-02-112007-02-07 Jonathan Pobst <monkey@jpobst.com>Jonathan Pobst
[Backport to 1-2-3] * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to MonoInternalNote. This is added automagically by VS2005, so let's not crash on it. svn path=/branches/mono-1-2-3/mcs/; revision=72594
2007-02-05 * Cursor.cs: We want the override cursor to be reset to NULLmono-1.2.3Jackson Harper
* when we set current cursor to the default cursor. svn path=/branches/mono-1-2-3/mcs/; revision=72324
2007-02-05 * TreeView.cs: We need to check scrollbar visibility when windowJackson Harper
visibility is updated, because non visible trees don't ever add scrollbars. svn path=/branches/mono-1-2-3/mcs/; revision=72314
2007-02-02Backport to the branchMiguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=72189
2007-01-31 * XplatUIX11.cs: Don't break when handling button release inJackson Harper
* drag and drop operations. We need that BUTTONUP message to get through so capture is released. * X11Dnd.cs: We don't need to manually grab the pointer anymore, this is handled automatically when the mouse is down. svn path=/branches/mono-1-2-3/mcs/; revision=72006
2007-01-30Fix for 80320 from AtsushiMiguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=71983
2007-01-30Backport of 71948/trunk to fix #80669Miguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=71974
2007-01-30x2007-01-29 Chris Toshok <toshok@ximian.com>Chris Toshok
* XplatUIX11.cs: don't crash, and remove the icon if the user has set one, if SetIcon is passed a null icon. svn path=/branches/mono-1-2-3/mcs/; revision=71938
2007-01-29* TextBox.cs: Redraw when the password characters changesAndreia Gaita
* TextControl.cs: Check if textbox has a password char and draw a line of password chars instead of the text in the line. LineTag gets an extra Draw() method which allows document.Draw to override the text that will be drawn. Removes 1024 char limitation on length of passworded lines. 2007-01-29 Andreia Gaita <avidigal@novell.com> svn path=/branches/mono-1-2-3/mcs/; revision=71902
2007-01-29Merged r71871 from HEAD.Martin Baulig
svn path=/branches/mono-1-2-3/mcs/; revision=71898
2007-01-292007-01-25 Rolf Bjarne Kvinge <RKvinge@novell.com>Jonathan Pobst
[Backport to 1-2-3 -jpobst] * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well, we don't want to activate any windows. Fixes #79433. svn path=/branches/mono-1-2-3/mcs/; revision=71897
2007-01-292007-01-28 Jonathan Pobst <monkey@jpobst.com>Jonathan Pobst
[Backport to 1-2-3] * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by one pixel. Fix a StackOverflowException caused by an overload wrongly calling itself. svn path=/branches/mono-1-2-3/mcs/; revision=71895
2007-01-29Mon Jan 29 16:51:33 CET 2007 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* MonoSymbolWriter.cs: unlink the file before writing it, since it may be mmapped by the runtime. svn path=/branches/mono-1-2-3/mcs/; revision=71894
2007-01-29Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* marshal.c: fix from Robert Jordan (robertj@gmx.net) for bug #80618. svn path=/branches/mono-1-2-3/mono/; revision=71856
2007-01-27Backport for fix #80358, from trunk/71790Miguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=71794
2007-01-27Backport to the bracnh the fix for #80622; from trunk/r71791Miguel de Icaza
svn path=/branches/mono-1-2-3/mono/; revision=71793
2007-01-27backport fix from 71774/headMiguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=71775
2007-01-27BackportMiguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=71771
2007-01-26Backport to the branch, from 71727/trunkMiguel de Icaza
svn path=/branches/mono-1-2-3/mcs/; revision=71728
2007-01-25* configure.in: version bump -> 1.2.3Wade Berrier
svn path=/branches/mono-1-2-3/mono/; revision=71644
2007-01-25fix this in a better wayChris Toshok
svn path=/trunk/mcs/; revision=71636
2007-01-252007-01-24 Chris Toshok <toshok@ximian.com>Chris Toshok
* XplatUIX11.cs: fix the wake_waiting logic - we always clear the wake_waiting flag, not just when there's data to be read. if we don't, then future wakeup's won't reach us and we'll be doomed to wait for the entire 1 second timeout forever (unless there are X events to be had). svn path=/trunk/mcs/; revision=71635
2007-01-25New tests and updates.Marek Safar
svn path=/trunk/mcs/; revision=71634
2007-01-252007-01-25 Marek Safar <marek.safar@gmail.com>Marek Safar
* expression.cs (CheckUselessComparison): Add additional check for char constants. * namespace.cs: Fixed typo. svn path=/trunk/mcs/; revision=71633
2007-01-252007-01-25 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* SimpleCollator.cs : GetTailContraction() was broken to pick correct contraction/special sortkey out and thus LastIndexOf() failed when it is involved. Fixed bug #80612. * CompareInfoTest.cs : added test for bug #80612. svn path=/trunk/mcs/; revision=71632
2007-01-25Wed Jan 24 23:20:17 CET 2007 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* mono-codeman.c: don't call mono_mprotect() on windows. svn path=/trunk/mono/; revision=71629
2007-01-25Avoid declaration warning.Paolo Molaro
svn path=/trunk/mono/; revision=71628
2007-01-25* FormTest.cs: Added NotWorking test for bug #80604.Gert Driesen
* ColumnHeaderTest.cs: Added tests for bug #80607. Added test for properties introduced in 2.0 profile. svn path=/trunk/mcs/; revision=71626
2007-01-252007-01-24 Jonathan Pobst <monkey@jpobst.com>Jonathan Pobst
* ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0 until you pass Items.Count, not Items.Count - 1 like 1.1. 2007-01-24 Jonathan Pobst <monkey@jpobst.com> * ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test. * FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking, it's values match MS only. * LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is reworked. * ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox is fixed. Same for Constructor: A12. svn path=/trunk/mcs/; revision=71625
2007-01-24* ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.Gert Driesen
svn path=/trunk/mcs/; revision=71624
2007-01-242007-01-24 Rolf Bjarne Kvinge <RKvinge@novell.com>Rolf Bjarne Kvinge
* ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive, they'll only work if you actually have a display to show them on. svn path=/trunk/mcs/; revision=71623
2007-01-24Wed Jan 24 21:00:40 CET 2007 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* arm/arm-codegen.h: fixed encoding of short/byte load/store instructions with negative immediate offsets. svn path=/trunk/mono/; revision=71622
2007-01-242007-01-24 Marek Sieradzki <marek.sieradzki@gmail.com>Marek Sieradzki
* MonoLocationHelper.cs: Made class internal. It will be removed soon (all its functionality is in ToolLocationHelper and it wasn't documented yet) svn path=/trunk/mcs/; revision=71621
2007-01-242006-01-24 Chris Toshok <toshok@ximian.com>Chris Toshok
[ these fix nunit built with MS .net 2.0, running on mono. nunit apparently stores all manner of things in its resources ] * NumberFormatInfo.cs: add unused nativeDigits and digitSubstitution fields that MS serializes. * DateTimeFormatInfo.cs: serialization fixes. MS apparently stores (and serializes) a couple of fields as ints, but exposes them to programmers as Enum's. * CompareInfo.cs: add unused m_name field that MS serializes. * GregorianCalendar.cs: add a couple of unused fields that MS serializes. svn path=/trunk/mcs/; revision=71620
2007-01-242007-01-24 Marek Sieradzki <marek.sieradzki@gmail.com>Marek Sieradzki
* GetFrameworkPath.cs * GetFrameworkSdkPath.cs: Changed to use ToolLocationHelper instead of MonoLocationHelper. svn path=/trunk/mcs/; revision=71619
2007-01-24revert, this was a mistakeMiguel de Icaza
svn path=/trunk/mcs/; revision=71617
2007-01-24fixMiguel de Icaza
svn path=/trunk/mcs/; revision=71616
2007-01-24Wed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* mini-arm.h: use soft-float also on vfp for now. svn path=/trunk/mono/; revision=71614