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.2.4 3ae4513 **UI version:** 0.0.4 **OS:** Linux raspberrypi 5.10.63-v7l+ #1496 SMP Wed Dec 1 15:58:56 GMT 2021 armv7l GNU/Linux **Special set up** GL driver turned on in...

bug

V-UI uses [sokol](https://github.com/floooh/sokol) as the underlying graphic library, but due to it's limitations, V-UI is unable to support IME now. So, any knowledge concerning to this is welcomed. https://github.com/floooh/sokol/issues/595#issuecomment-995091248 >...

enhancement

**V version:0.2.4 1211029** **UI version:9e69356** **OS:ArchLinux** **What did you do?** Word wrap does not work in languages such as CJK, there are no spaces to separate words. https://www.quora.com/Are-there-any-languages-that-dont-separate-written-words-with-spaces ```v import...

bug

**V version:** 0.2.2 `b5f1cf8` **UI version:** 0.0.4 **OS:** Windows 10 Home x64 21H1 19043.1083 **What did you do?** Compiled and ran any file from the examples folder and even some...

bug

On touch devices it does not subscribe touch events like touch _down that is needed to focus the textbox and move cursor for example. Patch bellow fixes it. ``` ---...

bug

in persian characters have "Contextual forms". also persian is right to left so first character goose right not left. [https://en.wikipedia.org/wiki/Persian_alphabet](https://en.wikipedia.org/wiki/Persian_alphabet) i think rendering would be wrong in arabic too. i...

**V version: 0.2.4 92bb292** **UI version: 0.0.4** **OS: Win10 64bit** **What did you do?** Displaying string data using `ui.label` **What did you see instead?** `ui.label` controls cannot wrap lines automatically...

bug

### **Please add a file selection dialog function, which is necessary and often used.** Demand scenario: I need to perform SHA256 calculation on the selected file, but currently I can...

enhancement

**V version:** **UI version:**0.0.4 **OS:** windows, Microsoft Windows 10 Pro v19042 64-bit **What did you do?** ```v import ui fn main() { window := ui.window({}, []) print(window) } ``` **What...

enhancement

Please implement [7GUIs](https://github.com/7guis/7guis/ ) (and possibly the [extended proposals](https://github.com/eugenkiss/7guis/issues )) **as soon as possible** to get deeper understanding how complicated/easy the use of this UI library will be (before the...

enhancement