tznind aa72a97cd6 Add ability to disable AutoSize 1 an în urmă
..
GraphView bfedfee9ee Simplify construction of new Rectangle, Size, Point, and *F instances 1 an în urmă
Menu c5b7b084a9 Way too big a committ.... but I got carried away. 1 an în urmă
SpinnerView 34bef2c839 Fixes #3242 - Replaces simple null checks (#3248) 1 an în urmă
TableView d796c5ac43 Avoids throw if table is null. 1 an în urmă
TreeView 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 an în urmă
Wizard 6ebee8d42b Fixed more bad code 1 an în urmă
AutocompleteFilepathContext.cs 34bef2c839 Fixes #3242 - Replaces simple null checks (#3248) 1 an în urmă
Button.cs aa72a97cd6 Add ability to disable AutoSize 1 an în urmă
CheckBox.cs aa72a97cd6 Add ability to disable AutoSize 1 an în urmă
ColorPicker.cs cca32726fc Refactored API to support extensibilty... eg Hover (not implemented yet). 1 an în urmă
ComboBox.cs c5b7b084a9 Way too big a committ.... but I got carried away. 1 an în urmă
ContentsChangedEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
DateField.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 an în urmă
DatePicker.cs 06cc7d8f71 Moved view highlight on press code into View. Updated all Views that would benefit. 1 an în urmă
DateTimeEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
Dialog.cs 6ebee8d42b Fixed more bad code 1 an în urmă
FileDialog.cd c04703f5d6 Fixes #2617 - Support for Nerd icons for FileDialog (#2613) 2 ani în urmă
FileDialog.cs 6ebee8d42b Fixed more bad code 1 an în urmă
FileDialogTableSource.cs 34bef2c839 Fixes #3242 - Replaces simple null checks (#3248) 1 an în urmă
FileSystemColorProvider.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
FileSystemIconProvider.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
FrameView.cs cba58caac8 Toplevel drag via Adornment finished 1 an în urmă
HexView.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 an în urmă
HexViewEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
HistoryTextItem.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
ITreeViewFilter.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
Label.cs aa72a97cd6 Add ability to disable AutoSize 1 an în urmă
Line.cs 8f10195342 Line based Border POC 1 an în urmă
LineView.cs 0f9e6f091d Stage 1 of #3256 - Prepare Rect for removal (#3260) 1 an în urmă
ListView.cs 5b03d739a6 Fixed quit scenario bug. WorkerApp, when hidden, was eating QuitKey 1 an în urmă
ListViewEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
MessageBox.cs a8d6f846d7 Fixed MessagBox paint issue 1 an în urmă
NerdFonts.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
OpenDialog.cs 6ebee8d42b Fixed more bad code 1 an în urmă
ProgressBar.cs 0f9e6f091d Stage 1 of #3256 - Prepare Rect for removal (#3260) 1 an în urmă
RadioGroup.cs cca32726fc Refactored API to support extensibilty... eg Hover (not implemented yet). 1 an în urmă
ReadOnlyCollectionExtensions.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
RuneCellEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
SaveDialog.cs 6ebee8d42b Fixed more bad code 1 an în urmă
ScrollBarView.cs c5b7b084a9 Way too big a committ.... but I got carried away. 1 an în urmă
ScrollView.cs c5b7b084a9 Way too big a committ.... but I got carried away. 1 an în urmă
SelectedItemChangedArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
Slider.cs 745e2c21a2 Added low-level unit tests; found latent bugs in View.Clear, Bounds, etc... Fixed. 1 an în urmă
SplitterEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
StatusBar.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 an în urmă
Tab.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
TabChangedEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
TabMouseEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
TabStyle.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
TabView.cs c5b7b084a9 Way too big a committ.... but I got carried away. 1 an în urmă
TextField.cs 6b833ba08e Moved CanFocus out of Responder and made non-virtual 1 an în urmă
TextValidateField.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 an în urmă
TextView.cs 6b833ba08e Moved CanFocus out of Responder and made non-virtual 1 an în urmă
Tile.cs 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) 1 an în urmă
TileView.cs 745e2c21a2 Added low-level unit tests; found latent bugs in View.Clear, Bounds, etc... Fixed. 1 an în urmă
TimeField.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 an în urmă
Toplevel.cs 40ae272944 Refactored MouseEnter/Leave APIs to match design guidelines 1 an în urmă
ToplevelEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
ToplevelOverlapped.cs 64488be380 Expand nullability context and mark a couple things nullable 1 an în urmă
TreeViewTextFilter.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 an în urmă
Window.cs f86b6b1ff3 Added prototype close button 1 an în urmă