ui
ui copied to clipboard
A cross-platform UI library written in V
**V version:** V 0.4.10 d54a823 **UI version:** latest **OS:** Windows 11 **What did you do?** - click-and-hold left mouse button inside right view - move over to left view -...
Now the rendering engine of flutter, impeller does a very good job. The UI of v will be better if it uses this rendering for cross-platform consistency. It will also...
When double-clicking inside a text control, the word under the cursor should be selected. Bonus: when moving the mouse after quick mouse-down-up-down the word-selection continues selecting ranges of words.
**V version:** V 0.4.10 87f92b1 **UI version:** V UI 0.0.4 **OS:** Ubuntu 20.04 **What did you do?** // If stack contain menu or is menu, will crash. Other widget types...
The VUI menu behaves a bit differently from common menus. When clicking it open, users are forced to click a sub menu item. This is a problem, if the user...
Group Widget can be hard to work with, because its proportions can be out of sync with children widgets that it contains, particularly for resizing. Would be great if the...
ui/examples/child_window.v does not work properly. Clicking the "create window button" results in a blank window with no ui.textbox, ui.checkbox, nor ui.button widgets. To make the example work, could have included...
Bug
**V version:** **UI version:** **OS:** **What did you do?** **What did you expect to see?** **What did you see instead?**
**V version: 0.4.9** **UI version: 0.0.4** **OS: Windows 11** **When viewing the tabs component, copying the entire contents of the file "examples/component/tabs.v" to main.v and running it, I get an...
Nice to have `system-bold` and `system-italic` fonts to compliment `system` font.