Skip to content

Commit b9c3b49

Browse files
readme: note that we are targetting zig 0.11.x (for now)
license: remove copyright years
1 parent 79a4baf commit b9c3b49

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MIT License
22

3-
Copyright (c) 2022 David Vanderson
3+
Copyright (c) David Vanderson
44

5-
TinyVG Copyright (c) 2020 Felix Queißner
5+
TinyVG Copyright (c) Felix Queißner
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A [Zig](https://ziglang.org/) native GUI toolkit for whole applications or extra
44

55
Status: Alpha. Works well enough for use in real applications, like this [podcast player](https://github.com/david-vanderson/podcast), but not widely used as yet.
66

7-
Note: This tracks Zig master and won't work with 0.10.x
7+
Note: This works with Zig 0.11.x
88

99
See [gui-demo](https://github.com/david-vanderson/gui-demo) for integration examples.
1010

todo.txt

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
redo menu and menuItem stuff to fix:
3-
- can it catch if the mouse motion was toward an open submenu?
2+
keyboard nav for menus:
3+
- if opening a submenu by keyboard, submenus_activated should be false
4+
- keyboard arrow keys should obey orientation of menu (vertical or horizontal)
5+
- arrow keys should do tab navigation but not move you outside the menu
6+
7+
menu mouse motion towards open submenu
48
- submenu has to register its rect with parent
5-
- test:
6-
- mousing off a menuItem onto a checkbox (non menuItem)
7-
- mousing from a submenuItem to submenu
8-
- keyboard navigation
99

1010
keyboard nav for dropdowns
1111

@@ -16,6 +16,8 @@ change MenuWidget to take InitOptions
1616

1717
popupSet - can this be done as a static var inside PopupWidget?
1818

19+
remove the color_style error?
20+
1921

2022
send updates to tinyvg
2123

0 commit comments

Comments
 (0)