Robin Krom
|
11f586ab36
|
Restructuring the project, first steps.
|
2021-03-27 22:30:25 +01:00 |
|
Robin Krom
|
26fe579d31
|
Improved the support for dragging and dropping images from a website, now also parsing HTML img src information, to be able to download that image. For this we need the HtmlAgilityPack.dll (#294)
Removed a lot of dead code, and remove the old OCR code as we don't even know if it still works.
|
2021-03-21 22:34:17 +01:00 |
|
Robin Krom
|
20e59ddd1c
|
FEATURE-1110: A first step in enabling a hotkey for opening the clipboard contents in the editor. This is not visible nor configurable in the UI, but needs to be configured in the greenshot.ini, by specifying ClipboardHotkey=<hotkey>
|
2021-03-18 21:53:25 +01:00 |
|
Robin Krom
|
aff8ba2109
|
Fixed copyright, fixed some spelling and updated some of the code to a newer syntax.
|
2021-03-08 22:26:10 +01:00 |
|
Krom, Robertus
|
42cd533862
|
A bit of refactoring to be able to find some issue...
|
2020-02-18 16:32:51 +01:00 |
|
Robin Krom
|
4a958be8b5
|
This should fix most icon scaling issues
Improved the IniReader a bit and replaced some old code.
|
2020-02-11 22:41:55 +01:00 |
|
Krom, Robertus
|
57e2044839
|
Making the initial stuff working, getting an installer, when running from VS.
|
2020-02-04 15:29:10 +01:00 |
|
Robin
|
9e9d058fdc
|
BUG-2114: Fixed totaly f***ed up fix, this should be better.
|
2017-01-18 19:45:27 +01:00 |
|
Robin
|
0b2cbe1c0b
|
BUG-2114 & BUG-1992: Hopefully implemented this more stable as it used to be.
|
2017-01-13 19:46:54 +01:00 |
|
Robin
|
de2e92c7b6
|
BUG-2097: Rollback of the change BUG-1965, we need to see what we do with this. For now the crop can be configured in the configuration: Win10BorderCrop
Also forgot to update the GreenshotPlugin.csproj, as a file was added.
|
2017-01-12 22:50:22 +01:00 |
|
Robin
|
b92d79ed39
|
BUG-2077: More improvements for the update check interval. Also corrected the readme.txt.template
|
2016-12-30 11:15:00 +01:00 |
|
Robin
|
5c9fde65ed
|
BUG-2077 & BUG-2083: Fixed a bug where 0, which means that there is no update check, was not allowed. [skip ci9]
|
2016-12-24 13:34:48 +01:00 |
|
Robin
|
f0fae00311
|
Checking the default check interval from 1 (oops) to 14 days. [skip ci]
|
2016-11-03 20:10:25 +01:00 |
|
Robin
|
610f45d082
|
Code quality changes
|
2016-09-22 20:40:13 +02:00 |
|
Robin
|
1294036a56
|
Fixed copyright for this year.
|
2016-08-17 14:38:41 +02:00 |
|
Robin
|
798ca503a5
|
Code quality changes [skip ci]
|
2016-08-16 10:37:55 +02:00 |
|
Robin
|
9e88119fd9
|
BUG-1992: Fixed a problem with the OutputFilePath & OutputFileAsFullpath configuration values when using the Greenshot configuration on different PC's.
|
2016-07-13 17:33:28 +02:00 |
|
Robin
|
9bee8290a0
|
FEATURE-916: Added some support for .ico files when writing, this will currently only write 256x256 .ico files!!! These files are not supported by Windows XP and older!
|
2016-05-25 22:56:01 +02:00 |
|
Robin
|
0323705513
|
Merge remote-tracking branch 'remotes/origin/master' into release/1.2.9
|
2016-05-24 13:15:16 +02:00 |
|
Robin
|
98e6be5eb6
|
Small cleanups [skip ci]
|
2016-04-17 23:32:22 +02:00 |
|
jklingen
|
e409392f32
|
Revert "Revert "Removed most references to SF""
|
2016-03-24 23:04:47 +01:00 |
|
jklingen
|
2599ff5b7c
|
Revert "Removed most references to SF"
|
2016-03-24 22:54:16 +01:00 |
|
Robin
|
fe176a2da4
|
Removed most references to Sourceforge, need to check with a file-searcher if something is left. P.S. The help files still have references...
|
2016-03-23 16:54:57 +01:00 |
|
RKrom
|
a1769dbc66
|
This commit fixes two bugs: BUG-1809 & BUG-1835 and adds somewhat better Windows 10 support.
|
2015-10-04 22:50:18 +02:00 |
|
Robin
|
71ff4c6286
|
Fix for missing LastSaveWithVersion, this is needed to recognize with what version the configuration was stored. [skip ci]
|
2015-04-10 13:57:20 +02:00 |
|
Robin
|
ec5930ed41
|
Updated Copyright notice
|
2015-03-13 10:31:52 +01:00 |
|
RKrom
|
0d59072bc1
|
Did some code checks for BUG-1708, used resharper to clean up some things. Added timeout values, but couldn't find a solution yet.
|
2014-11-29 20:55:11 +01:00 |
|
RKrom
|
c6d6431a81
|
For 1.2 RC3 I modified the update check so that it first retrieves the last modified date of the project feed (HTTP HEAD method), if the date is newer than the last check than it will download the feed. This should reduce the amount of traffic on our website. [skip ci]
|
2014-11-14 10:45:45 +01:00 |
|
RKrom
|
eea46271c4
|
This change makes the code automatically detect what type of build it is, UNSTABLE, RC or Release Candidate. The AssemblyInformationalVersion should be set from AppVeyor, and this code reads it back.
|
2014-11-11 14:57:03 +01:00 |
|
RKrom
|
e0c9fc1f7b
|
Previous changes created problems with the context-menu, as it was still referencing an icon that we dispose at icon size change. This change introduces a PropertyChanged event object to the CoreConfiguration so those interested can register to changes (currently only the IconSize), and apply the correct menu image.
|
2014-11-11 14:13:13 +01:00 |
|
RKrom
|
dfcbb44c6b
|
Added forgotten file, this still belongs to FEATURE-758
|
2014-11-08 23:04:27 +01:00 |
|
RKrom
|
1ff27810db
|
Added support of another clipboard format "CF_DIBV5" (aka Format17) to Greenshot, this will improve the result for "Open image from clipboard" and the drag&drop actions. Without Format17 these actions still work, but sometimes the transparency is lost as the other formats on the clipboard don't have this information. Greenshot can also write the new format, when enabled in the expert settings. Currently I haven't seen a reason to enable it yet, but due to the complexity of the clipboard and the amount of possible applications maybe an application does work better...
|
2014-11-06 12:10:16 +01:00 |
|
RKrom
|
9df25bdd76
|
FEATURE-758: This commit enhances the already made changes to also fix the size of the icons in the destination picker and the context menu. On top of that, if a large icon size is selected we try to get a larger (more defined) icon from the application unfortunately that doesn't improve the build in icons.
|
2014-11-05 12:38:01 +01:00 |
|
RKrom
|
850c54fdee
|
Fix for compile error... :(
|
2014-11-03 15:29:31 +01:00 |
|
RKrom
|
fc7faecaa5
|
FEATURE-757: Store the last region in the greenshot.ini so it's available after a restart.
|
2014-11-03 14:25:14 +01:00 |
|
Robin Krom
|
af946cf6b4
|
Fixed config, otherwise the build doesn't know what it is...
|
2014-09-18 15:02:50 +00:00 |
|
RKrom
|
626d607895
|
Enabled the OneNote destination.
|
2014-07-29 15:51:59 +02:00 |
|
RKrom
|
c6bd67ce4b
|
Fix for self-awareness about UNSTABLE / Release
|
2014-06-17 14:33:33 +02:00 |
|
RKrom
|
9a75cdb819
|
Fix for minimum OutputFileReduceColorsTo value
|
2014-05-12 15:44:34 +02:00 |
|
RKrom
|
92dd76584d
|
Added a check for the color reduceto as was requested in feature-request 712.
|
2014-05-12 12:15:05 +02:00 |
|
RKrom
|
77a92d98c3
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
|
RKrom
|
97297c2c69
|
Found a bug in the default configuration for DWM/GDI capturing while suggesting a workaround for Bug #1623, fixed this by correcting the value in code.
|
2014-04-30 10:30:42 +02:00 |
|
RKrom
|
829a35cd37
|
Added a new feature: Zoomer opacity, make the zoomer transparent, currently only available via the greenshot.ini
|
2014-02-07 17:24:50 +01:00 |
|
JKlingen
|
8c4eef8e2b
|
Updated copyright notice for 2014
|
2014-01-08 21:30:56 +01:00 |
|
RKrom
|
a03bc31aef
|
Creating a branch 1.1 where I will try to make the 1.1.7 build available, this means I need to merge some changes from 2.0 to here.
|
2013-12-04 17:46:02 +01:00 |
|
RKrom
|
8dd5a3e825
|
Preparations for the release 1.1.4
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2598 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-04-30 11:34:45 +00:00 |
|
RKrom
|
829d788eff
|
Changed the default for the auto reduce colors to false, as this caused a lot of issues with other applications. For this I added an entry to the configuration called "LastSaveWithVersion", this can be used when upgrading to fix / change certain settings.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2591 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-04-26 09:58:05 +00:00 |
|
RKrom
|
55a1108d4a
|
RC Preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2547 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-04-02 07:59:18 +00:00 |
|
RKrom
|
7823138adc
|
Added the possibility to call optipng, or eventually other optimizers, on the PNG file. This can be used with any PNG file, it's not important if there is an upload or saving to file, as the optimizer runs on a temporary file which is read back and than deleted. Was requested with feature request [#267]. This change only enables the functionality, there is not yet a GUI entry for it.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2535 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-03-25 13:42:21 +00:00 |
|
JKlingen
|
2e529d7d32
|
changed default print options (rotate and enlarge are no longer selected by default)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2500 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-02-17 14:05:22 +00:00 |
|