Timothy
|
a24d29f50a
Moved `ListView.ListWrapper` out of `ListView` migueldeicaza/gui.cs#313` (#315)
|
5 years ago |
Fabian R
|
d3ec722bd9
Fixed and Enabled Library reinitialization (#291)
|
5 years ago |
Kasper B. Graversen
|
d4a7cef9cb
Support menu items that are null so they can be drawn as a menu separator (#304)
|
5 years ago |
BDisp
|
0c72b8eae1
Fixes issue #306 async/await hang (#312)
|
5 years ago |
imaras
|
71b8678649
Typo fix (#321)
|
5 years ago |
BDisp
|
35591b8399
Fixed out of range exception and text redraw when navigate backward (#320)
|
5 years ago |
Miguel de Icaza
|
13b3ec2ce7
Restore some files that were deleted by Daniel's commit that I had not restored
|
5 years ago |
Miguel de Icaza
|
92bc90e356
Prepare for 0.26
|
5 years ago |
miguel
|
6c8917dd30
Revert Daniel's change 00c5997daaa40f0ee73c8b7d7eccf7b4dfd04194 as it prevents the solution from building on Mac
|
5 years ago |
Miguel de Icaza
|
b5ba302af4
Remove travis link
|
5 years ago |
miguel
|
0276b12e65
Prepare for 0.25
|
5 years ago |
Adrian Alonso
|
d0790712e5
Fixed key events traversal for modal dialogs (#288)
|
5 years ago |
Daniel Cazzulino
|
6944b755f5
Added TextView.TextChanged event (#264)
|
5 years ago |
Marius Ungureanu
|
ec21bcec8e
Switch netcoreapp target to netstandard2.0 (#284)
|
5 years ago |
Daniel Cazzulino
|
20d87ae815
Add documentation on ISupportInitialize/ISupportInitializeNotification (#286)
|
5 years ago |
Daniel Cazzulino
|
c072e29a68
Allow key events to traverse the TopLevel hierarchy unless IsModal=true (#262)
|
5 years ago |
Daniel Cazzulino
|
a7c8594721
Add indent_size which is honored by VS2019 and behaves like tab_width (#285)
|
5 years ago |
Daniel Cazzulino
|
ebb3c186ce
Add support for ISupportInitialize/ISupportInitializeNotification for UIs (#261)
|
5 years ago |
Daniel Cazzulino
|
00c5997daa
Unify projects in SDK-style and PackageReference (#54)
|
5 years ago |
Daniel Cazzulino
|
4e85b5117e
Upgrade from PackageLicenseUrl to PackageLicenseExpression (#270)
|
5 years ago |
Miguel de Icaza
|
0d9ea2c409
Comments
|
5 years ago |
giladlevi
|
5424e6d43b
[Core - Subviews]: added InternalSubview property without allocations (the calling to subviews.AsReadOnly() actually allocates and Copy the List) for internal usages and keeps the public Subview property for api compatibility. (#277)
|
5 years ago |
Daniel Cazzulino
|
9a70c1319b
Avoid throwing when the tokenSource is cancelled (#266)
|
5 years ago |
giladlevi
|
a20d244d59
bugfix in WindowsDriver: removed the TerminalResized member that hides the inherited one from ConsoleDriver (#273)
|
5 years ago |
Yanwei Wang
|
2a27cbdea5
Fix: Changed FileDialog.FilePath to full path (#263)
|
5 years ago |
giladlevi
|
f0a079b242
[Re]move unwanted allocation (new CancellationTokenSource()) in WindowsDriver.EventsPending to only when needed (#274)
|
5 years ago |
giladlevi
|
c832688112
Menu: added OnOpenMenu event handler. (#276)
|
5 years ago |
Daniel Cazzulino
|
369e305871
Add equality comparison support for most common Dims (#278)
|
5 years ago |
Daniel Cazzulino
|
62f5a96553
Don't force full PDBs, portable works just fine (#268)
|
5 years ago |
Miguel de Icaza
|
e89a6122df
View.{BrinbSubviewForward,SendSubviewBackwards,SendSubviewToBack,BringSubviewToFront
|
5 years ago |