greenshot/GreenshotPlugin/Controls
RKrom 6bf7d1d272 Removed "ex"
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2133 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-10 14:31:54 +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 Removed "ex" 2012-10-10 14:31:54 +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 Some small fixes for different parts of code. 2012-09-24 14:57:02 +00:00
OAuthLoginForm.Designer.cs Some oAuth fixes for Imgur & Photobucket. Still having problems with Photobucket... 2012-09-12 12:43:02 +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 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 Added license and comments 2012-06-08 10:54:05 +00:00