Commit Graph

249 Commits

Author SHA1 Message Date
Artyom
47a2020bf4 Convert TopLevel.Ready into event 2020-09-27 03:02:21 +01:00
Artyom
db32add954 Migrate all controls to C# events 2020-09-27 03:02:21 +01:00
Artyom
c411d92053 Use C# events in more controls 2020-09-27 03:02:20 +01:00
Artyom
7d3016acae Button.Clicked as a C# event 2020-09-27 03:02:20 +01:00
BDisp
4742db72b3 If KeepContentAlwaysInViewport is true ensures that the scrollbars is at least a wide equal to one. 2020-09-03 14:47:40 +01:00
Gerasimos (Makis) Maropoulos
1adbc1867f various misspell fixes 2020-09-03 14:47:34 +01:00
BDisp
de0a190b7c Fixes #644. Added a UICatalog Scenario for a dynamic menu bar. 2020-08-07 16:17:19 +01:00
BDisp
a678d22aad Fixes #842. A Toplevel must be created by Application.Init. 2020-08-07 16:17:15 +01:00
BDisp
521438d2a8 Making SetFocus (View) private. 2020-08-07 16:17:11 +01:00
BDisp
b911403586 Adding the @lzylinl example. 2020-07-18 01:27:14 +01:00
BDisp
cf5527a917 Fixes #803. Init and Shutdown only run once. 2020-07-17 01:20:22 +01:00
BDisp
21050c123e Fixes #800. Menu IsTopLevel executes on button clicked and setting Run close driver to false because of Unix. 2020-07-16 19:07:21 +01:00
BDisp
874224d9f8 Fixes #786. Workaround for resizing with Init/Shutdown. 2020-07-15 19:25:13 +01:00
Charlie Kindel
6f840d7d21 spacing 2020-07-13 22:11:19 -07:00
Charlie Kindel
677ead51db about box as anotehr test 2020-07-13 22:10:30 -07:00
Charlie Kindel
2ac385ec81 formatting error and a little fun 2020-07-13 22:06:46 -07:00
Charlie Kindel
9d088f87ec fixed a wide-unicode bug 2020-07-13 22:03:17 -07:00
Charlie Kindel
856287d6dd removed comments 2020-07-13 17:53:21 -07:00
Charlie Kindel
c3395f41ab fixed word wrapping to not strip spaces; ended up fixing other ww bugs too! 2020-07-13 17:48:41 -07:00
Charlie Kindel
1a5193082f Merge pull request #774 from BDisp/unicode-scenario-combobox-fix
Fixes #773. Added a default drop down height to the ComboBox.
2020-07-13 17:06:57 -06:00
BDisp
f34e869ad6 Also fixed the position and unicode on StatusBar. 2020-07-12 13:59:06 +01:00
BDisp
69e72c80d5 Fixes #775. Menu now is working properly on another toplevel and supports unicode. 2020-07-12 11:44:35 +01:00
BDisp
829cd1e3d1 Fixes #773. Added a default drop down height to the ComboBox. 2020-07-11 10:12:26 +01:00
Charlie Kindel
4cd307cc6c Merge pull request #765 from BDisp/uicatalog-preserve-list-items
UICatalog preserves the SelectedItem of both ListViews.
2020-07-08 11:21:20 -06:00
BDisp
654ea35d17 UICatalog preserves the SelectedItem of both ListViews. 2020-07-08 14:57:36 +01:00
BDisp
255aba973f Fixes #758. Adding AutoHideScrollBars CheckBox. 2020-07-08 01:58:04 +01:00
Charlie Kindel
4047eb035e merge with master 2020-07-06 08:20:39 -07:00
Ross Ferguson
b9c8758d2d ComboBox. Adhere to ListView interface, added:-
SelectedItem (read only) from @BDisp
OpenSelectedItem
2020-07-05 01:50:59 +01:00
Ross Ferguson
de5a30bb90 ComboBox hand pick @BDisp changes:-
Test dir more robust "\Windows"
Use ListViewItemEventArgs
2020-07-03 05:22:00 +01:00
Charlie Kindel
9606dad68c merge 2020-07-02 08:12:47 -07:00
Ross Ferguson
e67ed2c95c Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes2 2020-06-30 17:51:15 +01:00
Charlie Kindel
a0522be496 tweaks 2020-06-30 07:22:20 -07:00
Andreas Wäscher
64e0c82b4a Add a git-inspired sample text to the Unicode scenario 2020-06-29 20:52:51 +02:00
Ross Ferguson
ef3c020c22 ComboBox. Supports Unicode. Add dropdown arrow from @BDisp. Support PageUp / PageDown 2020-06-28 22:16:58 +01:00
Ross Ferguson
3d8ef9a2de Rebase 2020-06-28 12:08:15 +01:00
Charlie Kindel
e183bf0f40 removed combobox test from unicode sceanrio because it was causing tests to fail 2020-06-24 17:02:12 -07:00
Charlie Kindel
773c353df8 minor tweaks. ready to go? 2020-06-24 16:28:04 -07:00
Charlie Kindel
9ef9eb95a3 merge after massive PR merge 2020-06-24 14:02:01 -07:00
Charlie Kindel
f41acdf6ba removed View.Clicked 2020-06-23 07:33:12 -07:00
Charlie Kindel
b8d43963cf Merge branch 'master' into crlf_label 2020-06-23 06:57:29 -07:00
Charlie Kindel
ec3f0a9817 Merge branch 'master' into idisposable 2020-06-23 06:57:15 -07:00
Charlie Kindel
7d00f3eb40 Tweaked Progress Bar Scenario 2020-06-22 10:16:08 -07:00
Charlie Kindel
2d5a9d0dbf merge with master 2020-06-22 10:11:28 -07:00
Charlie Kindel
37ef431f14 Merge branch 'master' into crlf_label 2020-06-22 09:03:31 -07:00
Ross Ferguson
acacd0c9e7 Accomodate upstream changes 2020-06-20 19:56:12 +01:00
Ross Ferguson
cfcf8efb59 ComboBox multiple fixes. Dim.Fill() incorrectly calculated. List height not resizing. SetSource() not immeadiately updating list. Double click not selecting item. Example now demo resizes with view 2020-06-20 18:28:58 +01:00
Charlie Kindel
aa34bad858 add source to allviewstester 2020-06-20 09:54:09 -07:00
Charlie Kindel
120991ec5b ready for pr 2020-06-18 01:29:25 -07:00
Charlie Kindel
8272d8aff3 feature complete 2020-06-17 15:43:26 -07:00
Charlie Kindel
535f7e63f9 merge with master 2020-06-17 08:55:41 -07:00