Commit Graph

89 Commits

Author SHA1 Message Date
Francisco Vallarino
88e12a8d9b
Reduce memory usage by sharing wreq session among image widget instances (#22)
* Reduce memory usage by sharing wreq session among image widget instances

* Update Books example to use Session instance

* Update Changelog
2021-08-31 18:47:45 -03:00
Francisco Vallarino
9b6d6a5082 Improve ticker example by grouping messages before feeding them back into the UI 2021-08-21 10:02:39 -03:00
Jan Hrcek
66e9a70479
Add setup instructions for Fedora (#3) 2021-08-11 11:01:18 -03:00
Francisco Vallarino
561a0bd1b0 Improve tutorials 2021-08-09 00:26:35 -03:00
Francisco Vallarino
38bb502596 Remove development helpers/notes 2021-08-09 00:10:32 -03:00
Francisco Vallarino
2b06503863 Improve examples README 2021-08-07 00:55:12 -03:00
Francisco Vallarino
23f0818fff More improvements to documentation 2021-08-05 01:48:59 -03:00
Francisco Vallarino
83bbc9208a Describe examples 2021-08-04 18:33:02 -03:00
Francisco Vallarino
e18ce00705 Document themes and how widgets use them 2021-07-31 22:09:15 -03:00
Francisco Vallarino
b4d92f279f Add node prefix to key, enabled, visible and focusable 2021-07-31 13:42:42 -03:00
Francisco Vallarino
da1a9ba726 Rename multiLine to multiline 2021-07-31 13:12:52 -03:00
Francisco Vallarino
44109ca217 Add style prefix to the six style combinators (avoid reserving some common names) 2021-07-31 12:48:22 -03:00
Francisco Vallarino
d8dd3d9338 Improve example 6 colors. Do not use hover style on dropTarget if not top level 2021-07-28 16:30:56 -03:00
Francisco Vallarino
918ffc2086 Rename activeStyle/activeTheme to currentStyle/currentTheme (avoid ambiguity with active style state) 2021-07-26 19:51:48 -03:00
Francisco Vallarino
1a051519f0 Standardize order of arguments for node related helper functions 2021-07-26 13:26:55 -03:00
Francisco Vallarino
49fb421780 Add anim suffix to animation widgets 2021-07-26 11:18:55 -03:00
Francisco Vallarino
e6de3c4b58 Update Todo example to overlay edit section 2021-07-26 10:46:09 -03:00
Francisco Vallarino
afe4708774 Report theme has changed from themeSwitch, use it to force merge 2021-07-25 11:52:06 -03:00
Francisco Vallarino
9db67bb890 Improvements/formatting for tutorials 2021-07-25 01:43:02 -03:00
Francisco Vallarino
973b92f659 Add mergeRequired support to box 2021-07-24 22:43:18 -03:00
Francisco Vallarino
efa89f0ed3 Refactor/reformat examples code 2021-07-24 13:47:57 -03:00
Francisco Vallarino
94fbb8d507 Improve Ticker example styling 2021-07-23 16:27:34 -03:00
Francisco Vallarino
00d77747cc Partial improvements to examples 2021-07-22 20:25:22 -03:00
Francisco Vallarino
0038ff20ab Initial version of themes tutorial. Initial version of light theme 2021-07-20 01:59:54 -03:00
Francisco Vallarino
702aea6842 Add threaded flags to examples. Update tasks 2021-07-06 20:39:08 -03:00
Francisco Vallarino
230922c40c Add alignment options to image 2021-07-02 23:56:33 -03:00
Francisco Vallarino
07dd4bbd1d Minor styling changes in examples 2021-07-01 17:12:37 -03:00
Francisco Vallarino
49bed0c564 Fix styling for button and dropdown 2021-06-30 23:27:17 -03:00
Francisco Vallarino
e458fbc981 Improve life cycle tutorial 2021-06-29 21:24:41 -03:00
Francisco Vallarino
7e62f72da4 Default spacer to 10 width 2021-06-29 20:42:50 -03:00
Francisco Vallarino
cb136dce13 Update styles for books example 2021-06-29 19:48:18 -03:00
Francisco Vallarino
61da684b20 Improve styles for todo example 2021-06-29 19:47:55 -03:00
Francisco Vallarino
8281f168e4 Do not set focus to empty path 2021-06-26 20:48:34 -03:00
Francisco Vallarino
9435f2da08 Move radio value argument to first position 2021-06-26 19:51:39 -03:00
Francisco Vallarino
b4f517c29e Pass down BtnPressed in labeledItem (fixes focus issue) 2021-06-26 19:06:19 -03:00
Francisco Vallarino
bcccbded32 Add placeholder text for textField 2021-06-25 17:07:19 -03:00
Francisco Vallarino
9dfa025e39 Add support for labeled radio buttons. Make radio use hlColor for its marker 2021-06-25 00:08:37 -03:00
Francisco Vallarino
11be973b5d Add support for labeled clickable items. Add initial version of labeledCheckbox. 2021-06-24 12:19:20 -03:00
Francisco Vallarino
6827bf2dbb Add support of onEnter, onLeave, onBtnPressed and onBtnReleased to box. Simplify logic when support is provided for evt and reqs 2021-06-17 16:00:16 -03:00
Francisco Vallarino
e3e8c9fbc5 Handle multiple clicks in box 2021-06-16 00:34:25 -03:00
Francisco Vallarino
1bfe861c5c Create UserUtil module, put setFocus and similar in it 2021-06-14 18:12:10 -03:00
Francisco Vallarino
7e73f99927 Rename globalKeyWidgetId/globalKeyPath to widgetIdFromKey/pathFromKey 2021-06-14 16:53:08 -03:00
Francisco Vallarino
0b2d8d486e Rename simpleApp to startApp 2021-06-14 16:16:46 -03:00
Francisco Vallarino
9bf8ad11ae Make default theme kind of work (user absolutely needs to customize if starting from scratch) 2021-06-14 01:08:30 -03:00
Francisco Vallarino
a2ddbd8ca9 Add separatorLine widget 2021-06-14 00:20:25 -03:00
Francisco Vallarino
6af5e493c1 Add introductory tutorial for lenses 2021-06-12 23:20:54 -03:00
Francisco Vallarino
0c1591ef38 Add docs for tutorial 7. Improve previous docs 2021-06-12 19:38:31 -03:00
Francisco Vallarino
9a7795bf2f Add docs for tutorials 3 and 4. Improve previous docs 2021-06-11 01:08:01 -03:00
Francisco Vallarino
a09fdabed5 Renumber tutorials again 2021-06-09 23:20:36 -03:00
Francisco Vallarino
9ec8c8d136 Add code for Tutorial 07 2021-06-09 22:43:08 -03:00