ui icon indicating copy to clipboard operation
ui copied to clipboard

A cross-platform UI library written in V

Results 120 ui issues
Sort by recently updated
recently updated
newest added

**V version:** V 0.1.29 4d2c8a4 **UI version:** 1e0c0e6 **OS:** Win10 **What did you do?** `examples> v run users.v` or `examples> users.exe` **What did you expect to see?** I expect to...

bug

The work that the [`elementary OS`](https://github.com/elementary) folks are doing for release version 6 is quite impressive. There's a lot of consideration in everything UX related and it could be an...

enhancement

A crossplatform webview with support for Javascript V interop would truly make vlang THE end game programming language.

enhancement

Hello there, I'm new to UI programming in general, and I'm considering to start with V UI instead of GTK etc ... but there's something keeping me off: the lack...

enhancement

**V version:** 0.2.2 **UI version:** latest **OS:** Mac OS 10.13 High Sierra **What did you do?** Cross compiled a blank ui window from Mac OS to windows ```v import ui...

bug

The feature would allow creation of programs that add system tray icons and menus. Windows, Linux, and Darwin all have tray APIs; libappindicator on Linux with GTK and kdeconnect indicator...

enhancement

**Requesting new features for Window.** 1. Option for show/hid title bar and control box 2. Option for making transparent the window 3. Click through the window. Window will not handle...

enhancement

(copy from https://gist.github.com/vurtun/61b6dbf21ef060bcbbd8d1faa88350d9#gistcomment-2268492 ) I stumbled upon the following special requirement on handling of a "cursor" on touch devices. Namely, that the position of the touch is just approximate and...

enhancement

Event handling of child widgets like e.g. `event is consumed' in Android. Logic of which child widget should receive the mouse event. https://stackoverflow.com/questions/3756383/what-is-meaning-of-boolean-value-returned-from-an-event-handling-method-in-andro

enhancement

I want to know the `max screen width` and `max screen height` under `Android`, `IOS`, `Linux`, `Windows`, `MacOS`, etc, anyone can help me? Thanks a lot.

enhancement