Greenshot for Windows - Report bugs & features go here: https://greenshot.atlassian.net or look for information on:
Find a file
2015-11-06 07:21:19 +01:00
Greenshot BUG-1850: Fixing disposing of WebResponse objects, which might cause the greenshot not responding issue 2015-10-29 12:22:45 +01:00
GreenshotBoxPlugin OAuth 2 fixes for Box & Picasa. Noticed that Box uses one refresh-token per authentication token, as soon as an Authenticating token is requested the refresh token is used. An refresh token can also expire, usually after 60 days. This commit should make it work. 2015-04-18 00:06:57 +02:00
GreenshotConfluencePlugin Added Korean translation for plugins 2015-04-03 10:07:53 +02:00
GreenshotDropboxPlugin This commit is made due to BUG-1775. Although it might not fix it, it ensures that every window has an icon and only than when it loaded. Also added improved error handling. 2015-04-17 11:06:57 +02:00
GreenshotExternalCommandPlugin Fix in CallExternalCommand: Exception message "Error calling external command" was shown although CallExternalCommand has finished successful. 2015-10-03 16:33:55 +02:00
GreenshotFlickrPlugin This commit is made due to BUG-1775. Although it might not fix it, it ensures that every window has an icon and only than when it loaded. Also added improved error handling. 2015-04-17 11:06:57 +02:00
GreenshotImgurPlugin Cleanup before fixing [skip ci] 2015-11-06 07:20:43 +01:00
GreenshotJiraPlugin This commit is made due to BUG-1775. Although it might not fix it, it ensures that every window has an icon and only than when it loaded. Also added improved error handling. 2015-04-17 11:06:57 +02:00
GreenshotOCRCommand Updated Copyright notice 2015-03-13 10:31:52 +01:00
GreenshotOCRPlugin This commit is made due to BUG-1775. Although it might not fix it, it ensures that every window has an icon and only than when it loaded. Also added improved error handling. 2015-04-17 11:06:57 +02:00
GreenshotOfficePlugin Updated Copyright notice 2015-03-13 10:31:52 +01:00
GreenshotPhotobucketPlugin This commit is made due to BUG-1775. Although it might not fix it, it ensures that every window has an icon and only than when it loaded. Also added improved error handling. 2015-04-17 11:06:57 +02:00
GreenshotPicasaPlugin OAuth 2 fixes for Box & Picasa. Noticed that Box uses one refresh-token per authentication token, as soon as an Authenticating token is requested the refresh token is used. An refresh token can also expire, usually after 60 days. This commit should make it work. 2015-04-18 00:06:57 +02:00
GreenshotPlugin BUG-1850: Fixing disposing of WebResponse objects, which might cause the greenshot not responding issue 2015-10-29 12:22:45 +01:00
GreenshotTest 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
PluginExample 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
.gitignore Fixed .gitignore and modified the app.config so MAYBE it isn't modified automatically by VS. 2014-05-30 11:14:23 +02:00
appveyor.yml fixed imgur key/secret 2015-11-05 22:41:27 +01:00
build.ps1 Removed tagging, this is done with a Github feature. [skip ci] 2015-10-29 12:28:16 +01:00
CommonProject.properties Creating *.pdb files when building Greenshot, which we will package in a .ZIP so we can supply them when needed. 2014-11-29 22:03:24 +01:00
prebuild.ps1 Fixed version information 2014-06-11 15:26:48 +02:00
README.md "merged" 1.2 to master so development on the next version can start. Modified the README.md to reflect changes. 2015-01-19 12:09:13 +01:00

Greenshot - a free screenshot tool optimized for productivity

Welcome to the source repository for Greenshot

What is Greenshot?

Greenshot is a light-weight screenshot software tool for Windows with the following key features:

  • Quickly create screenshots of a selected region, window or fullscreen; you can even capture complete (scrolling) web pages from Internet Explorer.
  • Easily annotate, highlight or obfuscate parts of the screenshot.
  • Export the screenshot in various ways: save to file, send to printer, copy to clipboard, attach to e-mail, send Office programs or upload to photo sites like Flickr or Picasa, and others. and a lot more options simplyfying creation of and work with screenshots every day.

Being easy to understand and configurable, Greenshot is an efficient tool for project managers, software developers, technical writers, testers and anyone else creating screenshots.

If you find that Greenshot saves you a lot of time and/or money, you are very welcome to support the development of this screenshot software.

About this repository

This repository has all the sources of Greenshot, but we have multiple branches of which two should be important to know about:

1.1 Greenshot 1.1.x can be found in the 1.1 branch, this branch represents the current release.

1.2 Greenshot 1.2.x can be found in the 1.2 branch, this branch will be coming soon. But it mostly has a few more bug fixes and changes as are in our Greenshot release, as we collect multiple fixes before releasing. 1.2 is a "dying" branch, as we want to change a lot of the underlying application for 2.0 and most of Greenshot will need to be rewritten. This means pull request with fixes or small changes are very welcome!

We now have a continuous integration system, you can find the latest unstable 1.2 builds here

Current build status 1.2 branch: Unknown

Developing for Greenshot

We develop Greenshot with Visual Studio Express 2013 and tested our solution on Visual Studio Professional 2012. It should be possible to compile Greenshot directly after a checkout, eventually Visual Studio needs to upgrade the solution. What doesn't work are the plug-in for cloud storage (like Box, Dropbox, Imgur, Picasa and Photobucket) as these need "API keys". These keys are not in our Greenshot repository, if you want to develop on one of the plug-ins you will need to create you own keys by registering with theses services as a developer. I will add a description here later to explain how include your API keys so you can develop.

P.S. Statistics on the Greenshot project, supplied by Open HUB, can be found here