greenshot/GreenshotPlugin/Core
2020-03-09 21:50:37 +01:00
..
Enums This should fix most icon scaling issues 2020-02-11 22:41:55 +01:00
AbstractDestination.cs More DPI fixes, now supporting windows with different DPI settings. 2020-02-19 13:51:36 +01:00
AbstractProcessor.cs This commit breaks compiling for a short (!) period, need to sync my work to a different system 2020-02-25 07:56:45 +01:00
AccessibleHelper.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
AnimationHelpers.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
BinaryStructHelper.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
Cache.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
Capture.cs Fixed OS output, as it didn't display Windows 10. 2020-02-25 14:30:03 +01:00
CaptureDetails.cs This commit breaks compiling for a short (!) period, need to sync my work to a different system 2020-02-25 07:56:45 +01:00
CaptureElement.cs This commit breaks compiling for a short (!) period, need to sync my work to a different system 2020-02-25 07:56:45 +01:00
CaptureHandler.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
ClipboardHelper.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
CoreConfiguration.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
CredentialsHelper.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
DisplayKeyAttribute.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
DpiHelper.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
EffectConverter.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
EmailConfigHelper.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
EnumExtensions.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
EventDelay.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
ExplorerHelper.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
FastBitmap.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
FilenameHelper.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
GreenshotResources.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
GreenshotResources.resx Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
HResultExtensions.cs This should fix most icon scaling issues 2020-02-11 22:41:55 +01:00
IEHelper.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
IImage.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
ImageHelper.cs Removed ngen from the installer 2020-02-19 22:01:56 +01:00
ImageOutput.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
ImageWrapper.cs Made the supported image formats extendable, and supplied a SVG implementation right away with the jira addon. 2016-09-05 22:48:23 +02:00
InterfaceUtils.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
JSONHelper.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
Language.cs Small regression fix 2020-02-19 16:18:37 +01:00
LanguageChangedHandler.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
LanguageFile.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
LogHelper.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
NetworkHelper.cs This commit breaks compiling for a short (!) period, need to sync my work to a different system 2020-02-25 07:56:45 +01:00
OAuthHelper.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
ObjectExtensions.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
PluginUtils.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
QuantizerHelper.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
RssHelper.cs A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
SimpleServiceProvider.cs Introduced a very simple "singleton" service-locator, which allowed for a removal of specific implementations which were very limited. With this it's easier to access dependencies. 2020-02-18 13:48:40 +01:00
StringExtensions.cs Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
SvgImage.cs Removed ngen from the installer 2020-02-19 22:01:56 +01:00
WindowCapture.cs This commit breaks compiling for a short (!) period, need to sync my work to a different system 2020-02-25 07:56:45 +01:00
WindowDetails.cs Fix for generating the list of windows which can be selected. 2020-03-07 17:19:45 +01:00
WindowsEnumerator.cs BUG-2553, BUG-2535: This should fix the issues we are having with selection / presenting the wrong windows. (Previous commit had a bug) 2020-03-03 09:10:33 +01:00
WindowsVersion.cs First step in moving towards replaceable notification messages, extracted the logic to do so into it's own module. [skip ci] 2020-03-09 21:50:37 +01:00
WmInputLangChangeRequestFilter.cs Changed the Office Plugin to use existing libraries and PIA. This reduces the amount of code to maintain. 2020-02-18 23:20:08 +01:00