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

39 Commits

Author SHA1 Message Date
c8c70de87d docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
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
7e69619add builtin, compiler: replace isnil(x) calls with x == unsafe { nil } (a little faster without -prod) (#15759) 2022-09-15 14:59:37 +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
a60b381d5e docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +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
b63ec8fbcf checker: require params attribute to use struct as keyword arguments in function (#11135) 2021-09-14 00:05:30 +03:00
576664e31f gg,sokol,stbi,gx,fontstash: cleanup for -Wimpure-v 2021-08-12 22:42:42 +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
e30e794884 checker: add check for using a private const in another module (#8501) 2021-02-03 10:17:13 +02: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
c1651bd271 gg: fixes and Android support (#6161) 2020-08-19 07:10:42 +02:00
c65dbe51d6 parser: c2v fixes 2020-08-09 03:58:14 +02:00
65159b8070 gg: bold/mono/italic fonts 2020-07-27 21:20:23 +02:00
6da1d3aff8 gx: convert Color values from int to byte and expand operators 2020-05-28 13:21:20 +02:00
104359365f examples: fix const name warnings due to gx.White, etc... 2020-05-22 20:00:46 +03:00
10da871743 checker: handle unknown fields in fail_if_immutable 2020-05-10 02:07:15 +02:00
88d15c6611 gl, glfw, freetype fixes 2020-04-02 01:45:22 +02:00
f5a8d883d2 gx: add hex to rgb color 2020-03-07 04:30:35 +01:00
c8c43a2475 update copyright year 2020-01-23 21:04:46 +01:00
0502a54a36 new gg/freetype modules with sokol/fontstash backends 2020-01-22 20:54:36 +01:00
66f271f100 fix a string interpolation bug 2019-12-03 20:41:49 +03:00
ffa6bcfff5 vfmt: handle comments 2019-11-13 11:54:22 +03:00
b1730b768d remove a println() 2019-10-31 12:15:45 +03:00
1390a39053 clean up switch tokens 2019-10-27 22:42:52 +03:00
fe17dd9a7e vlib: make more structs, consts, & enums public 2019-10-24 22:35:11 +11:00
3d6bdc2dc3 public enums + more public structs (libs/examples/tests) 2019-10-24 13:24:50 +03:00
4594d78bd6 move all vlib modules to vlib/ 2019-06-29 12:00:31 +02:00