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

288 Commits

Author SHA1 Message Date
f0ce7fb9d3 Revert "gg: fix android compilation for ~/.vmodules/ui/examples/rectangles.v"
This reverts commit f1a855e6d2.
2022-07-06 16:19:40 +03:00
f1a855e6d2 gg: fix android compilation for ~/.vmodules/ui/examples/rectangles.v 2022-07-06 16:02:50 +03:00
0dd5050b29 os: clean up usage of ANativeActivity, allow access to fields (#14948) 2022-07-05 16:30:10 +03:00
b6b611aa82 v: support better separation of general Android vs Termux specific code (part 2) 2022-07-01 13:18:31 +03:00
71ff221cff gg: update draw polygon test (#14880) 2022-06-30 21:21:12 +03:00
28068e8ecf gg: add draw_polygon_filled test (#14871) 2022-06-28 08:30:45 +03:00
6b2d3a826b gg: add draw_polygon_filled fn with rotation parameter (#14867) 2022-06-27 21:34:43 +03:00
d42aadda0f gg: fix draw arch functions alpha color (#14850) 2022-06-26 00:03:43 +03:00
139c34c07d gg: optimise app.gg.show_fps() (cache ctx.text_size() results, round frame to int without interpolation, center text inside the background rectangle) 2022-06-12 16:07:00 +03:00
4682e17ac1 gg: fix v -d show_fps run examples/gg/stars.v 2022-06-12 15:17:04 +03:00
7e06203da8 gg: support -d show_fps for all gg apps 2022-06-12 14:20:32 +03:00
f58e5a94c2 gg: fire resize event before init if necessary on Android (#14725) 2022-06-08 21:43:20 +03:00
d679146a80 fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
eb03fad934 gg: improve some loops in draw_rounded_rect* methods (#14195) 2022-04-27 22:57:48 +03:00
85f616877f gg: fix gg.draw_rounded_rect_empty() graphical abnormalities and some optimizations (#14186) 2022-04-27 11:22:57 +03:00
c26b7666c7 gg: some stuff required to have svg and png screenshots working on v ui (#14180) 2022-04-26 20:59:36 +03:00
03d21a727e gg: fix gg.draw_rounded_rect_filled() graphical abnormalities (#14128) 2022-04-22 00:16:10 +03:00
1c6f63ac0a tests: use u8 everywhere 2022-04-15 18:34:15 +03:00
fbb9e65c0f all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
fb192d949b all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
56e6fd01c5 gg: document pub functions in text_rendering and m4/vector (#13961) 2022-04-06 19:34:02 +03:00
1482db6d1a gg: add missing doc strings to android, recorder and gg.c.v (#13936) 2022-04-05 18:42:01 +03:00
2350dbbd57 gg: add missing doc strings to pub fns in image.* (#13934) 2022-04-05 13:21:03 +03:00
aa9e2ebb25 gg: document all draw functions (#13931) 2022-04-04 18:09:19 +03:00
36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
d2e8302d21 ci: show failing compilation output in draw_fns_api_test.v (make diagnostic easier) 2022-02-22 16:53:06 +02:00
809772db4e gg: improve Context scale for Android (#13545) 2022-02-21 12:12:21 +02:00
db50e79d26 tools: implement cgen tag for Markdown examples in v check-md (#13332) 2022-01-31 22:51:04 +02:00
eb7f152f3d gg: add a temporary import for gx + a gg.Color type alias for gx.Color, without using it 2022-01-29 21:42:19 +02:00
2d184559b6 ci: fix failing draw_fns_api_test.v on macos (after rename) 2022-01-26 15:32:06 +02:00
867056dafb gg: rename some variables (for consistency) (#13280) 2022-01-26 12:26:12 +02:00
0979723636 gg: improve small circle (r<20) looks 2022-01-26 10:32:14 +02:00
387b2db658 gg: cleanup reordering for readablity (#13258) 2022-01-24 14:12:34 +02:00
4e0e2ef753 gg: additions, changes and fixes (#13255) 2022-01-23 18:18:17 +02:00
359b674cff ci: fix more failing tests 2022-01-22 23:18:09 +02:00
79cb0db2ff gg: add a working implementation for screen_size() on windows (#13237) 2022-01-21 14:43:12 +02:00
d67be6302b gg: add the gg.Context.remove_cached_image_by_idx() method (#13206) 2022-01-20 08:10:09 +02:00
7fbd856bf8 os: add font module, move from gg (#13144) 2022-01-13 12:16:18 +02:00
3ae4513e2e sokol: update to floooh/sokol from 27-Dec-2021 (4ff3ed7) (#13044) 2022-01-05 18:23:14 +02:00
a60b381d5e docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
59ed4be49a all: update copyright year 2022-01-04 12:21:12 +03:00
88a973b617 sokol: type alias all sgl structs, support sgl_context (#13018) 2022-01-03 15:05:24 +02:00
4d4398fa8a sokol: type alias all gfx structs (#13014) 2022-01-02 20:36:01 +02:00
2210f89ea3 sokol: type alias all sapp structs (#12962) 2021-12-26 13:02:51 +02:00
546c388b02 gg: renaming drawing functions (#12913) 2021-12-23 13:31:25 +02:00
2b9f993574 gg: add text rendering, keyboard event handling for JS and other fixes (#12932) 2021-12-22 12:26:52 +02:00
ade14491d4 gg: add event handling for mouse down/up and mouse leave/out on VJS (#12917) 2021-12-21 12:31:29 +02:00
5f0160bf11 js,gg: more work on porting gg to JS backend (#12903) 2021-12-20 16:18:21 +03:00
3a504480d9 gg: add draw_arc_empty (#12887) 2021-12-18 12:39:14 +02:00