fix bug when warning string contains percent signs
[wxWidgets.git] / samples /
2009-03-16  Francesco Montorsiallow testing wxSystemSettings::GetFont() return value
2009-03-16  Vadim Zeitlinadd a menu item to test setting focus (see #626 comment:42)
2009-03-15  Kevin OllivierRebake after last change.
2009-03-14  Francesco Montorsirevise the sample, simplifying and cleaning it where...
2009-03-13  Kevin OllivierOnly MSW supports loading sounds from data.
2009-03-13  Kevin OllivierMac -> OSX header change.
2009-03-13  Václav Slavíkadded wxXmlResource::LoadAllFiles()
2009-03-13  Kevin OllivierRebake after Mac bundle change.
2009-03-12  Kevin OllivierRemoving more CodeWarrior samples.
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2009-03-10  Vadim Zeitlinhonour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don...
2009-03-10  Robert RoeblingChange Compare() method to being const
2009-03-09  Robert RoeblingImplement vetoing editing in wxDataViewTextRenderer...
2009-03-09  Jaakko SalliAllow wxPGMultiButton to work even if primary editor...
2009-03-08  Jaakko SalliAdded support for 'AutoComplete' attribute, automatical...
2009-03-07  Vadim Zeitlinreplace wxGetMultipleChoices() with wxGetSelectedChoice...
2009-03-07  Vadim Zeitlinuse wxLog::Log() instead of ugly cast
2009-03-07  Vadim Zeitlinsuppress wxLog::DoLog() and DoLogString() hiding warnings
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-03-06  Francesco Montorsifix typo (part of r59384)
2009-03-06  Francesco Montorsiremove wxT() and _() macros to make the sample more...
2009-03-06  Robert Roeblingadded test for wxDataViewCtrl::Expand() and ::Collapse()
2009-03-06  Robert RoeblingAdd new line at the end of the file
2009-03-06  Jaakko SalliProperty value images are no longer shrinked horizontally
2009-03-05  Vadim Zeitlin2nd (blind) fix for VC6 build
2009-03-05  Vadim Zeitlinset svn properties correctly for the new files (please...
2009-03-05  Vadim Zeitlin(blind) fix for VC6 build
2009-03-04  Francesco Montorsibuild fix
2009-03-04  Francesco Montorsiall code revisited.
2009-03-04  Francesco Montorsireorganize the sample splitting it in two source files...
2009-03-04  Francesco Montorsino real change: just reorder the code
2009-03-04  Francesco Montorsiadd headers to the samples' bakefiles so that they...
2009-03-04  Francesco Montorsirevert addition of the simple listctrl; it doesn't...
2009-03-02  Vadim Zeitlindon't generate non-MSVC makefiles for MSVC-only samples
2009-03-02  Kevin OllivierLand the rest of the changes made by a rebake after...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-03-01  Francesco Montorsiforce use of generic about dialog as to test unfocused...
2009-03-01  Chris Elliottavoid error of menu with zero ID
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
next