greenshot/GreenshotPlugin/Controls
2012-09-09 13:27:19 +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
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 Added some missing license texts and added a few helper methods which can prevent using System.Web as a reference (System.Web is not available with .NET Client Profiles) 2012-09-09 13:27:19 +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
PleaseWaitForm.cs More changes for the PleaseWaitForm, rewrote the jira plug-in to use it. Added some more comments to the code. Fixed the context menu, added a separator for the plug-in entries. Fixed an issue with the PickerDestination, when an export is canceled the menu was shown visible in the task-bar. 2012-08-13 14:17:12 +00:00
PleaseWaitForm.Designer.cs Added a PleaseWait form which allows the user to cancel the operation. This already is implemented for the Imgur plug-in but should be used for all the others with long operations. Also fixed a bug in the Imgur plug-in: while retrieving the history a "no longer available" answer was not processed. 2012-08-12 16:19:46 +00:00
ThumbnailForm.cs Added license and comments 2012-06-08 10:54:05 +00:00