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

83 Commits

Author SHA1 Message Date
10de905376 ci: fix thirdparty/stdatomic/win/atomic.h (now __faststorefence is part of tcc's std headers) 2021-02-18 19:49:04 +02:00
a08eb9cd8a sokol: fix dragging events on macos in sokol_app.h (#8817) 2021-02-18 09:40:43 +02:00
ba131ce914 gg: fix mouse_down on macos (#8799) 2021-02-17 06:56:58 +01:00
4152c704f3 sokol: remove .lib extensions in #pragma directives (#8639)
fixes tcc on windows - this kind of fix has been done several times in the past, and should probably be upstreamed to sokol soon to prevent things from breaking every time we update the headers.
2021-02-09 11:36:01 +02:00
395fcc1476 thirdparty: remove unused glad folder (leftover from glfw) 2021-02-05 09:19:30 +02:00
45cc3ec664 sokol: remove an absolute import 2021-01-23 10:32:00 +01:00
d991712b3c gg: native rendering mode on macOS 2021-01-23 10:25:43 +01:00
512f62b7a1 android: enable custom (e)println output via android log system (#8135) 2021-01-17 05:32:59 +01:00
597314322f sokol: fix a crash when handling a corrupt image 2020-12-28 01:01:33 +01:00
6aadc828b1 sokol: fix compilation with tcc on windows (#7476) 2020-12-22 22:35:27 +02:00
576396cf20 gg: fix cached images loaded from memory 2020-12-12 23:30:41 +01:00
b6099cd978 sokol: soft full screen on macos 2020-11-21 14:24:01 +01:00
d50c919879 clipboard: fix get_text() on macos 2020-11-20 01:08:55 +01:00
7a29240b00 thirdparty: update sokol (#6561) 2020-10-05 05:20:25 +02:00
c781a5f245 gg: draw_triangle(); draw_image_flipped() 2020-09-20 03:47:32 +02:00
601d098b48 szip: make compile (#6314) 2020-09-06 15:04:27 +02:00
a1dcc3bb9f examples: make the graph example resizable, use cooler lines (#6267) 2020-08-30 19:11:59 +03:00
93294d4a97 stbi: fix compilation with tcc 2020-08-29 10:13:25 +03:00
1c9e02094c sokol.audio: add simple_sin_tones.v example 2020-08-23 15:28:07 +03:00
94c3a912ba gg: update sokol and stb_truetype 2020-08-23 07:25:30 +02:00
da452c9c7e thirdparty: update stb_image.h 2020-08-23 05:03:40 +02:00
9e12095111 gg: image: return an optional instead of panic(); darwin: fix nsstring() 2020-08-22 17:09:30 +02:00
d63daa0798 sync: use mfence on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
863cf8af60 sync: channel implementation (#6074) 2020-08-06 15:28:19 +02:00
f33d9f4f68 sokol: sapp_macos_set_title 2020-07-27 21:20:23 +02:00
db2346069a gg: always use stb_truetype for now 2020-07-13 01:02:50 +02:00
e3581c5cf6 gg: disable freetype on ios for now 2020-07-08 21:48:09 +02:00
b8d762df97 gg: use D3D and stb_truetype on Windows; 2020-07-08 21:43:27 +02:00
36183660e6 remove oldgg, gl, glfw, freetype from vlib now that we have the new sokol based gg 2020-07-05 16:44:28 +02:00
7ea77a0047 vschannel: fix net segfault on Windows (#5587) 2020-06-30 20:51:07 +03:00
def99bed02 sync: atomic counters 2020-06-26 20:04:17 +02:00
624005bbd0 tcc_win: fix tests 2020-06-19 12:54:56 +02:00
b93177c1a8 sokol: fullscreen linux 2020-06-14 23:36:36 +02:00
82e6628659 fontstash: use freetype only on non-Windows systems 2020-06-09 10:17:09 +02:00
442030a7c8 picoev: make compile, add header parsing 2020-06-07 01:23:30 +02:00
e3917d98c2 generics: another mut arg test 2020-06-05 20:57:05 +02:00
3478430762 gg: borderless windows on macos without animation 2020-06-05 15:43:47 +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
9bcbb3868f gg: migrate to sokol; examples: update tetris 2020-06-01 12:57:08 +02:00
3e4cd12fd0 .gitignore: ignore all binary files by default 2020-04-29 16:49:13 +02:00
007baa2305 hash: add wyhash + benchmark, add fnv1a, add u64.hex() (#3584) 2020-01-28 23:43:09 +01:00
e9d3134814 glfw: implement glfw.window.set_should_close 2020-01-26 23:33:12 +01:00
869c8e331e stbi: make compilation faster by generating a stbi.o file 2020-01-26 12:41:43 +01:00
c3d0814517 remove ui.o 2020-01-23 03:27:03 +01:00
7b345e207d pico.v and dependencies 2020-01-23 03:26:30 +01:00
62481e88f3 sokol and fontstash modules 2020-01-16 20:45:52 +01:00
1dadf9d966 fix Windows warnings 2019-11-16 02:30:50 +03:00
a44ba0b8a2 bignum module wrapper for kokke/tiny-bignum-c 2019-11-07 22:04:18 +03:00
f8f7881f89 thirdparty/ui for macOS (temporary) 2019-11-01 01:14:08 +03:00