Fabian R
|
262830aa43
Merge branch 'menubaritem_refactor' of https://github.com/KDERazorback/gui.cs into menubaritem_refactor
|
5 년 전 |
Fabian R
|
904f04df0e
Removed redundant properties on MenuBar View
|
5 년 전 |
Fabian R
|
814821b933
Removed redundant properties on MenuBar View
|
5 년 전 |
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 년 전 |
Charlie Kindel
|
585f249b1c
Updated and fixed XML documentation
|
5 년 전 |
BDisp
|
08e77e5a42
Merge branch 'master' into unix-mouse-features
|
5 년 전 |
Charlie Kindel
|
ecaf43aa4c
Refactored keydown/up/press events to use event vs. Action<T>
|
5 년 전 |
Charlie Kindel
|
ab72865b2c
Refactored keydown/up/press events to use event vs. Action<T>
|
5 년 전 |
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 년 전 |
Charlie Kindel
|
36cebd0889
Fixes All Warnings (#450)
|
5 년 전 |
Charlie Kindel
|
95d05dae68
fixed merge issues and one bug
|
5 년 전 |
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 년 전 |
Charlie Kindel
|
a5a1ecbd8e
Fixes All Warnings (#450)
|
5 년 전 |
Charlie Kindel
|
ea813ce1e7
Refactored keydown/up/press events to use event vs. Action<T>
|
5 년 전 |
BDisp
|
e6c5b2599a
Improved a better clipped screen. Fixes some bugs with ScrollView, Menu. Added some virtual methods. (#410)
|
5 년 전 |
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 년 전 |
BDisp
|
8a6c2a9fc1
Mouse events menu (#401)
|
5 년 전 |
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 년 전 |
Charlie Kindel
|
c7ce619092
MenuItems on MenuBar (#388)
|
5 년 전 |
Ollie
|
476e6e8a97
Add an menu on close event and a public property of the Menu to check if it is open (#364)
|
5 년 전 |
BDisp
|
49cd29853f
All my pull-request at once (#345)
|
5 년 전 |
Kasper B. Graversen
|
d4a7cef9cb
Support menu items that are null so they can be drawn as a menu separator (#304)
|
5 년 전 |
giladlevi
|
c832688112
Menu: added OnOpenMenu event handler. (#276)
|
5 년 전 |
Miguel de Icaza
|
76d79e8852
Fix build
|
6 년 전 |
miguel
|
42d194079b
Support navigation in the presence of disabled items
|
6 년 전 |
Jörg Preiß
|
4c03c9434b
Make Alt+Hotkey in menus work (#194)
|
6 년 전 |
Sang Kil Cha
|
06fdcc72c8
Always use an upper character for hotkey
|
6 년 전 |
Paul Sanford
|
80a888735f
SuperView could be null too in the case of for ex dialog
|
7 년 전 |
Paul Sanford
|
167e12759f
Handle case where there's no previous focus
|
7 년 전 |
miguel
|
f383ffb056
New layout engine
|
7 년 전 |