Robin
|
d446127e19
|
Optimizing the windows logic, as far as was possible without LINQ. Added a check to try to fix BUG-2017.
|
2016-09-04 16:42:02 +02:00 |
|
Robin
|
1294036a56
|
Fixed copyright for this year.
|
2016-08-17 14:38:41 +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
|
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
|
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 |
|
jklingen
|
3c614aacd1
|
Merge pull request #14 from greenshot/bugfix/BUG-1876_Already_running_message
Partial fix for BUG-1876 "already running"
|
2016-03-24 22:20:52 +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 |
|
Robin
|
841ab69b69
|
Replaced Mutex code with a from Dapplo.Addons class written for Greenshot 1.3 "ResourceMutex", this should fix a few start-up issues.
|
2016-03-23 14:22:10 +01:00 |
|
Krom, Robertus
|
342a506480
|
BUG-1809: Found some additional information which explains why the previous fix for BUG-1809 was not working.
|
2015-10-23 11:15:15 +02: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
|
7938ab5dad
|
This commit is made due to BUG-1775. Although it might not fix it, it ensures that every window has an icon and only than when it loaded. Also added improved error handling.
|
2015-04-17 11:06:57 +02:00 |
|
Robin
|
ec5930ed41
|
Updated Copyright notice
|
2015-03-13 10:31:52 +01:00 |
|
JKlingen
|
228dd301ba
|
Revert "BUG-1735 fixed exception when scaling down screenshot with text element"
This reverts commit cc65001d34 .
|
2015-01-25 14:51:50 +01:00 |
|
JKlingen
|
cc65001d34
|
BUG-1735 fixed exception when scaling down screenshot with text element
|
2015-01-25 13:22:55 +01:00 |
|
JKlingen
|
ccd809d4ed
|
Special donate icon in special times
|
2014-12-15 23:26:10 +01:00 |
|
RKrom
|
2f6e9563d4
|
This improves the Message-Box which says there is already an instance running, so it is also visible on the task-bar with a Greenshot icon.
|
2014-12-02 16:49:41 +01:00 |
|
RKrom
|
2f70c91578
|
Removed the embedded internet explorer icon, in favor of the real exe icon. This gives a much better quality with larger icon sizes.
|
2014-11-11 16:04:08 +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
|
61c2921b2a
|
This change should make the UI Icon Size setting dynamic, clearing all cached icons when the size changes (in the settings UI) so if they have a dynamic size the best is selected.
|
2014-11-11 13:23:59 +01:00 |
|
RKrom
|
850c54fdee
|
Fix for compile error... :(
|
2014-11-03 15:29:31 +01:00 |
|
JKlingen
|
42437772ad
|
BUG-1671: Fixed error that occurred when double-clicking systray icon before the first time a screenshot was saved to file
|
2014-10-01 23:03:45 +02:00 |
|
Robin Krom
|
20dced6a8c
|
Fix for BUG-1633, as is written here: http://social.msdn.microsoft.com/Forums/windows/en-US/76b5fb6f-16cb-4c9c-bba7-8d1a089b1ab3/enablevisualstyles-and-notifyicon-bug
|
2014-06-23 19:57:21 +00:00 |
|
RKrom
|
c7aa3ebaf1
|
Small event-handler code fix.
|
2014-06-17 10:37:41 +02:00 |
|
RKrom
|
9aefc90460
|
Usage of EmptyWorkingSet now via the configuration, so we don't use it for all people.
|
2014-06-16 23:32:30 +02:00 |
|
RKrom
|
9cc485243f
|
Testing what happens if Greenshot uses EmptyWorkingSet after start-up.
|
2014-06-16 23:14:37 +02:00 |
|
RKrom
|
be36a3f42b
|
Fixed some errors, removed obsolete code, removed some anonymous delegates and added some additional disposing code in the CaptureHelper.cs
|
2014-06-16 11:25:04 +02:00 |
|
RKrom
|
15253ef295
|
Code cleanup, removed a lot of FxCop messages and added some more disposing.
|
2014-06-15 11:53:38 +02:00 |
|
RKrom
|
08216b09c0
|
Code quality changes for stability and reduced memory usage.
|
2014-06-13 12:18:59 +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
|
ac08533727
|
Code quality fixes (NullReference checks, unused variables etc)
|
2014-04-26 00:34:06 +02:00 |
|
JKlingen
|
13d5f5b23a
|
improved handling of hotkey registration conflicts (adapted from 1.1 bugfix for #1569) (restored prior commit)
|
2014-03-18 17:29:15 +01:00 |
|
JKlingen
|
4ac8d21ebc
|
#1569 fixed wrong error message when trying to update a reserved hotkey
|
2014-01-08 10:07:11 +01:00 |
|
JKlingen
|
c7b6c071b4
|
Bug #1580: removed device names for capture fullscreen submenu in multi-monitor setups, which sometimes delivered inconsistent results or even garbage characters. Sticking to descriptive text like "bottom left", which is more useful anyway.
|
2013-12-17 16:11:33 +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
|
c2639a1bc7
|
Fix for #1470, preventing Exception pop-up (showing a message instead) and using fall-back if the last location is no longer available.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2526 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-03-07 11:20:36 +00:00 |
|
RKrom
|
51e57b8943
|
Fix for #1470, preventing Exception pop-up (showing a message instead) and using fall-back if the last location is no longer available.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2525 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-03-07 11:17:20 +00:00 |
|
RKrom
|
5ffe3dfb42
|
Cleanup for code-analyses 2nd phase
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2483 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-02-13 11:45:51 +00:00 |
|
RKrom
|
a394904aa3
|
First code analysis changes, this "should" make Greenshot more stable and implement things as is supposed.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2481 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-02-12 18:43:56 +00:00 |
|
RKrom
|
190578953c
|
Added a link to a Microsoft support link for Bug [#1420] in the exception, might still be good if we can change the bug for so it is more clear what can be done...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2465 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-02-06 13:15:13 +00:00 |
|
JKlingen
|
c777878bd7
|
updated copyright notice for 2013
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2436 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-20 20:18:49 +00:00 |
|
RKrom
|
771fc93d6b
|
Checked ClickActions, added the Settings as possible value. Also made sure we log more information if the INI has wrong values.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2434 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-18 11:05:11 +00:00 |
|
RKrom
|
6fadd33549
|
Added the possibility to configure the single & double-click action of the NotifyIcon.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2432 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-18 10:26:14 +00:00 |
|
RKrom
|
f7c73932f2
|
Fixed Context-Menu issues with the sub-menu arriving on the second screen, this is only a work-around (cutting the string to max 25 characters). Also added an icon for the "capture IE from list", as this might have different applications available.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2430 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-15 15:56:16 +00:00 |
|
RKrom
|
5ce65ab191
|
Fixed a problem with loading the icon from a share, also preventing a NullPointerReference in the MainForm
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2418 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-08 10:20:31 +00:00 |
|
RKrom
|
178a3d732f
|
Fixed look of error message when registration of hotkeys failed.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2393 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-18 15:16:50 +00:00 |
|
RKrom
|
f5e9618cd2
|
Turned on the code for the Greenshot file format, hat to refactor the ImageOutput to accept an ISurface so we could wait to export it to an image until the last moment or save the surace-image & serialize the elements.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2373 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-10 17:50:26 +00:00 |
|
RKrom
|
57e4a8dd73
|
Cleanup of the AboutForm, changed the Style to a "FixedToolWindow", I find this more professional. Changed the AnimatingForm to have a flag, EnableAnimation, which is false by default and makes it possible to make the Form the base form of all GreenshotForm forms. Renamed the conf -> coreConfiguration, as this is already in the base class. Also added some comments.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2367 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-07 16:31:20 +00:00 |
|
RKrom
|
83d244c3bf
|
Counting the amount of surface objects, so we can see if there are multiple in memory when we have bugs.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2365 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-07 15:12:04 +00:00 |
|