Greenshot for Windows - Report bugs & features go here: https://greenshot.atlassian.net or look for information on:
Find a file
2014-12-02 16:49:41 +01:00
Greenshot This improves the Message-Box which says there is already an instance running, so it is also visible on the task-bar with a Greenshot icon. 2014-12-02 16:49:41 +01:00
GreenshotBoxPlugin BUG-1682: This fixes the tail location while drawing, and also reduces the drawing bounds to that which it should be. (includes a few cleanups) 2014-11-30 18:18:33 +01:00
GreenshotConfluencePlugin Fixing compiler warnings. 2014-06-17 11:30:17 +02:00
GreenshotDropboxPlugin BUG-1653: Accessibility improvements, adding accept/cancel buttons to some of the forms. This way one can e.g. ESC out of a form. 2014-07-18 13:56:55 +02:00
GreenshotExternalCommandPlugin Previous changes created problems with the context-menu, as it was still referencing an icon that we dispose at icon size change. This change introduces a PropertyChanged event object to the CoreConfiguration so those interested can register to changes (currently only the IconSize), and apply the correct menu image. 2014-11-11 14:13:13 +01:00
GreenshotFlickrPlugin BUG-1653: Accessibility improvements, adding accept/cancel buttons to some of the forms. This way one can e.g. ESC out of a form. 2014-07-18 13:56:55 +02:00
GreenshotImgurPlugin Fix for BUG-1695 2014-11-07 21:49:55 +01:00
GreenshotJiraPlugin With JIRA 6.x using the SOAP (Webservice) API the access has gotten really slow, we improved the performance slightly by loading some information parallel. (In Greenshot 2.x we will move to another API.) 2014-10-29 13:04:36 +01:00
GreenshotOCRCommand Cleanup of the AssemblyInfo.cs files, they should now be more similar. 2014-06-17 10:14:09 +02:00
GreenshotOCRPlugin This change should make the UI Icon Size setting dynamic, clearing all cached icons when the size changes (in the settings UI) so if they have a dynamic size the best is selected. 2014-11-11 13:23:59 +01:00
GreenshotOfficePlugin This change should make the UI Icon Size setting dynamic, clearing all cached icons when the size changes (in the settings UI) so if they have a dynamic size the best is selected. 2014-11-11 13:23:59 +01:00
GreenshotPhotobucketPlugin BUG-1653: Accessibility improvements, adding accept/cancel buttons to some of the forms. This way one can e.g. ESC out of a form. 2014-07-18 13:56:55 +02:00
GreenshotPicasaPlugin BUG-1708: This change is just an improvement which writes the web-request output in case of errors. This should help to find the problem. Also cleaned the code a bit. 2014-11-28 16:48:05 +01:00
GreenshotPlugin 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
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
build.ps1 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
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
deploy.ps1 Removed exit, which might solve the "Command executed with exception" at AppVeyor [ci skip] 2014-06-17 18:11:30 +02:00
prebuild.ps1 Fixed version information 2014-06-11 15:26:48 +02:00
README.md Commit test [skip ci] 2014-11-03 22:29:04 +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

master The master branch has that which some day will be available in Greenshot 2.x. As we are re factoring and changing a lot of code for 2.x, this branch should be considered highly unstable! We accept pull-requests for 2.x, but it might be better to wait with bigger changes until things settle down a bit.

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