85 Commits

Author SHA1 Message Date
Kirurobo
b9c98d51d2 Added GetMouseButtons() and GetModifierKeys() in the macOS native plugin 2025-03-05 16:42:26 +09:00
Kirurobo
90f6f74ef7 Fix SetClickThrough in LibUniWinC to skip if the window does not exist 2025-02-26 19:15:17 +09:00
Kirurobo
e9b54a5c07 Fixed coordinate misalignment with Retina support on macOS 2025-02-20 22:32:06 +09:00
Kirurobo
1ce574ef75 Fix for New Input System support 2025-02-18 20:43:39 +09:00
Kirurobo
20554e2f28 Added GetClientRectangle() 2025-02-18 17:31:38 +09:00
Kirurobo
cd416cfbc9 Fixed a crash when setting the window to borderless on macOS if the screen was initially in full screen mode. 2025-02-03 18:16:02 +09:00
Kirurobo
74a0de06ea To prevent errors on macOS, the save dialogue no longer displays a file type drop-down.
It will be displayed in the future when there are no more errors.
2024-05-07 13:34:59 +09:00
Kirurobo
7d1066e593 Modified about the save dialog 2024-05-06 08:19:25 +09:00
Kirurobo
1db71d621f Rebuild macOS .bundle 2024-05-01 08:23:06 +09:00
Kirurobo
e9c355ce07 Get the keywindow for Unity Editor
Mac の Unity 2022 Editor で再生した際、正しくウィンドウを取得できていなかったため 、attachMyWindow() では keywindow を探すものとした。
2023-11-18 15:41:28 +09:00
Kirurobo
9fcf7eb8e3 Restored CustomPanelHelper.swift 2023-11-12 16:34:45 +09:00
Kirurobo
6c538ebc58 Renewed Xcode project 2023-11-06 14:51:27 +09:00
Kirurobo
a5033ad703 Fixed build settings on Mac. (May not be necessary) 2023-10-11 08:49:36 +09:00
Kirurobo
0c7e8bb700 Changed to writing macOS plugin in Swift 2023-09-19 12:23:40 +09:00
Kirurobo
501bdb7542 Rebuilt bundle for macOS 2023-09-18 14:46:43 +09:00
Kirurobo
42683e7379 [Fix] GetClientSize() and accessoryView of NSSavePanel for macOS 2023-05-03 14:16:31 +09:00
Kirurobo
075d7b367f Enabled allow file drop function 2023-04-22 17:47:50 +09:00
Kirurobo
fe58e670b7 Updated to fit for Windows version 2023-04-22 17:31:54 +09:00
Kirurobo
e7ea242caf Functions related to file operations are only deprecated, not yet removed 2023-04-12 09:02:39 +09:00
Kirurobo
8588539719 Omitting file related functions 2023-04-10 23:26:57 +09:00
Kirurobo
48630ed7d4 Rebuilt for v0.8.6 2023-04-05 15:50:03 +09:00
Kirurobo
042fba2a2c Added GetClientSize() 2023-04-05 07:48:27 +09:00
Kirurobo
1116897e04 Fix window shadow in macOS. 2022-06-18 21:04:09 +09:00
Kirurobo
de91b58388 Update in macOS 12.1 2021-12-17 22:13:37 +09:00
Kirurobo
363118b7cb Fix openSavePanel 2021-12-12 11:19:18 +09:00
Kirurobo
2178646873 Fix openFilePanel and openSavePanel #37 2021-12-12 09:58:28 +09:00
Kirurobo
b9312ca3a1 Modify openFilePanel and openSavePanel 2021-12-12 08:41:02 +09:00
Kirurobo
4c9325cfce Update debug entitlements 2021-12-12 08:13:31 +09:00
Kirurobo
37780aa155 Changed the property name to get the instance 2021-12-05 09:42:22 +09:00
Kirurobo
8f00fa09b1 Modified panel UI 2021-11-29 10:36:06 +09:00
Kirurobo
8d188efa1a Modified panel UI 2021-11-29 10:06:50 +09:00
Kirurobo
2cfdac5586 Updated open file dialog UI 2021-11-29 00:11:27 +09:00
Kirurobo
9ff49a6966 Updated OpenFile and SaveFile to select file types 2021-11-28 23:36:05 +09:00
Kirurobo
81e1bb06b6 Added static method to get/set cursor position 2021-11-27 23:53:16 +09:00
Kirurobo
0851bff45c Renamed SetAlphaValue 2021-11-27 18:41:30 +09:00
Kirurobo
aa71e80c83 Minor update 2021-11-18 00:09:20 +09:00
Kirurobo
449607afe8 Place dialogs in the center of the screen 2021-11-16 22:46:48 +09:00
Kirurobo
d38dd818fc Modified DebugUniWinC 2021-11-06 21:44:44 +09:00
Kirurobo
f24625f180 Added debug app
Included listing up windows.
2021-11-06 18:17:32 +09:00
Kirurobo
8e5a9d25a5 Modified .gitignore 2021-11-05 20:10:09 +09:00
Kirurobo
44ed01482f Added setAlphaValue(). Incremented the version number to v0.8.3. 2021-10-25 15:04:37 +09:00
Kirurobo
eb12b9d32e Fixed: Minor improvements to the lost keystrokes issue. 2021-10-17 16:43:03 +09:00
Kirurobo
187a5f6d96 Fixed: Restore key window state when a dialog closed. 2021-10-17 15:12:55 +09:00
Kirurobo
bbfd9fec05 Fixed window order when open dialog 2021-10-14 20:20:32 +09:00
Kirurobo
ee3ef47125 Updated PanelFlag 2021-10-10 14:43:13 +09:00
Kirurobo
0d5d8d638f Changed handling of extensions parameters for file dialogs 2021-10-10 10:23:09 +09:00
Kirurobo
1ccb98378b Added keystrokes to UiSample
Added debug function
2021-10-10 01:05:51 +09:00
Kirurobo
2b488a0384 Fixed style-changed event 2021-10-09 22:48:34 +09:00
Kirurobo
771840fabf ダイアログに関して編集中 2021-10-09 18:50:42 +09:00
Kirurobo
e9bed6748b 初期ファイルやディレクトリは渡せるようになった。あとはフィルター 2021-10-06 19:07:20 +09:00