Use interfaces, and std::unique_ptr
Remove obsolete calls
Fix warning
Trim preprocessor definitions
No reason to search 'here' for wx headers, in src
Initial upload
Link to FreeImageMapper http://sf.net/projects/imagemapper
wx skeleton app
Codeblocks project and workspace
Clean up
Fix project configurations
About box details
Move wxInitAllImageHandlers() to OnInit()
Clean up
docview clean up
Rename configurations "[Unicode] Debug" -> "DLL [Unicode] Debug"
Move MFC files to /mfc folder
Move bitmaps to /art
Comment
Missing from r6
Unicode build is now the default
Alt+Enter
Clean up
Display all shortcuts in toolbar button tooltips, not just the first one
Prepare for ogl
About box details
Clean up
Build fix
Ansi builds -> xxx95.exe
Linux build fixes
Preserve clipboard contents. Clean up.
wxToolBar_GetToolTipText()
trac.wxwidgets.org/ticket/12817
Tel+panel images
Using stdint.h
Compute main window size
Add folder mfc/display and wx/display
Adjust exe file name
wxGetStockLabelEx()
Work around potential crash
Fix warning
Clean up
Add project device
Clean up
CreateMenuBar()
mingw build fix
Toolbar clean up
Remove unnecessary fields from wxTOOLBARITEM
Comment
const-ness
wxViewEx
/O1
Build fix
Clean up
Changed DoOpenDocument() signature
Allow space
Display detail
Remove unnecessary backpointer gymnastics
Win64
Sanity check in wxGetAccelText()
Fix weird manifest problem
CreateMenuBar()
Project clean up
wxSetlocale() needed only in wx 2.8
Centre on frame
Version -> 1.0
wx trunk wxChar* -> char* transition
Move window creation from ctor to Create()
wx trunk wxChar* -> char* transition
wxGetStockAcceleratorEx(wxID_ABOUT)
Move window creation from ctor to Create()
Change wxWindow_Toggle() signature again; didn't work in all scenarios
Fix gcc warning
Win64 configurations
Change wxWindow_Toggle() signature
Clean up VS project files (use VS defaults instead of specifying output paths), Win64
Align with wx trunk
Save/print/preview accelerators
Hook in telephone keys
Indentation. Use macroes with wx-prefix; no real changes.
Tango print preview icon.
static class wxShapeFile instead of wxShapeContainerEx, to avoid that shapedoc.h and derived wxShapeContainer's needs wxshapefile.h.
std::vector instead of array.
Menu -> File -> Open Containing Folder
New class: DisplayShape
New classes: wxAcceleratorHelper
poly background bug fix
Refactor, new classes ShapeDoc/View/Frame. Menu -> File -> Open Example.
Move wxUSE_GUI code from wxext.cpp to wxgui.cpp.
Implement Save step 1.
Rename ext/wx.h -> ext/base.h
Set icon from doctemplate.
Clean up VS project files (use VS defaults instead of specifying output paths)
poly shape, font
Replace CLASSINFO with wx trunk name wxCLASSINFO
New data member: TextAlignment
Removed unused files. Clean up and finalize. No more to do this time around.
GetExportFileName() function. Menu->File->Export shortcut.
Remove frame->Show() call, Show() is called by the mdi framework.
New method: AddShape(), for adding shapes programmatically instead of via Load(htmlfile)