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
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 Krom
7e96c99b3d
Updates for the notification service, now an icon is shown and it now follows the configuration settings. [skip ci]
2020-03-10 22:06:47 +01:00
Krom, Robertus
d81d0ad4f1
More DPI fixes, now supporting windows with different DPI settings.
2020-02-19 13:51:36 +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
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
5a1a4737ec
Some fixed for not getting windows to focus/to front which were inspired by FEATURE-992. [skip ci]
2016-12-30 22:35:28 +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
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
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
ec5930ed41
Updated Copyright notice
2015-03-13 10:31:52 +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
cc7f303e08
Changed the destination picker behavior to not sort, this makes it possible to do the sorting in the destinations itself. OneNote places the current page on top, the printer list also starts with the default... etc.
2014-07-29 16:13:12 +02:00
RKrom
f1642f3014
Changed dynamic destination handling, children are only created for the dynamic destinations and not the "parent". e.g. there is an outlook entry, which has children for all the open emails, but not for outlook itself. As this was already in the menu on the main level, there is no need to repeat this.
2014-06-17 13:18:47 +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
JKlingen
f6f7e3f935
#677 destinations with subdestinations can now be clicked to invoke the "main" subdestination
2014-01-15 23:41:37 +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
9850096c3b
Fixed an issue where the destination picker is displayed while we are already in the destination. This is done by storing the value of the clicked item in the ContextMenuStrip.Tag property, if this is null the user didn't click on the menu but somewhere else and we cancel the close... if the value is set, the user clicked on the menu and the close is allowed.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2504 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-02-20 09:45:34 +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
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
4de75cdb69
Cleanup of using statements
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2149 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-17 12:21:12 +00:00
RKrom
4d399a60ac
Refactored the Office Destinations, including the Interop & configuration, to the new Office plug-in. Also refactored some code to be more consistent.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2131 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-10 14:18:05 +00:00
RKrom
91385b074e
Refactored PluginUtils to have the GetExePath and GetExeIcon, which was needed for giving the ExternalCommandPlugin an icon.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2057 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-19 10:05:26 +00:00
RKrom
203a34ee6f
Added some fixes for the IDestination code, allowing a Destination to supply dynamics without base. Also made the savetmpfile able to store in a supplied path.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2037 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-14 16:43:15 +00:00
RKrom
be797ecf8a
Extended the ExportCapture with ExportInformation as a result object, this allows us to better and more consistently return & handle information from the export. Also it should be easier to extend the functionality. TODO: Still need to cleanup some messages, some are no longer needed
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2034 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-14 15:04:37 +00:00
RKrom
b527eefb77
Fixing Bug #3536968 by catching the COMException (every exception) and not displaying the "subDestinations". This won't solve all COM exceptions...
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1932 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-06-25 09:55:23 +00:00
RKrom
6e95cf210d
Added a way to disable destinations in the configuration, for now OneNote is disabled by default. (As I am not satisfied with the way it works)
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1830 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-05-04 08:36:25 +00:00
RKrom
1e436b69ee
Fixed some problems exporting to word & powerpoint
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1751 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-04 15:00:10 +00:00
RKrom
eb616472c4
Changed IDestination, added a manuallyInitiated so the destination can change its behavior depending on the flag. An example use-case would be the word exporter: if the flag is false, which it would be if the word destination is set as THE destination, it would add to the current document if one is available otherwise create a new. This makes it possible to have a kind of session behavior.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1749 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-04 13:46:14 +00:00
RKrom
be0569bb21
Improved differentiating office icons, the actual application has a different icon as the "document". For Outlook this is even different for the email & meeting.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1666 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-02-20 12:13:59 +00:00
RKrom
0f65452e6c
Fixed Copyright to 2012
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1653 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-02-13 09:06:09 +00:00
RKrom
8d458998a1
Moving back to trunk!
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1602 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-01-24 19:24:36 +00:00