|
|
18a86e8aab
|
vertical and horizontal lines, @row and @column return their ids like @div
|
2025-10-26 17:48:42 +01:00 |
|
|
|
4f7fa7d50c
|
major project restructure
|
2025-10-25 17:32:41 +02:00 |
|
|
|
bd31f562fc
|
moved renderer to submodule
|
2025-10-25 17:11:00 +02:00 |
|
|
|
7b036ccee2
|
moved renderer to it's own library and module
|
2025-10-25 15:13:06 +02:00 |
|
|
|
26f38b342b
|
fix weird input behavior
|
2025-10-25 15:11:55 +02:00 |
|
|
|
a8b7171709
|
enable 01 and parallel compilation
|
2025-10-23 22:31:58 +02:00 |
|
|
|
ed2b36ef0f
|
better highlight color
|
2025-10-23 22:31:32 +02:00 |
|
|
|
bb6a166f2a
|
reset more input fields on frame end
|
2025-10-23 22:31:03 +02:00 |
|
|
|
793fd1aa28
|
implement sprite scaling
|
2025-10-23 22:30:18 +02:00 |
|
|
|
c63d08c462
|
add @inline to font_load to fix segfault
|
2025-10-22 15:00:43 +02:00 |
|
|
|
a677d3f1f0
|
removed dependency on libgrapheme
|
2025-10-22 14:56:47 +02:00 |
|
|
|
7ff787f71f
|
separate font module and font now allocates in arena
|
2025-10-22 14:35:35 +02:00 |
|
|
|
be51e37231
|
home and end
|
2025-10-20 23:37:36 +02:00 |
|
|
|
fe6f32c769
|
move around with ctrl
|
2025-10-20 16:15:57 +02:00 |
|
|
|
a512fe6c71
|
fix selection edge cases
|
2025-10-19 22:53:57 +02:00 |
|
|
|
2eec1fb710
|
better text edit
|
2025-10-19 21:10:51 +02:00 |
|
|
|
546f3628c7
|
semi-working text
|
2025-10-18 17:40:27 +02:00 |
|
|
|
ce9d1e6684
|
string layout with custom iterator
|
2025-10-16 22:38:56 +02:00 |
|
|
|
05a6d4803e
|
move cursor with mouse
|
2025-10-14 10:44:13 +02:00 |
|
|
|
e3c0bac9ca
|
rewrote string layout
|
2025-10-13 23:55:41 +02:00 |
|
|
|
5dfbad2399
|
notes
|
2025-10-13 00:26:36 +02:00 |
|
|
|
3b66e51cc6
|
Merge branch 'c3' of https://git.alemauri.eu/alema/ugui into c3
|
2025-10-12 13:22:06 +02:00 |
|
|
|
eb62e9ad72
|
Merge branch 'c3' of https://git.alemauri.eu/alema/ugui into c3
|
2025-10-12 13:19:52 +02:00 |
|
|
|
34d078b524
|
optional alpha channel in color properties
|
2025-10-12 13:19:49 +02:00 |
|
|
|
b9e91c3119
|
implemented a frame skip request
|
2025-10-11 22:32:00 +02:00 |
|
|
|
b5ef86d092
|
actually correct input handling
|
2025-10-10 22:31:28 +02:00 |
|
|
|
fb3a964f7f
|
first draft
|
2025-10-08 22:16:17 +02:00 |
|
|
|
884105a4e2
|
faster sort of command queue
|
2025-10-07 17:47:24 +02:00 |
|
|
|
89f19ccf2e
|
Update README.md
|
2025-10-06 23:46:27 +02:00 |
|
|
|
bbfc306984
|
sort cmd queue
|
2025-10-06 23:23:35 +02:00 |
|
|
|
6b8083ab5c
|
remove fifo from imports
|
2025-10-05 23:14:16 +02:00 |
|
|
|
2bb907d523
|
use std::collections::list instead of custom fifo
|
2025-10-05 01:24:56 +02:00 |
|
|
|
d7cab085f7
|
removed vtree, contracts on mtree
|
2025-10-04 19:58:34 +02:00 |
|
|
|
01c2fa3367
|
contracts in font.c3
|
2025-10-04 19:42:59 +02:00 |
|
|
|
167676f478
|
use $feature() to enable debug features
|
2025-10-03 15:31:44 +02:00 |
|
|
|
8cecb57d93
|
use a tuple in get_elem
|
2025-10-03 15:19:52 +02:00 |
|
|
|
32a57d5293
|
popups
|
2025-10-02 23:19:42 +02:00 |
|
|
|
e7cfa3517f
|
removed ugui_prefix in filenames
|
2025-09-30 22:27:59 +02:00 |
|
|
|
1f66c23919
|
use @row and @column macros
|
2025-09-30 22:19:14 +02:00 |
|
|
|
a9642f28bd
|
add convenience function to draw a semi-transparent rectangle
|
2025-09-30 22:17:08 +02:00 |
|
|
|
6a7dd998a6
|
offset first character of a line to make alignment prettier
|
2025-09-30 22:16:42 +02:00 |
|
|
|
225f61079d
|
Merge branch 'c3' of https://git.alemauri.eu/alema/ugui into c3
|
2025-09-30 21:39:36 +02:00 |
|
|
|
76cef2caa0
|
added @row and @column macros
|
2025-09-30 21:39:00 +02:00 |
|
|
|
96fda0c5e9
|
re-implemented scrollbars
|
2025-09-29 23:51:02 +02:00 |
|
|
|
b99229b48d
|
fix absoulte grow children
|
2025-09-29 23:24:19 +02:00 |
|
|
|
d47b835020
|
fix cursor placement
|
2025-09-27 12:43:38 +02:00 |
|
|
|
f1b6321d3d
|
optional anchor in text_box
|
2025-09-27 12:43:21 +02:00 |
|
|
|
63b3d05b19
|
up and down in textedit
|
2025-09-25 23:16:18 +02:00 |
|
|
|
24216e4ab4
|
add separator widget
|
2025-09-24 22:49:51 +02:00 |
|
|
|
6a13245fd9
|
revert ccca2be49684cdcc905d1acc0b8d2c4cb126c4b4
|
2025-09-24 22:49:34 +02:00 |
|