Copilot dd12df7fb7 Fixes #4176. Removes `View.MouseClick` (#4450) 1 nedēļu atpakaļ
..
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. 1 nedēļu atpakaļ
CharMap 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. 1 nedēļu atpakaļ
CollectionNavigation 0f72cf8a74 Fixes #4425 - `ApplicationImpl` internal (#4426) 2 nedēļas atpakaļ
Color d303943809 Fixes #4004 & #4445 - Merge of `Application.ForceDriver and Driver.Force16Colors` and `windows" broken in conhost and cmd` (#4448) 1 nedēļu atpakaļ
FileDialogs dd12df7fb7 Fixes #4176. Removes `View.MouseClick` (#4450) 1 nedēļu atpakaļ
GraphView 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. 1 nedēļu atpakaļ
Menu 7a8b6e4465 Fixes #4167. Add Accepted event to View (#4452) 1 nedēļu atpakaļ
ScrollBar dd12df7fb7 Fixes #4176. Removes `View.MouseClick` (#4450) 1 nedēļu atpakaļ
Selectors b9f55a5a96 Fixes #4410, #4413, #4414, #4415 - `MessageBox` nullable, `Clipboard` refactor, fence for legacy/modern App, and makes internal classes thread safe. (#4411) 2 nedēļas atpakaļ
Slider d303943809 Fixes #4004 & #4445 - Merge of `Application.ForceDriver and Driver.Force16Colors` and `windows" broken in conhost and cmd` (#4448) 1 nedēļu atpakaļ
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. 1 nedēļu atpakaļ
TabView dd12df7fb7 Fixes #4176. Removes `View.MouseClick` (#4450) 1 nedēļu atpakaļ
TableView dd12df7fb7 Fixes #4176. Removes `View.MouseClick` (#4450) 1 nedēļu atpakaļ
TextInput d303943809 Fixes #4004 & #4445 - Merge of `Application.ForceDriver and Driver.Force16Colors` and `windows" broken in conhost and cmd` (#4448) 1 nedēļu atpakaļ
TreeView d303943809 Fixes #4004 & #4445 - Merge of `Application.ForceDriver and Driver.Force16Colors` and `windows" broken in conhost and cmd` (#4448) 1 nedēļu atpakaļ
Wizard a84b2c4896 Fixes #4419, #4148, #4408 - Toplevel is GONE - Replaced by Runnable (#4422) 2 nedēļas atpakaļ
Bar.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) 3 nedēļas atpakaļ
Button.cs dd12df7fb7 Fixes #4176. Removes `View.MouseClick` (#4450) 1 nedēļu atpakaļ
CheckBox.cs b9f55a5a96 Fixes #4410, #4413, #4414, #4415 - `MessageBox` nullable, `Clipboard` refactor, fence for legacy/modern App, and makes internal classes thread safe. (#4411) 2 nedēļas atpakaļ
CheckState.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) 3 nedēļas atpakaļ
ComboBox.cs d303943809 Fixes #4004 & #4445 - Merge of `Application.ForceDriver and Driver.Force16Colors` and `windows" broken in conhost and cmd` (#4448) 1 nedēļu atpakaļ
DatePicker.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) 3 nedēļas atpakaļ
Dialog.cs a84b2c4896 Fixes #4419, #4148, #4408 - Toplevel is GONE - Replaced by Runnable (#4422) 2 nedēļas atpakaļ
FileDialog.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) 3 nedēļas atpakaļ
FrameView.cs b9f55a5a96 Fixes #4410, #4413, #4414, #4415 - `MessageBox` nullable, `Clipboard` refactor, fence for legacy/modern App, and makes internal classes thread safe. (#4411) 2 nedēļas atpakaļ
HexView.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. 1 nedēļu atpakaļ
HexViewEventArgs.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) 3 nedēļas atpakaļ
IListDataSource.cs a6258ed398 Updates `IListDataSource.Render` to rename the `start` parameter to `viewportXOffset` (#4392) 3 nedēļas atpakaļ
Label.cs dd12df7fb7 Fixes #4176. Removes `View.MouseClick` (#4450) 1 nedēļu atpakaļ
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. 1 nedēļu atpakaļ
ListView.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. 1 nedēļu atpakaļ
ListViewEventArgs.cs a6258ed398 Updates `IListDataSource.Render` to rename the `start` parameter to `viewportXOffset` (#4392) 3 nedēļas atpakaļ
ListWrapper.cs a6258ed398 Updates `IListDataSource.Render` to rename the `start` parameter to `viewportXOffset` (#4392) 3 nedēļas atpakaļ
MessageBox.cs 0f72cf8a74 Fixes #4425 - `ApplicationImpl` internal (#4426) 2 nedēļas atpakaļ
NumericUpDown.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) 3 nedēļas atpakaļ
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. 1 nedēļu atpakaļ
ReadOnlyCollectionExtensions.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) 3 nedēļas atpakaļ
SelectedItemChangedArgs.cs c5906c2dc1 #4329—Major Terminal.Gui v2 Architecture Modernization: Application Decoupling, Terminology Improvements, and Nullable Migration (#4338) 3 nedēļas atpakaļ
Shortcut.cs d303943809 Fixes #4004 & #4445 - Merge of `Application.ForceDriver and Driver.Force16Colors` and `windows" broken in conhost and cmd` (#4448) 1 nedēļu atpakaļ
StatusBar.cs a84b2c4896 Fixes #4419, #4148, #4408 - Toplevel is GONE - Replaced by Runnable (#4422) 2 nedēļas atpakaļ
Window.cs a84b2c4896 Fixes #4419, #4148, #4408 - Toplevel is GONE - Replaced by Runnable (#4422) 2 nedēļas atpakaļ