Ross Ferguson
|
2bdd4059fb
Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into feature/TextFieldAutoComplete
|
5 years ago |
Ross Ferguson
|
26e0478f56
Use LayoutStyle.Computed. Add Text setter
|
5 years ago |
BDisp
|
e6c5b2599a
Improved a better clipped screen. Fixes some bugs with ScrollView, Menu. Added some virtual methods. (#410)
|
5 years ago |
Ross Ferguson
|
8d02ecbd78
Feature/TextFieldAutoComplete
|
5 years ago |
En3Tho
|
1e2d6c5d87
Fix topological sort in view class (#413)
|
5 years ago |
Charlie Kindel
|
8b26240741
Adds a better keyup/keydown demo to demo.cs (#395)
|
5 years ago |
Charlie Kindel
|
427cf4784b
Text alignment (#397)
|
5 years ago |
BDisp
|
42fe890072
Fsharp example updated with the Demo version. (#407)
|
5 years ago |
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)
|
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 |
Miguel de Icaza
|
2ea8777227
Merge pull request #402 from BDisp/textfield-copy-cut-paste-in-menu
|
5 years ago |
BDisp
|
07a92f989e
Clear the TextField selected text when loses focus.
|
5 years ago |
BDisp
|
e66c391aeb
Fixes the functions of the Edit->Copy-Cut-Paste menu for the TextField that was not working well.
|
5 years ago |
Charlie Kindel
|
5df8500862
Status bar snap (#384)
|
5 years ago |
BDisp
|
ab91de5041
Fixes an issue in the sln file that despite not having been changed, git reports as changed. (#393)
|
5 years ago |
BDisp
|
8a6c2a9fc1
Mouse events menu (#401)
|
5 years ago |
BDisp
|
4522097c02
Forces the height of the TextField to 1 which is just the valid height instead of driver rows value. (#400)
|
5 years ago |
BDisp
|
6bdd02fff1
Pos and Dim should only be configured once for each change. Otherwise, a recursive loop occurs resulting in a stack overflow. For that, you have to use the OnLoad action and just use OnResized for other situations that are not always for the same definitions. (#392)
|
5 years ago |
BDisp
|
df5bc9f0b8
Fixed a moving window issue. Added OnLoad Action because there are settings that need to be accessed only once. (#375)
|
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 |
BDisp
|
230b7ab70b
Fixes #389 Window layouting breaks when resizing. (#390)
|
5 years ago |
Charlie Kindel
|
11445abf78
Gitattributes (#383)
|
5 years ago |
Miguel de Icaza
|
22f027980a
Update README.md
|
5 years ago |
miguel
|
79011c3e7a
Bump to 0.81
|
5 years ago |
BDisp
|
ee7fc3022d
Fixes #355 stack overflow with Pos based on the size of windows at startup. Added a OnResized action to set the Pos after the terminal are resized. (#367)
|
5 years ago |
miguel
|
12cfbb8231
Fix the demo
|
5 years ago |
BDisp
|
d772cf4962
What it does is that if it doesn't allow multi-selection and you already have a different item selected, select the new one and deselect the previous one. (#361)
|
5 years ago |
Charlie Kindel
|
c51e4177fe
made it so Ctrl-X on status bar actually quits (#362)
|
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 |