RKrom
|
99d78e86db
|
Compile fix
|
2014-11-18 23:20:17 +01:00 |
|
RKrom
|
70ad158470
|
Fixed BUG-1620 Greenshot crashing Chrome running in 'Windows 8 Mode', it seems the HideApp causes the app to restart. Don't know if we need this anymore, with 1 screen windows 8.1 everything works without it.
|
2014-11-18 23:07:43 +01:00 |
|
RKrom
|
cfb4711692
|
Fix for BUG-1698: the focus lost event on the editor element "font family" caused the key handling for the element (l -> line etc) to be active again, this change suppresses this.
|
2014-11-18 22:32:55 +01:00 |
|
RKrom
|
1582b01e03
|
BUG-1700: Fixed issue with capturing IE, somehow the background color couldn't be retrieved the second time... a try-catch in the IEContainer.cs solves this.
|
2014-11-18 21:42:21 +01:00 |
|
RKrom
|
a289a256fc
|
BUG-1687: For now I disabled the shadow icon, there hasn't been anything implemented for the shadow. Need to consider if there is an easy way to create this.
|
2014-11-17 22:43:35 +01:00 |
|
RKrom
|
b166b4e68a
|
Updated readme.txt with the latest changes [skip ci]
|
2014-11-17 22:38:37 +01:00 |
|
RKrom
|
82705b6165
|
BUG-1686: Fix for weird shadow effect, this was actually a bug in the background drawing routine.
|
2014-11-17 22:23:37 +01:00 |
|
RKrom
|
8cb2dedb87
|
Next step for having the settings of effects stored in the greenshot.ini, using a TypeConverter this seems to work. An important change to the IniValue.cs: here a default value is created when the ini doesn't have a value yet. This used to be just "null". Next step would be that settings forms get a reset/default button. [skip ci]
|
2014-11-17 12:49:06 +01:00 |
|
RKrom
|
941551945d
|
In 1.2 I want to be able to have the settings of effects stored in the greenshot.ini, this is the first step. [skip ci]
|
2014-11-14 16:45:15 +01:00 |
|
RKrom
|
c6d6431a81
|
For 1.2 RC3 I modified the update check so that it first retrieves the last modified date of the project feed (HTTP HEAD method), if the date is newer than the last check than it will download the feed. This should reduce the amount of traffic on our website. [skip ci]
|
2014-11-14 10:45:45 +01:00 |
|
Robin Krom
|
380f581bbe
|
Last minute RC2 fix für Box credentials
|
2014-11-11 21:26:43 +00:00 |
|
JKlingen
|
34a6669e4c
|
Text change for icon size label
|
2014-11-11 20:04:51 +01:00 |
|
jklingen
|
fac26dd240
|
removed note about horizontal alignment (is mentioned in "bugs" section")
|
2014-11-11 18:39:40 +00:00 |
|
RKrom
|
2f70c91578
|
Removed the embedded internet explorer icon, in favor of the real exe icon. This gives a much better quality with larger icon sizes.
|
2014-11-11 16:04:08 +01:00 |
|
RKrom
|
eea46271c4
|
This change makes the code automatically detect what type of build it is, UNSTABLE, RC or Release Candidate. The AssemblyInformationalVersion should be set from AppVeyor, and this code reads it back.
|
2014-11-11 14:57:03 +01:00 |
|
RKrom
|
e0c9fc1f7b
|
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 |
|
RKrom
|
61c2921b2a
|
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 |
|
RKrom
|
c50e5fa5ab
|
Moved the Icon size updown to the general settings, as it doesn't only modify the editor UI.
|
2014-11-11 11:50:01 +01:00 |
|
RKrom
|
3fbbb300e3
|
Another forgotten change for FEATURE-758, how could this compile?
|
2014-11-08 23:07:32 +01:00 |
|
RKrom
|
dfcbb44c6b
|
Added forgotten file, this still belongs to FEATURE-758
|
2014-11-08 23:04:27 +01:00 |
|
RKrom
|
680b2baf22
|
Cleanup of the previous changes for FEATURE-758, changed the settings ui to use a NummericUpDown, with steps of 16.
|
2014-11-08 22:46:52 +01:00 |
|
RKrom
|
248eaa748d
|
Fix for BUG-1695
|
2014-11-07 21:49:55 +01:00 |
|
RKrom
|
1ff27810db
|
Added support of another clipboard format "CF_DIBV5" (aka Format17) to Greenshot, this will improve the result for "Open image from clipboard" and the drag&drop actions. Without Format17 these actions still work, but sometimes the transparency is lost as the other formats on the clipboard don't have this information. Greenshot can also write the new format, when enabled in the expert settings. Currently I haven't seen a reason to enable it yet, but due to the complexity of the clipboard and the amount of possible applications maybe an application does work better...
|
2014-11-06 12:10:16 +01:00 |
|
RKrom
|
6ddb16e0b1
|
Added reading of Format17/CF_DIBV5 from the clipboard, this is a format which supports transparency and with it Greenshot now processes more clipboard images correctly. Writing Format17/CF_DIBV5 to the clipboard is something that will be looked at.
|
2014-11-05 14:52:03 +01:00 |
|
RKrom
|
9df25bdd76
|
FEATURE-758: This commit enhances the already made changes to also fix the size of the icons in the destination picker and the context menu. On top of that, if a large icon size is selected we try to get a larger (more defined) icon from the application unfortunately that doesn't improve the build in icons.
|
2014-11-05 12:38:01 +01:00 |
|
RKrom
|
1da7d028a0
|
FEATURE-758: Found some settings UI real-estate which made it possible to add the (editor) icon size to the UI. Unfortunately this needs a translation.
|
2014-11-04 22:45:02 +01:00 |
|
RKrom
|
193eb7d6d9
|
Fix overflow exception [skip ci]
|
2014-11-04 21:58:40 +01:00 |
|
RKrom
|
768efcf7fe
|
Another fix for the visual artifact in the editor, removed the rounded corner of the toolstrips and made the overflow button even more "invisible". [skip ci]
|
2014-11-04 21:24:28 +01:00 |
|
JKlingen
|
d3dce880dd
|
added shortcut keys and menu items for speech bubble and counter label tools
|
2014-11-04 21:12:14 +01:00 |
|
RKrom
|
99b93a7e21
|
Fixes for the toolstrip rendering: this makes the background "flat" and fixes an visual artifact on the right side of the window.
|
2014-11-04 15:25:46 +01:00 |
|
RKrom
|
9a6a3e6a90
|
Revert "commented outdated implementations of ClickableAt(int, int) and Contains(int, int)"
This reverts commit 86d99a5a0d .
The commit caused the TextContainer not to be normally selectable.
|
2014-11-04 11:55:20 +01:00 |
|
RKrom
|
98cbe99f9a
|
Fix for compile error
|
2014-11-04 11:32:43 +01:00 |
|
RKrom
|
eefdf2b2eb
|
Tried to use Greenshot from Wine, and found that the user32.dll GetPhysicalCursorPos entry point is not supported, although I don't know if this is just the tip of the iceberg I though I would see what happens if we just ignore that call if an exception occurs. [skip ci]
|
2014-11-04 11:28:19 +01:00 |
|
RKrom
|
6765269e4d
|
Changed the way the script tags, adding a remote with the git protocol makes sure the SSH key is used instead of trying to ask a password interactively.
|
2014-11-04 07:10:18 +01:00 |
|
RKrom
|
e3678436d4
|
Commit test [skip ci]
|
2014-11-03 22:29:04 +01:00 |
|
RKrom
|
63ca41643a
|
Changed README.md [skip ci]
|
2014-11-03 22:24:35 +01:00 |
|
RKrom
|
4cc6165863
|
Pushing of tags was hanging
|
2014-11-03 17:28:54 +01:00 |
|
RKrom
|
ed7a39178a
|
Git tag command needs user/email
|
2014-11-03 16:31:20 +01:00 |
|
RKrom
|
3b388ba48d
|
Fix for build script, user is always "appveyor"
|
2014-11-03 16:00:17 +01:00 |
|
RKrom
|
8dc774bcd3
|
Added tag generation to the build script.
|
2014-11-03 15:42:39 +01:00 |
|
RKrom
|
850c54fdee
|
Fix for compile error... :(
|
2014-11-03 15:29:31 +01:00 |
|
RKrom
|
fc7faecaa5
|
FEATURE-757: Store the last region in the greenshot.ini so it's available after a restart.
|
2014-11-03 14:25:14 +01:00 |
|
RKrom
|
634a4cf262
|
Replaced the EnableButtonScaling with the possibility to specify the ButtonIconSize directly. Also removed a lot of the fixed size, as they are calculated correctly. Changed the background of the Toolstrips to System.Drawing.SystemColors.Control.
|
2014-11-03 11:19:28 +01:00 |
|
RKrom
|
7fdd324ef0
|
Improved the readability of the ToolStripMenuSelectList, no longer using public fields but Properties and now it uses the right types.
|
2014-11-03 08:45:09 +01:00 |
|
RKrom
|
ca19976e64
|
Fix toolstrip container order once and for all.. [ci skip]
|
2014-10-31 16:46:41 +01:00 |
|
RKrom
|
9e9846fb0d
|
This small changes fixes an issue with drag & drop from the browser, e.g. makes sure gif images keep their transparency.
|
2014-10-31 13:46:52 +01:00 |
|
RKrom
|
98fcae1105
|
Fix copy paste for DPI
|
2014-10-30 12:23:30 +01:00 |
|
RKrom
|
be934cb91c
|
FEATURE-758: Changes to test a solution for this feature request.
|
2014-10-30 12:18:07 +01:00 |
|
RKrom
|
ca87bca0d1
|
Fix for BUG-1688, we just needed to invalidate the TextBox when the TextContainer was invalidated.
|
2014-10-30 11:22:55 +01:00 |
|
RKrom
|
69c5780c6f
|
Merge branch '1.2' of https://bitbucket.org/greenshot/greenshot into 1.2
|
2014-10-29 17:25:27 +01:00 |
|