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
|
9288fa8212
|
Added some rudimentary cache for the albums, very rudimentary... Greenshot needs a restart to recognize new albums.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2428 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-13 15:56:18 +00:00 |
|
RKrom
|
3fa043782f
|
Added album selection to Photobucket
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2424 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-13 12:17:28 +00:00 |
|
JKlingen
|
b9a1bd76b5
|
update for czech translation provided by zdenet
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2417 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-07 21:24:42 +00:00 |
|
JKlingen
|
ae8edf815f
|
Ukrainian translation update provided by oleksandr-6c6c6
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2416 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-07 21:02:11 +00:00 |
|
RKrom
|
0c7e16a771
|
Applied my "patch" which refactors the complete codebase to have IEffect support, this is an interface which can be used to supply effects to a bitmap. These effects can now be passed to the OutputSettings (which now is called SurfaceOutputSettings) to control how the output is modified. This is very useful for e.g. OCR which needs a grayscale & resized image.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2377 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-12 09:51:41 +00:00 |
|
RKrom
|
5541e2e1c7
|
Refactoring which replaces the Image in the ImageOutput for an ISurface, this makes it possible to save the Surface to any possible file format and even make it possible to pass some additional information in the OutputSettings. (Except reducing the colors, there are no other settings yet)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2376 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-11 14:36:20 +00:00 |
|
RKrom
|
22c04fbb4a
|
Changes for 1.1, added Photobucket as project to the solution. Fixed some language files (the ietf in the file IS important)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2276 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-11-13 09:01:05 +00:00 |
|
RKrom
|
5e6b13e509
|
Fixed Control locations on Form and log4net reference
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2275 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-11-13 08:45:35 +00:00 |
|
RKrom
|
fc86a47220
|
Added Photobucket for Greenshot 1.1
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2274 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-11-13 08:38:32 +00:00 |
|
RKrom
|
3358352303
|
Preparations for RC5, removed all the non 1.0 plug-ins out and the 1.0 in.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2184 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-21 15:19:59 +00:00 |
|
RKrom
|
048826df3d
|
More small fixes, and some refactoring.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2140 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-13 15:14:57 +00:00 |
|
RKrom
|
1a97204be3
|
Fix for refactoring of the OAuth implementation.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2136 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-10 19:01:39 +00:00 |
|
RKrom
|
448f82f6c3
|
Code reuse and cleanup.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2126 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-08 15:32:14 +00:00 |
|
RKrom
|
abe79e65e9
|
Untested performance improvements with uploads, in short the image is directly stored to the upload stream instead of writing a stream to a byte[]. Expecting a small performance improvement, and a lot less memory usage while uploading.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2125 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-08 12:58:20 +00:00 |
|
RKrom
|
c983567827
|
Added Multipart/form-data support, this should improve memory usage and upload performance. Is also needed for Flickr.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2124 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-08 06:26:29 +00:00 |
|
RKrom
|
f464b3a3ca
|
Fixed refactoring changes for unused plugin.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2123 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-07 12:35:29 +00:00 |
|
RKrom
|
cf29c23439
|
Project files cleanup, making sure all projects have the same settings.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2088 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-24 18:18:38 +00:00 |
|
RKrom
|
8b8024e20c
|
OAuth refactoring, making Photobucket work.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2073 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-20 11:37:47 +00:00 |
|
RKrom
|
19d92e72c8
|
Preparations for RC3
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2063 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-19 13:14:22 +00:00 |
|
RKrom
|
9627e927fb
|
Fixed icon for Photobucket
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2061 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-19 12:40:38 +00:00 |
|
RKrom
|
e40db9ef28
|
Added a copy of the .pdb when in debug modus, this allows us to debug plugins.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2053 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-18 19:48:19 +00:00 |
|
RKrom
|
ade8e365b6
|
Made the OAuth implementation work as specified, Imgur is working but the others need to be checked.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2050 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-18 15:07:17 +00:00 |
|
RKrom
|
c1e52f5b16
|
Refactored some Photobucket code, still getting 401 errors though.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2039 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-14 16:52:00 +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
|
f447fb8b72
|
Some oAuth fixes for Imgur & Photobucket. Still having problems with Photobucket...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2026 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-12 12:43:02 +00:00 |
|
RKrom
|
a907eca010
|
Initial code for a possible Photobucket plug-in
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2023 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-11 16:44:11 +00:00 |
|