Fix harmless g++ 4.3 warning about suggested parentheses.
[wxWidgets.git] / samples /
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".
2010-01-23  Vadim ZeitlinUse theme functions for drawing owner-drawn menus.
2010-01-18  Vadim ZeitlinAdd support for stretchable spacers to XRC wxToolBar...
2010-01-18  Vadim ZeitlinShow the more metrics for the selected font in the...
2010-01-09  Kevin OllivierRebake.
2010-01-08  Paul Cornettfix broken #elif
2010-01-07  Jaakko SalliDo not use deprecated property attribute wxPG_ATTR_INLI...
2010-01-04  Kevin OllivierRebake from clean wx tree.
2009-12-29  Jaakko SalliChanged wxPropertyCategory to use same cell rendering...
2009-12-28  Vadim ZeitlinEnsure that frame is re-laid out when its toolbar is...
2009-12-28  Vadim ZeitlinCorrect initial value of "Toggle toolbar" check menu...
2009-12-26  Jaakko SalliReplaced 'InlineHelp' property attribute with 'Hint...
2009-12-22  Jaakko SalliAdded wxPropertyGrid::SetUnspecifiedValueAppearance...
2009-12-22  Vadim ZeitlinRemove the test of erase background events from the...
2009-12-17  Vadim ZeitlinAdd test of accelerators using both ASCII and non-ASCII...
2009-12-14  Jaakko Salli'Set to Unspecified' -> 'Set Value to Unspecified'
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Jaakko SalliAdded a proper log frame to the propgrid sample
2009-12-12  Jaakko SalliGenerate wxPropertyGrid splitter (column divider) event...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-09  Vadim ZeitlinBetter handling for asserts in non-main threads.
2009-12-09  Vadim ZeitlinNo real changes, just remove __WXDEBUG__ tests.
2009-12-09  Vadim ZeitlinOverride OnAssertFailure() and not deprecated OnAssert...
2009-12-09  Vadim ZeitlinExplicitly link the SDK application example with user32...
2009-12-08  Vadim ZeitlinUse X64 machine type for MSVC linker instead of old...
2009-12-08  Vadim ZeitlinFix duplicate accelerator use in animate sample.
2009-12-08  Vadim ZeitlinVisually show the cells boundaries in layout sample...
2009-12-08  Julian SmartSpeed up adding pages during freezing
2009-12-07  Vadim ZeitlinAdd a very simple example of a Win32 application using...
2009-12-07  Vadim ZeitlinUse __declspec(dllexport) instead of WXEXPORT in dll...
2009-12-07  Vadim ZeitlinGenerate erase background events for native controls...
2009-12-07  Vadim ZeitlinUse white background by default for multiline readonly...
2009-12-07  Vadim ZeitlinDefine MY_DLL_BUILDING symbol for dll sample DLL build.
2009-12-07  Vadim ZeitlinAdd semi-public wxDynamicLibrary::MSWGetModuleHandle().
2009-12-07  Vadim ZeitlinCorrect placement of calling convention keyword: must...
2009-12-07  Vadim ZeitlinRegenerate dll samples makefiles using the correct...
2009-12-07  Vadim ZeitlinRemove a couple of VC6 workspace files for the samples.
2009-12-07  Vadim ZeitlinRemove the MSVC solution files added with the new dll...
2009-12-05  Václav SlavíkAdded samples/dll for showing how to use wxWidgets...
2009-12-03  Vadim ZeitlinSuppress errors from static bitmap page of widgets...
2009-11-30  Vadim ZeitlinFix compilation of image sample with wxUSE_LIBPNG==0.
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-11-26  Vadim ZeitlinUse wxTE_RICH style for the log window in the text...
2009-11-24  Vadim ZeitlinFix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL...
2009-11-18  Kevin OllivierRebake after last commit.
2009-11-17  Václav SlavíkImproved handling of anchors in wxHTML: scroll to bette...
2009-11-15  Robert RoeblingDon't use Ctrl-F as it hides a bug
2009-11-14  Vadim ZeitlinImplement support for wxSL_<DIR> in wxGTK, show them...
2009-11-14  Vadim ZeitlinCorrect wxSL_VERTICAL addition in r62618.
2009-11-14  Vadim ZeitlinUndo test code accidentally committed as part of r62643.
2009-11-14  Robert RoeblingAdd tests for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-13  Robert RoeblingMinor formating
2009-11-13  Robert RoeblingAdd tests to wxDataViewTreeCtrl
2009-11-11  Vadim ZeitlinSet wxSL_VERTICAL style in wxSlider demo page.
2009-11-10  Vadim ZeitlinAdd support for wxDV_NO_HEADER to OS X/Cocoa wxDataView...
2009-11-10  Vadim ZeitlinAdd custom renderer column to the list model example...
2009-11-10  Vadim ZeitlinUse symbolic constants for list model columns in datavi...
2009-11-05  Vadim ZeitlinChange wxLongLongFmtSpec to be a non-wide string.
2009-10-31  Kevin OllivierBakefile 0.2.8 rebake.
next