Use interfaces, and std::unique_ptr
Default focus -> edit field
Clean up
Clean up
Make it build and run
Renamed globals.h -> calcdefs.h
Initial import
App shows window
License change
Added data member m_accelerator_array
Added data member wxDocumentFrame::m_IsMainWindow (setting this to false works only with wx2.9+)
Clean up
Move some functionality from UI to document class
Clean up
Bugfix: call wxTextCtrl::AppendText(), not the overridden version
Missing in r6
Clean up
Icon handling
XRC clean up
Added typedef formula_value
wxViewEx::Get/SetWindow()
Clean up
Comment
Build fix
Align with wx trunk
Safe preprocessor usage
wxVersionInfo
Simplify wxDocumentFrame+wxDocManagerFrame interfaces
Sanity check in wxGetAccelText()
Shift+F1
Lua terminal
Skip non-ascii keys
Move event table from CalcPanel -> CalcDoc/view
Proper wxArtProvider usage
Non-string version number
Remove .mo files; needs only the .po source files
Added toolbar to frame
Clean up
--lang --langdialog
Command line code clean up
wxUsage() in Help menu
trac.wxwidgets.org/ticket/12444
New url
Change wxDocManager_FindTemplate() signature
Remove Help menu item
Shift+F1
Comment
Align with trac.wxwidgets.org/changeset/65915
Change wxWindow_Toggle() signature
wxDocumentFrame improvements
wxGetAccelText() fix
Locale
Use wxString.mb_str()
wx29 build fix
Implement printing
Language id fixups
Win64 configurations
Revert r22, for now
Change wxWindow_Toggle() signature again; didn't work in all scenarios
Bad parathesis placement
wxGetStockAcceleratorEx(wxID_ABOUT)
wxMessageBoxCaption
Added translate.url
Make command line usage dialog display on Unix
Looping STL-style
/O1
/O1
Move bitmaps to /art
Lua
lualib_fcvt()
wxICON()
New button
Menu -> File -> Properties
Display all shortcuts in toolbar button tooltips, not just the first one
Fix gcc warning
wx trunk wxChar* -> char* transition
wxToolBar_GetToolTipText()
Win64 build fix
Fix warnings
lualib_fcvt(wxString) override
Lua window
gcc build fix
No reason to search 'here' for wx headers, in src
Return regular wxDocTemplate pointer
wxSetlocale needed in wx28
Win64 build fix
Short name
Added calc.xpm
Win64 configurations
Use Lua's format floating point formatting
Split wxDocumentFrame into wxDocManagerFrame/wxDocumentFrame
Menu -> File -> Properties
CreateMenuBar()
Adjust File menu
Use wxDocManager_CloseDocuments() in wxDocManagerFrame
Window creation style parameter
Version -> 1.3
Clean up
Fix Win64 warnings
wxDocument_Info(), wxJoin()