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 |
|
Turiiya
|
9051ac8921
|
all: fix typos (#19634)
|
2023-10-23 21:21:15 +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 |
|
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 |
|
Alexander Medvednikov
|
0567cbe431
|
examples: fix compilation with -prod
|
2021-04-23 14:48:07 +03:00 |
|
Lukas Neubert
|
46e7e27ba3
|
v vet: give an error for trailing whitespace (#9574)
|
2021-04-09 13:22:14 +03:00 |
|
Delyan Angelov
|
e5a84719ca
|
all: require calling optfn() ? / optfn() or {...} for fn optfn() ? {}
|
2021-01-26 16:43:17 +02:00 |
|
Alexander Medvednikov
|
d991712b3c
|
gg: native rendering mode on macOS
|
2021-01-23 10:25:43 +01:00 |
|
penguindark
|
ee9f9c9d81
|
x.ttf: add README, some improvements (#8157)
|
2021-01-17 03:11:47 +01:00 |
|
penguindark
|
c067cc0357
|
vlib: add a TTF font loader and render in x.ttf (#7995)
|
2021-01-10 20:14:41 +02:00 |
|