v/vlib/gx
2024-09-10 11:25:56 +03:00
..
color.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
color_test.v all: change single blank comment to blank line (#22016) 2024-08-09 14:55:58 +03:00
image.v gx: add missing documentation or update existing ones for public functions (#17094) 2023-01-24 02:02:07 +02:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
text.c.v breaking,vlib: update handling of imports whose symbols are not directly used in imported file, remove pub const is_used = 1 workarounds (#21160) 2024-04-01 22:07:05 +03:00
text.js.v js,gg: more work on porting gg to JS backend (#12903) 2021-12-20 16:18:21 +03:00
text.v fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00

Description

gx is a complementary module to gg, that just provides some predefined graphical color names/operations.

Note

gx is going to be merged with gg soon.