Commit graph

260 commits

Author SHA1 Message Date
Pat Hartl
0b6145d3c3 Merge branch 'feature/window-manipulation' into development
# Conflicts:
#	Photino.NET/PhotinoDllImports.cs
#	Photino.NET/PhotinoWindow.NET.cs
#	Photino.NET/PhotinoWindowEnums.cs
2025-10-24 17:21:57 -05:00
Pat Hartl
e40d3c90ff Merge branch 'feature/taskbar-flash-progress' into development
# Conflicts:
#	Photino.NET/PhotinoDllImports.cs
2025-10-24 17:19:52 -05:00
Pat Hartl
bafb6fa6ec Merge branch 'feature/set-window-parent' into development 2025-10-24 17:18:39 -05:00
Pat Hartl
c411e202dc Allow parent window to be set before initialized 2025-10-22 18:33:07 -05:00
Pat Hartl
9698e0f87b Bindings for controlling taskbar progress/flash 2025-10-18 22:30:37 -05:00
Pat Hartl
44696e31ee Import StartDragging, StartResizing 2025-10-18 21:03:44 -05:00
Pat Hartl
89b9ef8115 Import PhotinoNotification functions and implement new notification API 2025-10-18 19:12:02 -05:00
Pat Hartl
893fbe4920 Safely restrict lines used based on notification type 2025-09-07 18:55:16 -05:00
Pat Hartl
d610c2b1e0 Rename imported function 2025-09-06 22:43:55 -05:00
Pat Hartl
f5a81a7f2e Support sending complex notifications 2025-09-06 22:16:59 -05:00
Philipp Bauer
bd6a8b8a9b Add missing using directives for Reflection and Task namespaces 2025-08-18 13:56:47 -05:00
Mike Yeager
443f299013 Added symbols files to CI/CD builds. Updated ReadMe. Merged fix for boolean startup parameters. 2025-08-18 12:19:55 -06:00
Mike Yeager
bc95c0c807 Add optional parameter for ShowSaveFile dialog to specify the default file name. Fixed bug passing boolean parameters on startup. 2025-08-18 12:09:51 -06:00
Mike Yeager
06e470adba
Merge pull request #241 from IceReaper/user-zoom
Implement disabling user zoom.
2025-06-19 09:19:59 -06:00
Mike Yeager
3fb135600a
Merge pull request #245 from CypherPotato/master
feat: add docs symbols to nuget package
2025-04-17 09:14:05 -06:00
cypherpotato
237a8e7534 feat: add docs symbols to nuget package 2025-03-25 13:08:26 -03:00
Dwarf1er
6cfaf44b4c Add overload to SetIconFile for loading icon from embedded resource 2025-03-14 23:17:11 -04:00
Andre Mohren
1f4d569b03 Implement disabling user zoom. 2025-03-13 13:41:45 +01:00
Mike Yeager
8408c7f060 Updated .Native to 4.0. Updated version to 4.0. 2025-01-23 10:10:10 -07:00
Mike Yeager
27d2d03387 Removed all references to NET7_0_OR_GREATER. Changed target frameworks to 8/9 only. 2025-01-17 13:26:29 -07:00
Mike Yeager
1baff86235 Moved registering window calls for Windows and Mac from constructor to WaitForClose(). Throw exceptin on invalid settings used with Chromeless. 2024-12-05 10:31:39 -07:00
Mike Yeager
8f8504c565 Updated vdersion to 3.2.0, updated Photino.Native reference. Fixed bug in .NET 6 compile. 2024-10-24 10:46:16 -06:00
Mike Yeager
55c9bd56ee Fix issue calling .SetMinWidth .SetMinHeight (and max) 2024-10-24 09:34:53 -06:00
Mike Yeager
0a09bbdc0b Added init paramters to disable toast notifications in Windows and to set a custom registration id to override the window title on Windows. Added Async calls for file and folder diologs. 2024-10-17 13:46:43 -06:00
Mike Yeager
09ec40a00b Changed strings passed on initialization to UTF8. Fixes windows issue. 2024-10-10 13:03:37 -06:00
Mike Yeager
7e079dd7c7 Fixed string passing in .NET6 to pass UTF8. 2024-09-26 11:49:08 -06:00
Mike Yeager
0d51aa7e15 Changed NET6 marshalling to Ansi instead of Auto. Reverted initialization of collection to old syntax for compatibility with NET6. 2024-09-20 16:23:01 -06:00
Mike Yeager
5bcb9c95bd Updated Photino.Native to 3.1.6 2024-09-06 09:53:38 -06:00
Mike Yeager
e7ff087678 Updated .Native reference to dev version. 2024-09-05 10:51:09 -06:00
Mike Yeager
fcfa201e1e Fix to marshalling of ShowNotification (toast) on .NET 7 or above. 2024-09-03 11:17:58 -06:00
Mike Yeager
8ef26a1ecb Removed all support for passing UTF16 strings on Windows. Standardized on UTF8 on all platforms. 2024-08-30 11:38:25 -06:00
Mike Yeager
aebe0b4a9b Removed defining constants for OSs other than windows in csproj file. Fixes string marshalling issue, but we're not sure why. 2024-08-22 09:59:21 -06:00
Mike Yeager
94e813368e Fixed OS detection for compiler in DllImports. 2024-08-15 14:12:42 -06:00
Mike Yeager
05e2d9685d Updated dependency to Photino.Native 3.1.5. Bumped minor version to 3.1. 2024-08-15 10:01:38 -06:00
Mike Yeager
a5d947de64 Interim checkin. Needs Linux testing. 2024-06-14 14:14:01 -06:00
Mike Yeager
682ca668e6 V3.0 2024-05-30 09:10:12 -06:00
Mike Yeager
28e52a75df Changes for transparent window setting. 2024-05-30 09:04:45 -06:00
Andrew Vasenev
e56d6d669b Transparent mode for native window 2024-05-08 21:10:53 +03:00
Mike Yeager
32a754d9b9 Updated namespace. 2024-03-21 10:04:45 -06:00
Mike Yeager
0084e14b67
Merge branch 'debug' into debug 2024-03-21 09:36:07 -06:00
Andrew Vasenev
7f835698d0 Monitor's scale factor 2024-03-15 00:41:55 +03:00
Dennis Koja
6888d80254 Merge branch 'debug' of https://github.com/Denny09310/Photino.NET into debug 2024-03-14 16:15:43 +01:00
Dennis Koja
b12f573892 Remove unnecessary code 2024-03-14 16:15:28 +01:00
Denny09310
1e8f71aca9 Merge branch 'debug' of https://github.com/Denny09310/Photino.NET into debug 2024-03-07 19:02:16 +01:00
DKOJA
e9c2471739 Fix merge collisions, Updated DllImport to LibraryImport 2024-02-27 10:21:57 +01:00
DKOJA
713622d1ec Merge branch 'master' into feature/merge-with-upstream 2024-02-27 09:43:37 +01:00
DKOJA
bd0f78999c Merge branch 'port-to-dotnet-8' into 'debug' 2024-02-26 16:04:15 +01:00
DKOJA
f267b28038 Rewrite dll imports to support source generation 2024-02-26 15:20:14 +01:00
DKOJA
1265444930 Fix invalid tag used 2024-02-26 14:42:31 +01:00
DKOJA
6ee6e944a0 Rename project based on other packages convention 2024-02-26 13:37:32 +01:00