1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
da3ad2dca6 gx: add missing documentation or update existing ones for public functions (#17094) 2023-01-24 02:02:07 +02:00
017ace6ea7 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
553315b80c gx: add documentation for Color methods (#16010) 2022-10-10 02:47:55 +03:00
fbb9e65c0f all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
afd3ca8273 gx: implement C1.over(C2), add gx.cyan and gx.magenta, fix + and - ops, add more tests 2022-01-29 21:40:09 +02:00
a4fb5d2cfd Fix gx.Color math operations (#13315) 2022-01-28 22:53:14 +02:00
2b9f993574 gg: add text rendering, keyboard event handling for JS and other fixes (#12932) 2021-12-22 12:26:52 +02:00
5f0160bf11 js,gg: more work on porting gg to JS backend (#12903) 2021-12-20 16:18:21 +03:00
6d97b0a407 checker: improve checking of a << b, when a and b are numbers (#12589) 2021-11-29 03:48:49 +03:00
800c0e5092 vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
55aa810e8a gx: complete the string_colors map (#10634) 2021-07-03 10:09:11 +03:00
8a380f4699 tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
cad4c5ee37 gx: add .rgba8(), .bgra8(), .abgr8() methods to gx.Color (#7911) 2021-01-08 13:40:03 +02:00
8b2e704741 examples: make v -prod build-examples pass without warnings/errors 2020-10-18 09:48:13 +03:00
9da7349f63 gg: minor fixes 2020-08-20 08:32:05 +02:00
c65dbe51d6 parser: c2v fixes 2020-08-09 03:58:14 +02:00
6da1d3aff8 gx: convert Color values from int to byte and expand operators 2020-05-28 13:21:20 +02:00