3171 Commits

Author SHA1 Message Date
Mitchell Hashimoto
3046fb6dd7 core: textCallback to send text directly to the terminal 2023-10-04 07:50:05 -07:00
Mitchell Hashimoto
e471228f6b macos: surfaceview supports dropping file URLs, just logs for now 2023-10-03 22:40:56 -07:00
Mitchell Hashimoto
e46009f6a8 Merge pull request #613 from mitchellh/macos-drag-drop
macos: support dropping folders onto dock icon
2023-10-03 22:30:25 -07:00
Mitchell Hashimoto
dc882edd31 macos: validation of dropped directory 2023-10-03 22:18:39 -07:00
Mitchell Hashimoto
bb5246c65d apprt/embedded: validate directory for wd 2023-10-03 22:13:36 -07:00
Mitchell Hashimoto
96b8fbb84d macos: support dropping folder with window 2023-10-03 22:07:58 -07:00
Mitchell Hashimoto
6249621d71 macos: support drag and drop with no windows 2023-10-03 22:03:04 -07:00
Mitchell Hashimoto
d5299fec25 macos: use SurfaceConfiguration everywhere instead of bare c struct 2023-10-03 22:00:56 -07:00
Mitchell Hashimoto
140afb395f apprt/embedded: supporting setting working directory in config 2023-10-03 17:34:44 -07:00
Mitchell Hashimoto
a8d2a30dfd Merge pull request #611 from mitchellh/close-confirm
macos: change close confirmations to NSAlert
2023-10-03 10:15:26 -07:00
Mitchell Hashimoto
00cb572a5b macos: change close confirmations to NSAlert
Fixes #560
2023-10-03 09:53:15 -07:00
Mitchell Hashimoto
0244060bc0 Merge pull request #610 from mitchellh/coretext-scoring
coretext: score fonts to prefer bold over other bold styles
2023-10-03 09:36:07 -07:00
Mitchell Hashimoto
15e6c07bd9 font/fontconfig: adhere to correct function signature 2023-10-03 09:26:14 -07:00
Mitchell Hashimoto
1127330b3a font/coretext: score discovered fonts 2023-10-03 09:17:41 -07:00
Mitchell Hashimoto
fda56fd11f pkg/macos: MutableArray, sorting 2023-10-02 22:26:47 -07:00
Mitchell Hashimoto
72a80234db Merge pull request #608 from mitchellh/mode-2027
terminal: mode 2027
2023-10-02 09:35:02 -07:00
Mitchell Hashimoto
5f96adb993 terminal: mode 2027 2023-10-02 09:34:43 -07:00
Mitchell Hashimoto
28ec191ee5 Merge pull request #606 from mitchellh/update-zig
update zig
2023-10-02 08:28:19 -07:00
Mitchell Hashimoto
2b28106837 update zig 2023-10-02 08:18:35 -07:00
Mitchell Hashimoto
e6128f3327 Merge pull request #603 from mitchellh/zig-pkg2
Adopt Zig Package Manager, drop most submodules
2023-10-01 19:22:39 -07:00
Mitchell Hashimoto
7f3c2fa375 prettier 2023-10-01 19:00:23 -07:00
Mitchell Hashimoto
6fb08f8a0f ci: remove tests for macos cross-compile 2023-10-01 18:55:15 -07:00
Mitchell Hashimoto
0021b290cf pkg: add test targets 2023-10-01 18:43:25 -07:00
Mitchell Hashimoto
f0d4e9c7c3 pkg: remove all old build.zig files 2023-10-01 18:35:31 -07:00
Mitchell Hashimoto
0b6cfac8b0 don't run dependency tests anymore 2023-10-01 18:34:51 -07:00
Mitchell Hashimoto
4e1b3b3224 fix failing test, freetype needs libpng 2023-10-01 18:33:37 -07:00
Mitchell Hashimoto
bb6f17e6ee remove mach-sdk submodules 2023-10-01 17:47:51 -07:00
Mitchell Hashimoto
e61c319588 remove a great many submodules 2023-10-01 17:46:24 -07:00
Mitchell Hashimoto
e3a58526ce fix dynamic build 2023-10-01 17:42:18 -07:00
Mitchell Hashimoto
d71197dc59 no more system_sdk 2023-10-01 17:38:30 -07:00
Mitchell Hashimoto
3a4842a0a5 fix build on linux 2023-10-01 17:32:59 -07:00
Mitchell Hashimoto
ccd6eee5fe progress on glfw 2023-10-01 17:30:11 -07:00
Mitchell Hashimoto
d1c993b093 pkg/tracy 2023-10-01 17:11:40 -07:00
Mitchell Hashimoto
8395bb7470 pkg/tracy 2023-10-01 17:11:04 -07:00
Mitchell Hashimoto
7bd4c96b41 remove unused deps 2023-10-01 17:04:17 -07:00
Mitchell Hashimoto
aece38ecb2 macos: fix missing symbols in archive 2023-10-01 17:03:32 -07:00
Mitchell Hashimoto
ec26fb7cee pkg/macos 2023-10-01 17:02:12 -07:00
Mitchell Hashimoto
fefbd7afbe pkg/pixman, utf8proc 2023-10-01 16:59:24 -07:00
Mitchell Hashimoto
2237b43df0 pkg/freetype, harfbuzz modules 2023-10-01 16:57:45 -07:00
Mitchell Hashimoto
bc0f5c3012 pkg/fontconfig module 2023-10-01 16:52:36 -07:00
Mitchell Hashimoto
8666ab81c3 libxev, zig-js, zig-objc 2023-10-01 16:49:02 -07:00
Mitchell Hashimoto
3ed6a02176 pkg/utf8proc 2023-10-01 16:45:39 -07:00
Mitchell Hashimoto
5d52a94792 pkg/apple-sdk: set sysroot 2023-10-01 16:39:19 -07:00
Mitchell Hashimoto
b9cc763a3a pkg/harfbuzz needs to use apple sdk for coretext 2023-10-01 15:33:40 -07:00
Mitchell Hashimoto
5feeac66b2 pkg/pixman 2023-10-01 15:04:55 -07:00
Mitchell Hashimoto
5f8dbb498f pkg/fontconfig: depend on libxml2 2023-10-01 14:55:47 -07:00
Mitchell Hashimoto
7a27228660 pkg/libxml2 2023-10-01 12:56:20 -07:00
Mitchell Hashimoto
d3746bc96f add fontconfig 2023-10-01 12:46:17 -07:00
Mitchell Hashimoto
8ef10ebf4b add build.zig.zon 2023-10-01 12:44:04 -07:00
Mitchell Hashimoto
7edb86f9e1 pkg/fontconfig 2023-10-01 12:43:36 -07:00