Commit graph

1747 commits

Author SHA1 Message Date
Robin
1082d852e2 Updated readme.txt 2016-07-03 22:01:57 +02:00
Robin
789334c193 BUG-1812 storing a windows placement and than using this later causes issues when the location is actually outside of the screen. This should fix it. 2016-07-03 21:59:20 +02:00
Robin
aa3df02e3f NPR Exception fixes. 2016-06-16 21:56:54 +02:00
Robin
9fe00fdbdb Fixing some NPR Exceptions. 2016-06-16 21:35:32 +02:00
Robin
59efe425ff Added tickets to the readme.txt.template [skip ci] 2016-06-01 10:34:17 +02:00
Robin
7670bfc9e5 Added wrong language file, it was late... trying again. 2016-06-01 07:09:47 +02:00
Robin
3919d17832 Added missing custom translations for Inno Setup. 2016-05-31 23:39:58 +02:00
Robin
5d58150e03 Fixed package location in script. 2016-05-31 23:14:20 +02:00
Robin
fe52e4a48e Fixed location of the sln file in the yml. 2016-05-31 23:06:11 +02:00
Robin
c3872248f7 Fixed project builds and nuget update 2016-05-31 23:00:08 +02:00
Robin
9da5c753be Fixed paths in solution 2016-05-31 22:50:14 +02:00
Robin
60d93a9306 Move solution file. 2016-05-31 22:48:59 +02:00
Robin
9f3b8ed618 Fixed missing change to psproj to enable InnoSetup from Nuget. 2016-05-31 22:33:12 +02:00
Robin
3dff32b8e0 Trying build with InnoSetup from NuGet package for easier maintaining. 2016-05-31 22:26:47 +02:00
Robin Krom
cd7555099f Merge pull request #30 from greenshot/feature/FEATURE-916_Ico
FEATURE-916: Added support for .ico files
2016-05-31 16:41: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
b04be588e5 FEATURE-919: Added increase and reduce size (Ctrl + & Ctrl -) 2016-05-24 15:23:45 +02:00
Robin
b638b1cea2 Another NPE fix 2016-05-24 13:49:46 +02:00
Robin
7c3812c529 Fixed a NPE while disposing the StepLabelContainer 2016-05-24 13:33:24 +02:00
Robin
44fba68477 Removed unneeded file. 2016-05-24 13:19:30 +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
45615275cf Made the re/undo code from the branch work in this, this is a manual copy as something went horribly wrong with the repository. Before building I first want to check if everything is there.[skip ci] 2016-05-24 12:48:11 +02:00
Robin
9702ac730f Fixed SpeechbubbleContainer 2016-05-23 23:34:17 +02:00
Robin
25efb8eedf Merge remote-tracking branch 'remotes/origin/feature/no_grippers' 2016-05-23 23:27:37 +02:00
Robin
8aa4475d8f Enhanced log statement [skip ci] 2016-05-23 23:23:23 +02:00
Robin
7872f2f7e4 Merge remote-tracking branch 'remotes/origin/feature/BUG-1887_removed_grippers'
# Conflicts:
#	Greenshot/Drawing/DrawableContainer.cs
#	Greenshot/Drawing/SpeechbubbleContainer.cs
2016-05-23 22:03:01 +02:00
Robin
9ab6bff116 Fixed serialization issues, and made sure the arrow / line have the right adorners. 2016-05-23 16:43:10 +02:00
Robin
5b2d5b1397 Fixed most adorner related drawing issues, need to test a few more (freehand) 2016-05-23 15:39:21 +02:00
Robin
31db071394 Trying to replace the Gripper (which is a Label/Control) with adorners (custom code). This should prevent the slow cleanup, reduce resources and speedup the editor. Also we should have better "UI" feedback. This is still very experimental. 2016-05-23 13:32:52 +02:00
Robin
c02bd6ce62 Enhanced log statement [skip ci] 2016-05-22 13:16:28 +02:00
Robin
bd71f47e95 Fixed a stacktrace overflow due recursive loop when processing Metro-Apps (Windows 8, which also run on 10) 2016-05-22 13:13:07 +02:00
Robin
1469f1fa41 BUG-1965: Fixed a bug where a 1 pixel wide border around an active window is visible. Probably due to the "shadow" being captured too. 2016-05-22 00:16:06 +02:00
Robin
d25021631e FEATURE-945: Added environment variables to the external command (also removed unused imports and made some variables readonly) 2016-05-20 23:43:31 +02:00
Robin
4f326c9c0e [skip ci] Added horizontal scrolling with the mousewheel when keeping shift pressed. 2016-04-29 16:44:16 +02:00
Robin
db5a92dea4 Fixed build, and updated readme. 2016-04-26 23:42:25 +02:00
Robin
728f49944f BUG-1890: Fixed wrong cropping when window is maximized on Windows 10 2016-04-26 23:33:17 +02:00
Robin
5c04af1684 Undo of some cleanup which causes issues, 2016-04-26 23:13:37 +02:00
Robin
e781bdcd5c BUG-1949: Fixed imgur issues, especially the delete. 2016-04-26 23:12:45 +02:00
Robin
066ea19568 BUG-1945: Fixed a problem during startup, where Greenshot can't specify the ServerCertificateValidationCallback which is needed to ignore SSL errors. 2016-04-26 21:21:00 +02:00
Robin
0fa6224ea6 BUG-1941: Fixed a NullReferenceException, which is the issue itself. Don't know if it was caused by a different problem. 2016-04-26 20:44:47 +02:00
Robin
98e6be5eb6 Small cleanups [skip ci] 2016-04-17 23:32:22 +02:00
Robin Krom
02a06a12b0 Merged in dpbremner/greenshot (pull request #15)
marshal return types, add CharSet.Unicode to functions that lack it, marshal BOOL parameters
2016-04-17 11:33:08 +02:00
David Bremner
d780d337e4 marshal return types, add CharSet.Unicode to functions that lack it, marshal BOOL parameters 2016-04-16 18:45:02 -07:00
Robin Krom
01d59ad602 Merge pull request #23 from greenshot/bugfix/BUG-1935_clipboard_retry
BUG-1935: Increased the retry delay a bit more [skip ci]
2016-04-11 14:26:17 +02:00
Robin Krom
e43339ea90 BUG-1935: Increased the retry delay a bit more
The maximum waiting time should now be 3 seconds.
2016-04-11 14:25:12 +02:00
Robin Krom
18f1a93b21 Merge pull request #22 from greenshot/bugfix/BUG-1935_clipboard_retry
BUG-1935: increased retries and delay a bit.
2016-04-11 11:58:13 +02:00
Robin
4435d76699 BUG-1935: increased retries and delay a bit. 2016-04-11 11:56:52 +02:00
Robin Krom
fca40f1c97 Merge pull request #21 from greenshot/bugfix/BUG-1935_clipboard_retry
BUG-1935: Trying to make clipboard actions more stable.
2016-04-11 10:40:49 +02:00
Robin Krom
1d83b7c7bf Merge pull request #20 from greenshot/bugfix/BUG-1933_registry_permissions
Fix for BUG-1933 bad Registry permissions
2016-04-11 10:39:45 +02:00
Robin
189a6de1d6 BUG-1935: Trying to make clipboard actions more stable. 2016-04-11 10:38:52 +02:00