greenshot/Greenshot/Drawing
2014-06-02 10:27:58 +02:00
..
Fields Code quality changes, and added the possibility to set the amount of colors for the Quantizer. 2014-05-11 16:31:04 +02:00
Filters Code quality fixes (NullReference checks, unused variables etc) 2014-04-26 00:34:06 +02:00
ArrowContainer.cs Fixed potential memory leak. 2014-06-02 09:35:01 +02:00
CropContainer.cs Made resize work, cleaned up code so it should be easier to port the changes to 2.x 2014-06-01 20:25:52 +02:00
CursorContainer.cs Code quality changes, and added the possibility to set the amount of colors for the Quantizer. 2014-05-11 16:31:04 +02:00
DrawableContainer.cs Removed "rotate" leftovers. Also implemented transform in the ImageContainer, be aware: scaling will probably cause artefakts if we "undo"... 2014-06-02 10:27:58 +02:00
DrawableContainerList.cs Made resize work, cleaned up code so it should be easier to port the changes to 2.x 2014-06-01 20:25:52 +02:00
EllipseContainer.cs Fixed the target-gripper logic (needed for the speech bubble) and made the drawing of Rectangles / Ellipses possible without extending the container (making it possible to use different shapes depending on a variable). The new containers (SpeechBubble & StepLabel) are mostly working with this change, default colors/sizes should be decided upon and translations/icons are still missing. There is one bug with the Speechbubble when resizing (right before left, bottom before top), should not be a show-stopper but needs lookin into. 2014-05-27 12:44:01 +02:00
FilterContainer.cs 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
FreehandContainer.cs Removed "rotate" leftovers. Also implemented transform in the ImageContainer, be aware: scaling will probably cause artefakts if we "undo"... 2014-06-02 10:27:58 +02:00
Gripper.cs Code quality fixes (NullReference checks, unused variables etc) 2014-04-26 00:34:06 +02:00
HighlightContainer.cs 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
IconContainer.cs Made resize work, cleaned up code so it should be easier to port the changes to 2.x 2014-06-01 20:25:52 +02:00
ImageContainer.cs Removed "rotate" leftovers. Also implemented transform in the ImageContainer, be aware: scaling will probably cause artefakts if we "undo"... 2014-06-02 10:27:58 +02:00
LineContainer.cs 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
ObfuscateContainer.cs 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
RectangleContainer.cs Fixed the target-gripper logic (needed for the speech bubble) and made the drawing of Rectangles / Ellipses possible without extending the container (making it possible to use different shapes depending on a variable). The new containers (SpeechBubble & StepLabel) are mostly working with this change, default colors/sizes should be decided upon and translations/icons are still missing. There is one bug with the Speechbubble when resizing (right before left, bottom before top), should not be a show-stopper but needs lookin into. 2014-05-27 12:44:01 +02:00
RoundedRectangle.cs Code quality fixes (NullReference checks, unused variables etc) 2014-04-26 00:34:06 +02:00
SpeechbubbleContainer.cs Disposing matrix in the new code, otherwise it would cause memory leaks 2014-06-02 10:25:47 +02:00
StepLabelContainer.cs The enumerator now has its grippers again. 2014-06-02 09:12:35 +02:00
Surface.cs Disposing matrix in the new code, otherwise it would cause memory leaks 2014-06-02 10:25:47 +02:00
TextContainer.cs 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