Charlie Kindel
|
90b19a5e04
POC
|
5 years ago |
Charlie Kindel
|
d980d70d60
Merge branch 'master' into bounds_comments
|
5 years ago |
Charlie Kindel
|
0756917ee6
Merge pull request #596 from BDisp/menu-improvements
|
5 years ago |
Charlie Kindel
|
e87b56cd77
updated api docs; implemented inheritdoc; may break deploy
|
5 years ago |
BDisp
|
afae8b8f85
Requested changes made.
|
5 years ago |
Charlie Kindel
|
fddfcf8802
Charlie's Mondo Patch (#600)
|
5 years ago |
BDisp
|
ae126b48d5
Reverting this because it interfere with the Alt+Tab when switching through windows.
|
5 years ago |
BDisp
|
f4fba42823
Improvements the mouse and keys of the MenuBar.
|
5 years ago |
Charlie Kindel
|
d035fb1116
fixed clipping once and for all
|
5 years ago |
Fabian R
|
262830aa43
Merge branch 'menubaritem_refactor' of https://github.com/KDERazorback/gui.cs into menubaritem_refactor
|
5 years ago |
Fabian R
|
904f04df0e
Removed redundant properties on MenuBar View
|
5 years ago |
Fabian R
|
814821b933
Removed redundant properties on MenuBar View
|
5 years ago |
Fabian R
|
f2e5b08a88
+ Added IsCurrentTop read-only property to Gui.Toplevel class to allow a more convenient checking if a view's instance is currently on top (active and displayed).
|
5 years ago |
Charlie Kindel
|
585f249b1c
Updated and fixed XML documentation
|
5 years ago |
BDisp
|
08e77e5a42
Merge branch 'master' into unix-mouse-features
|
5 years ago |
Charlie Kindel
|
ecaf43aa4c
Refactored keydown/up/press events to use event vs. Action<T>
|
5 years ago |
Charlie Kindel
|
ab72865b2c
Refactored keydown/up/press events to use event vs. Action<T>
|
5 years ago |
BDisp
|
8f8a771c8f
Prevents mouse all events, which perform any of the mouse events, to be invoked if mouseEvent.ButtonState == 0 && mouseEvent.EventFlags == 0. (#453)
|
5 years ago |
Charlie Kindel
|
36cebd0889
Fixes All Warnings (#450)
|
5 years ago |
Charlie Kindel
|
95d05dae68
fixed merge issues and one bug
|
5 years ago |
BDisp
|
88d6047c74
Prevents mouse all events, which perform any of the mouse events, to be invoked if mouseEvent.ButtonState == 0 && mouseEvent.EventFlags == 0. (#453)
|
5 years ago |
Charlie Kindel
|
a5a1ecbd8e
Fixes All Warnings (#450)
|
5 years ago |
Charlie Kindel
|
ea813ce1e7
Refactored keydown/up/press events to use event vs. Action<T>
|
5 years ago |
BDisp
|
e6c5b2599a
Improved a better clipped screen. Fixes some bugs with ScrollView, Menu. Added some virtual methods. (#410)
|
5 years ago |
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)
|
5 years ago |
BDisp
|
8a6c2a9fc1
Mouse events menu (#401)
|
5 years ago |
Miguel de Icaza
|
f44e4a86dc
Bring patch from Charlie Kindle without the newline changes #381 from https://github.com/migueldeicaza/gui.cs/pull/381/files (#391)
|
5 years ago |
Charlie Kindel
|
c7ce619092
MenuItems on MenuBar (#388)
|
5 years ago |
Ollie
|
476e6e8a97
Add an menu on close event and a public property of the Menu to check if it is open (#364)
|
5 years ago |
BDisp
|
49cd29853f
All my pull-request at once (#345)
|
5 years ago |