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

169 Commits

Author SHA1 Message Date
9cb378bb6b examples: reduce the memory usage of the clock example, without -autofree & -gc boehm 2021-11-11 17:39:02 +02:00
32b74dd348 gg: simplify the minimal gg application even more with context.user_data = context 2021-11-06 18:24:19 +02:00
c4e282a0c8 parser: check fn args in declarations too with -Wimpure-v
`v -Wimpure-v examples/2048/` now passes cleanly.
2021-11-03 16:20:24 +02:00
45534b512b time: move pure V function from time.c.v 2021-10-19 16:03:45 +03:00
09cc0c7247 gg: use sgl.begin_points for pixels + improve pixels example (#12085) 2021-10-07 10:46:57 +03:00
f454d30318 gg: use sgl.begin_triangles when drawing triangles (#12083) 2021-10-07 03:45:23 +03:00
970768288d gg: expose sapp_desc.swap_interval via gg.Config (#11975) 2021-09-25 15:06:56 +03:00
63ff5690ff sokol.sapp,gg: add support for drag & drop events (#11359) 2021-09-01 09:21:27 +03:00
e85311c2ba gg: change draw_cubic_bezier* call signatures for speed and to match *_poly (#11323) 2021-08-27 16:52:05 +03:00
4d078edb72 scanner: no longer allow 1. float literals (#11301) 2021-08-25 14:39:37 +03:00
833bf2cf15 gg: add cubic Bézier curves + examples (#11286) 2021-08-24 06:35:27 +03:00
76205cff2b gg: add scaling to draw_convex_poly (#11276) 2021-08-23 13:38:29 +03:00
352df873d5 gg: add scaling to draw_empty_poly() (#11272) 2021-08-23 00:37:20 +03:00
70a658a265 gg: set_pixels() (#11236) 2021-08-20 01:14:25 +03:00
fadfc3b457 gg: format a line 2021-08-16 06:36:23 +03:00
022503a107 gg: fix top left corner pixel not being drawn (#11202) 2021-08-16 04:59:05 +03:00
576664e31f gg,sokol,stbi,gx,fontstash: cleanup for -Wimpure-v 2021-08-12 22:42:42 +03:00
79c7aed3c2 gg: allow easily detecting the edges of key_down keyboard events 2021-07-26 18:39:59 +03:00
c44a47acb1 gg: fix draw_line on macos (native rendering) 2021-07-03 02:49:20 +03:00
b2391424d9 examples: add examples/gg/random.v demonstrating how to stream images/pixels 2021-06-24 17:45:14 +03:00
cc91d9bee3 gg: keep/update commonly used event state inside the gg.Context 2021-06-24 11:14:57 +03:00
f1c4753cc0 gg: fix draw_line (#10534) 2021-06-21 20:30:03 +03:00
123682dffb gg: add a draw_line_with_config method (#10513) 2021-06-19 21:32:08 +03:00
22214c73e3 gg: apply ctx.scale to circle pos (#10512) 2021-06-19 09:07:34 +03:00
98613036c1 gg: fix draw_line on m1 2021-06-07 21:31:24 +03:00
452a51c8fe gg: render text if we fell back to system default (#10307) 2021-06-02 16:00:14 +03:00
465860e418 gg: fix ctx.scale for circles (#10210) 2021-05-28 22:37:02 +03:00
9fab4af3f1 gg: update the mouse click callback to pass what mouse button was clicked too (#10225) 2021-05-28 12:46:23 +03:00
a095a27d00 gg: change vid to ved in a comment (#10218) 2021-05-27 20:14:36 +03:00
6cdc7646b8 gg: add quit fn (#10223) 2021-05-27 17:56:18 +03:00
d26ac5692e all: various fixes for [heap]/auto-heap handling (#10033) 2021-05-07 15:58:48 +03:00
8af6237e28 gg: fix width and height in draw_rounded_rect primitive (#9926) 2021-04-29 10:58:57 +03:00
aebb551e93 cgen: do full struct initialisation for V structs, fixes invalid data from map[string]Struct{}['unknown'] (#9878) 2021-04-27 08:18:48 +03:00
f36e46bfde gg:fix draw_line for android (#9882) 2021-04-26 10:01:55 +03:00
73352583e7 ci: fix all -cstrict warnings with gcc and clang (#9792) 2021-04-19 15:38:48 +03:00
8caabf0e9e sokol: update to floooh/sokol@c602d83 (#9607) 2021-04-07 20:39:23 +02:00
1716e8dd04 gg: byteptr fixes 2021-04-04 18:05:01 +03:00
cbf4715804 gg: ui mode fixes 2021-03-27 13:03:19 +03:00
a67d49050c math: add a pure V math.mathutil, with generic min, max and abs functions (#9176), and use it consistently 2021-03-12 11:28:04 +02:00
845e8decce x64: basic mach-o and arm64 support 2021-03-05 17:52:39 +03:00
b712af56fd all: bring back panic(err.msg) -> panic(err) (#9022) 2021-03-01 00:18:14 +01:00
d63b7bc35a all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
1d69a0bd22 gg: window_size_real_pixels that for 3D without dpi scaling (#9004) 2021-02-27 22:11:26 +01:00
b4dc6c83cd gg: handle Android's own native dpi scaling factor (#8908) 2021-02-22 21:24:18 +02:00
68972fcec6 gg: ensure window_size does not do / 0 (#8907) 2021-02-22 19:00:10 +02:00
ab6517c5fc gg: support passing down the state of pressed mouse buttons in mouse moves events 2021-02-17 20:14:37 +02:00
d4a05bebde gg: use gg types for Events instead of sapp 2021-02-17 06:44:01 +01:00
94429c8fd8 gg: window_size: normalize dpi scaling (#8738) 2021-02-16 12:41:21 +01:00
4a0367a63c vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
7813ecbb75 gg: add draw_convex_poly/2 and draw_empty_poly/2 methods (#8487) 2021-02-01 18:18:23 +02:00