greenshot/GreenshotPlugin/Controls
2012-12-15 13:50:13 +00:00
..
AnimatingForm.cs Fixed problems in the designer with the last changes, also added some future code which is disabled. And uncommented the "Greenshot-filetype" registration in the installer. 2012-12-11 11:51:41 +00:00
BackgroundForm.cs Fixed (hopefully) resource issues when changing something in the Designer 2012-04-01 10:56:25 +00:00
BackgroundForm.Designer.cs Fixed (hopefully) resource issues when changing something in the Designer 2012-04-01 10:56:25 +00:00
ExtendedWebBrowser.cs 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. 2012-10-20 12:56:55 +00:00
FormWithoutActivation.cs Refactored the "thumbnail" preview code to ThumbnailForm.cs, this removes some complexity from the MainForm. Also fixed an Imgur issue, which I noticed as they currently have maintenance. And I added a missing key to the language-en-US.xml 2012-06-08 10:36:07 +00:00
GreenshotButton.cs The default value for the key and propertyname is "null", no need to serialize this to the .Designer.cs files. 2012-04-11 06:44:35 +00:00
GreenshotCheckBox.cs The default value for the key and propertyname is "null", no need to serialize this to the .Designer.cs files. 2012-04-11 06:44:35 +00:00
GreenshotColumnSorter.cs Added some support for opening the url when an upload is made from a Destination (currently Jira & Picasa) and the tooltip is clicked. 2012-04-18 13:42:42 +00:00
GreenshotComboBox.cs General changes to the expert tab. 2012-04-20 11:34:26 +00:00
GreenshotForm.cs fixed IsInDesignMode to work with sharpdevelop, too 2012-12-15 13:50:13 +00:00
GreenshotGroupBox.cs The default value for the key and propertyname is "null", no need to serialize this to the .Designer.cs files. 2012-04-11 06:44:35 +00:00
GreenshotLabel.cs The default value for the key and propertyname is "null", no need to serialize this to the .Designer.cs files. 2012-04-11 06:44:35 +00:00
GreenshotTabPage.cs The default value for the key and propertyname is "null", no need to serialize this to the .Designer.cs files. 2012-04-11 06:44:35 +00:00
GreenshotTextBox.cs The default value for the key and propertyname is "null", no need to serialize this to the .Designer.cs files. 2012-04-11 06:44:35 +00:00
GreenshotToolDropDownButton.cs Added some new Controls, were needed for the editor. 2012-05-04 12:56:16 +00:00
GreenshotToolStripButton.cs Added some new Controls, were needed for the editor. 2012-05-04 12:56:16 +00:00
GreenshotToolStripLabel.cs Added some new Controls, were needed for the editor. 2012-05-04 12:56:16 +00:00
GreenshotToolStripMenuItem.cs Added language binding support to ToolStripItem, also changed the behavior to use the name of the component if no language key is set. 2012-04-19 12:17:16 +00:00
HotkeyControl.cs Added the possibility to use the Windows-key as a hotkey, this only works when defined in the ini!! It's currently not possible to define it in the settings GUI. 2012-05-18 11:47:27 +00:00
IGreenshotConfigBindable.cs Added Greenshot controls which allow to map directly to the ini and language files. This makes settings forms a lot easier to implement and maintain 2012-04-10 16:03:04 +00:00
IGreenshotLanguageBindable.cs Added Greenshot controls which allow to map directly to the ini and language files. This makes settings forms a lot easier to implement and maintain 2012-04-10 16:03:04 +00:00
OAuthLoginForm.cs 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. 2012-10-20 12:56:55 +00:00
OAuthLoginForm.Designer.cs 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. 2012-10-20 12:56:55 +00:00
PleaseWaitForm.cs Make sure all exceptions in the thread are logged! 2012-11-19 10:41:56 +00:00
PleaseWaitForm.Designer.cs Some oAuth fixes for Imgur & Photobucket. Still having problems with Photobucket... 2012-09-12 12:43:02 +00:00
QualityDialog.cs Applied my "patch" which refactors the complete codebase to have IEffect support, this is an interface which can be used to supply effects to a bitmap. These effects can now be passed to the OutputSettings (which now is called SurfaceOutputSettings) to control how the output is modified. This is very useful for e.g. OCR which needs a grayscale & resized image. 2012-12-12 09:51:41 +00:00
QualityDialog.Designer.cs Refactoring some more classes, making easier code in plug-ins possible. Needed this for better testing some problems with the CreateShadow function. 2012-09-25 11:36:52 +00:00
SaveImageFileDialog.cs Refactoring some more classes, making easier code in plug-ins possible. Needed this for better testing some problems with the CreateShadow function. 2012-09-25 11:36:52 +00:00
ThumbnailForm.cs Fixed some capture issues, when trying to capture or show thumbnails of Windows that are iconized the size calculations are wrong. 2012-10-26 18:07:55 +00:00