Commit Graph

26 Commits

Author SHA1 Message Date
f134a1f21e Add form example, add /examples directory. 2019-08-30 14:51:08 -04:00
dfc3f618c0 Add FillWidth and FillHeight enclosures. 2019-08-30 13:35:56 -04:00
cf56e8c47e Define giowrap.Horizontal and giowrap.Vertical as AxisOpts. 2019-08-28 11:54:32 -04:00
83c9d40500 Memory profiling code. Updates to reduce memory footprint. 2019-08-28 11:48:22 -04:00
635655e768 Restructure main2 in cmd/hello (from Elias Naur) 2019-08-27 09:49:35 -04:00
9f60b99984 Move Grid{} to a new file. Run go fmt. 2019-08-27 09:24:30 -04:00
f96cdb619a cmd/scroll: update x/y scrolling demo. 2019-08-23 11:21:35 -04:00
70e5529a9b Add List widget combinator. Add HScroll and VScroll functions. Add
scroll demo to see a 2-way scrolling field of selectable labels.
2019-08-23 10:46:59 -04:00
62d0ceef66 Add ColorOpt to giowrap.Label. 2019-08-22 18:15:14 -04:00
014ace99a6 Update gio version. Add side grid for year selection to cmd/cal. 2019-08-22 14:43:28 -04:00
25847d5921 Remove unused function from cmd/cal/main.go. 2019-08-22 10:48:14 -04:00
3724f62497 Add Grid layout element and calendar example (cmd/cal). 2019-08-22 10:13:27 -04:00
491f26dcfe New style for options. 2019-08-20 12:39:28 -04:00
5bef5fc95a Add profiling code, and implementation using basic widgets instead of closures. 2019-08-18 17:00:19 -04:00
a463c073ed Documentation fix. 2019-08-16 20:31:50 -04:00
bfd6ae49df Fixup. 2019-08-16 17:33:28 -04:00
716cd6b562 Functional options. 2019-08-16 16:38:49 -04:00
b9514a08ff Fix docs. 2019-08-15 23:02:51 -04:00
e638a9dde4 Fixup. 2019-08-15 18:36:22 -04:00
92cb4d20a4 Cleanups and comments. 2019-08-15 18:32:01 -04:00
74951e8ce5 Add giowrap.Clickable(). 2019-08-15 17:47:46 -04:00
03740d940b Add README.md 2019-08-15 09:34:47 -04:00
86245ad484 Refactor into a package. 2019-08-15 09:16:00 -04:00
e1fc40e6c6 Change Layout() type to Layout(Context) Context 2019-08-12 12:19:16 -04:00
396ee09d9f Implement Insets. 2019-08-12 08:47:16 -04:00
9869efc448 Initial commit. 2019-08-08 18:11:20 -04:00