RKrom
|
1f2534865b
|
To make it easier to work with Greenshot directly after checkout, I removed the AssemblyInfo.cs.template files in favor of modifying the AssemblyInfo.cs directly from our build script.
|
2014-05-30 10:38:45 +02:00 |
|
JKlingen
|
8c4eef8e2b
|
Updated copyright notice for 2014
|
2014-01-08 21:30:56 +01:00 |
|
RKrom
|
5e10243eb3
|
Fixed the templates to work with .NET 20/35
|
2013-12-11 17:02:49 +01:00 |
|
RKrom
|
92482e6474
|
Modified the AsemblyInfo.cs.templates from SVN to GIT
|
2013-12-04 22:08:02 +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
|
8dd5a3e825
|
Preparations for the release 1.1.4
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2598 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-04-30 11:34:45 +00:00 |
|
RKrom
|
ad6f25ed9f
|
RC3 preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2574 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-04-22 12:34:29 +00:00 |
|
RKrom
|
b0f8b36fed
|
RC2 Preparations, version update for the next build
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2554 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-04-05 12:16:15 +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
|
929363202b
|
* Bug #3585393: resize issues with some the plugin configuration dialogs.
* Not reported: Flickr configuration for the Family, Friend & Public wasn't stored.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2259 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-11-08 21:03:41 +00:00 |
|
RKrom
|
b3c5eb67fd
|
Fixed example plugin to work with the latest changes
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2258 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-11-08 20:45:59 +00:00 |
|
RKrom
|
00c1c80004
|
Bugfix release preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2241 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-11-05 16:38:22 +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
|
a20619b265
|
Made Plugin Example compilable.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2038 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-14 16:46:23 +00:00 |
|
RKrom
|
6e95cf210d
|
Added a way to disable destinations in the configuration, for now OneNote is disabled by default. (As I am not satisfied with the way it works)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1830 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-05-04 08:36:25 +00:00 |
|
RKrom
|
d4c58e42bf
|
Fixed AnyCPU support
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1819 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-04-24 18:38:35 +00:00 |
|
RKrom
|
e5fd88ebd3
|
Refactoring: created a OutputSettings class to contain all the output settings for writing files. Default the settings are loaded from the configuration, in a later version it will be possible to have separate settings for every destination and these can be configured at one place... the settings form.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1815 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-04-24 16:44:34 +00:00 |
|
RKrom
|
5902a3d236
|
Fixed project version...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1814 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-04-22 09:46:55 +00:00 |
|
RKrom
|
72b3f774ce
|
Made ini-binding for the form
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1784 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-04-17 14:42:41 +00:00 |
|
RKrom
|
eb616472c4
|
Changed IDestination, added a manuallyInitiated so the destination can change its behavior depending on the flag. An example use-case would be the word exporter: if the flag is false, which it would be if the word destination is set as THE destination, it would add to the current document if one is available otherwise create a new. This makes it possible to have a kind of session behavior.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1749 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-04-04 13:46:14 +00:00 |
|
RKrom
|
9a6bc91c00
|
Cleanup of plugin names and made sure the plugin writer gets credit for his work.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1728 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-03-31 20:18:17 +00:00 |
|
RKrom
|
9733aa79a8
|
Added reduce colors to the quality form
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1708 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-03-19 18:29:19 +00:00 |
|
RKrom
|
4267c50984
|
Fixed build
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1699 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-03-13 07:10:35 +00:00 |
|
RKrom
|
5f9deb2f06
|
Refactoring the interop code to a separate project. Still need to add the interop DLL to the final exe... or maybe I want to use references inside the projects...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1690 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-03-06 17:45:50 +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
|
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 |
|
RKrom
|
174f653a5a
|
Cleaning HEAD, to replace it with the branch
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1281 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-07-17 11:54:05 +00:00 |
|
RKrom
|
aeefa9a767
|
Fixed for latest SVN state and refactored for IniConfig
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@865 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2010-08-24 19:05:15 +00:00 |
|
RKrom
|
1c2462874d
|
Updates for refactoring, everything should compile again
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@713 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2010-07-26 15:11:09 +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 |
|