Fabian R
02dca40885
Merge remote-tracking branch 'upstream/master'
2020-05-23 19:14:27 -05:00
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).
...
- Fixed an elusive crash that may occur in the Application.RunLoop method due to a null'ed Toplevel.NeedDisplay property. This issue appears to be caused by a race condition that may occur when switching Views (TopLevel) too fast. Extended to all other NeedDisplay checks too.
- ListView control now displays empty rows for Null items in its Items collection, instead of crashing with a NullReferenceException.
- Improved MenuBarItem constructor behaviour by performing an additional sanity check on the MenuItem[] children parameter to ensure its not null. If so, raise an ArgumentNullException. Using an empty array of type MenuItem for this parameter still displays an empty menu as intended.
2020-05-23 18:41:41 -05:00
Charlie Kindel
9d8d497d4e
Merge pull request #512 from BDisp/date-time-field-read-only
...
Fixes some DateField and TimeField bugs.
2020-05-23 17:33:16 -06:00
Charlie Kindel
ccfcb38ede
Merge pull request #513 from BDisp/text-alignment
...
Fixes Label text alignment.
2020-05-23 17:32:46 -06:00
Charlie Kindel
e3e7c29014
Merge pull request #414 from fergusonr/feature/TextFieldAutoComplete
...
Feature/ComboBox
2020-05-23 13:40:29 -06:00
Charlie Kindel
1ddc004564
Merge pull request #514 from BDisp/mainloop-events-pending
...
Fixes #409 - Invoke does not cause Wakeup #501 .
2020-05-23 13:37:04 -06:00
BDisp
ea0a2580ed
Fixes #409 - Invoke does not cause Wakeup #501 .
2020-05-23 20:03:17 +01:00
BDisp
771bc93141
Fixes Label text alignment.
2020-05-23 14:14:31 +01:00
BDisp
d6579b0b2e
Fixes some DateField and TimeField bugs.
2020-05-23 13:14:09 +01:00
Ross Ferguson
bc51486236
List narrower than the edit when in Window
...
Add XML comments
2020-05-23 09:07:08 +01:00
Ross Ferguson
e84eb78150
Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into feature/TextFieldAutoComplete
2020-05-23 07:57:37 +01:00
Charlie Kindel
010148fffa
Merge pull request #509 from tig/docs
...
Updated and fixed all XML documentation
2020-05-23 00:33:50 -06:00
Charlie Kindel
585f249b1c
Updated and fixed XML documentation
2020-05-23 00:24:14 -06:00
Charlie Kindel
ef24e756e0
updated docs for Dim and Pos
2020-05-22 20:01:02 -06:00
Charlie Kindel
a576ecbf9c
Merge pull request #501 from tig/progress
...
demo bug #409 - Invoke does not cause Wakeup
2020-05-22 18:35:58 -06:00
Charlie Kindel
7bbbe03691
Merge pull request #506 from tig/label
...
Fixed label and updated TextAlignment scenario
2020-05-22 18:35:35 -06:00
Charlie Kindel
c12a62c137
Merge pull request #507 from tig/button_layout_bug
...
Fix several UI Catalog scenarios
2020-05-22 18:35:17 -06:00
Charlie Kindel
c3ee01dc3e
Fixed label and updated TextAlignment scenario
2020-05-22 18:15:33 -06:00
Charlie Kindel
a12871e65e
backed out pos.width poc
2020-05-22 17:25:13 -06:00
Charlie Kindel
9b0fd2625f
updated scenarios
2020-05-22 17:23:05 -06:00
Ross Ferguson
b76dcac9c0
Differentiate list color from search
2020-05-23 00:21:30 +01:00
Charlie Kindel
649680aab4
working:
2020-05-22 15:59:57 -06:00
Charlie Kindel
a8c67feb23
demo bug #409
2020-05-22 15:51:40 -06:00
Charlie Kindel
ee85094bd3
Merge pull request #495 from tig/progress
...
Progress
2020-05-22 09:24:22 -06:00
Ross Ferguson
c922017c4f
*Merge* and fix build. (Rebase attempt was disaster)
2020-05-22 10:43:05 +01:00
Ross Ferguson
6228bffcbf
Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into feature/TextFieldAutoComplete
2020-05-22 10:28:48 +01:00
Ross Ferguson
2cf92c096e
Add Scenario to UI Catalog for ListView and ComboBox
2020-05-22 09:20:48 +01:00
Ross Ferguson
5db1924f74
Merge branch 'feature/TextFieldAutoComplete' of https://github.com/fergusonr/gui.cs into feature/TextFieldAutoComplete
2020-05-22 08:05:39 +01:00
Ross Ferguson
f0199f6e61
Rename TextViewAutoComplete to ComboBox
2020-05-22 07:03:05 +01:00
Ross Ferguson
01c83e8983
Make sure view is at front when shown
2020-05-22 07:03:04 +01:00
Ross Ferguson
2f285f485a
Detect if view is hosted inside a Dialog
2020-05-22 07:03:04 +01:00
Ross Ferguson
de21cfe8ed
Remove code checked-in by error
2020-05-22 07:03:04 +01:00
Ross Ferguson
360e0256b8
TextFieldAutoComplete demo works cross-platform. Fix list clearing issue.
2020-05-22 07:03:03 +01:00
Ross Ferguson
282cf64500
AutoHide option. List and text view synced.
2020-05-22 07:03:03 +01:00
Ross Ferguson
9298ce19d1
Override OnEnter() Fix per BDisp's recomendation
2020-05-22 07:03:02 +01:00
Ross Ferguson
a5ae6f0176
Fix build
2020-05-22 07:03:02 +01:00
Ross Ferguson
1dc0cc6fac
Use LayoutStyle.Computed. Add Text setter
2020-05-22 07:03:01 +01:00
Ross Ferguson
e04cbf2b97
Feature/TextFieldAutoComplete
2020-05-22 07:03:01 +01:00
Charlie Kindel
747a42b3f2
Merge pull request #496 from tig/readme
...
Readme tweaks
2020-05-21 22:16:28 -06:00
Charlie Kindel
6ea2d4c6dc
minor edits
2020-05-21 22:06:15 -06:00
Charlie Kindel
3ba59a8077
minor edits
2020-05-21 22:03:48 -06:00
Charlie Kindel
38b68ff946
gif
2020-05-21 22:02:00 -06:00
Charlie Kindel
300c8b2a84
Merge branch 'master' into progress
2020-05-21 21:21:17 -06:00
Charlie Kindel
a4954ca8d3
Merge pull request #493 from tig/expanded_TimeDate_scenario
...
Expanded time date scenario
2020-05-21 21:19:36 -06:00
Charlie Kindel
306eb68221
rebase
2020-05-21 21:07:43 -06:00
Charlie Kindel
bf9de4f5c5
Merge branch 'master' into expanded_TimeDate_scenario
2020-05-21 21:06:12 -06:00
Charlie Kindel
c63fc8e8f4
Merge branch 'master' into expanded_TimeDate_scenario
2020-05-21 21:04:30 -06:00
Charlie Kindel
092e4f14da
Merge pull request #494 from tig/fix_more_warnings
...
added docs for KeyEventArgs to get rid of warnings
2020-05-21 21:03:27 -06:00
Charlie Kindel
fc9929c525
Merge pull request #483 from tig/uicat_update
...
Working on making Progress use threads
2020-05-21 20:44:35 -06:00
Charlie Kindel
2c6349a853
added docs for KeyEventArgs to get rid of warnings
2020-05-21 20:43:47 -06:00