Fix wxGTK compilation with MSVC after GTK+ 3 changes.
[wxWidgets.git] / samples /
2012-07-02  Vadim ZeitlinSet string in wxEVT_COMMAND_COMBOBOX_SELECTED event...
2012-07-02  Vadim ZeitlinFix command line parsing in media player sample.
2012-06-30  Vadim ZeitlinVC6 compilation fix for the grid sample.
2012-06-30  Vadim ZeitlinAdd wxRibbonBar::DeletePage() and ClearPages() methods.
2012-06-30  Vadim ZeitlinCreate wxStaticBoxSizer elements as children of wxStati...
2012-06-20  Vadim ZeitlinAdd missing c_str() and similar calls to samples in...
2012-06-05  Vadim ZeitlinFix ribbon sample compilation after r71642.
2012-06-03  Vadim ZeitlinImplement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbo...
2012-05-27  Vadim ZeitlinAdd wxGrid::Render() for drawing the grid to any wxDC.
2012-05-20  Vadim ZeitlinFix menu sample compilation under wxOSX.
2012-05-20  Julian SmartAdded pixel size capability to wxTextAttr and wxRichTex...
2012-05-17  Vadim ZeitlinFix wrong format specifiers in the samples.
2012-05-16  Vadim ZeitlinMake variable containing port number an ushort in the...
2012-05-16  Vadim ZeitlinDon't use printf() with non-literal string as format.
2012-05-05  Vadim ZeitlinUpdate the field widths on demand in wxStatusBarGeneric.
2012-05-04  Vadim ZeitlinDon't return NULL widget from wxFileCtrl page of widget...
2012-05-02  Stefan Csomorfixes #14178
2012-04-29  Vadim ZeitlinAdded wxDataViewEvent::SetDragFlags() and GetDropEffect...
2012-04-29  Vadim ZeitlinEnable wxComboBox::SetString() test in the widgets...
2012-04-28  Vadim ZeitlinFix harmless warnings about hiding base class virtual...
2012-04-17  Vadim ZeitlinAdd possibility to change the test message box title...
2012-04-16  Vadim ZeitlinAdded support for page tooltips to wxAuiNotebook.
2012-03-26  Paul Cornettnon-pch build fix, closes #14140
2012-03-25  Vadim ZeitlinAdded wxTimePickerCtrl::GetTime() and SetTime().
2012-03-11  Vadim ZeitlinAdd a test for wxComboBox::SetString() to the widgets...
2012-03-09  Vadim ZeitlinCorrect the test for wxHAS_IMAGES_IN_RESOURCES in listc...
2012-03-09  Vadim ZeitlinExclude wxMSW-only code from wxUniversal build under...
2012-03-08  Vadim ZeitlinAdded wxSplitterWindow::SetSashInvisible() and IsSashIn...
2012-03-06  Paul Cornettavoid using wxDC::Blit() and wxDC::GetPixel() on window...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2012-03-04  Vadim ZeitlinAlways provide wxMenuItem bitmap-related methods in...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-03-02  Julian SmartUse a non-native toolbar on Mac so small buttons aren...
2012-02-28  Vadim ZeitlinUse /bin/echo for creation of Mac OS X PkgInfo files.
2012-02-20  Vadim ZeitlinUse wxPageSetupDialogData instead of old wxPageSetupDat...
2012-02-12  Vadim ZeitlinDon't use deprecated wxDataViewCtrl::StartEditor()...
2012-02-11  Vadim ZeitlinImplement wxBG_STYLE_TRANSPARENT support for wxGTK.
2012-02-07  Vadim ZeitlinAvoid CRT deprecation warnings for MSVC build using...
2012-02-07  Vadim ZeitlinRebake all project files to reflect MSVC deprecation...
2012-01-25  Julian SmartAdded further API for intercepting deletion and content...
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2012-01-21  Dimitri Schoolwerthdeleted CodeWarrior project files
2012-01-21  Dimitri SchoolwerthFixed mismatch in amount of format specifiers in Japane...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2012-01-20  Dimitri SchoolwerthChanged .po files to use UTF-8 charset.
2012-01-19  Vadim ZeitlinRespect image mask in the docview sample.
2012-01-18  Dimitri Schoolwerthreplaced _T() usage with wxT()
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2012-01-17  Dimitri SchoolwerthDeleted makefile.mgl.
2012-01-15  Vadim ZeitlinRemove __WXMGL__ tests from the samples too.
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2012-01-15  Vadim ZeitlinRemove more Palm OS left overs.
2012-01-12  Steve LamertonAdd missing aui dependencies to the notebook sample.
2012-01-08  Vadim ZeitlinEnhance wxRibbonToolBar functionality to wxRibbonButton...
2012-01-07  Vadim ZeitlinCompilation fixes to joystick sample after r70279.
2012-01-07  Vadim ZeitlinSet Z-position correctly for wxEVT_JOY_ZMOVE events.
2011-12-29  Vadim ZeitlinAllow using wxEVT_UPDATE_UI with wxRibbonButtonBar.
2011-12-28  Vadim ZeitlinImprove layout in the samples to avoid problems under...
2011-12-25  Vadim ZeitlinAlways link with expat in monolithic build.
2011-12-24  Vadim ZeitlinImplement wxNotebook::CalcSizeFromPage() for wxGTK.
2011-12-20  Vadim ZeitlinAdded wxTimePickerCtrl page to the widgets sample.
2011-12-20  Vadim ZeitlinReorganized the date picker page of the widgets sample.
2011-12-20  Vadim ZeitlinFix horizontal alignment in icon view in generic wxList...
2011-12-18  Vadim ZeitlinUpdate version to 2.9.4 in version.bkl too and rebake...
2011-12-18  Vadim ZeitlinAdded wxFilePickerCtrl::SetInitialDirectory().
2011-12-16  Vadim ZeitlinIncremented the version number to 2.9.4 everywhere.
2011-12-08  Vadim ZeitlinAdd wxEXEC_HIDE_CONSOLE flag allowing to unconditionall...
2011-12-08  Vadim ZeitlinUse '1'..'9' to simulate digits instead of WXK_NUMPADn.
2011-12-02  Vadim ZeitlinRebake after webview-related changes in common.bkl.
2011-12-02  Vadim ZeitlinImplement EVT_CHAR_HOOK for wxOSX/Cocoa.
2011-11-28  Vadim ZeitlinAdd support for custom numeric formats to wxGrid.
2011-11-28  Vadim ZeitlinDon't hardcode the number of toolbar tools in the toolb...
2011-11-28  Vadim ZeitlinCorrected handling of wxTB_HORZ_TEXT in the toolbar...
2011-11-15  Vadim ZeitlinAdd support for digits and +/- sign to wxUIActionSimula...
2011-11-14  Vadim ZeitlinAdded wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage...
2011-11-13  Steve LamertonSet focus on the browser window after loading a url...
2011-11-12  Steve LamertonReplace the sample animation timer with an idle loops...
2011-11-10  Jouk JansenAdd compile support for widgets sample on OpenVMS
2011-11-08  Steve LamertonCorrectly escape the error log messages in the wxWebVie...
2011-11-05  Vadim ZeitlinUse wxWindowUpdateLocker to speed up updates of the...
2011-11-05  Vadim ZeitlinFix adding a control to two different sizers in the...
2011-10-30  Vadim ZeitlinMake the initial sash position work in splitter sample.
2011-10-23  Paul Cornettrevert (presumably unintentional) change from r59562...
2011-10-22  Julian SmartApplied patch #13534: wxRichTextCtrl: Make it easier...
2011-10-19  Václav SlavíkCleanup of wxDataViewCtrl cell activation code.
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-10-12  Vadim ZeitlinMake it possible to close "shaped" sample from the...
2011-10-11  Vadim ZeitlinMove SetBackgroundBitmap() from wxPanel to new wxCustom...
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-10-07  Steve LamertonWork around the fact that wxWebViewIE doesn't send...
2011-10-05  Steve LamertonDelete the timer on close in the wxWebView sample....
2011-10-02  Steve LamertonDerive wxAuiNotebook from wxBookCtrlBase. Document...
2011-09-29  Vadim ZeitlinAdd wxTimePickerCtrl class.
2011-09-28  Steve LamertonDelete the menu on close in the wxWebView sample. Fixes...
2011-09-21  Vadim ZeitlinReplace erroneous comma with a semicolon in keyboard...
2011-09-21  Vadim ZeitlinImplement sorting in wxTreeListCtrl.
2011-09-14  Steve LamertonCause a compile time error in the wxWebView sample...
2011-09-12  Jouk Jansenadd compile support for thread sample on OpenVMS
2011-09-11  Steve LamertonRebake trunk after wxWebView merge and add missing...
next