Commit Graph

14 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos
1adbc1867f various misspell fixes 2020-09-03 14:47:34 +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
1aabd39099 adds unit test that executes every Scenario in UI Catalog 2020-06-11 21:12:55 -06:00
Charlie Kindel
dc4636a458 implemented menu checked and test scenario in UI Catalog 2020-06-06 22:46:46 -06:00
Charlie Kindel
8feab947fd POC 2020-06-06 13:58:02 -06:00
Charlie Kindel
e87b56cd77 updated api docs; implemented inheritdoc; may break deploy 2020-06-03 18:18:19 -06:00
BDisp
d629d5b51b Fixes #515, #518 and #536. 2020-05-27 15:59:28 +01:00
Charlie Kindel
78cd1bbd1e updated docs further, added UICatalog API, clean up 2020-05-23 19:39:15 -06:00
Charlie Kindel
09920e0b9b Tons of Scenario fixes 2020-05-23 17:27:52 -06:00
BDisp
ea0a2580ed Fixes #409 - Invoke does not cause Wakeup #501. 2020-05-23 20:03:17 +01:00
Charlie Kindel
6d74845901 Working on making Progress use threads. 2020-05-21 12:47:48 -06:00
Charlie Kindel
5b845307a2 UI catalog (#387)
* key down/up support

* line endings?

* line endings

* KeyDown/Up support

* line endings

* line endings

* Revert "Drop NuGet restore"

This reverts commit 5c7a0d05f0.

* Revert "Revert "Drop NuGet restore""

This reverts commit 2dc5fce865.

* updated demo

* defined styles

* Smarter StatusBar bottom tracking.

* Prepping for https://github.com/migueldeicaza/gui.cs/issues/376

* Oops.

* Fixed StatusBar 'snap to bottom'

* line endings

* Revert "Fixed StatusBar 'snap to bottom'"

This reverts commit 9a91c957e2.

* started UICatalog project

* Initial working POC.

* Fix newlines

* merge

* textalignment demo tweaks

* textalignment demo tweaks

* Unicode Menu Scenario

* not sure why this keeps changing

* re-added project to .sln file

* re-enabled status bar

* moved scenarios to dir

* building a dim and pos demo

* terminal.sln

* progress...barely

* fixed exit

* progress with some underlying fixes to Label

* added readme

* fixes build issue

* launch

* made default colors readable on Windows

* major UI Catalog upgrade

* added more demos and updated readme

* refactored and added more tests

* added ref to Issue #437

* added OnKeyUp support to Curses and Net drivers

* more tweaks - grab PR #438 first

* Added a OpenSelectedItem event to the ListView #429

* updates

* moved KeyUpHandler out of special ESC stuff

* more tweaks & improvements

* testing top window bug

* supported OpenSelectedItem

* lots of updates

* fixed regression, fixed #444

* better button scenario

* tweaks

* add Ready event to Toplevel

* dotfx .gitignroe

* ready for ready

* updated colors based on feedback; consolodated config code

* tweaked readme

* readme

* Added Editor demonstrating TextView

* Added Editor demonstrating TextView

* added hexeditor scenario

Co-authored-by: Miguel de Icaza <miguel@gnome.org>
Co-authored-by: BDisp <bd.bdisp@gmail.com>
2020-05-20 13:37:12 -04:00