hook the docview-specific customization of event handling logic at TryValidator(...
[wxWidgets.git] / samples /
2008-09-21  Jaakko Salli'wx(U)LongLong << variant' type safety improved (now...
2008-09-21  Jaakko SalliA lot of documentation revision. Updated doctest code...
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-19  Jaakko SalliRemoved macros to create enum and flag props with custo...
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE_X_METHODS macros
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
2008-09-18  Jaakko SalliAdded section for propgrid sample
2008-09-18  Vadim Zeitlinrebaked after propgrid sample addition
2008-09-18  Jaakko SalliAdded 'propgrid'
2008-09-17  Jaakko SalliRemoved some old testing code. Added more appropriate...
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-16  Jaakko SalliRemoved some test code left in a long time ago
2008-09-16  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
2008-09-15  Vadim Zeitlinadd SetUseNativeColLabels() test
2008-09-14  Vadim Zeitlinmake the simple canvas larger as otherwise the simple...
2008-09-14  Vadim Zeitlindelete the old labels when recreating the spin controls
2008-09-14  Vadim Zeitlinreally, really fix handling Enter in spin controls...
2008-09-14  Vadim Zeitlinuse transparent icons and clear the DC before drawing...
2008-09-14  Jaakko SalliHave support for both char* and wchar_t* in wxPGPropArg...
2008-09-14  Jaakko SalliFixed bug: Setting property value string did not update...
2008-09-14  Jaakko SalliRemoved remnant use of wxCHECK_VERSION
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-11  Vadim Zeitlintest wxCANCEL_DEFAULT flag
2008-09-11  Stefan Csomoradding new toolkits for osx
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-09-11  Stefan Csomoradding new toolkits for osx
2008-09-11  Vadim Zeitlindon't use wxStrings in a statically initialized array...
2008-09-09  Vadim Zeitlinadd tests for the remaining message box flags (wxNO_DEF...
2008-09-08  Benjamin Williamsfix aui sample breakage; added some accessor methods...
2008-09-08  Vadim Zeitlinadded a dialog for wxMessageBox testing
2008-09-05  Vadim Zeitlinno changes, fix typo
2008-09-05  Vadim Zeitlinuse more clear messaage about the custom labels in...
2008-09-04  Kevin Ollivierrebake
2008-09-03  Vadim Zeitlintest showing parent/sibling items too (#9903)
2008-08-31  Vadim Zeitlincompilation fix in wxUSE_STL case after r54761
2008-08-29  Vadim Zeitlinoverride DoOpen/SaveDocument() instead of OnOpen/SaveDo...
2008-08-27  Vadim Zeitlinget rid of duplicate enum (#9895)
2008-08-24  Benjamin Williamsupdated aui sample
2008-08-23  Stefan Csomorfixing typo
2008-08-21  Vadim Zeitlinremove unneeded dependencies from bakefiles and regener...
2008-08-21  Vadim Zeitlinadd a radio box to select the combobox type (#9845)
2008-08-21  Vadim Zeitlindocument that text drawing is not affected by the curre...
2008-08-21  Vadim Zeitlincontinue even if the bitmaps can't be found; look for...
2008-08-21  Stefan Csomorupdating the comment as well
2008-08-21  Stefan Csomorusing the 'new' bottleneck methods, fixing bugreport...
2008-08-18  Vadim Zeitlindon't use the same tool ids for multiple tools, this...
2008-08-13  Stefan Csomoradding generic BUNDLE_RESOURCES for copying any special...
2008-08-07  Paul Cornettbuild fixes
2008-08-05  Vadim Zeitlinlabel different controls on spin page (#9816)
2008-08-05  Stefan Csomorcustom info.plist with supported document types
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-08-05  Vadim Zeitlinfix wxMenu leak (reopened #9089)
2008-08-02  Vadim Zeitlinadded trivial wxLaunchDefaultApplication() implementati...
2008-08-02  Vadim Zeitlinadded enabled and hidden attributes to radio box items...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-08-01  Vadim Zeitlinno real changes, just some minor cleanup to fix a few...
2008-07-20  Vadim Zeitlinfix (harmless) Win64-compatibility MSVC warning
2008-07-19  Vadim Zeitlincompilation fix for builds without wxHAS_RAW_KEY_CODES
2008-07-18  Vadim Zeitlindisable compilation of test broken by wxMimeTypesManage...
2008-07-14  Vadim Zeitlinremoved automatically generated code for frame layout...
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-13  Vadim Zeitlinuse wxString::Format() instead of hardcoding floating...
2008-07-06  Vadim Zeitlinadd a numeric column test
2008-07-05  Paul Cornettmark long-deprecated methods as such, and don't use...
2008-06-30  Vadim Zeitlinremove unused exec.rc file
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-29  Vadim Zeitlinadd a new menu for wxTextEntry-specific tests, currentl...
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-27  Vadim Zeitlinuse wxIconizeEvent::IsIconized() instead of deprecated...
2008-06-26  Vadim Zeitlinbuild fix for PCH-less build
2008-06-24  Robert RoeblingCompilation
2008-06-24  Robert RoeblingNext part of tree state icon patches
2008-06-24  Paul Cornettfix crash on exit, after hiding search tool then toggli...
2008-06-23  Julian SmartDon't fail to get correct extension if there's a dot...
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-21  Bryan PettyLeftover changes for sample doc improvements in ticket...
2008-06-21  Bryan PettyPatch from Utensil Candel with large improvements to...
2008-06-20  Paul Cornettdon't include private header in a sample
2008-06-20  Robert RoeblingGive spin button the same height as the associated...
2008-06-17  Vadim Zeitlinfix compilation of TestRegConfRead()
2008-06-16  Vadim Zeitlindon't recreate combobox with proportion of 1 (instead...
2008-06-16  Stefan Csomornew path organisation for mac
2008-06-16  Stefan Csomornew path organisation for mac
2008-06-14  Vadim Zeitlincompilation fix (casts for mb_str() used as argument...
2008-06-14  Vadim Zeitlinchange shortcut for "Sort" to Ctrl-T to avoid conflict...
2008-06-13  Vadim Zeitlinfix reference counting problems with wxGridCellWithAttr...
2008-06-13  Julian SmartSkip base command line parsing, which fails when passin...
2008-06-12  Stefan Csomormac paths updated
2008-06-12  Stefan Csomormac paths updated
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
next