.. |
GraphView
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
TableView
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
TreeView
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
Wizard
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
AutocompleteFilepathContext.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
Button.cs
|
a637f8a29c
Fixes #2486 - Removes old `Border` and fixes a litany of related things (#2525)
|
2 years ago |
CheckBox.cs
|
057cea44d2
Merge branch 'v2_develop' into events
|
2 years ago |
ColorPicker.cs
|
3bec36ac47
Change Action to EventHandler for more events
|
2 years ago |
ComboBox.cs
|
d81bf050ee
Fixes #2451. ListView SelectedItem should be -1 by default.
|
2 years ago |
ContentsChangedEventArgs.cs
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
ContextMenu.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
DateField.cs
|
c1a578891b
Fixes #2150. Revamping FileDialog (#2259)
|
2 years ago |
DateTimeEventArgs.cs
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
Dialog.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
FileDialog.cd
|
c1a578891b
Fixes #2150. Revamping FileDialog (#2259)
|
2 years ago |
FileDialog.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
FrameView.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
HexView.cs
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
HexViewEventArgs.cs
|
9733ba6de3
Grouping HexView events in HexViewEventArgs.cs file.
|
2 years ago |
HistoryTextItem.cs
|
663a92dd97
Reformatting.
|
2 years ago |
Label.cs
|
a637f8a29c
Fixes #2486 - Removes old `Border` and fixes a litany of related things (#2525)
|
2 years ago |
Line.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
LineView.cs
|
574ed8fec7
Fixes #2469 - Revamp file structure and namespace (#2471)
|
2 years ago |
ListView.cs
|
8c59e8255f
Partially Fixes #2483 - Removes old Border and leverages LineCanvas for Frames, etc... (#2527)
|
2 years ago |
ListViewEventArgs.cs
|
7e98e694a3
Grouping ListView events in ListViewEventArgs.cs file.
|
2 years ago |
Menu.cs
|
5ae8e98631
Fixes menu frame and unit test on the #2483. (#2542)
|
2 years ago |
MenuEventArgs.cs
|
ebb898aa3e
Grouping Menu events in MenuEventArgs.cs file.
|
2 years ago |
MessageBox.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
OpenDialog.cs
|
c1a578891b
Fixes #2150. Revamping FileDialog (#2259)
|
2 years ago |
ProgressBar.cs
|
8c59e8255f
Partially Fixes #2483 - Removes old Border and leverages LineCanvas for Frames, etc... (#2527)
|
2 years ago |
RadioGroup.cs
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
ReadOnlyCollectionExtensions.cs
|
574ed8fec7
Fixes #2469 - Revamp file structure and namespace (#2471)
|
2 years ago |
SaveDialog.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
ScrollBarView.cs
|
d00b11ae5d
Added and fixed ScrollBarView and ScrollView tests
|
2 years ago |
ScrollView.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
SelectedItemChangedArgs.cs
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
SpinnerView.cs
|
e88763a3e1
Avoid ever removing spinner timeout twice
|
2 years ago |
SplitterEventArgs.cs
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
StatusBar.cs
|
9425b2a720
Fixes #2181 - (Really) Adds configuration manager (#2365)
|
2 years ago |
TabChangedEventArgs.cs
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
TabMouseEventArgs.cs
|
663a92dd97
Reformatting.
|
2 years ago |
TabView.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
TextChangedEventArgs.cs
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
TextChangingEventArgs.cs
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
TextField.cs
|
9aaf84f96e
Prevents WordBackward or WordForward throw null exception. (#2529)
|
2 years ago |
TextValidateField.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
TextView.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
TileView.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
TimeField.cs
|
c1a578891b
Fixes #2150. Revamping FileDialog (#2259)
|
2 years ago |
Toplevel.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
ToplevelEventArgs.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
ToplevelOverlapped.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
Window.cs
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |