18
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reduced UnmanagedBitmap fields, and changed the Scale2x_Unmanaged performance test to use refs (shows as a 20% performance increase vs. the Scale2x_Unmanaged_Reference on net472) More... about 5 years ago
Fixing a Windows 10 issue, using the Microsoft.Windows.SDK.Contracts package, this should make it possible to build on Azure too.
Robin (Robertus) Krom
as Robin Krom
More... about 5 years ago
Fixed an issue when building on Win7, where the Win10 project was copied. Integrated some experimental code, which should replace some other code soon to improve the startup time. Fixed a lot of small issues, and made the tests work again. Removed an old Span<T> experiment. [skip ci] More... about 5 years ago
Some small fixes, removed Span<T> as a stackalloc replacement as on .NET 4.7.1 this slows down. Not sure why the memory usage doubled for the Scale3x_Unmanaged performance test though. More... about 5 years ago
Added a Span<T> version of ScaleX and been testing with different ways to run Blur / Scale2X to improve performance or readability.
Robin (Robertus) Krom
as Robin Krom
More... about 5 years ago
Some small documentation fix, and fixed an issue with not being able to run BenchmarkDotNet while PdbGit is loaded. (Caused because the project name does not contain test)
Robin (Robertus) Krom
as Robin Krom
More... about 5 years ago
Fix for one build issue, commenting out a test which needed the dropbox addon.
Robin (Robertus) Krom
as Robin Krom
More... about 5 years ago
Merge branch 'develop' of https://github.com/greenshot/greenshot into develop
Robin (Robertus) Krom
as Robin Krom
More... about 5 years ago
Updated fody, trying a newer Windows SDK for the build on Azure DevOps and added a solution with less projects to speedup the build.
Robin (Robertus) Krom
as Robin Krom
More... about 5 years ago
Trying to build on Azure DevOps with VS2019 More... about 5 years ago
Working on benchmarking some of the code, and to integrate this into the core of Greenshot. [skip ci] More... about 5 years ago
Merge branch 'develop' of https://github.com/greenshot/greenshot into develop More... about 5 years ago
This fixes a NPRE when an instance is already running. More... about 5 years ago
Fixed branch for dotnet core 3.0 in the documentation, was already merged to develop. [skip ci] More... about 5 years ago
dotnet core 3.0 should work again. More... about 5 years ago
A small mistake, this project should support dotnet core 3.0 More... about 5 years ago
Updated Dapplo.Windows to fix an API bug, starting on performance tests which write AVI files to see if we can add some experimental video capture. More... over 5 years ago
Some small fixes preventing NREs and wrote a capture test. More... over 5 years ago
Small fixes, working on tests to display the capture performance & memory usage. More... over 5 years ago
This commit adds the possibility to remove the dotnet core 3.0 support, working on Greenshot with Visual Studio 2017. To disable call .\build.ps1 --settings_skippackageversioncheck=true -Target DisableDNC30 and modify the global.json. See README.md More... over 5 years ago
In the previous commit I upgraded fody, this introduced a build issue, this commit does a downgrade to the version before. More... over 5 years ago
Small enhancements to some off the class documentation. Working on performance tests for the screen capture. Updated Dapplo.Windows. More... over 5 years ago
Removed a lot of static references in favor of DI (#109)
Robin (Robertus) Krom
as Robin Krom
More... over 5 years ago
Fixed README.md for https://github.com/dotnet/core-sdk/issues/213 More... over 5 years ago
Fixes for the UpdateService and AboutForm, they were using the wrong version. More... over 5 years ago
This commit should make the resulting artifact from a Azure DevOps build a lot cleaner. More... over 5 years ago
This change uses Microsoft.mshtml also for the net471 build via an unofficial nuget package, solving the issue that on Azure DevOps this file is not at the same location. More... over 5 years ago
Fixed Dapplo.CaliburnMicro for Win10 addon. More... over 5 years ago
Removed Fody.Costura for now, mainly as this causes issues. Updated dependencies. More... over 5 years ago
Changed the azure-pipelines.yml to make an raw artifact or the build, if this works this could theoretically be downloaded and started. [skip ci] More... over 5 years ago