Commit Graph

24 Commits

Author SHA1 Message Date
113fb5e75c
getCurl implementation. Note Linux not tested 2022-01-06 12:13:57 -08:00
c5ffd71eed
assertion failure was a bit heavy-handed here. Raise error instead 2022-01-06 12:11:30 -08:00
d64e567dbd
crowdstrike killed off curl as well
I dare them to kill off Windows-bundled curl.exe
2022-01-06 12:08:26 -08:00
e4849bcd13
partial windows support/external curl
zfetch (or iguana) is triggering some Crowdstrike heuristic
simply from the inclusion of the library, so we need to add
an option to compile with included zfetch or with external
curl
2022-01-05 17:46:08 -08:00
5fd42b7138
consolidate download executables 2022-01-05 11:37:46 -08:00
1cbc4a846c
add initial download for linux 2022-01-05 11:29:14 -08:00
b6a03c8634
enable uploads 2022-01-05 10:24:14 -08:00
eb8058c930
zig 0.9.0 and allocator passdown/separate clipboard common logic 2022-01-03 11:09:36 -08:00
69d7d0611e
windows working 2021-11-23 18:58:10 -08:00
70163d4e12
basic working as tray 2021-11-22 17:49:47 -08:00
b6ffab3ae3
basic clipboard monitoring working in Windows 2021-11-17 17:05:24 -08:00
b72469b046
msgbox in a proper windows message loop 2021-11-17 13:21:06 -08:00
d8d3fa204e
get an actual message box showing 2021-11-17 11:50:34 -08:00
03132d2c67
move os differences to build.zig
Since windows is more of a framework model than a library model,
it is simpler to just start with a different entry point
2021-11-17 11:18:40 -08:00
e0e2374c51
isolate OS-specifics to separate files 2021-11-09 10:44:33 -08:00
12c604272d
use target OS, not host, to trigger build differences 2021-11-09 10:43:25 -08:00
9c41e1228d
remove c code 2021-11-08 20:49:43 -08:00
733454dbcb
add dependent headers to gitignore 2021-11-08 20:48:47 -08:00
8a9a22fdeb
reduce (not eliminate) dependencies on host 2021-11-08 20:47:48 -08:00
9249ad092e
add linux watch 2021-11-08 20:44:35 -08:00
121cfb6864
zig implementation 2021-11-04 15:37:18 -07:00
48c68c4058
add INCR per SO post 2021-10-29 14:10:38 -07:00
259b077345
initial commit: https://stackoverflow.com/questions/27378318/c-get-string-from-clipboard-on-linux 2021-10-29 14:09:51 -07:00
bf3b856ac2
initial commit 2021-10-29 14:03:18 -07:00