Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / controls / controls.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-01  Paul Cornettuse stock colour/pen/brush objects in samples
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-12-28  Vadim ZeitlinImprove layout in the samples to avoid problems under...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2010-08-10  Vadim ZeitlinInherit notebook background recursively under wxMSW.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2010-05-21  Vadim ZeitlinFix focus debugging in the controls sample.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-06-27  Vadim Zeitlinuse wxIconizeEvent::IsIconized() instead of deprecated...
2008-06-20  Paul Cornettdon't include private header in a sample
2008-06-20  Robert RoeblingGive spin button the same height as the associated...
2008-05-23  Robert RoeblingUpdate controls sample to follow documented logic
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2008-01-26  Vadim Zeitlinfix the code to not use dangling pointers resulting...
2007-10-10  Chris Elliottfixes as per thread.gmane.org/gmane.comp.lib.wxwidgets...
2007-04-19  Vadim Zeitlincompilation fix (misplaced comma in OnIdle)
2007-03-25  Vadim Zeitlinupdate status bar display when we don't have focus too
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-02-07  Vadim Zeitlinfix unused variable warning with wxUSE_TOOLTIPS==0
2006-11-04  Vadim Zeitlinrebaked with baefile rev 928
2006-07-13  Jamie GaddDon't set background of wxMemoryDC before selecting...
2006-07-03  Vadim Zeitlinremoved wxHyperlinkCtrl from this sample, it's not...
2006-07-03  Vadim Zeitlinmake the frame big enough to show all controls initially
2006-06-30  Vadim Zeitlinavoid asserts by not using GetSelection() with multi...
2006-06-30  Vadim Zeitlinadded wxHyperLink and context help testing code (not...
2006-06-18  Stefan NeisAvoid problems with events that might be sent during...
2006-05-23  Julian SmartCheck for null pointers
2006-05-17  Julian SmartCombobox may not be fully created at this point
2006-05-04  Vadim Zeitlinadded Get/SetItemToolTip() (and implemented them for...
2006-04-28  Włodzimierz SkibaWarning fixes.
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-12  Vadim Zeitlindon't send weird colours for different controls, this...
2006-03-12  Vadim Zeitlincreate a non readonly combobox
2006-03-12  Vadim Zeitlinlog wxChoice events in the same format as wxComboBox...
2006-03-12  Vadim Zeitlinuse the sizer to layout the main window/panel (this...
2006-02-20  Robert Roebling Added test for wxComboBox::SetString
2005-12-19  Włodzimierz SkibaSomebody forgot to restore from testing phase.
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-08-17  Vadim Zeitlinalso added a check of choice selection in idle time...
2005-08-16  Włodzimierz SkibaWarning fix.
2005-08-16  Vadim Zeitlinadded code showing that at least under Windows wxCombob...
2005-06-02  Julian SmartUse standard ids
2005-04-25  Robert Roebling Add test for wxChoice's focus events. (no fix yet).
2005-04-10  Vadim Zeitlinunused param warning
2005-04-07  Robert Roebling Add better test for wxStaticTexts to controls sample.
2005-02-22  Robert Roebling Better correction to the wxListBox misbehaviour.
2005-02-21  Robert Roebling Show that the GTK+ listbox doesn't deselect any item
2004-12-12  Vadim Zeitlincompilation fix for wxUSE_TOGGLEBTN == 0
2004-11-25  Włodzimierz SkibawxUSE_GAUGE/PROGRESSDLG condition.
2004-11-24  Włodzimierz SkibawxUSE_SLIDER=0 fixes.
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-09-15  Vadim Zeitlinadded tests for EVT_ICONIZE/MAXIMIZE
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-03  Václav Slavíkdemonstrate tab order
2004-06-24  Włodzimierz SkibaFixes for Smartphone builds. Sample does not work yet...
2004-06-18  Václav Slavíktest colours unsetting
2004-05-27  Włodzimierz Skiba-1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPositi...
2004-05-25  Julian SmartMore name changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-28  Václav Slavíkapplied patch to remove use of deprecated constraints API
2004-02-27  Vadim Zeitlintesting wxComboBox::SetBackgroundColour()
2003-12-13  Ryan NortonQuick fixes
2003-09-27  Vadim Zeitlinadded handlers for radio btn events for testing
2003-09-20  Vadim Zeitlincreate image list of the right size to avoid asserts
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2003-07-30  Vadim Zeitlinwarning fix (bug 714677)
2003-06-07  Julian SmartFix for [ 748805 ] Assert failure for specified situati...
2003-04-09  Mattia Barbon Use the wxBitmap implementation from wxX11
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-11  Mattia Barbon Use checkbox if togglebutton not available.
2002-12-13  Mattia Barbon Make some of the samples compile in Unicode mode.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-27  Vadim Zeitlinmade it compile with wxUniv (which doesn't have tooltips)
2002-08-22  Vadim Zeitlingcc 3.1 warning fixes (patch 598343)
2002-08-15  Robert Roebling Fix to not break GTK2 output. (wxLogMessage bug).
2002-08-02  Mattia BarbonPatch [ 584078 ] Misc samples fixes from Dimitri School...
2002-06-04  Vadim Zeitlincommented out some strange test code which resulted...
2002-05-26  Vadim Zeitlinadded more spin event handlers
2002-05-14  Julian SmartInitialized control member pointers and checked for...
2002-04-20  Vadim Zeitlinfixed logic in limiting spin ctrl values (patch from...
2002-04-09  Vadim Zeitlinadded another size to the status bar display
2002-04-09  Vadim Zeitlinmade one button label multiline for testing
2002-03-24  Václav Slavíkdon't use wxApp::GetStdIcon
2002-03-20  Julian SmartFixed controls.cpp for wxX11
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-13  Václav Slavíksafety check
2002-01-11  Vadim Zeitlinadded support for wxALIGN_XXX in wxStaticBox
2001-11-27  Václav SlavíkwxMGL compilation fix
2001-11-26  Vadim Zeitlincompilation warning fixed for wxUSE_TOOLTIPS==0
2001-11-22  Mattia BarbonUnicode compilation fixed for almost all samples
2001-11-20  Václav Slavíkcompilation fix for wxUniv
next