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
2020-01-13[Winforms] Calculate GroupBox preferred size the same way as Panel (#18429)Karl
2020-01-13[Winforms] Always draw at least one line of a Label. (#18422)Karl
2020-01-13[Winforms] Improve X11 keyboard handling. (#18428)Karl
2020-01-13[Winforms] Don't have non-active controls focused (#18426)Karl
2020-01-13[Winforms] Implement correct Control.Region / ClipRegion support on X11 (#18421)Karl
2020-01-13[Winforms] X11Keyboard LookupString fixes (#18423)Karl
2019-12-19[WinForms][UIA] Add new internal event to track form's owner change (#18117)Nikita Voronchev
2019-12-09 [WinForms] No event should be triggered when calling ComboBox.Items.RemoteAt...abrevet-dev
2019-12-06[WinForms] Handle menu for wheel button click (close the contextmenu) (#18049)abrevet-dev
2019-12-05[WinForms] Fix wrong behavior of RadioButton auto-check (#18044)abrevet-dev
2019-12-04[WinForms] Editing the DialogResult of the form in the button click event wa...abrevet-dev
2019-12-03[WinForms] SetRowSpan and SetColumnSpan does not trigger the good exception. ...abrevet-dev
2019-12-02 [WinForms] the Text property was not set for every cell in the column when U...abrevet-dev
2019-12-02[WinForms] Fix #9726 imageLayout of DataGridViewImageCell was not cloned. (#1...abrevet-dev
2019-11-28[WinForms][UIA] Add to the PropertyGrid new internal event to track grid item...Nikita Voronchev
2019-11-28[WinForms] DrawToBitmap() did not draw children controls (#17676)abrevet-dev
2019-11-27[WinForms] Refactor selected indexes in TabControl.Remove (#17608)abrevet-dev
2019-11-27[WinForms] Returns real installed input languages on Windows (#17653)abrevet-dev
2019-11-27[WinForms] DefaultCellStyle was not cloned deeply in DataGridViewRow.Clone() ...abrevet-dev
2019-11-27[WinForms] Fix X11 theming (#17888)HebaruSan
2019-11-27[WinForms] Fix Recalculate in ScrollableControl (#17163)RizvanKuliev
2019-11-12[WinForms] Fix #10559 In MaskedTextBox wrong Lines value when Mask setted (#1...abrevet-dev
2019-11-12[WinForms]: Fix #17546 Fix TabPage position when enabling MultiLine (#17670)abrevet-dev
2019-11-12[WinForms]: Fix #16632 special values (-1 and -2) of ListView Column header W...abrevet-dev
2019-11-12 [WinForms] Fix #12249 scroll orientation was not defined in ScrollEventArgs ...abrevet-dev
2019-10-31[WinForms] Change HotkeyPrefix default value in TabControlPainter.cs (#17579)abrevet-dev
2019-10-25Fixes #17190: SerializationException on ListViewItemCount (#17195)Leonard
2019-09-18[WinForms] fix #16626 ControlBox property didn`t hide Close button and icon w...Александр Хухлаев
2019-08-30[WinForms] Fix UIA event on node insertions into a `TreeView` object (#16559)Nikita Voronchev
2019-08-12[WinForms] Fix NotifyIcon not showing in systray on 64bit linux (#16164)UnknownShadow200
2019-06-25[System.Windows.Forms] Fix crash of DataGridView in case of assigning a custo...Nikita Voronchev
2019-05-31Merge pull request #14325 from HebaruSan/fix/listviewgroup-forecolorSteve Pfister
2019-05-28[bcl] Write newline-separated nunit/xunit excludes file for sdks archive (#14...Alexander Köplinger
2019-05-23[bcl] Remove usages of mono-project.com/go-mono.com/google.com in tests (#14586)Alexander Köplinger
2019-05-06[WinForms] fix EditingCellFormattedValue getter and setter for bool value (#1...sancheolz
2019-05-03Fix light on light ListViewGroup headers on dark themePaul Hebble
2019-05-02Fix #14255: correct type and bitness for TARGETS request of X11 clipboardFriedrich von Never
2019-04-11[WinForms] Fix displayed image in TreeNode when ImageIndex set to -2sancheolz
2019-03-27Fix NRE when combobox was disposed and Text set (#13665)sancheolz
2019-03-21[WinForms] Related Forms closing issue (#13150) (#13151)Nikita Voronchev
2019-03-16Fix local variable assignsancheolz
2019-03-16Fix Stackoverflow when SplitContainer`s SplitterDistance setted in SplitterMo...sancheolz@gmail.com
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
2019-03-04[SWF] Method OnClosed should pass FormClosedEventArgs type, instead of EventA...sancheolz
2019-02-18Set executable bit for all .sh files in repoAlexander Köplinger
2019-01-29Add sample from issue #12402.Filip Navara
2019-01-29Take text alignment for LinkLabels into account (#12643)DasSkelett
2019-01-11[swf] Fix dispose of panels in StatusBar (#12355)Eberhard Beilharz
2019-01-02[csproj] Update project filesmonojenkins
2018-12-21System.Windows.Forms: Fix incorrect layout for table layout nested in flow la...Filip Navara