This website requires JavaScript.
Explore
☕ Блог
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
3ecbf78707ebca9c67ea2210b296b6affc4e0bde
v
/
vlib
/
clipboard
History
Delyan Angelov
b3a4f746a2
clipboard: use a nicer error when X11/Xlib.h is missing
2021-01-19 20:47:09 +02:00
..
dummy
clipboard: add a
clipboard.x11
submodule, use it by default; add a
clipboard.dummy
for solaris
2020-12-25 19:34:21 +02:00
x11
clipboard: use a nicer error when X11/Xlib.h is missing
2021-01-19 20:47:09 +02:00
clipboard_darwin.c.v
ci: fix union field warnings in
clipboard
module
2021-01-09 11:37:40 +02:00
clipboard_darwin.m
…
clipboard_default.c.v
clipboard: add a
clipboard.x11
submodule, use it by default; add a
clipboard.dummy
for solaris
2020-12-25 19:34:21 +02:00
clipboard_solaris.c.v
clipboard: add a
clipboard.x11
submodule, use it by default; add a
clipboard.dummy
for solaris
2020-12-25 19:34:21 +02:00
clipboard_test.v
clipboard: fix test on freebsd (
#7735
)
2020-12-31 11:34:46 +02:00
clipboard_windows.c.v
cgen: do not generate
!=
and
==
for C types (
#7856
)
2021-01-04 08:57:31 +01:00
clipboard.v
…