Charlie Kindel
|
be7febc604
|
Merge pull request #960 from BDisp/position-cursor-hotkey
Fixes #959. CursorPosition with hotkeys.
|
2020-10-21 08:12:20 -06:00 |
|
BDisp
|
4073019554
|
Fixes #959. PositionCursor with hotkeys.
|
2020-10-19 04:12:21 +01:00 |
|
BDisp
|
b56edacbac
|
Fixes #225 and maybe #41. Allowing Rune.ColumnWidth greater than one.
|
2020-10-16 17:08:57 +01:00 |
|
Charlie Kindel
|
4bde71a147
|
Revert "Revert "Use glyphs for checkmarks & selection""
This reverts commit db8f591b56.
|
2020-10-01 15:31:11 -07:00 |
|
Charlie Kindel
|
b1e28baa2a
|
enables hiding statusbar
|
2020-09-29 13:07:38 -07:00 |
|
Charlie Kindel
|
04f2c64b8f
|
Revert "Use glyphs for checkmarks & selection"
|
2020-09-29 10:50:30 -07:00 |
|
Charlie Kindel
|
02cb644812
|
Use glyphs for checkmarks & selection
|
2020-09-28 17:15:33 -07:00 |
|
Charlie Kindel
|
a4805fd359
|
Merge pull request #906 from tig/pr891
Fixed version of PR 891
|
2020-09-26 17:58:13 -06:00 |
|
Charlie Kindel
|
aae9237fda
|
fixed formatting and added tests in scenario
|
2020-09-26 16:48:55 -07:00 |
|
Charlie Kindel
|
e2e5cc200f
|
Merge pull request #900 from am11/feature/interop/net5.0
Add custom resolver for libcoreclr.so
|
2020-09-25 11:22:33 -06:00 |
|
Artyom
|
64fdcea6b5
|
Define View actions as events
|
2020-09-23 01:26:46 +03:00 |
|
Artyom
|
7da46a8f69
|
Convert TopLevel.Ready into event
|
2020-09-23 01:19:31 +03:00 |
|
Artyom
|
bd7610df74
|
Migrate all controls to C# events
|
2020-09-23 01:13:52 +03:00 |
|
Artyom
|
28805f3c5c
|
Use C# events in more controls
|
2020-09-23 01:07:26 +03:00 |
|
Artyom
|
6aef632633
|
Button.Clicked as a C# event
|
2020-09-23 01:01:53 +03:00 |
|
Adeel
|
19955faa8b
|
Add custom resolver for libcoreclr.so
|
2020-09-22 12:58:43 +03:00 |
|
BDisp
|
cb16ea8a3f
|
If KeepContentAlwaysInViewport is true ensures that the scrollbars is at least a wide equal to one.
|
2020-08-15 21:19:16 +01:00 |
|
Gerasimos (Makis) Maropoulos
|
83047b4232
|
various misspell fixes
|
2020-08-08 21:14:15 +03:00 |
|
Charlie Kindel
|
7aa3079274
|
Merge pull request #846 from BDisp/dynamic-menu-bar
Fixes #644. Added a UICatalog Scenario for a dynamic menu bar.
|
2020-08-07 06:19:50 -07:00 |
|
BDisp
|
109fd25c9e
|
Fixes #644. Added a UICatalog Scenario for a dynamic menu bar.
|
2020-08-03 03:08:32 +01:00 |
|
BDisp
|
9879074056
|
Fixes #842. A Toplevel must be created by Application.Init.
|
2020-08-01 18:36:52 +01:00 |
|
BDisp
|
fda4e21341
|
Making SetFocus (View) private.
|
2020-07-28 18:42:10 +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 |
|