ID |
Uploaded |
Status |
Description |
Work Items |
Action |
9292
by enriquein
|
May 2 2011
5:42 AM
|
Being evaluated
|
This patch takes care of work item #5386. Important (and easier to read) changes are in MainForm.cs and Settings.cs. Options.cs has a lot of noise because the GUI related autogenerated code always gets written to file in a different order. The only thing added to the GUI was an option box in the settings window to allow users to select if they wish for their cropper form to reach full screen size.
|
5386
|
Download
|
8011
by jcoon
|
Jan 11 2011
6:07 PM
|
Being evaluated
|
Regarding this thread:
http://cropper.codeplex.com/Thread/View.aspx?ThreadId=207991
I love Cropper, but can't use it because it hijacks the F8 key. I made a slight code change to use Ctrl-PrtScn to toggle the crop window visibility, instead of F8.
|
|
Download
|
7877
by Cheeso
|
Dec 24 2010
8:58 PM
|
Being evaluated
|
This is a patch for the problem described in workitem 14956. http://cropper.codeplex.com/workitem/14956
The idea is to allow plugins that support IConfigurablePlugin to provide default Settings objects for themselves, in the event there is no appropriate settings instance deserialized from the cropper.config file.
This involves a small change, to the Configuration.cs module in Cropper.Core . Only one method changes: LoadConfiguration(). It is attached here.
|
|
Download
|
4984
by enriquein
|
Jan 19 2010
1:34 AM
|
Applied
|
+ Allow the user to choose to include the mouse pointer in captures. + Implemented changes in the Options window and in the settings class.
The patch is in "svn diff >" format. If you have any issues or if you need me to generate the patch in a different manner please let me know. I tried following conventions as much as I could.
:
Change Set 37823
|
|
Download
|
4876
by t0bsen
|
Jan 9 2010
4:20 PM
|
Applied
|
Fix (svn patch file) for issue #6123 "Add single instance option of the Application": Added an option to disable multiple cropper instances.
:
Change Set 36481
|
6123
|
Download
|
4009
by TerryHughes
|
Sep 29 2009
9:35 AM
|
Applied
|
Corrected the interaction between the main form and dialogs (somewhere in applying my previous patches these fixes where added and then removed, here is a unified patch that addresses the same corrections in patches 849 and 850)
* src/Cropper.UI/MainCropForm.cs (CycleFormVisibility): When hiding the main form, close the dialog so that the next time the main form is show the dialog is not present (HandleMenuHelpClick, HandleMenuAboutClick): Refactored to use DialogShow (CheckForDialogClosing): Refactored to use DialogClose (DialogClose): Added [functionality was refactored from CheckForDialogClosing] (DialogCloseIfNeeded): Added [will call DialogClose if a dialod is present] (DialogShow): Added [common functionality was from HandleMenuHelpClick and HandleMenuAboutClick] In addition to refactored code: Close the present dialog so that the main forms size can be properly restored after switching between dialogs Show the main form if it is hiding so that there is an observable response when minimized
NOTE: Patch is in SVN format
:
Change Set 29275
|
|
Download
|
4008
by TerryHughes
|
Sep 29 2009
7:44 AM
|
Applied
|
Corrected casing on file extensions
* src/Cropper.BmpFormat/BmpFormat.cs (FormatName): Updated text to 'bmp'
* src/Cropper.PngFormat/PngFormat.cs (FormatName): Updated text to 'png'
:
Change Set 29274
|
9358
|
Download
|
4007
by TerryHughes
|
Sep 29 2009
7:42 AM
|
Applied
|
Updated menu item text to use the format's description rather than it's name
* src/Cropper.JpgFormat/JpgFormat.cs (FormatName): Removed (Menu): Updated text assignment to use Description
* src/Cropper.PngFormat/PngFormat.cs (Menu): Updated text assignment to use Description
NOTE: Patch is in SVN format
:
Change Set 29273
|
|
Download
|
1256
by jeffreypalermo
|
May 17 2008
6:34 AM
|
Applied
|
I discovered that Cropper didn't work on 64bit Windows, so I've created a patch that fixes the problem. I also went ahead and added a post-build step that allows running Cropper directly from Visual Studio (CTRL+F5). I have marked all projects to compile to x86 since there are some 32bit APIs in use.
The patch is in SVN diff format. If you find that hard to consume, I'd be happy to commit it if you grant me check-in rights.
:
This was applied in Change Set 18136 on October 11, 2008 at 08:28:58 PM
|
|
Download
|
850
by TerryHughes
|
Feb 17 2008
7:38 PM
|
Applied
|
Added a call to close the help dialog if any are visible when hiding the main form.
:
Works
|
|
Download
|