Commit graph

34 commits

Author SHA1 Message Date
Robin
5d56bfab66 Merge branch 'release/1.2.9'
# Conflicts:
#	Greenshot/Languages/language-cs-CZ.xml
#	Greenshot/releases/additional_files/readme.txt.template
#	GreenshotImgurPlugin/Forms/ImgurHistory.cs
#	GreenshotImgurPlugin/Forms/SettingsForm.cs
#	GreenshotImgurPlugin/ImgurConfiguration.cs
#	GreenshotImgurPlugin/ImgurPlugin.cs
#	GreenshotImgurPlugin/ImgurUtils.cs
#	GreenshotPlugin/Core/CoreConfiguration.cs
#	GreenshotPlugin/Core/ImageHelper.cs
#	GreenshotPlugin/Core/SourceForgeHelper.cs
#	GreenshotPlugin/GreenshotPlugin.csproj
#	appveyor12.yml
2017-01-01 07:41:09 +01:00
Robin
8690a6b52b RC2, added the version to the support us and help pages, so we can show that the user is using an outdated version. 2016-11-04 12:48:57 +01:00
Robin
a9a745a439 This is a quick Imgur fix, and reducing the amount of traffic. 2016-11-03 21:51:27 +01:00
Robin
610f45d082 Code quality changes 2016-09-22 20:40:13 +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
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
089eec769e This fixes a bug in the resize logic, the colors of the edges were not calculated correctly by GDI. Also added some additional dispose calls. 2014-11-30 22:06:35 +01: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
c6c331c0e2 Fix for #1500
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2569 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-19 15:17:38 +00:00
JKlingen
e6cfe62d59 fixed copy/paste error which caused magnified rectangle to be distorted
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2563 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-14 19:32:41 +00:00
RKrom
38989ba251 Fix for not taking the brightness setting into the drawing.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2559 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-11 08:22:51 +00:00
RKrom
5018f67ff7 Optimizing: Replaced BitmapBuffer with FastBitmap, also changed some filters to use more GDI "hardware" instead of home-made pixel processing. Only on Windows 8 the blur is "slow", when radius < 20.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2531 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-03-11 16:44:34 +00:00
RKrom
ea20ead07e Removed a Image-cloning call which wasn't needed.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2530 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-03-11 11:50:52 +00:00
RKrom
d77d4d9ddf Added the area (Rectangle) to the FastBitmap, this made it possible to convert the current filters (all but the BlurFilter, this I want to review). Still want to see if I can change the way the filters work, maybe I can prevent some extra bitmap actions by changing the flow & signatures... Need to start in DrawableContainer.DrawContent.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2484 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-02-13 16:28:12 +00:00
RKrom
5ffe3dfb42 Cleanup for code-analyses 2nd phase
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2483 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-02-13 11:45:51 +00:00
RKrom
d7abc8ce93 Fixed another object which serialized something it shouldn't.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2475 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-02-10 14:42:32 +00:00
RKrom
e2be04a552 Code cleanup: 1) AbstractFilter: why did we serialize the bitmapbuffer? 2) Bitmapbuffer: removed serialization code, this object should NEVER be serialized as it's just a view which makes access faster. 3) QuantizerHelper.cs: Refactored to use the FastBitmap
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2474 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-02-10 14:40:01 +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
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
7591fa993b Optimizations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1650 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-02-10 15:34:40 +00:00
RKrom
ab7522d743 Fixing some bitmap code to work, this should improve the quality a bit. Also re-factored some code so I could add more professionally shadows.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1639 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-02-08 12:04:35 +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
RKrom
f3b0878b02 "Merged" 0.8 with HEAD, so we can continue developing
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1282 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2011-07-17 12:05:59 +00:00
JKlingen
019b482195 refactoring: GreenshotCore/GreenshotEditor
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@731 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2010-07-27 20:18:52 +00:00
JKlingen
01d843e8cf refactoring: moved interfaces from GreenshotPlugin to GreenshotCore
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@704 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2010-07-25 18:20:18 +00:00
JKlingen
a22b7578bd moved all sources to trunk directory
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@693 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2010-07-25 08:48:59 +00:00