mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
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@2399 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
f627ce5dd0
commit
19f9e0afa7
1 changed files with 1 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
|||
<Compile Include="Destinations\PickerDestination.cs" />
|
||||
<Compile Include="Destinations\PrinterDestination.cs" />
|
||||
<Compile Include="Drawing\ArrowContainer.cs" />
|
||||
<Compile Include="Drawing\BitmapContainer.cs" />
|
||||
<Compile Include="Drawing\ImageContainer.cs" />
|
||||
<Compile Include="Drawing\CropContainer.cs" />
|
||||
<Compile Include="Drawing\CursorContainer.cs" />
|
||||
<Compile Include="Drawing\DrawableContainer.cs" />
|
||||
|
@ -110,7 +110,6 @@
|
|||
<Compile Include="Drawing\Fields\FieldType.cs" />
|
||||
<Compile Include="Drawing\Fields\IFieldHolder.cs" />
|
||||
<Compile Include="Drawing\Fields\FieldAggregator.cs" />
|
||||
<Compile Include="Drawing\MetafileContainer.cs" />
|
||||
<Compile Include="Drawing\ObfuscateContainer.cs" />
|
||||
<Compile Include="Drawing\FreehandContainer.cs" />
|
||||
<Compile Include="Drawing\RectangleContainer.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue