Commit graph

  • 0b6145d3c3 Merge branch 'feature/window-manipulation' into development development Pat Hartl 2025-10-24 17:21:57 -05:00
  • e40d3c90ff Merge branch 'feature/taskbar-flash-progress' into development Pat Hartl 2025-10-24 17:19:52 -05:00
  • bafb6fa6ec Merge branch 'feature/set-window-parent' into development Pat Hartl 2025-10-24 17:18:39 -05:00
  • c411e202dc Allow parent window to be set before initialized feature/set-window-parent Pat Hartl 2025-10-22 18:33:07 -05:00
  • 9698e0f87b Bindings for controlling taskbar progress/flash feature/taskbar-flash-progress Pat Hartl 2025-10-18 22:30:37 -05:00
  • 44696e31ee Import StartDragging, StartResizing feature/window-manipulation Pat Hartl 2025-10-18 21:03:44 -05:00
  • 89b9ef8115 Import PhotinoNotification functions and implement new notification API feature/add-complex-notifications Pat Hartl 2025-10-18 19:12:02 -05:00
  • 893fbe4920 Safely restrict lines used based on notification type Pat Hartl 2025-09-07 18:55:16 -05:00
  • d610c2b1e0 Rename imported function Pat Hartl 2025-09-06 22:43:55 -05:00
  • f5a81a7f2e Support sending complex notifications Pat Hartl 2025-09-06 22:16:59 -05:00
  • bd6a8b8a9b Add missing using directives for Reflection and Task namespaces Philipp Bauer 2025-08-18 13:56:47 -05:00
  • 443f299013 Added symbols files to CI/CD builds. Updated ReadMe. Merged fix for boolean startup parameters. Mike Yeager 2025-08-18 12:19:55 -06:00
  • bc95c0c807 Add optional parameter for ShowSaveFile dialog to specify the default file name. Fixed bug passing boolean parameters on startup. Mike Yeager 2025-08-18 12:09:51 -06:00
  • 06e470adba
    Merge pull request #241 from IceReaper/user-zoom Mike Yeager 2025-06-19 09:19:59 -06:00
  • 3fb135600a
    Merge pull request #245 from CypherPotato/master Mike Yeager 2025-04-17 09:14:05 -06:00
  • d7ca785dcc
    Merge pull request #242 from Dwarf1er/master Mike Yeager 2025-04-17 08:53:21 -06:00
  • 237a8e7534 feat: add docs symbols to nuget package cypherpotato 2025-03-25 13:08:26 -03:00
  • 6cfaf44b4c Add overload to SetIconFile for loading icon from embedded resource Dwarf1er 2025-03-14 23:17:11 -04:00
  • 1f4d569b03 Implement disabling user zoom. Andre Mohren 2025-03-11 11:55:06 +01:00
  • 4e8b40a373
    Merge pull request #235 from tryphotino/debug master v4.0.16 Mike Yeager 2025-01-23 10:17:34 -07:00
  • 871b773089 Changed build sdk from 8.0 to 9.0 Mike Yeager 2025-01-23 10:14:10 -07:00
  • 8408c7f060 Updated .Native to 4.0. Updated version to 4.0. Mike Yeager 2025-01-23 10:10:10 -07:00
  • 27d2d03387 Removed all references to NET7_0_OR_GREATER. Changed target frameworks to 8/9 only. Mike Yeager 2025-01-17 13:26:29 -07:00
  • 1baff86235 Moved registering window calls for Windows and Mac from constructor to WaitForClose(). Throw exceptin on invalid settings used with Chromeless. Mike Yeager 2024-12-05 10:31:39 -07:00
  • 15314a76aa
    Merge pull request #221 from tryphotino/debug Mike Yeager 2024-10-24 10:50:14 -06:00
  • 8f8504c565 Updated vdersion to 3.2.0, updated Photino.Native reference. Fixed bug in .NET 6 compile. Mike Yeager 2024-10-24 10:46:16 -06:00
  • 55c9bd56ee Fix issue calling .SetMinWidth .SetMinHeight (and max) Mike Yeager 2024-10-24 09:34:53 -06:00
  • 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. Mike Yeager 2024-10-17 13:46:43 -06:00
  • 09ec40a00b Changed strings passed on initialization to UTF8. Fixes windows issue. Mike Yeager 2024-10-10 13:03:37 -06:00
  • 345551e01c
    Merge pull request #214 from tryphotino/debug v3.1.18 Mike Yeager 2024-09-26 12:01:33 -06:00
  • 7e079dd7c7 Fixed string passing in .NET6 to pass UTF8. Mike Yeager 2024-09-26 11:49:08 -06:00
  • 0d51aa7e15 Changed NET6 marshalling to Ansi instead of Auto. Reverted initialization of collection to old syntax for compatibility with NET6. Mike Yeager 2024-09-20 16:23:01 -06:00
  • bddecc86fa
    Merge pull request #208 from tryphotino/debug Mike Yeager 2024-09-06 09:58:51 -06:00
  • 8da305f802 Updated Photino.Native to 3.1.6 Mike Yeager 2024-09-06 09:54:59 -06:00
  • 5bcb9c95bd Updated Photino.Native to 3.1.6 Mike Yeager 2024-09-06 09:53:38 -06:00
  • 86bdb9ffa4 Fix .Native reference Philipp Bauer 2024-09-05 19:02:42 -05:00
  • 5065a67d9f Add nuget.config with deactivated PhotinoPackages from DevOps Philipp Bauer 2024-09-05 18:34:44 -05:00
  • 6dcdedc2aa Updated .Native reference to 0.9.0-20240905.3 Philipp Bauer 2024-09-05 18:22:49 -05:00
  • e7ff087678 Updated .Native reference to dev version. Mike Yeager 2024-09-05 10:51:09 -06:00
  • fcfa201e1e Fix to marshalling of ShowNotification (toast) on .NET 7 or above. Mike Yeager 2024-09-03 11:17:58 -06:00
  • 8ef26a1ecb Removed all support for passing UTF16 strings on Windows. Standardized on UTF8 on all platforms. Mike Yeager 2024-08-30 11:38:25 -06:00
  • 4f45dbb757
    Merge pull request #204 from tryphotino/debug Mike Yeager 2024-08-22 10:06:06 -06:00
  • aebe0b4a9b Removed defining constants for OSs other than windows in csproj file. Fixes string marshalling issue, but we're not sure why. Mike Yeager 2024-08-22 09:59:21 -06:00
  • 9fe11963e5
    Merge pull request #202 from tryphotino/debug Mike Yeager 2024-08-15 14:15:21 -06:00
  • 94e813368e Fixed OS detection for compiler in DllImports. Mike Yeager 2024-08-15 14:12:42 -06:00
  • 358eafcf0f
    Merge pull request #201 from tryphotino/debug Mike Yeager 2024-08-15 10:04:43 -06:00
  • 05e2d9685d Updated dependency to Photino.Native 3.1.5. Bumped minor version to 3.1. Mike Yeager 2024-08-15 10:01:38 -06:00
  • a5d947de64 Interim checkin. Needs Linux testing. Mike Yeager 2024-06-14 14:14:01 -06:00
  • 7d6eaec5e2
    Merge pull request #187 from tryphotino/debug Mike Yeager 2024-05-30 09:13:40 -06:00
  • 682ca668e6 V3.0 Mike Yeager 2024-05-30 09:10:12 -06:00
  • 28e52a75df Changes for transparent window setting. Mike Yeager 2024-05-30 09:04:45 -06:00
  • d22d2b1cb3
    Merge pull request #183 from Andersen27/debug Mike Yeager 2024-05-16 08:55:41 -06:00
  • e56d6d669b Transparent mode for native window Andrew Vasenev 2024-05-08 21:10:53 +03:00
  • 32a754d9b9 Updated namespace. Mike Yeager 2024-03-21 10:04:45 -06:00
  • 545f553ef3
    Merge pull request #175 from Andersen27/debug Mike Yeager 2024-03-21 09:36:20 -06:00
  • 0084e14b67
    Merge branch 'debug' into debug Mike Yeager 2024-03-21 09:36:07 -06:00
  • 2a79e5bce0
    Merge pull request #174 from Denny09310/debug Mike Yeager 2024-03-21 09:13:35 -06:00
  • 7f835698d0 Monitor's scale factor Andrew Vasenev 2024-03-15 00:41:55 +03:00
  • 6888d80254 Merge branch 'debug' of https://github.com/Denny09310/Photino.NET into debug Dennis Koja 2024-03-14 16:15:43 +01:00
  • b12f573892 Remove unnecessary code Dennis Koja 2024-03-14 16:15:28 +01:00
  • 1e8f71aca9 Merge branch 'debug' of https://github.com/Denny09310/Photino.NET into debug Denny09310 2024-03-07 19:02:16 +01:00
  • a0d2900d68
    Update README.md ottodobretsberger 2024-02-27 09:33:53 -06:00
  • 14d15c0c06 Merge branch 'feature/merge-with-upstream' into debug DKOJA 2024-02-27 10:22:18 +01:00
  • e9c2471739 Fix merge collisions, Updated DllImport to LibraryImport DKOJA 2024-02-27 10:21:57 +01:00
  • 713622d1ec Merge branch 'master' into feature/merge-with-upstream DKOJA 2024-02-27 09:43:37 +01:00
  • 08e36ee66e Remove IPC Project, Move in its own repository DKOJA 2024-02-27 09:17:32 +01:00
  • b7a67eb91c Add nullable references, Fix project name DKOJA 2024-02-26 16:33:24 +01:00
  • bd0f78999c Merge branch 'port-to-dotnet-8' into 'debug' DKOJA 2024-02-26 16:04:15 +01:00
  • f267b28038 Rewrite dll imports to support source generation DKOJA 2024-02-26 15:20:14 +01:00
  • 1265444930 Fix invalid tag used DKOJA 2024-02-26 14:42:31 +01:00
  • 6ee6e944a0 Rename project based on other packages convention DKOJA 2024-02-26 13:37:32 +01:00
  • e35aa4086a Add target frameworks DKOJA 2024-02-26 13:36:51 +01:00
  • 30cb588d29 Update dependencies DKOJA 2024-02-23 12:11:07 +01:00
  • 4ee1c29344 Moved IPC to its own project DKOJA 2024-02-23 12:11:00 +01:00
  • db2bbf0023 Add support to .net6/7/8 DKOJA 2024-02-23 11:50:18 +01:00
  • cab92cfb37 Format code to C# 12 conventions DKOJA 2024-02-23 11:49:54 +01:00
  • 44929a8e11 Use latest Photino.Native Debug version for GLIBCXX_3.4.21/GLIBC_2.17 support Philipp Bauer 2024-02-09 15:24:41 -06:00
  • 13163d34e9 Updated NuGet to latest Native. Mike Yeager 2024-01-11 10:39:27 -07:00
  • b05b1ba704 Update photino.NET release version to v2.6.0 v2.6.0 Philipp Bauer 2024-01-11 11:29:08 -06:00
  • cef8ee2b7b Update photino.Native to v2.6.0 Philipp Bauer 2024-01-11 11:28:52 -06:00
  • 467766e299 Use .NET 8 in prod release pipeline Philipp Bauer 2024-01-11 11:28:29 -06:00
  • 825161b3c9 Update Photino.NET.csproj Josh Menzel 2024-01-04 20:34:32 -06:00
  • b3ba3db47a Added IgnoreCertificateErrorsEnabled. Tested on Windows. Mike Yeager 2024-01-04 10:58:18 -07:00
  • b03d88654f Another attempt Mike Yeager 2023-12-28 11:14:28 -07:00
  • 7a09993608 Another attempt Mike Yeager 2023-12-28 11:04:48 -07:00
  • bdb1ea7e6c Another attempt Mike Yeager 2023-12-28 11:01:15 -07:00
  • c96c8675dd Another attempt Mike Yeager 2023-12-28 10:54:10 -07:00
  • 60491573c4 Another attempt Mike Yeager 2023-12-28 10:49:29 -07:00
  • 1d789335ac Another attempt. Mike Yeager 2023-12-28 10:30:41 -07:00
  • 26a529be60 Try to fix circular dependency in build/pack. Mike Yeager 2023-12-28 10:26:21 -07:00
  • 178b1fecf8 Removed version # Mike Yeager 2023-12-28 10:11:56 -07:00
  • 26aba95277 Added .NET 8 support. Updated NuGetAuthenticate@0 to @1. Pointed to Photino.Native dev build package. Mike Yeager 2023-12-28 10:06:47 -07:00
  • ce1326347e
    Merge pull request #166 from jammerxd/debug Philipp Bauer 2024-01-11 10:07:52 -06:00
  • 60f0c22de8
    Update Photino.NET.csproj Josh Menzel 2024-01-04 20:34:32 -06:00
  • e2ac7b8d82 Added IgnoreCertificateErrorsEnabled. Tested on Windows. Mike Yeager 2024-01-04 10:58:18 -07:00
  • 7bc19891b4 Another attempt Mike Yeager 2023-12-28 11:14:28 -07:00
  • d5c603d58e Another attempt Mike Yeager 2023-12-28 11:04:48 -07:00
  • c92eca9544 Another attempt Mike Yeager 2023-12-28 11:01:15 -07:00
  • 4133b7031e Another attempt Mike Yeager 2023-12-28 10:54:10 -07:00
  • 30fb3178af Another attempt Mike Yeager 2023-12-28 10:49:29 -07:00