Robin Krom
94c778d82c
Improve DPI support ( #254 )
...
* Improving the DPI handling for most forms, there are still issues with:
* the AboutForm.Designer.cs where the title with the version scales differently.
* the destination picker doesn't seem to scale the font correctly.
Some parts are not tested yet...
* Solved the issue with the destination picker font, and some other small issues.
There still is an issue when using Powertoys (the feature which is experimental), that the capture is somehow skipping.
2020-10-23 00:28:50 +02:00
Robin
3055d42689
Fixed Windows 10 incompatibility with 1809
...
Removed experimental QR code
Updated dependencies.
2020-04-12 23:23:02 +02:00
Robin
f206046010
Made notifications work again, activation doesn't work yet due to missing ToastActivatorCLSID on the shortcut.
2020-03-16 14:20:14 +01:00
Robin Krom
1ba0bf9b10
Working on making multiple notification systems possible, removing the old "notifyicon" balloon for Windows 10.
2020-03-10 13:17:13 +01:00
Robin Krom
d0846b0f09
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
Robin
0202c2fa8b
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
Krom, Robertus
5c6a3f2f78
Experimenting with some OCR and QR use cases.
2020-02-26 14:59:57 +01:00
Krom, Robertus
42cd533862
A bit of refactoring to be able to find some issue...
2020-02-18 16:32:51 +01:00
Krom, Robertus
80d8f51fc5
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
Krom, Robertus
8dc4647532
Fixed bug #149 : If using a full screen capture of the current monitor, not the default, the mouse cursor is not visible.
2020-02-11 10:53:50 +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
e620cb93ec
BUG-2114 / BUG-2095 / FEATURE-998 : Some more consolidation of the code.
2017-01-27 20:46:26 +01:00
Robin
73bdd0f405
BUG-2108: a change in ToForeground which should fix another issue, involved a key press, which "disables" the context menu in this use-case.
2017-01-13 19:15:17 +01:00
Robin
96b92df495
Added the FEATURE-998 also to the open last file context menu.
2017-01-12 21:26:30 +01:00
Robin
610f45d082
Code quality changes
2016-09-22 20:40:13 +02:00
Robin
fc192827f1
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
Robin
c0d18c952c
Some more changes for BUG-2017, this simplified some of the code and adds different logic for Windows 10 apps.
2016-09-04 22:23:42 +02:00
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
798ca503a5
Code quality changes [skip ci]
2016-08-16 10:37:55 +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
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
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
RKrom
b4b6c6546d
Fix for Windows-Capture exception, which was unfortunately added when fixing a focus issue.
2014-12-22 21:03:56 +01:00
RKrom
dda5b53976
These changes should fix some issues with losing focus before capturing. [skip ci]
2014-12-16 07:28:32 +01:00
RKrom
fc0791bdb6
This commit allows us to experiment with different screen capture methods via plugins. e.g. a Desktop-Duplication API implementation could be supplied for Windows 8, which might capture DirectX better.
2014-12-03 22:40:32 +01:00
RKrom
99d78e86db
Compile fix
2014-11-18 23:20:17 +01:00
RKrom
70ad158470
Fixed BUG-1620 Greenshot crashing Chrome running in 'Windows 8 Mode', it seems the HideApp causes the app to restart. Don't know if we need this anymore, with 1 screen windows 8.1 everything works without it.
2014-11-18 23:07:43 +01:00
RKrom
98cbe99f9a
Fix for compile error
2014-11-04 11:32:43 +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
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
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
ac08533727
Code quality fixes (NullReference checks, unused variables etc)
2014-04-26 00:34:06 +02:00
JKlingen
8c4eef8e2b
Updated copyright notice for 2014
2014-01-08 21:30:56 +01:00
RKrom
9ad9f97e1f
Fix for #1589 System.NullReferenceExceptio
2013-12-11 21:22:45 +01:00
RKrom
f9c486f78d
Fixed compiling for .NET 2.0
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2572 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-21 18:19:32 +00:00
RKrom
7275ad6222
Additional fix for #1499
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2568 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-18 15:15:05 +00:00
RKrom
b9ca9a06e7
Fix for bug #1499 , prevented to show the Bug-Form! Now showing a MessageBox with the error.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2566 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-16 09:45:45 +00:00
RKrom
b7b89ade04
cleanup & small fixes. Added some more IBinaryContainer implementations which are used by plugins which aren't rolled out yet. (but I didn't want to loose the code)
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2524 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-03-07 10:08:57 +00:00
RKrom
8b0253bdf9
Fixed a visibility check on Apps and added the gutter! The "Snapped Desktop" is still missing and if this is visible it won't go away...
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2457 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-02-03 18:12:39 +00:00
RKrom
141da5e724
Windows 8: fix for capturing when a fullscreen app is visible, this didn't go away, when having multiple monitors.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2456 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-02-03 16:26:04 +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
e07278bc04
Fixed a possible DPI info loss
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2426 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-01-13 14:50:47 +00:00