Patches
These patches add existing controls that were missing from wxSmith or add enhancements, etc. You will need to register at the Code::Blocks forum to download them but you will want to do that anyway if you are using Code::Blocks seriously.
In general, you need to:
- Grab the patch and the images, if appropriate. Apply the patch and copy the images to src\plugins\contrib\wxSmith\wxwidgets\icons.
- Rebuild wxSmith.
- Run the update script in src\.
make, make installin wxSmith's directory. Otherwise, follow your usual build process.
wxHyperlinkCtrl
This one adds wxHyperlinkCtrl to wxSmith's standard control selection. It's available from this page at the forum.

wxHyperlink in wxSmith
Image Editor
I added a new field to wxSmith's Image Editor that allows you to enter code that generates an image. Further details are here but, in short, it adds the radio button and field seen in the image below so that you can generate the image from code in addition to the existing options.

wxSmith's Image Editor
wxAnimationCtrl/wxMediaCtrl
This one adds wxAnimationCtrl and wxMediaCtrl to wxSmith's standard control selection. It's available from this page at the forum.

wxAnimationCtrl & wxMediaCtrl in wxSmith
Dialogues
Added the following dialogues to wxSmith. It's available from this page at the forum.
- wxFindReplace
- wxFontDialog
- wxMessageDialog
- wxPageSetupDialog
- wxPasswordEntryDialog
- wxPrintDialog
- wxProgressDialog
- wxRichTextFormattingDialog
- wxRichTextStyleOrganiserDialog
- wxTextEntryDialog

Dialogues in wxSmith