Commit graph

  • 7569dae43e Updated the readme.txt RKrom 2012-11-09 15:50:28 +00:00
  • ff141b29d9 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} RKrom 2012-11-09 15:00:55 +00:00
  • 0b1a0c3d55 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! RKrom 2012-11-09 13:46:20 +00:00
  • 929363202b * Bug #3585393: resize issues with some the plugin configuration dialogs. * Not reported: Flickr configuration for the Family, Friend & Public wasn't stored. RKrom 2012-11-08 21:03:41 +00:00
  • b3c5eb67fd Fixed example plugin to work with the latest changes RKrom 2012-11-08 20:45:59 +00:00
  • ca73e3a673 Fixed LogManager access to use non strings, this prevents future refactoring problems. RKrom 2012-11-08 17:03:46 +00:00
  • 9b766ebe88 Updated the readme.txt RKrom 2012-11-08 16:30:52 +00:00
  • 53cfcab5b1 Removed more unneeded operations, this makes the Confluence plug-in even smaller! RKrom 2012-11-08 16:28:26 +00:00
  • 7282d1877a Removed all unneeded operations, this makes the Confluence plug-in ~ 130kb smaller! RKrom 2012-11-08 16:15:40 +00:00
  • 8f57c6a074 Removed all unneeded operations, this makes the Confluence plug-in ~ 130kb smaller! RKrom 2012-11-08 16:12:17 +00:00
  • 2f74e60853 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 RKrom 2012-11-08 12:02:08 +00:00
  • 3835b198f0 Fixed "does the window to capture" fit routine and changed the isMetroApp to check for the className. RKrom 2012-11-08 11:44:47 +00:00
  • 114233eed9 Removed GreenshotInterop from the SVN, moved all files to their rightful destination. RKrom 2012-11-08 11:40:51 +00:00
  • 06c691cf89 Cleanup, before branching: Moved interop assemblies from the GreenshotInterop to this project RKrom 2012-11-08 11:29:43 +00:00
  • 180cc1c661 Fixed DWM capture for Metro (Modern UI) Apps by not placing it in the foreground. RKrom 2012-11-08 07:03:53 +00:00
  • ae8c007528 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. RKrom 2012-11-08 07:00:29 +00:00
  • d545bc8ec3 Updated the readme.txt RKrom 2012-11-07 08:33:19 +00:00
  • f63d4ca06e 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. RKrom 2012-11-06 15:59:19 +00:00
  • 15d5bb58e4 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 RKrom 2012-11-06 06:11:37 +00:00
  • 599bb594ad Applied patch #3584491, this centers the image in the editor. RKrom 2012-11-06 06:08:26 +00:00
  • 93d9a8cd0c 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. RKrom 2012-11-05 19:07:39 +00:00
  • 00c1c80004 Bugfix release preparations RKrom 2012-11-05 16:38:22 +00:00
  • 1aa98ad1d1 Updated version RKrom 2012-11-05 16:26:20 +00:00
  • 0ad1ede36f Added noerror when removing the keys, just in case... RKrom 2012-11-05 16:23:07 +00:00
  • 35b16e8fd9 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. RKrom 2012-11-05 16:05:07 +00:00
  • fd46837c8d Fixed last change to also check for Maximised, corners don't need to be removed from maximised windows. RKrom 2012-11-05 14:59:47 +00:00
  • 197d46c9b9 Fixed a potential issue with GetWindowLong, using a wrapper which decides upon the IntPtr size which call needs to be made. Fixed the corner cut to work with a CreateRoundRectRgn, but made if it cuts configurable so people can turn it off. Added a CountColor method to ImageHelper.cs, which should be used to check if PrintWindow functions properly. RKrom 2012-11-05 14:18:13 +00:00
  • 0fd12ae5fc Trying a different way of cutting the edges RKrom 2012-11-04 20:37:39 +00:00
  • d49a203b3a Fixed bug #3582282 where the capture was cropped. Also fixed the error handling so now when the export failed this is also displayed. RKrom 2012-11-04 17:18:39 +00:00
  • cd01b2197b Fixed bug #3582282 with displaying a dialog so the user can retry the operation after closing the dialog of the target application. RKrom 2012-11-04 16:24:12 +00:00
  • 7710db665c Added "Headers" support to a OAuth request, thus enabling the Picasa-Web plug-in to upload with a filename. RKrom 2012-11-03 20:10:30 +00:00
  • 8191c84c0e update for spanish translation of website JKlingen 2012-11-02 09:12:53 +00:00
  • 78942f1e5e added spanish installer translation JKlingen 2012-11-02 08:56:42 +00:00
  • 3b39ac8e55 Changes needed to get the Photobucket plugin working RKrom 2012-10-31 16:54:57 +00:00
  • 2127ce678b Fixed wrong reference to the GreenshotPlugin and changed a property name so it's forced to a default. RKrom 2012-10-30 18:10:41 +00:00
  • 65ad25ac57 Fixed build number for the release and made some small changes in the text. RKrom 2012-10-30 17:56:57 +00:00
  • 8c01f192f3 .csproj cleanup for scripted build. RKrom 2012-10-30 09:05:30 +00:00
  • bd1a857010 Fixed ToolsVersion to be 3.5, as Greenshot is not build in .NET 4.0 this is important. RKrom 2012-10-30 08:31:31 +00:00
  • 2934c2ad09 Moved the build.bat code to package.bat and changed the build.bat to actually Build Greenshot with MSBuild. Afterwards, if the build didn't have any errors the package.bat is called to create the installer & zip. RKrom 2012-10-30 08:15:47 +00:00
  • 93da3f71c0 Added project dependency, so the GreenshotOCRCommand.exe is reliable at it's location. RKrom 2012-10-30 07:46:47 +00:00
  • 0eda4a8c5b Changed bug URL to go to http://getgreenshot.org/tickets/ so we can change the link if we move to a different tracker. (which will happen when we upgrade our sourceforge project) RKrom 2012-10-29 15:50:55 +00:00
  • 43fd418d6f Added "Windows 8" for the OS information, also fixed that it always says "WinNT32" or something like that. RKrom 2012-10-29 15:16:55 +00:00
  • 3a837cf7eb Changed bug URL to go to http://getgreenshot.org/tickets/ so we can change the link if we move to a different tracker. (which will happen when we upgrade our sourceforge project) RKrom 2012-10-29 12:36:52 +00:00
  • 7bf586896d Fixed configuration issue, somehow the default value was not comma separated. Also added a fix for old values. RKrom 2012-10-29 12:35:16 +00:00
  • e36be11668 Release preparations RKrom 2012-10-28 18:14:12 +00:00
  • c8d78ebb6a Release preparations RKrom 2012-10-28 18:13:46 +00:00
  • 5c4698256e Release preparations RKrom 2012-10-28 18:12:41 +00:00
  • 6b60926e4e update for french translation JKlingen 2012-10-28 15:37:57 +00:00
  • 09e488f773 chinese translation updates for plugins JKlingen 2012-10-28 15:24:54 +00:00
  • a17fa84dc3 chinese translation update JKlingen 2012-10-28 15:21:13 +00:00
  • 2b85d0b7c6 added chinese installer translation (for innosetup and greenshot) JKlingen 2012-10-28 15:17:34 +00:00
  • 0f6ee33b7a added norwegian nynorsk translation of innosetup JKlingen 2012-10-28 14:54:53 +00:00
  • c4dbe5a8ac serbian translation update JKlingen 2012-10-28 14:32:23 +00:00
  • 69cae3bf38 1.0.5 Update for francionian translation JKlingen 2012-10-28 14:28:21 +00:00
  • 245be5b2ac update for russian translation JKlingen 2012-10-28 14:25:27 +00:00
  • 216f3b82db Fixed last checking, found bug in tests. RKrom 2012-10-26 18:11:58 +00:00
  • 4a3161a281 Fixed some capture issues, when trying to capture or show thumbnails of Windows that are iconized the size calculations are wrong. RKrom 2012-10-26 18:07:55 +00:00
  • 4d41fc0a43 Fix for bug #3579138, minimized windows can't be captured via the context menu. RKrom 2012-10-26 15:27:48 +00:00
  • 5723f6fa5d Fix for #3580123. Note: if Greenshot is forced to 32-bit (e.g. while debugging) the 64-bit keys are not read/deleted, so debugging of this code should be done in AnyCPU mode under Visual Studio!! RKrom 2012-10-26 14:13:32 +00:00
  • 99f9e8c770 Fixed wrong bug # RKrom 2012-10-25 13:42:25 +00:00
  • 4782fb4310 Added bug fix for #3579138 RKrom 2012-10-25 13:24:21 +00:00
  • deb88bf67d added 2 bugfixes. RKrom 2012-10-25 13:19:15 +00:00
  • 8b331ee3a4 Fixes for Bug #3579467, context menu entries are updated when changing the language / hotkeys. RKrom 2012-10-25 12:43:44 +00:00
  • eeca9ec0de Removed double line for #3579876 RKrom 2012-10-25 12:05:23 +00:00
  • 3e9b5b91c5 Tested the fixes for bug #3576125, this now should work... although there might be some cases where reading the clipboard doesn't work as supposed. I added a configuration setting, but didn't add it to the expert settings due to a lack of "space". (Did fix the spacing of the checkboxes though) RKrom 2012-10-25 07:54:32 +00:00
  • cbf04192b6 removed usages of CultureInfo for our translations, to avoid warnings when using cultures that .NET does not know of JKlingen 2012-10-24 20:49:19 +00:00
  • c97600982a Fix for bug #3577305, using interactive capture mode as the active window is not longer active when a click on the context menu is made. The mouse also needs to be removed (is made by specifying false in the CaptureWindowInteractive call), as it was on the context menu the location no longer makes sense. RKrom 2012-10-24 18:26:43 +00:00
  • fbc0285c93 Added "special" DIB clipboard reader code, which is a test to fix bug #3576125. This is enabled over the ini property EnableSpecialDIBClipboardReader, disabled by default. RKrom 2012-10-23 11:08:11 +00:00
  • 7b30cdb617 Updated bug fixes RKrom 2012-10-23 10:14:22 +00:00
  • 703ecbf143 Fixed a small invisible issue: the context menu is show 2x when clicking the NotifyIcon. This causes some code to be run 2x, decreasing the context-menu performance. RKrom 2012-10-23 10:07:05 +00:00
  • afbe046d3e Fixed issue when the selected IE window to capture is not visible/iconized, a restore fixes this. RKrom 2012-10-23 09:10:20 +00:00
  • d3eaf80aa2 This fixes the C# compiler being 5! I hope the OfficePlugin still works on .NET 2.0... RKrom 2012-10-22 20:07:14 +00:00
  • a531cfb941 Project cleanup after last file-system refactoring RKrom 2012-10-22 19:26:55 +00:00
  • eb07468219 Changed "Image.Save" to ImageOutput.SaveToStream, this fixes problems with the transparency and also reduces the size if the colors are <256 RKrom 2012-10-22 15:43:40 +00:00
  • 7b8575f2a0 added spanish translation for installer JKlingen 2012-10-21 18:30:42 +00:00
  • 4b11886f5a spanish translation update JKlingen 2012-10-21 18:29:53 +00:00
  • 8b55781266 normalized line breaks JKlingen 2012-10-21 18:26:25 +00:00
  • 6480a27a52 Preparations for RC5 RKrom 2012-10-21 15:26:23 +00:00
  • 3358352303 Preparations for RC5, removed all the non 1.0 plug-ins out and the 1.0 in. RKrom 2012-10-21 15:19:59 +00:00
  • f421d468b6 russian translation updates JKlingen 2012-10-21 12:42:39 +00:00
  • dd547c4597 completed for 1.0.4 JKlingen 2012-10-21 09:54:10 +00:00
  • 988c638939 moved known issues section to RC5 JKlingen 2012-10-21 09:46:18 +00:00
  • ea52882bd3 language editor: display error message with stacktrace in case of unexpected exception JKlingen 2012-10-21 09:37:13 +00:00
  • a090e3e8d6 Fixed translation issue in expert settings, clipboard format options not being updated right away after switching UI language, see bug #3576073 JKlingen 2012-10-21 08:51:55 +00:00
  • 75f848e989 Fixed translation issue in expert settings, clipboard format options not being updated right away after switching UI language, see bug #3576073 JKlingen 2012-10-21 08:51:28 +00:00
  • 428b84ac6d Fixed for Imgur annonymous upload. RKrom 2012-10-20 13:41:59 +00:00
  • 4713847d2e Added a small change for the confluence plugin build, debug-info was included in the release. Also added a ExtendedWebBrowser, which suppresses Script-error messages when using the WebBrowser. (For this a the IOleCommandTarget was introduced). Had to update the readme.txt to make the version consistent. RKrom 2012-10-20 12:56:55 +00:00
  • 332efc3f96 fixed output filename for RC4 JKlingen 2012-10-20 12:48:28 +00:00
  • 076ebfa63d updates for russian translation JKlingen 2012-10-20 12:46:52 +00:00
  • 56f1fc326b sorted alphabetically now JKlingen 2012-10-20 12:46:23 +00:00
  • 7bd6797ec3 preparations for RC4 JKlingen 2012-10-20 09:19:26 +00:00
  • f22e7cff58 fixed missing oauth token JKlingen 2012-10-20 09:18:53 +00:00
  • 247dc25915 preparations for RC4 JKlingen 2012-10-20 08:44:30 +00:00
  • c69017d827 fixed authentication dialog not opening during OAuth process [3578480] JKlingen 2012-10-20 08:27:51 +00:00
  • dd003e1e26 update for french translation JKlingen 2012-10-20 08:22:28 +00:00
  • da82df6d7f french translation for external command plugin JKlingen 2012-10-20 08:15:20 +00:00
  • c58ee6178d text change [3578371] JKlingen 2012-10-20 08:13:10 +00:00
  • 724223443b text change [3578371] JKlingen 2012-10-20 08:11:56 +00:00
  • 0a7251faa2 Preparations for RC4 RKrom 2012-10-20 08:04:01 +00:00
  • 1abbf03dba Changed InitializeLog4NET to return the first file appender from a list of appenders, instead of assuming that the first is the file appender. RKrom 2012-10-20 07:38:15 +00:00