Tig 5b03d739a6 Fixed quit scenario bug. WorkerApp, when hidden, was eating QuitKey 1 год назад
..
GraphView bfedfee9ee Simplify construction of new Rectangle, Size, Point, and *F instances 1 год назад
Menu a551b977bb Invoke Activate and Deactivate on Begin method and fix ContextMenu to use it. 1 год назад
SpinnerView 34bef2c839 Fixes #3242 - Replaces simple null checks (#3248) 1 год назад
TableView d796c5ac43 Avoids throw if table is null. 1 год назад
TreeView 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 год назад
Wizard 6ebee8d42b Fixed more bad code 1 год назад
AutocompleteFilepathContext.cs 34bef2c839 Fixes #3242 - Replaces simple null checks (#3248) 1 год назад
Button.cs cba58caac8 Toplevel drag via Adornment finished 1 год назад
CheckBox.cs 7036f5f8f8 Cleaned up MouseClick related stuff. 1 год назад
ColorPicker.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 год назад
ComboBox.cs 745e2c21a2 Added low-level unit tests; found latent bugs in View.Clear, Bounds, etc... Fixed. 1 год назад
ContentsChangedEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
DateField.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 год назад
DatePicker.cs 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) 1 год назад
DateTimeEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
Dialog.cs 6ebee8d42b Fixed more bad code 1 год назад
FileDialog.cd c04703f5d6 Fixes #2617 - Support for Nerd icons for FileDialog (#2613) 2 лет назад
FileDialog.cs 6ebee8d42b Fixed more bad code 1 год назад
FileDialogTableSource.cs 34bef2c839 Fixes #3242 - Replaces simple null checks (#3248) 1 год назад
FileSystemColorProvider.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
FileSystemIconProvider.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
FrameView.cs cba58caac8 Toplevel drag via Adornment finished 1 год назад
HexView.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 год назад
HexViewEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
HistoryTextItem.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
ITreeViewFilter.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
Label.cs 348c0dc199 View.OnMouseClick now Can/Setfocus. 1 год назад
Line.cs 8f10195342 Line based Border POC 1 год назад
LineView.cs 0f9e6f091d Stage 1 of #3256 - Prepare Rect for removal (#3260) 1 год назад
ListView.cs 5b03d739a6 Fixed quit scenario bug. WorkerApp, when hidden, was eating QuitKey 1 год назад
ListViewEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
MessageBox.cs bf77b3153d Fixed all instances of the bad pattern I could find 1 год назад
NerdFonts.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
OpenDialog.cs 6ebee8d42b Fixed more bad code 1 год назад
ProgressBar.cs 0f9e6f091d Stage 1 of #3256 - Prepare Rect for removal (#3260) 1 год назад
RadioGroup.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 год назад
ReadOnlyCollectionExtensions.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
RuneCellEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
SaveDialog.cs 6ebee8d42b Fixed more bad code 1 год назад
ScrollBarView.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 год назад
ScrollView.cs 704f1407d8 Break the loop if the superview is found. 1 год назад
SelectedItemChangedArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
Slider.cs 745e2c21a2 Added low-level unit tests; found latent bugs in View.Clear, Bounds, etc... Fixed. 1 год назад
SplitterEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
StatusBar.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 год назад
Tab.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
TabChangedEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
TabMouseEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
TabStyle.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
TabView.cs 745e2c21a2 Added low-level unit tests; found latent bugs in View.Clear, Bounds, etc... Fixed. 1 год назад
TextField.cs 6b833ba08e Moved CanFocus out of Responder and made non-virtual 1 год назад
TextValidateField.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 год назад
TextView.cs 6b833ba08e Moved CanFocus out of Responder and made non-virtual 1 год назад
Tile.cs 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) 1 год назад
TileView.cs 745e2c21a2 Added low-level unit tests; found latent bugs in View.Clear, Bounds, etc... Fixed. 1 год назад
TimeField.cs 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 год назад
Toplevel.cs 6ebee8d42b Fixed more bad code 1 год назад
ToplevelEventArgs.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
ToplevelOverlapped.cs 64488be380 Expand nullability context and mark a couple things nullable 1 год назад
TreeViewTextFilter.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 год назад
Window.cs f86b6b1ff3 Added prototype close button 1 год назад