renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and...
[wxWidgets.git] / samples /
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...
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2009-01-07  Julian SmartAdded wxAUI_MGR_LIVE_RESIZE flag for live sash sizing...
2009-01-07  Francesco Montorsifix include file
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2009-01-06  Francesco Montorsiremove link to the old HTML manual
2009-01-06  Francesco Montorsiremove f.html and fft.html; they're old and unlinked...
2009-01-05  Francesco Montorsifix crash because of a missing wxOK constant
2009-01-04  Jaakko SalliAdded bool property to the nested car sample (for testi...
2009-01-04  Jaakko SalliAdded extra RefreshEditor() call for better testing
2009-01-03  Vadim Zeitlindon't use IPC from timer callback as this results in...
2009-01-02  Vadim Zeitlinshow the string received from client in test 2 correctl...
2009-01-02  Vadim Zeitlinadd accelerators for the other menu commands; plug...
2009-01-02  Vadim Zeitlindon't call DoWrite() if we have nothing to send (not...
2009-01-01  Vadim Zeitlinfix a bug in EventWorker::DoRead(): if both signature...
2009-01-01  Vadim ZeitlinLogWorker() was always called with m_peer as first...
2009-01-01  Vadim Zeitlinno changes, just reformat and avoid unnecessary uses...
2008-12-31  Francesco Montorsiremove tabs added by error in previous commit
2008-12-31  Francesco Montorsiallow the user to pass NULL for the status widths;...
2008-12-31  Vadim Zeitlincustomize the rearrange dialog even more
2008-12-31  Vadim Zeitlinmake wxRearrangeDialog more customizable and add an...
2008-12-30  Vadim Zeitlincompilation fix for g++ which doesn't like using wxLogM...
2008-12-30  Vadim Zeitlinprettify and simplify the URL test; use a URL more...
2008-12-30  Vadim Zeitlinfix compilation due to the fact that wx/socket.h no...
2008-12-27  Francesco Montorsiuse accelerators for menu items and stock menu item...
2008-12-27  Francesco Montorsidon't use backspace as accelerator; at least GTK+ doesn...
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-24  Vadim Zeitlinadd example of synchronizing 2 scrolled windows
2008-12-24  Vadim Zeitlinreorganize scroll sample to make it possible to underst...
2008-12-24  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow() only when the...
2008-12-23  Robert RoeblingDon't allow concurrent requests, check return message...
2008-12-23  Robert RoeblingAdded pseudo-asynchronous clipboard implemenation to...
2008-12-23  Vadim Zeitlinreverted yet another accidental commit of testing code...
2008-12-23  Vadim Zeitlinuse wxFlexGridSizer correctly (fixes #10294)
next