Copilot e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
..
Autocomplete e192b5622d Updated the `OnDrawingContent` method across multiple classes to accept a `DrawContext? context` parameter, replacing the parameterless version. This change standardizes the drawing API and enables context-aware drawing operations. před 1 týdnem
CharMap e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
CollectionNavigation 0f72cf8a74 Fixes #4425 - `ApplicationImpl` internal (#4426) před 1 týdnem
Color e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
FileDialogs e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
GraphView 0270183686 Fixes #4453. Regression in wide glyph rendering on all drivers (#4458) před 1 týdnem
Menu 7a8b6e4465 Fixes #4167. Add Accepted event to View (#4452) před 1 týdnem
Runnable 5da7e59aa2 Fixes #4456 - Clear `MouseGrabView` in `App.End` (#4460) před 6 dny
ScrollBar e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
Selectors e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
Slider e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
SpinnerView e192b5622d Updated the `OnDrawingContent` method across multiple classes to accept a `DrawContext? context` parameter, replacing the parameterless version. This change standardizes the drawing API and enables context-aware drawing operations. před 1 týdnem
TabView e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
TableView e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
TextInput d303943809 Fixes #4004 & #4445 - Merge of `Application.ForceDriver and Driver.Force16Colors` and `windows" broken in conhost and cmd` (#4448) před 1 týdnem
TreeView e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
Wizard a84b2c4896 Fixes #4419, #4148, #4408 - Toplevel is GONE - Replaced by Runnable (#4422) před 1 týdnem
Bar.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) před 3 týdny
Button.cs e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
CheckBox.cs e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
CheckState.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) před 3 týdny
ComboBox.cs d303943809 Fixes #4004 & #4445 - Merge of `Application.ForceDriver and Driver.Force16Colors` and `windows" broken in conhost and cmd` (#4448) před 1 týdnem
DatePicker.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) před 3 týdny
Dialog.cs a84b2c4896 Fixes #4419, #4148, #4408 - Toplevel is GONE - Replaced by Runnable (#4422) před 1 týdnem
FileDialog.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) před 3 týdny
FrameView.cs b9f55a5a96 Fixes #4410, #4413, #4414, #4415 - `MessageBox` nullable, `Clipboard` refactor, fence for legacy/modern App, and makes internal classes thread safe. (#4411) před 2 týdny
HexView.cs e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
HexViewEventArgs.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) před 3 týdny
IListDataSource.cs a6258ed398 Updates `IListDataSource.Render` to rename the `start` parameter to `viewportXOffset` (#4392) před 3 týdny
Label.cs e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
Line.cs e192b5622d Updated the `OnDrawingContent` method across multiple classes to accept a `DrawContext? context` parameter, replacing the parameterless version. This change standardizes the drawing API and enables context-aware drawing operations. před 1 týdnem
ListView.cs e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
ListViewEventArgs.cs a6258ed398 Updates `IListDataSource.Render` to rename the `start` parameter to `viewportXOffset` (#4392) před 3 týdny
ListWrapper.cs a6258ed398 Updates `IListDataSource.Render` to rename the `start` parameter to `viewportXOffset` (#4392) před 3 týdny
MessageBox.cs 0f72cf8a74 Fixes #4425 - `ApplicationImpl` internal (#4426) před 1 týdnem
NumericUpDown.cs e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
ProgressBar.cs e192b5622d Updated the `OnDrawingContent` method across multiple classes to accept a `DrawContext? context` parameter, replacing the parameterless version. This change standardizes the drawing API and enables context-aware drawing operations. před 1 týdnem
ReadOnlyCollectionExtensions.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) před 3 týdny
SelectedItemChangedArgs.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) před 3 týdny
Shortcut.cs e7a4df492d Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470) před 4 dny
StatusBar.cs a84b2c4896 Fixes #4419, #4148, #4408 - Toplevel is GONE - Replaced by Runnable (#4422) před 1 týdnem
Window.cs a84b2c4896 Fixes #4419, #4148, #4408 - Toplevel is GONE - Replaced by Runnable (#4422) před 1 týdnem