Fix strings formatting in wxrc.
[wxWidgets.git] / samples /
2010-06-25  Vadim ZeitlinRemove duplicate sample.xpm inclusion from stc sample.
2010-06-21  Francesco Montorsimove console sample's interactive tests to two differen...
2010-06-21  Vadim ZeitlinRemove references to joytest.rc that was recently removed.
2010-06-21  Vadim ZeitlinSuppress bogus g++ warnings about uninitialized variables.
2010-06-20  Vadim ZeitlinRemove references to not existing any more griddemo...
2010-06-20  Vadim ZeitlinCorrect the name of the XPM file containing the icon...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Vadim ZeitlinAdd a test for selecting the last item in the tree...
2010-06-20  Vadim ZeitlinUse PBM_SETMARQUEE to implement indeterminate mode...
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2010-06-20  Vadim ZeitlinNo real changes, just convert a Mac-specific file to...
2010-06-19  Francesco Montorsigroup all interactive tests together to make it easier...
2010-06-19  Francesco MontorsiMove dir tests from the console sample to DirTestCase
2010-06-13  Francesco Montorsimoved non-interactive tests for wxDynamicLibrary, wxGet...
2010-06-13  Jaakko SalliUse wxComboCtrl::SetTextCtrlStyle() in the combo sample
2010-06-12  Vadim ZeitlinStop the timer in console IPC client sample once we...
2010-06-12  Jaakko SalliAdded wxPropertyGrid::DedicateKey(), which prevents...
2010-06-10  Robert RoeblingMake wxDataViewCtrl::GetColumnPosition() return the...
2010-06-09  Francesco Montorsifix couple of warnings; remove wxUsleep dummy test
2010-06-06  Francesco MontorsiMove a couple of wxFileName tests from the console...
2010-06-06  Francesco Montorsiremove some tests from the console sample:
2010-06-06  Jaakko SalliTo make it clear in the sample that a custom animation...
2010-06-06  Jaakko SalliUse ShowWithEffect() in the sample wxComboCtrlWithCusto...
2010-06-02  Francesco Montorsiremove wxFileConfig tests: FileConfigTestCase already...
2010-06-02  Francesco MontorsiMove some wxPrintf() tests (taken from glibc) to Vsnpri...
2010-06-02  Francesco MontorsiMove wxRegConfig tests from console sample to a new...
2010-06-02  Vadim ZeitlinFix drawing of scaled bitmaps in wxCairoContext.
2010-06-02  Vadim ZeitlinDon't hard code position of the drawing sample window...
2010-05-30  Vadim ZeitlinAdd <span> tag and limited support for CSS styles to...
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2010-05-29  Francesco Montorsiremove test code for wxScopeGuard (there's already...
2010-05-29  Francesco Montorsiremove wxCmdLineParser tests; there is already a much...
2010-05-29  Francesco Montorsiget rid of socket tests; there are marked as broken...
2010-05-29  Francesco Montorsimove all non-interactive FTP tests from the console...
2010-05-27  Vadim ZeitlinAdd missing samples to samples.dsw.
2010-05-26  Jaakko SalliComboControl -> ComboCtrl
2010-05-23  Francesco Montorsiremove streams tests: they're very basic and already...
2010-05-22  Vadim ZeitlinCorrect notebook sample layout.
2010-05-21  Vadim ZeitlinSimplify and correct MSW selection of background brush...
2010-05-21  Vadim ZeitlinFix focus debugging in the controls sample.
2010-05-20  Vadim ZeitlinFix wxListCtrl::EndEditLabel() which simply didn't...
2010-05-16  Francesco Montorsiremove TestTimer() (adds nothing to existing tests...
2010-05-16  Francesco Montorsimove TestUtf8() and TestEncodingConverter() functions...
2010-05-16  Francesco Montorsiremove ZIP tests: they seem to have been greatly expand...
2010-05-16  Francesco Montorsiremove wxDateTime tests which were already extracted...
2010-05-16  Francesco Montorsimove TestTextInputStream() function in CppUnit's TextSt...
2010-05-15  Vadim ZeitlinAdd more tests for wxRendererNative::DrawHeaderButton().
2010-05-13  Vadim ZeitlinUse GetWidgets() in the widgets samples instead of...
2010-05-13  Vadim ZeitlinNo changes, just cleanup the image part of the docview...
2010-05-13  Jaakko SalliMake text drawn by wxGraphicsContext slightly less...
2010-05-13  Jaakko SalliAdded wxGraphicsContext::Create(const wxEnhMetaFileDC...
2010-05-10  Francesco Montorsimove code testing wxThread classes from the console...
2010-05-10  Vadim ZeitlinDon't use wxWindow::ClearBackground() in the image...
2010-05-10  Jaakko SalliMake text printed by wxGraphicsContext shorter
2010-05-10  Jaakko SalliUse wxGraphicsContext to draw some text and a rectangle...
2010-05-09  Vadim ZeitlinAdd wxWindow::ProcessWindowEventLocally() and use it...
2010-05-02  Vadim ZeitlinAdd wxTreeCtrl::{Clear,Set}FocusedItem().
2010-04-30  Václav SlavíkCheck in samples/dll for WXUSINGDLL.
2010-04-24  Václav SlavíkFix typo in internat sample.
2010-04-21  Vadim ZeitlinNo real changes, just fix typos in the ownerdrw sample.
2010-04-18  Stefan Csomorrender characters on OSX one by one as fractional width...
2010-04-18  Jaakko SalliCorrectly use wxANY_AS() instead of wxAny::As<>(),...
2010-04-16  Jaakko SalliAdapted wxPropertyGrid documentation, samples, tests...
2010-04-16  Václav SlavíkRemove wxLOCALE_CONV_ENCODING flag.
2010-04-16  Václav SlavíkAdd wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-04-12  Vadim ZeitlinFix gcc warnings about testing undefined preprocessor...
2010-04-09  Václav SlavíkRegenerated makefiles after removing USE_GDIPLUS.
2010-04-09  Stefan Csomorreverting r57083 for OSX, fixes #11922
2010-04-07  Stefan Csomormoving static box construction - z Order makes checkbox...
2010-04-06  Vadim ZeitlinFix more harmless warnings.
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2010-04-01  Paul Cornettdon't try to create a color named "Default"
2010-03-30  Jouk JansenDefining wxCOMPILE_TIME_ASSERT for OpenVMS
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2010-03-25  Jouk JansenUpdates to make wxWidgets compaile on OpenVMS again
2010-03-23  Jouk JansenAdding keyboard sample to OpenVMS makefiles
2010-03-23  Vadim ZeitlinImplement wxDocument::Revert() and show its use in...
2010-03-22  Vadim ZeitlinLet uiaction sample compile even if wxUSE_UIACTIONSIMUL...
2010-03-22  Vadim ZeitlinAdd wxUSE_UIACTIONSIMULATOR and turn it off by default.
2010-03-18  Vadim ZeitlinEnsure that setting wxChoice height to its default...
2010-03-14  Vadim ZeitlinAdd a "not specified" icon style to the message box...
2010-03-13  Vadim ZeitlinUse event tables instead of Bind() in uiaction sample.
2010-03-06  Kevin OllivierAdd uncommitted uiaction `sample bakefiles.
2010-03-06  Kevin OllivierRebake after wxUIActionSimulator addition.
2010-03-06  Kevin OllivierAdding wxUIActionSimulator, a class for programmaticall...
2010-03-06  Vadim ZeitlinReset wxAuiNotebook selection to wxNOT_FOUND if it...
2010-03-06  Vadim ZeitlinFix toggling the header in the generic wxListCtrl.
2010-03-05  Vadim ZeitlinMake the code more clear in aui sample and avoid g...
2010-03-05  Vadim ZeitlinAvoid conflict between accelerators in the notebook...
2010-03-01  Jaakko SalliHave to check for wxPG_SPLITTER_AUTO_CENTER style befor...
2010-02-25  Jaakko SalliFixed property Hide command
2010-02-14  Jaakko SalliAdded wxPropertyGridInterface::SetColumnProportion...
2010-02-08  Vadim ZeitlinAdd support for showing "elevation" icon in wxMSW buttons.
2010-02-03  Vadim ZeitlinTest wxTE_PROCESS_ENTER style in the widgets sample.
2010-01-31  Jaakko SalliAdded command to set wxPG_PROP_READONLY in the propgrid...
2010-01-28  Stefan Csomoradding window-modal message box sample
2010-01-26  Vadim ZeitlinAdd wxTreeCtrl::SelectChildren() method.
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2010-01-24  Vadim ZeitlinNo changes, just remove the strange "#if 1".
next