RKrom
8f57c6a074
Removed all unneeded operations, this makes the Confluence plug-in ~ 130kb smaller!
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2253 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-08 16:12:17 +00:00
RKrom
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
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2252 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-08 12:02:08 +00:00
RKrom
3835b198f0
Fixed "does the window to capture" fit routine and changed the isMetroApp to check for the className.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2251 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-08 11:44:47 +00:00
RKrom
114233eed9
Removed GreenshotInterop from the SVN, moved all files to their rightful destination.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2250 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-08 11:40:51 +00:00
RKrom
06c691cf89
Cleanup, before branching: Moved interop assemblies from the GreenshotInterop to this project
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2249 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-08 11:29:43 +00:00
RKrom
180cc1c661
Fixed DWM capture for Metro (Modern UI) Apps by not placing it in the foreground.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2248 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-08 07:03:53 +00:00
RKrom
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.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2247 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-08 07:00:29 +00:00
RKrom
d545bc8ec3
Updated the readme.txt
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2246 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-07 08:33:19 +00:00
RKrom
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.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2245 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-06 15:59:19 +00:00
RKrom
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
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2244 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-06 06:11:37 +00:00
RKrom
599bb594ad
Applied patch #3584491 , this centers the image in the editor.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2243 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-06 06:08:26 +00:00
RKrom
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.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2242 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-05 19:07:39 +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
1aa98ad1d1
Updated version
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2240 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-05 16:26:20 +00:00
RKrom
0ad1ede36f
Added noerror when removing the keys, just in case...
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2239 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-05 16:23:07 +00:00
RKrom
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.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2238 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-05 16:05:07 +00:00
RKrom
fd46837c8d
Fixed last change to also check for Maximised, corners don't need to be removed from maximised windows.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2237 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-05 14:59:47 +00:00
RKrom
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.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2236 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-05 14:18:13 +00:00
RKrom
0fd12ae5fc
Trying a different way of cutting the edges
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2235 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-04 20:37:39 +00:00
RKrom
d49a203b3a
Fixed bug #3582282 where the capture was cropped. Also fixed the error handling so now when the export failed this is also displayed.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2234 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-04 17:18:39 +00:00
RKrom
cd01b2197b
Fixed bug #3582282 with displaying a dialog so the user can retry the operation after closing the dialog of the target application.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2233 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-04 16:24:12 +00:00
RKrom
7710db665c
Added "Headers" support to a OAuth request, thus enabling the Picasa-Web plug-in to upload with a filename.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2232 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-03 20:10:30 +00:00
JKlingen
8191c84c0e
update for spanish translation of website
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2231 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-02 09:12:53 +00:00
JKlingen
78942f1e5e
added spanish installer translation
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2230 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-02 08:56:42 +00:00
RKrom
3b39ac8e55
Changes needed to get the Photobucket plugin working
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2229 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-31 16:54:57 +00:00
RKrom
2127ce678b
Fixed wrong reference to the GreenshotPlugin and changed a property name so it's forced to a default.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2228 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-30 18:10:41 +00:00
RKrom
65ad25ac57
Fixed build number for the release and made some small changes in the text.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2227 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-30 17:56:57 +00:00
RKrom
8c01f192f3
.csproj cleanup for scripted build.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2226 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-30 09:05:30 +00:00
RKrom
bd1a857010
Fixed ToolsVersion to be 3.5, as Greenshot is not build in .NET 4.0 this is important.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2225 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-30 08:31:31 +00:00
RKrom
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.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2224 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-30 08:15:47 +00:00
RKrom
93da3f71c0
Added project dependency, so the GreenshotOCRCommand.exe is reliable at it's location.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2223 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-30 07:46:47 +00:00
RKrom
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)
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2222 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-29 15:50:55 +00:00
RKrom
43fd418d6f
Added "Windows 8" for the OS information, also fixed that it always says "WinNT32" or something like that.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2221 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-29 15:16:55 +00:00
RKrom
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)
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2220 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-29 12:36:52 +00:00
RKrom
7bf586896d
Fixed configuration issue, somehow the default value was not comma separated. Also added a fix for old values.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2219 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-29 12:35:16 +00:00
RKrom
e36be11668
Release preparations
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2218 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 18:14:12 +00:00
RKrom
c8d78ebb6a
Release preparations
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2217 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 18:13:46 +00:00
RKrom
5c4698256e
Release preparations
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2216 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 18:12:41 +00:00
JKlingen
6b60926e4e
update for french translation
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2215 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 15:37:57 +00:00
JKlingen
09e488f773
chinese translation updates for plugins
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2214 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 15:24:54 +00:00
JKlingen
a17fa84dc3
chinese translation update
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2213 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 15:21:13 +00:00
JKlingen
2b85d0b7c6
added chinese installer translation (for innosetup and greenshot)
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2212 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 15:17:34 +00:00
JKlingen
0f6ee33b7a
added norwegian nynorsk translation of innosetup
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2211 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 14:54:53 +00:00
JKlingen
c4dbe5a8ac
serbian translation update
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2210 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 14:32:23 +00:00
JKlingen
69cae3bf38
1.0.5 Update for francionian translation
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2209 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 14:28:21 +00:00
JKlingen
245be5b2ac
update for russian translation
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2208 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 14:25:27 +00:00
RKrom
216f3b82db
Fixed last checking, found bug in tests.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2207 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-26 18:11:58 +00:00
RKrom
4a3161a281
Fixed some capture issues, when trying to capture or show thumbnails of Windows that are iconized the size calculations are wrong.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2206 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-26 18:07:55 +00:00
RKrom
4d41fc0a43
Fix for bug #3579138 , minimized windows can't be captured via the context menu.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2205 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-26 15:27:48 +00:00
RKrom
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!!
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2204 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-26 14:13:32 +00:00