deprecate the old TryValidator/Parent() and replace them with the new and documented...
[wxWidgets.git] / samples /
2009-02-25  Vadim Zeitlinundo the change of r57522, it's not needed any more...
2009-02-25  Francesco Montorsirevise all code; do not use many global objects; use...
2009-02-24  Vadim Zeitlinrender <TH> contents in bold, as all the browsers do
2009-02-21  Francesco Montorsifix a few typos
2009-02-20  Francesco Montorsifix a couple of drawing defects
2009-02-20  Francesco Montorsishow wxMutexGuiEnter/Leave by drawing into a bitmap...
2009-02-20  Francesco Montorsiremove MyExecThread: wxExecute can't be called from...
2009-02-20  Francesco Montorsiminor cleaning: use %p instead of 0x%lx; clear in the...
2009-02-20  Francesco Montorsino real change; just reorder the sample putting all...
2009-02-17  Jaakko SalliClear grid selection more consistently prior clear...
2009-02-17  Vadim Zeitlinadd event.Skip() in EVT_CONTEXT_MENU handler
2009-02-16  Francesco Montorsiput frame creation code all inside MyFrame ctor
2009-02-08  Francesco Montorsiallow the user to set the status bar font
2009-02-08  Francesco Montorsiuse a single update UI handler for all menu commands...
2009-02-08  Francesco Montorsiremove mobile samples from samples.bkl (last part of...
2009-02-08  Francesco Montorsiremove 'mobile' samples as they're not useful from...
2009-02-08  Francesco Montorsiupdate italian translation; add a Q+A for updating...
2009-02-08  Francesco Montorsiput MyFrame creation code in its ctor, not in MyApp...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Francesco Montorsisome more SetIcon() calls added; cleanup indentation...
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2009-02-08  Francesco Montorsimerge wxEditableListBox sample in widgets sample (it...
2009-02-07  Francesco Montorsifix repaint problems when resizing the frame
2009-02-07  Vadim Zeitlinadd semicolons after wxDEFINE_EVENT()
2009-02-07  Francesco Montorsiallow the user to set the contents of the status fields
2009-02-07  Vadim Zeitlinrename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
2009-02-05  Francesco Montorsifix the size of the generated controls using wxDefaultS...
2009-02-05  Francesco Montorsifix warning about function hiding by using the 'On...
2009-02-05  Francesco Montorsifix warning
2009-02-04  Francesco Montorsiadd a wxEventType argument to wxThreadEvent for coheren...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Jaakko SalliAdded proper COW to wxPGChoices, moved wxPGChoices...
2009-02-04  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2009-02-03  Francesco MontorsiRe-add support for multiple text validator styles but
2009-02-03  Vadim Zeitlinadded wxPersistentRegisterAndRestore() function to...
2009-02-02  Vadim Zeitlinuse wxCommandEventHandler instead of manually writing...
2009-02-02  Vadim Zeitlincompilation fix for new event types (this shouldn't...
2009-01-31  Francesco Montorsiadd SetCharIncludes and SetCharExcludes utilities to...
2009-01-31  Francesco Montorsiadd an example of a custom wxValidator-derived class...
2009-01-31  Robert RoeblingDisable wxSIZE_FORCE_EVENT and demonstrate its bug...
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-30  Francesco Montorsis/wxUsleep/wxMilliSleep
2009-01-28  Vadim Zeitlindon't duplicate menu creation code in the parent and...
2009-01-27  Francesco Montorsismall reorganization; no real change
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-26  Vadim Zeitlintest ShowFullScreen() to verify that restoring menu...
2009-01-26  Francesco Montorsicleanup a bit the wxSplashScreen code; don't Yield...
2009-01-25  Robert RoeblingLittle correction to hand-made sizing
2009-01-25  Vadim Zeitlinfix state images after changing their style (see #9591)
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-23  Robert RoeblingAdd simple wxListCtrl to complex sample
2009-01-22  Robert RoeblingUse theme border in wxListCtrl sample
2009-01-21  Robert RoeblingUse wxDF_UNICODETEXT to make wxMSW crash
2009-01-21  Vadim Zeitlinadd more wxUSE_XXX checks to allow compilation with...
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Robert RoeblingTypo
2009-01-20  Robert RoeblingMinor error
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Robert RoeblingRename XxxxCol() -> XxxxColumn() and resolve inheritanc...
2009-01-19  Jouk JansenUpdate compile support for OpenVMS
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2009-01-17  Vadim Zeitlinremove MSVC solution files from svn
2009-01-16  Francesco Montorsifix sample
2009-01-16  Vadim Zeitlinexport wxActiveX stuff from core (not media) DLL (close...
2009-01-16  Francesco Montorsiremove also wxT(); it's confusing, too; do load wxstd...
2009-01-16  Francesco Montorsiremove usage of _T(); it's just confusing and it's...
2009-01-16  Robert RoeblingAdded wxDataViewListCtrl, use it in the sample
2009-01-16  Jouk JansenAdd combo sample to compile list of OpenVMS
2009-01-16  Vadim Zeitlinadd VC6 and command line VC makefile too
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2009-01-15  Vadim Zeitlinadded a (Windows-only) Flash sample
2009-01-14  Francesco Montorsiadd -k_T to the call to xgettext as otherwise a string...
2009-01-14  Francesco Montorsiadd Italian translation
2009-01-14  Francesco Montorsiuse wxStrnlen() and add NULL-checks in wxMsgCatalogFile...
2009-01-14  Francesco Montorsis/wxWindows/wxWidgets; update wx-dev mail address
2009-01-14  Francesco Montorsiadd some wxIMAGE_OPTION_PNG_xxx options to wxImage...
2009-01-14  Francesco Montorsino real change; just reorganize the sample splitting...
2009-01-14  Francesco Montorsidon't crash if an item has a NULL ID
2009-01-14  Francesco MontorsiReenable TEST_ALL (and #define TEST_FTP in that case)
2009-01-12  Jaakko SalliBetter support for unspecified property value in wxDate...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-12  Jouk JansenFixing/Testing sockets on OpenVMS
2009-01-11  Francesco Montorsifix for PCH-less builds
2009-01-11  Francesco Montorsiadd note for wxWidgets user with a skeleton for a very...
2009-01-11  Vadim Zeitlincorrect the FTP host name mungled by a too eager global...
2009-01-10  Jaakko SalliAdded #include for wx/propgrid/advprops.h
2009-01-10  Jaakko SalliUpdate propgrid minimal sample: Added wxEVT_PG_CHANGING...
2009-01-09  Francesco Montorsido not assert in wxFTP construction because of its...
2009-01-09  Francesco MontorsiMinor samples/docview refactoring (closes #10081)
2009-01-09  Francesco Montorsiadd const attribute to avoid lots of warnings from GCC
2009-01-09  Francesco Montorsiadd wxImage::Clear (patch by troelsk); closes #10141
2009-01-09  Francesco Montorsifix dialog layout
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-08  Robert RoeblingMake wxWrapSizer respect border around items
2009-01-07  Jaakko SalliUpdated 'Car' test to match a recent change in the...
next