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

239 Commits

Author SHA1 Message Date
bab5c21224 parser: warn when fixed-size ArrayInit doesn't have trailing {}. (#6137) 2020-08-16 04:54:05 +02:00
9800cf1e7b checker: improve array errors; gg: remove unused imports 2020-08-12 03:54:17 +02:00
ecaccafd31 gg: image cache 2020-08-05 16:00:24 +02:00
67aafd03c6 gg: fix image rendering 2020-08-05 14:34:28 +02:00
7b1944c2da gg: simplify the image_cache 2020-08-05 08:46:20 +03:00
221a777a80 gg: cache sokol C.sg_image handles 2020-08-05 08:09:25 +03:00
f3ebd3a6e7 gg: fix image rendering 2020-08-05 03:15:40 +02:00
f9d241ae27 gg,stbi: implement gg.create_image_from_memory/2 2020-08-04 13:18:08 +03:00
216b6bf285 gg: remove tracing println in draw_image 2020-08-04 12:57:54 +03:00
9ce75e10d5 gg: free gg.create_image from having to be called by sokols init_fn callback 2020-08-04 12:37:28 +03:00
60c642f42d gg: clean up draw_image() 2020-08-04 01:26:56 +02:00
0ac30a8d9c gg: enable image transparency in gg.draw_image2 too 2020-08-03 00:30:08 +03:00
a7ca1682c4 gg: fix gg.draw_image2 (image drawn, but without transparency for now) 2020-08-02 23:47:37 +03:00
79b70006e6 examples: simplify gg/rectangles.v 2020-08-02 17:01:10 +02:00
cc57b52773 gg: fix typo 2020-08-01 23:52:15 +02:00
149de958f3 gg: fix compilation 2020-08-01 23:45:36 +02:00
fb4550e582 gg: new create_image() (part 1) 2020-08-01 23:40:28 +02:00
5bf3b6eda3 gg: fix running tetris and ui examples on linux 2020-07-28 12:12:44 +03:00
65159b8070 gg: bold/mono/italic fonts 2020-07-27 21:20:23 +02:00
db2346069a gg: always use stb_truetype for now 2020-07-13 01:02:50 +02:00
cad816a19d gg: text_height() 2020-07-12 12:48:42 +02:00
40da32a141 gg: text_width() 2020-07-12 01:46:21 +02:00
e0fcd565d5 gg: fix default text size 2020-07-07 17:33:24 +02:00
f8a89e3f8f gg: fix text rendering (#5727) 2020-07-07 17:09:35 +02:00
013c0e6e16 gg: make FT private 2020-07-06 21:40:24 +02:00
48f1f814d2 gg: minor fixes 2020-07-06 20:40:54 +02:00
0ed8199da2 gg: merge ft module 2020-07-06 20:29:09 +02:00
1f3d7d393e gg: simplify text rendering 2020-07-06 19:45:00 +02:00
f6ab63f3a0 stbi: remove opengl call 2020-07-05 19:28:31 +02:00
8277c976a8 gg: draw_image,draw_rounded_rect placeholder fns 2020-06-07 15:20:42 +02:00
3478430762 gg: borderless windows on macos without animation 2020-06-05 15:43:47 +02:00
c1fc61200c gg: support .keydown_fn and .char_fn in addition to .event_fn 2020-06-05 12:39:06 +03:00
24b263cf87 vid: bring back scale field to gg.Config, fixes vid compilation 2020-06-05 08:48:31 +03:00
2237968ec1 gg: fix x11 scaling 2020-06-05 08:19:34 +03:00
e7f52ebed6 gg/ft: minor Sokol fixes 2020-06-04 23:51:59 +02:00
13a7ce9e69 gg: GG => Context 2020-06-04 20:26:18 +02:00
fb7ca56d87 gg: minor fixes 2020-06-04 19:57:16 +02:00
6b6c9d6738 gg: make the Sokol based gg the default 2020-06-04 16:05:15 +02:00
076089d3c5 checker: apply stricter type checks to function args and return types 2020-06-01 21:15:59 +02:00
013fdb8a4b checker: restrict numeric promotions to cases where no data is lost 2020-05-27 05:42:48 +02:00
dda875a9c8 all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
7f4cf08516 parser: check (mut f Foo) syntax 2020-05-17 13:51:18 +02:00
b495dac780 fix a few warnings
Good find, @eyelash .
2020-04-26 12:42:44 +03:00
1318c27699 tetris: it now works with v2 (on linux) :-) 2020-04-16 13:30:40 +03:00
6079025985 gg: add option to decorate window 2020-02-17 20:29:09 +01:00
da21b50750 gg,os: minimize memory allocation 2020-02-03 04:01:39 +01:00
0ef1ba9ad2 gg: added draw_empty_rounded_rect 2020-02-02 02:55:29 +01:00
4ca283380a gg: scissor 2020-02-02 02:54:41 +01:00
aa625bc22c gg: roundrects 2020-01-31 03:43:46 +01:00
6c5879add9 gg: filled arcs and circles 2020-01-30 01:26:45 +01:00