Delyan Angelov
|
55f482bb63
|
ci: update linux image runners from ubuntu-20.04 to ubuntu-24.04 (#23706)
|
2025-02-17 07:37:59 +02:00 |
|
larpon
|
05cbbfbabc
|
x.ttf: add missing doc strings to the module's public symbols (#23205)
|
2024-12-19 14:32:41 +02:00 |
|
Pepper Gray
|
35079f115d
|
encoding.utf8: replace uchar with rune, deprecate get_uchar, is_uchar_punct, is_uchar_global_punct (#22560)
|
2024-10-18 10:39:26 +03:00 |
|
yuyi
|
008aaad999
|
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 |
|
yuyi
|
c51d30bf53
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
|
yuyi
|
19f080ffb8
|
all: change single blank comment to blank line (#22016)
|
2024-08-09 14:55:58 +03:00 |
|
yuyi
|
ddb6685d8a
|
fmt: fix and simplify align of struct fields (#21995)
|
2024-08-05 20:23:39 +03:00 |
|
Turiiya
|
8aa9314a99
|
vlib: refactor empty string checks to use s == '' or s != '' , instead of s.len == 0 (#21300)
|
2024-04-18 02:44:31 +03:00 |
|
Larpon
|
64e8139d46
|
examples, x: fix notice about assigning 0 to a reference field (#20115)
|
2023-12-07 22:34:53 +02:00 |
|
Delyan Angelov
|
5e37798560
|
ci: run VAUTOFIX=1 ./v check-md -hide-warnings . to fix doc failures
|
2023-11-25 09:34:46 +02:00 |
|
Alexander Medvednikov
|
f09826e928
|
all: unwrap const() blocks
|
2023-11-25 10:02:51 +03:00 |
|
JalonSolov
|
6cc51f254f
|
sync,szip,term,time,x.ttf: prepare for making -W impure-v the default (#19929)
|
2023-11-19 18:33:07 +02:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Turiiya
|
9051ac8921
|
all: fix typos (#19634)
|
2023-10-23 21:21:15 +03:00 |
|
Larpon
|
3c68e78f32
|
sokol: fix usage of sokol sampler (#19527)
|
2023-10-07 21:05:30 +03:00 |
|
Alexander Medvednikov
|
0bf85d049e
|
sokol: upgrade to latest version, fix all related issues
|
2023-10-05 20:22:49 +03:00 |
|
yuyi
|
18e60e77de
|
fmt: remove inline comments (#19263)
|
2023-09-03 23:51:56 +03:00 |
|
Delyan Angelov
|
bf1a982273
|
x.ttf: fix a compiler notice for vlib/x/ttf/text_block.v
|
2023-08-21 18:08:28 +03:00 |
|
yuyi
|
e1758bc0c5
|
cgen: fix infix expr with number overflow (fix #18905) (#18936)
|
2023-07-23 13:18:22 +03:00 |
|
Ahmad Yasser
|
cad2cd5583
|
docs: fix typos using codespell (#17332)
|
2023-02-16 11:43:39 +02:00 |
|
Makhnev Petr
|
c8c70de87d
|
docs: unify format of notes (#17294)
|
2023-02-13 10:29:02 +02:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
Junko
|
5bb058e35b
|
gg: revamp the Context pipeline for more effects, implement an additive effect (#16394)
|
2022-11-12 09:39:18 +02:00 |
|
Larpon
|
816e9319d7
|
cgen: remove the need for [console] for gg or ui programs on windows (#15912)
|
2022-09-29 15:02:50 +03:00 |
|
shove
|
8b962f8446
|
checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752)
|
2022-09-15 07:59:31 +03:00 |
|
penguindark
|
706a922e0c
|
x.ttf: update to fix compilation of vlang/pdf and failing ci (#15109)
|
2022-07-17 19:44:11 +03:00 |
|
penguindark
|
df4bd88d45
|
x.ttf: fix a bug in TTF fixed point data management (#14987)
|
2022-07-08 09:20:59 +03:00 |
|
yuyi
|
5a79a54fe4
|
all: fix all remaining unsafe 0 (#14856)
|
2022-06-26 17:04:23 +03:00 |
|
Wertzui123
|
1017335365
|
x.ttf: fix typo in README (#14528)
|
2022-05-26 11:17:15 +03:00 |
|
R cqls
|
c26b7666c7
|
gg: some stuff required to have svg and png screenshots working on v ui (#14180)
|
2022-04-26 20:59:36 +03:00 |
|
Nick Treleaven
|
4400efeb9f
|
checker: Revert part of small_unsigned == signed (#13967) (#14075)
`gcc -W` doesn't error for e.g. u16 == i32, only for u32 == i16.
Any u16 value can fit in an i32.
|
2022-04-18 21:30:09 +03:00 |
|
Alexander Medvednikov
|
fbb9e65c0f
|
all: ~500 more byte=>u8
|
2022-04-15 18:25:45 +03:00 |
|
Alexander Medvednikov
|
fb192d949b
|
all: replace []byte with []u8
|
2022-04-15 15:35:35 +03:00 |
|
Alexander Medvednikov
|
d4a0d6f73c
|
all: byte => u8
|
2022-04-15 14:58:56 +03:00 |
|
Nick Treleaven
|
c780de6282
|
checker: disallow 'small_unsigned == signed' (#13967)
|
2022-04-12 19:37:30 +03:00 |
|
yuyi
|
49155ec312
|
parser: notice unnecessary parenthesis of reference (fix #11179) (#13739)
|
2022-03-15 16:11:53 +02:00 |
|
Benjamin Stigsen
|
ceb05b163a
|
strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313)
|
2022-01-28 20:34:44 +02:00 |
|
Delyan Angelov
|
59357e873d
|
math: move the math.mathutil generic min /max /abs fns to math (#13042)
|
2022-01-05 18:02:20 +02:00 |
|
Larpon
|
4d4398fa8a
|
sokol: type alias all gfx structs (#13014)
|
2022-01-02 20:36:01 +02:00 |
|
Delyan Angelov
|
6d97b0a407
|
checker: improve checking of a << b, when a and b are numbers (#12589)
|
2021-11-29 03:48:49 +03:00 |
|
Delyan Angelov
|
bd9564e38b
|
ci: fix failing ttf_test.v after making char unavailable for variable names
|
2021-11-22 18:28:25 +02:00 |
|
Enzo
|
e3b65092d6
|
parser: deprecate size_t (#11443)
|
2021-09-08 13:09:32 +03:00 |
|
yuyi
|
8be2be8311
|
all: change 'if !(a in b)' to 'if a !in b' (#11330)
|
2021-08-29 11:55:18 +03:00 |
|
Daniel Däschle
|
ad3835b598
|
parser: deprecate short struct init (#10842)
|
2021-07-20 11:17:08 +03:00 |
|
R cqls
|
cdb31119f3
|
x.ttf: apply ctx.scale for x and y in draw_text_bmp (#10598)
|
2021-06-28 13:32:17 +03:00 |
|
Delyan Angelov
|
96adfc9d5b
|
x.ttf: vfmt the examples in the README.md
|
2021-06-24 11:15:13 +03:00 |
|
Delyan Angelov
|
f18265e6a8
|
gg: remove obsolete usages of use_ortho: true
|
2021-06-24 11:15:12 +03:00 |
|
Uwe Krüger
|
60c880a0cc
|
vlib: use malloc_noscan() where possible (#10465)
|
2021-06-15 14:47:11 +03:00 |
|
Delyan Angelov
|
eac1e25c5d
|
strings: simplify Builder (#10263)
|
2021-05-31 14:21:06 +03:00 |
|
Delyan Angelov
|
8a380f4699
|
tools: make v test-cleancode test everything by default (#10050)
|
2021-05-08 13:32:29 +03:00 |
|