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 (Expand)Author
2015-03-03Rename Managed.Windows.Forms to System.Windows.Forms for consistency.Zoltan Varga
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-28Bug 27529 Tool Tip appears behind menuDavid Moore
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-27Merge pull request #1602 from cdettmering/masterZoltan Varga
2015-02-27Fixed up formatting to comply with Mono coding guidelinesChad Dettmering
2015-02-27Changed System.Windows.Forms.ToolStripManager.RevertMerge to returnChad Dettmering
2015-02-26Prevent right click from triggering ToolStrip.OnItemClickedStephen McConnel
2015-02-10Merge pull request #1557 from StephenMcConnel/bug-26887Zoltan Varga
2015-02-10[MWF] Fix NullReferenceException introduced by commit a080a7dDamien Daspit
2015-02-10Prevent right click from triggering ToolStripItem.HandleClickStephen McConnel
2015-02-03Remove some leftover old 1.x, 2.x, 3.x profile ifdefs.Alex Rønne Petersen
2015-01-29Fix the default behavior of ToolStripLayoutStyle.TableStephen McConnel
2015-01-28Fix TextBox display to handle kerning fontsStephen McConnel
2015-01-22Fix occasional rendering problem in TextBoxesStephen McConnel
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2015-01-15Merge pull request #1506 from akoeplinger/fix-paste-testZoltan Varga
2015-01-15[MWF] Fix unicode string handling from clipboard paste in X11Alexander Köplinger
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2015-01-03[Windows.Forms] DataGridViewTextBoxCell: do not use a shared editing controlMiguel de Icaza
2014-12-09Merge pull request #1448 from ermshiperete/TSBTextTruncationZoltan Varga
2014-12-09[MWF] Fix crash in multi-selection list viewEberhard Beilharz
2014-12-09[MWF] Don't truncate text on ToolStripButtonEberhard Beilharz
2014-12-09Merge pull request #1447 from chrisvire/bug-25102Zoltan Varga
2014-12-08[MWF] Use Ctrl+PageUp/PageDown for Tab NavigationChris Hubbard
2014-12-05Merge pull request #980 from StephenMcConnel/bug-18638Zoltan Varga
2014-12-05Merge pull request #1442 from ermshiperete/TextOverlapsImageZoltan Varga
2014-12-05Merge pull request #1322 from StephenMcConnel/bug23532Zoltan Varga
2014-12-05Merge pull request #1323 from StephenMcConnel/bug-23591Zoltan Varga
2014-12-05[MWF] Fix problem when button text overlaps imageEberhard Beilharz
2014-12-04Remove 4.0 profileMarek Safar
2014-11-27[MWF] Fix bug in DataGridViewRowCollection Clear() introduced by recent commitAlexander Köplinger
2014-11-27Merge pull request #1407 from chrisvire/bug-24587Alex Rønne Petersen
2014-11-26Merge pull request #1398 from jwestfall69/dgv-first_row_indexMiguel de Icaza
2014-11-26Merge pull request #1396 from jwestfall69/dgvrc-clear-speedupMiguel de Icaza
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-11-19Fix bugs in sizing TableLayoutPanel (Xamarin bug 18638)Stephen McConnel
2014-11-19[MWF] Fix bug that truncates button textEberhard Beilharz
2014-11-17Fix crash when removing last item in ListViewChris Hubbard
2014-11-15[MWF] Fix off-by-one from 5a5c683Jim Westfall
2014-11-13[MWF] Add unit test for #24372Jim Westfall
2014-11-11[MWF] DataGridView: ensure first_row_index will be valid after row removalJim Westfall
2014-11-09[MWF] DataGridViewRowCollection Clear() speed upJim Westfall
2014-11-02Merge pull request #1347 from ermshiperete/ImproveEllipsisHandlingMiguel de Icaza
2014-10-31Merge pull request #960 from ermshiperete/ShowHelpMiguel de Icaza
2014-10-25[MWF] Improve ellipsis handlingEberhard Beilharz
2014-10-25[MWF] Display visual feedback on pressed button (#23869)Eberhard Beilharz
2014-10-24Merge pull request #1348 from ermshiperete/ImproveButtonTextLayoutMiguel de Icaza