dvui icon indicating copy to clipboard operation
dvui copied to clipboard

Results 76 dvui issues
Sort by recently updated
recently updated
newest added

partially fixes #58 as mentioned in https://github.com/david-vanderson/dvui/issues/58#issuecomment-1898322338, the cursor for `cursor_resize_bottom_right` I picked the best, but still looks wrong. This is a SDL2 problem. current (in dvui, this patch): Yes,...

I just encountered the following bug when using a Button with a Text, e.g.: https://github.com/r4gus/keypass/blob/4a480b8eda69ccd1be8549e1a823244996372283/src/gui/login.zig#L103 ``` thread 5585 panic: reached unreachable code /home/sugar/.cache/zig/p/1220bff2951dbed145107b567ad05ae4830bde54fb54d0d96f5297f7aeccfe7dc7c7/src/Options.zig:152:99: 0x322e16 in color (passkeez) .press_text => ret...

bug

Let's say I have the following code. ``` try dvui.label(@src(), "domain", .{}, .{}); var txt_domain = try dvui.textEntry(@src(), .{ .text = &this.b_domain }, .{}); txt_domain.deinit(); ``` this is what it...

Coming from CSS Flexbox, this is a bit strange to me. [Having only global default for gravity](https://github.com/david-vanderson/dvui/blob/811e8d93f9f55c0a16d18d45e61a2db646198b52/src/Options.zig#L61-L65) is strange. Currently you have to [pass gravity to each widget](https://github.com/david-vanderson/dvui/blob/811e8d93f9f55c0a16d18d45e61a2db646198b52/src/Examples.zig#L702-L748). I think...

cannot lighten black `0 * (1 + y) == 0` https://github.com/david-vanderson/dvui/blob/811e8d93f9f55c0a16d18d45e61a2db646198b52/src/Color.zig#L28-L35

I think it would be nice to have a href/ url object that is a combination of label and button (but without the styling of a button). The expected behavior...

enhancement

* ctrl+backspace to delete previous word, ctrl+delete to delete next word * ctrl+left to go back one word, ctrl+right to go forward one word * home to go to beginning...

The `simple` reorderable list example still seems quite complex. I struggled to understand the simple and advanced usages in `Example.zig` For example, it seems like this function could be automatically...

This PR's purpose is to share my experiments addressing https://github.com/david-vanderson/dvui/issues/101 in the hopes that they will be useful **TODO** - [x] Swap structEntry to use `Miller Columns` instead of expanders...