18
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some fixes for capturing those nasty Apps, code is not finished yet! More... over 11 years ago
slovak translation updates
jklingen
as JKlingen
More... over 11 years ago
updates for italian translation
jklingen
as JKlingen
More... over 11 years ago
updates for ukrainian translation
jklingen
as JKlingen
More... over 11 years ago
updates for serbian translation + serbian installer
jklingen
as JKlingen
More... over 11 years ago
Updated the readme.txt More... over 11 years ago
Added Special-Folder support in the FilenameHelper for the following values: MyPictures, MyMusic, MyDocuments, Personal, Desktop, ApplicationData, LocalApplicationData. Meaning one can now set the output path to ${MyPictures} More... over 11 years ago
Small fixes which make it easier to check if an IniValue is fixed, also changed the Component.Enabled in the settingsForm for some more properties. In normal English, if I have defined a property in the "greenshot-fixed.ini" the matching setting can not be changed! More... over 11 years ago
* Bug #3585393: resize issues with some the plugin configuration dialogs. * Not reported: Flickr configuration for the Family, Friend & Public wasn't stored. More... over 11 years ago
Fixed example plugin to work with the latest changes More... over 11 years ago
Fixed LogManager access to use non strings, this prevents future refactoring problems. More... over 11 years ago
Updated the readme.txt More... over 11 years ago
Removed more unneeded operations, this makes the Confluence plug-in even smaller! More... over 11 years ago
Removed all unneeded operations, this makes the Confluence plug-in ~ 130kb smaller! More... over 11 years ago
Removed all unneeded operations, this makes the Confluence plug-in ~ 130kb smaller! More... over 11 years ago
Added IAppVisibility.cs which can be used to check if the "Metro" App Launcher is visible. Described here: http://stackoverflow.com/questions/12009999/imetromodeislaunchervisible-in-c-sharp-via-pinvoke More... over 11 years ago
Fixed "does the window to capture" fit routine and changed the isMetroApp to check for the className. More... over 11 years ago
Removed GreenshotInterop from the SVN, moved all files to their rightful destination. More... over 11 years ago
Cleanup, before branching: Moved interop assemblies from the GreenshotInterop to this project More... over 11 years ago
Fixed DWM capture for Metro (Modern UI) Apps by not placing it in the foreground. More... over 11 years ago
Added some very basic support for Metro (Modern UI) Apps, the ones running can be captured over the "Capture window from list" and the one visible will be selectable with the interactive capture. (PrintScreen and space). What doesn't work is using printscreen on the Metro Tiles screen, here the space will only work like the desktop is visible. More... over 11 years ago
Updated the readme.txt More... over 11 years ago
Changed logic of the DWM capture which tries to keep the window to capture on it's location, so less movement is visible. Also added a BoxBlur which might be a faster replacement of the CreateBlur (which is Gaussian), but the quality needs to be checked. For the BoxBlur the BitmapBuffer is extended with a few new tricks. More... over 11 years ago
Fixes: Catching an outlook exception that can be ignored. Making sure that the window to be captured is active, so the colors are right. Also a little cleanup, and added FindWindow to the User32.cs so we can use this to find Metro (Modern UI) applications, this still needs to be added to the WindowsHelper.cs More... over 11 years ago
Applied patch #3584491, this centers the image in the editor. More... over 11 years ago
Fixed DWM capture to work by cutting the corners only if Windows Vista / Windows 7. This change allowed to have the redmask capture to be removed, only need to freeze processes if a transparent capture is taken. This should speedup the capture and use less memory. More... over 11 years ago
Bugfix release preparations More... over 11 years ago
Updated version More... over 11 years ago
Added noerror when removing the keys, just in case... More... over 11 years ago
Removed unneeded scroll code. Fixed a potential null-pointer bug in CaptureRectangle. Fixed a bug with GDI captures being black by counting the pixels and if there is a difference taking the screen shot instead. More... over 11 years ago