BDisp
|
ea0a2580ed
Fixes #409 - Invoke does not cause Wakeup #501.
|
vor 5 Jahren |
Charlie Kindel
|
c956ec154f
undo redo of change I've made several times :-)
|
vor 5 Jahren |
Charlie Kindel
|
e91f5ec3d0
UI catalog (#387)
|
vor 5 Jahren |
Charlie Kindel
|
41749c0d1c
Re-fixed keydown not repeating issue.
|
vor 5 Jahren |
Charlie Kindel
|
5e4a13b24b
UI catalog (#387)
|
vor 5 Jahren |
BDisp
|
8f8a771c8f
Prevents mouse all events, which perform any of the mouse events, to be invoked if mouseEvent.ButtonState == 0 && mouseEvent.EventFlags == 0. (#453)
|
vor 5 Jahren |
Charlie Kindel
|
36cebd0889
Fixes All Warnings (#450)
|
vor 5 Jahren |
BDisp
|
e6c5b2599a
Improved a better clipped screen. Fixes some bugs with ScrollView, Menu. Added some virtual methods. (#410)
|
vor 5 Jahren |
BDisp
|
c310716fcd
Faster handling of the mouse in ScrollView with the addition of an uninterrupted click on the mouse features. Changed the Wakeup method to reset the events to update the screen. (#409)
|
vor 5 Jahren |
BDisp
|
a9e62c0626
Improves mouse performance #386. Provides a better async call. Ensures all the cycles of a simple click (Pressed, Released and Clicked). Only clears selected text if other view than MenuBar get focus. (#404)
|
vor 5 Jahren |
BDisp
|
8a6c2a9fc1
Mouse events menu (#401)
|
vor 5 Jahren |
Charlie Kindel
|
c7ce619092
MenuItems on MenuBar (#388)
|
vor 5 Jahren |
copyliu
|
fcc38b9a45
fix for wide-character display (#330)
|
vor 5 Jahren |
BDisp
|
49cd29853f
All my pull-request at once (#345)
|
vor 5 Jahren |
Fabian R
|
d3ec722bd9
Fixed and Enabled Library reinitialization (#291)
|
vor 5 Jahren |
Daniel Cazzulino
|
9a70c1319b
Avoid throwing when the tokenSource is cancelled (#266)
|
vor 6 Jahren |
giladlevi
|
a20d244d59
bugfix in WindowsDriver: removed the TerminalResized member that hides the inherited one from ConsoleDriver (#273)
|
vor 6 Jahren |
giladlevi
|
f0a079b242
[Re]move unwanted allocation (new CancellationTokenSource()) in WindowsDriver.EventsPending to only when needed (#274)
|
vor 6 Jahren |
Szymon Pobiega
|
add31bd83a
Implement WakeUp in WindowsDriver (#208)
|
vor 6 Jahren |
Kit Eason
|
979f5ba444
Fix caps num lock (#189)
|
vor 6 Jahren |
miguel
|
cd684a405c
Add Attribute.Make that delegates the color creation to the platform driver to more easily create attributes that can be used
|
vor 6 Jahren |
Martin Björkström
|
b994f15943
Handle shift-modifier if tab is pressed on System.Console and Windows drivers.
|
vor 7 Jahren |
miguel
|
f56f1ba39b
[Windows] Function keys on Legacy mode send UniChar == 0, handle this scenario, fixes issue #105, thanks to @fcallejon for the fix
|
vor 7 Jahren |
miguel
|
aa2ffb06ef
[WindowsDriver] Fix the EventType type
|
vor 7 Jahren |
Miguel de Icaza
|
b1662455b1
Do not try to map the number keys manually, should fix github.com issue 81.
|
vor 7 Jahren |
miguel
|
b759fa9a62
Remove some debug messages
|
vor 7 Jahren |
Nick Van Dyck
|
e654c3f196
Windows: restore console mode on exit
|
vor 7 Jahren |
Miguel De Icaza
|
d40c92538c
Pass the coodinates to the damage region to fix the damage code
|
vor 7 Jahren |
miguel
|
9ef3ee46ae
Use damage regions to speed up the console
|
vor 7 Jahren |
miguel
|
d0e187585e
Refactor the windows driver to avoid the races
|
vor 7 Jahren |