Killy
2be1898c53
Width and Height shouldn't be exposed through ISurface anymore
2020-04-27 19:30:22 +03:00
Killy
169dbdccec
Rework for paste from clipboard
...
- location is determined by the same code for images and text;
- use visible area to determine the location.
2020-04-27 19:15:08 +03:00
Killy
136953aa4e
Fixes for some identified issues
...
- better interface for coordinate translation;
- correct context menu location;
- speech bubble tail can be dragged over the whole image.
2020-04-27 01:13:22 +03:00
Killy
8b45489b11
Zoom feature for the editor
2020-04-26 16:50:17 +03:00
Robin
3055d42689
Fixed Windows 10 incompatibility with 1809
...
Removed experimental QR code
Updated dependencies.
2020-04-12 23:23:02 +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
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
Krom, Robertus
5c6a3f2f78
Experimenting with some OCR and QR use cases.
2020-02-26 14:59:57 +01:00
Krom, Robertus
d8f5259fe0
Fixed OS output, as it didn't display Windows 10.
...
Fixed version string.
Improved OCR and QR code a bit.
2020-02-25 14:30:03 +01:00
Robin Krom
684a7615d7
This commit breaks compiling for a short (!) period, need to sync my work to a different system
2020-02-25 07:56:45 +01:00
Robin Krom
b49b01c9be
Worked on the OCR to improve the usage, it would now be possible to add a processor which scans all captures.
2020-02-20 22:59:09 +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
2293c70610
Fixed the build order, so we can build the installer.
...
Moved UnobservedTaskException handling from the Jira plugin to the MainForm.
Introduced an interface for doing the OCR, to enable building some functionality into the editor.
2020-02-08 23:23:19 +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
89ae9489d2
BUG-2056: A better fix for the issue, there was already something build in. [skip ci]
2017-01-16 17:06:50 +01:00
Robin
e654a60629
FEATURE-863: Fixed storing of the start value.
...
Updated SVG dependency, which fixes a few small issues with the Jira plug-in.
2016-11-22 10:23:46 +01:00
Robin
dc29ef0a27
FEATURE-863: Fixed counter to work with a flag, still the starting value is not serialized / deserialized?
2016-11-22 07:31:11 +01:00
Robin
f2f37700b3
FEATURE-863: Trying to get it working in 1.2.9
2016-11-21 23:47:10 +01:00
Robin
610f45d082
Code quality changes
2016-09-22 20:40:13 +02:00
Robin
7c7fd67b2a
Added LinqBridge and did some code cleanup.
2016-09-05 23:37:40 +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
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
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
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
7d28b6a3a5
Enhanced the external command plug-in to capture the first Uri in the output, and places this on the clipboard. Additionally the Uri is linked in the notify bubble or when started from the editor. The behaviour can only be modified via the greenshot.ini and is for all commands.
2014-09-09 17:35:51 +02:00
RKrom
08216b09c0
Code quality changes for stability and reduced memory usage.
2014-06-13 12:18:59 +02:00
RKrom
fb993c2238
Fixed serialization issues with the StepLabelContainer and the SpeechbubbleContainer, they should now be in the correct shape/location when loading from the .greenshot file.
2014-06-12 13:43:20 +02:00
RKrom
c19564b6e3
Fixed rotating elements which are just rectangles, like the enum-label.
2014-05-31 23:40:18 +02:00
RKrom
b37ed3562d
Added icons for the new tools, also changed some of the logic so it is possible to show the number of the next "label" in the tool button.
2014-05-28 09:35:08 +02:00
RKrom
ff3f898f54
As 2.x takes longer as planned, I added the SpeechbubbleContainer and StepLabelContainer (Enumerable label) to the 1.2 branch. This code was stored somewhere on my hard-drive, is still experimental.
2014-05-23 15:49:14 +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
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
f7c0dd744b
Fix for #1481 , checking paste location
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2538 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-03-28 09:56:55 +00: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
f627ce5dd0
Changed code for the Clipboard and changed a lot of "Bitmap" code to work on images, this might give problems but if these are solved we have better support for MetaFiles. This made it possible to remove the MetafileContainer, which is replaced by the ImageContainer (which is the BitmapContainer modified). The clipboard code now knows more ways to load images from the clipboard!
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2398 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-12-20 12:33:17 +00:00
RKrom
cd3c8aeb0b
Fixed bug #3594681 , do not use 256-color reducing when using inline dataurl for HTML.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2388 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-12-17 11:22:29 +00:00