BDisp 4522097c02 Forces the height of the TextField to 1 which is just the valid height instead of driver rows value. (#400) 5 years ago
..
Button.cs 501e43557c Ensures that the cursor is inside the button, even if all the text is in lower case. (#363) 5 years ago
Checkbox.cs f383ffb056 New layout engine 7 years ago
Clipboard.cs 30602b1f46 Forward word, backward word, some small code changes 7 years ago
DateField.cs 49cd29853f All my pull-request at once (#345) 5 years ago
FrameView.cs 5424e6d43b [Core - Subviews]: added InternalSubview property without allocations (the calling to subviews.AsReadOnly() actually allocates and Copy the List) for internal usages and keeps the public Subview property for api compatibility. (#277) 5 years ago
HexView.cs 78442e02c6 Fixed HexView Display Offset Bug 7 years ago
Label.cs 49cd29853f All my pull-request at once (#345) 5 years ago
ListView.cs d772cf4962 What it does is that if it doesn't allow multi-selection and you already have a different item selected, select the new one and deselect the previous one. (#361) 5 years ago
Menu.cs f44e4a86dc Bring patch from Charlie Kindle without the newline changes #381 from https://github.com/migueldeicaza/gui.cs/pull/381/files (#391) 5 years ago
ProgressBar.cs f383ffb056 New layout engine 7 years ago
RadioGroup.cs 49cd29853f All my pull-request at once (#345) 5 years ago
ScrollView.cs 49cd29853f All my pull-request at once (#345) 5 years ago
StatusBar.cs 6bdd02fff1 Pos and Dim should only be configured once for each change. Otherwise, a recursive loop occurs resulting in a stack overflow. For that, you have to use the OnLoad action and just use OnResized for other situations that are not always for the same definitions. (#392) 5 years ago
TextField.cs 4522097c02 Forces the height of the TextField to 1 which is just the valid height instead of driver rows value. (#400) 5 years ago
TextView.cs 35591b8399 Fixed out of range exception and text redraw when navigate backward (#320) 5 years ago
TimeField.cs 49cd29853f All my pull-request at once (#345) 5 years ago