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:** 0.4.0 **UI version:** 0.0.4 **OS:** Windows Server 2016 **What did you do?** ```import ui struct App { mut: window &ui.Window = unsafe { nil } first_name string last_name...

bug

# V doctor ``` OS: linux, "Garuda Linux" Processor: 16 cpus, 64bit, little endian, AMD Ryzen 7 3800X 8-Core Processor CC version: cc (GCC) 12.2.1 20230201 getwd: /home/yuart vmodules: /home/yuart/.vmodules...

bug

# V doctor ``` OS: linux, "Garuda Linux" Processor: 16 cpus, 64bit, little endian, AMD Ryzen 7 3800X 8-Core Processor CC version: cc (GCC) 12.2.1 20230201 getwd: /home/yuart vmodules: /home/yuart/.vmodules...

bug

The function ` fn (ctx &Context) draw_line_with_config(x f32, y f32, x2 f32, y2 f32, config PenConfig)` in module `gg` is very useful for drawing custom lines. Currently, there exists only...

enhancement

It would be nice to can set a minimum width and height for the window and even for the component to prevent them to have a null size

enhancement

V is literally futuristic modern langauge... but here in **UI library** we need some of the cool features **to push the library to next level** We need **key bindings..** For...

enhancement

UI code as shown in demo example is more or less confusing, notably for beginner. Same demo can be created like this, which syntax may be much more attractive and...

enhancement

**V version:** V 0.4.6 7a36b44 **UI version:** 0.04 **GCC version:** 14.1.1 20240507 **OS:** EndeavourOS Linux x86_64 **What did you do?** Tried compiling this basic code with GCC: ```v import ui...

bug

This route does not have a rough completion time frame and regular updates on progress, such as updates every three months or six months

enhancement

Greatly improved the cursor movement using the keyboard in multiline textboxes. Support for: - quickly jumping over words (ctrl + direction) - quickly selecting words (ctrl + shift + direction)...