Mike Ward
|
1d9aa88ca5
|
gg: mark create_image_with_size as deprecated (image resizing is done by stbi.resize_uint8/3 , with a different fn signature) (#23580)
|
2025-01-26 08:04:17 +02:00 |
|
yuyi
|
c51d30bf53
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
|
yuyi
|
ddb6685d8a
|
fmt: fix and simplify align of struct fields (#21995)
|
2024-08-05 20:23:39 +03:00 |
|
Delyan Angelov
|
2366582528
|
gg: deprecate gg.DrawImageConfig.rotate, in favor of gg.DrawImageConfig.rotation, improve the documentation comments (#21963)
|
2024-07-30 17:45:57 +03:00 |
|
Delyan Angelov
|
f676daceb5
|
vlib: fix C warnings/errors for v -show-c-output -cstrict -cc clang-18 run examples/gg/additive.v
|
2024-07-30 17:15:15 +03:00 |
|
Delyan Angelov
|
cadec97427
|
gg: add a note that Context.new_streaming_image has to be called after Sokol's setup
|
2024-07-29 09:21:06 +03:00 |
|
Turiiya
|
1a35a783f1
|
breaking,checker: disallow initializing private struct fields outside structs module (#21183)
|
2024-04-12 13:53:02 +03:00 |
|
Alexander Medvednikov
|
acf0107493
|
builtin: str.last_index(); pref: hide-auto-str;
|
2024-03-28 18:26:30 +03:00 |
|
Turiiya
|
f77bb32044
|
all: fix typos (#21089)
|
2024-03-25 12:18:27 +02:00 |
|
Alexander Medvednikov
|
b2df3264a7
|
gg: fix empty circle in native; http: post_form_with_cookies; veb: print veb action in html errors
|
2024-03-11 18:21:06 +03:00 |
|
Anton
|
763f94388b
|
all: update copyright year (#20334)
|
2024-01-01 23:29:54 +02:00 |
|
Alexander Medvednikov
|
01e6f6473b
|
gg: set_window_title; macos img fix; gx: color fixes; strings: Builder.writeln_string
|
2023-11-22 03:10:34 +03:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Turiiya
|
f98bb863ab
|
vlib: fix typos and formatting (#19649)
|
2023-10-25 11:19:56 +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 |
|
Artem Yurchenko
|
0f861db9b0
|
gg: implement Android specific APK asset loading for the create_image function (#19015)
|
2023-07-31 17:40:16 +03:00 |
|
Alexander Medvednikov
|
d60ceb45cd
|
gg: make create_image() return !Image
|
2023-03-29 19:04:41 +02:00 |
|
Alexander Medvednikov
|
6756d28595
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
|
Alexander Medvednikov
|
1470eb6fa4
|
gg: fix native image rendering with with/height=0
|
2023-01-30 16:06:18 +01:00 |
|
Alexander Medvednikov
|
868908b80d
|
checker: require unsafe for Struct(voidptr) casts
|
2023-01-06 09:28:11 +03:00 |
|
Alexander Medvednikov
|
88e33a83de
|
gg: fix draw_image on macos native; vcreate: vweb template
|
2022-12-21 19:33:37 +03:00 |
|
Larpon
|
6e24f7e13a
|
gg: always use 4 channels in init_sokol_image (#16564)
|
2022-12-01 18:54:37 +03:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
Alexander Medvednikov
|
37583b04b4
|
gg: make create_image's receiver immutable
|
2022-11-14 17:25:42 +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 |
|
Delyan Angelov
|
3c25f506ed
|
Revert "stbi: fix loading image from memory (#15981); breaks UI's rectangle example on macos, probably others too"
This reverts commit 07d5612347 .
|
2022-10-10 10:39:32 +03:00 |
|
locriacyber
|
07d5612347
|
stbi: fix loading image from memory (#15981)
|
2022-10-07 17:20:35 +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 |
|
Larpon
|
2350dbbd57
|
gg: add missing doc strings to pub fns in image.* (#13934)
|
2022-04-05 13:21:03 +03:00 |
|
Alexander Medvednikov
|
36ec47cd20
|
all: replace "NB:" with "Note:" (docs/comments)
|
2022-03-06 20:01:22 +03:00 |
|
Alexander Medvednikov
|
59ed4be49a
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
|
Larpon
|
4d4398fa8a
|
sokol: type alias all gfx structs (#13014)
|
2022-01-02 20:36:01 +02:00 |
|
playX
|
b482da74e9
|
gg: move code using C types to c.v files, add js.v files (#12873)
|
2021-12-17 15:22:09 +02:00 |
|
Larpon
|
53aa4eba0d
|
sokol: add sg_isvalid wrapper to gfx (#12081)
|
2021-10-07 10:41:57 +03:00 |
|
Enzo
|
e3b65092d6
|
parser: deprecate size_t (#11443)
|
2021-09-08 13:09:32 +03:00 |
|
Delyan Angelov
|
576664e31f
|
gg,sokol,stbi,gx,fontstash: cleanup for -Wimpure-v
|
2021-08-12 22:42:42 +03:00 |
|