greenshot/GreenshotPlugin/Controls
2012-11-19 10:41:56 +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 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! 2012-11-09 13:46:20 +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 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
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