2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw |
2011-02-05 |
Vadim Zeitlin | Deprecate second parameter of wxSlider::SetTickFreq(). |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Vadim Zeitlin | Inherit notebook background recursively under wxMSW. |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Remove unnecessary mondrian.{ico,xpm} files from sample... |
blob | commitdiff | raw | diff to current |
2010-05-21 |
Vadim Zeitlin | Fix focus debugging in the controls sample. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Vadim Zeitlin | added (wxMSW-only) wxToolTip::SetMaxWidth() and improve... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Vadim Zeitlin | use wxIconizeEvent::IsIconized() instead of deprecated... |
blob | commitdiff | raw | diff to current |
2008-06-20 |
Paul Cornett | don't include private header in a sample |
blob | commitdiff | raw | diff to current |
2008-06-20 |
Robert Roebling | Give spin button the same height as the associated... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Robert Roebling | Update controls sample to follow documented logic |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Vadim Zeitlin | remove/replace redundant SetAutoLayout() and Fit()... |
blob | commitdiff | raw | diff to current |
2008-01-26 |
Vadim Zeitlin | fix the code to not use dangling pointers resulting... |
blob | commitdiff | raw | diff to current |
2007-10-10 |
Chris Elliott | fixes as per http://thread.gmane.org/gmane.comp.lib... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Vadim Zeitlin | compilation fix (misplaced comma in OnIdle) |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Vadim Zeitlin | update status bar display when we don't have focus too |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Vadim Zeitlin | fix unused variable warning with wxUSE_TOOLTIPS==0 |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | rebaked with baefile rev 928 |
blob | commitdiff | raw | diff to current |
2006-07-13 |
Jamie Gadd | Don't set background of wxMemoryDC before selecting... |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Vadim Zeitlin | removed wxHyperlinkCtrl from this sample, it's not... |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Vadim Zeitlin | make the frame big enough to show all controls initially |
blob | commitdiff | raw | diff to current |
2006-06-30 |
Vadim Zeitlin | avoid asserts by not using GetSelection() with multi... |
blob | commitdiff | raw | diff to current |
2006-06-30 |
Vadim Zeitlin | added wxHyperLink and context help testing code (not... |
blob | commitdiff | raw | diff to current |
2006-06-18 |
Stefan Neis | Avoid problems with events that might be sent during... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Julian Smart | Check for null pointers |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Julian Smart | Combobox may not be fully created at this point |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Vadim Zeitlin | added Get/SetItemToolTip() (and implemented them for... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2006-03-28 |
Włodzimierz Skiba | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | don't send weird colours for different controls, this... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | create a non readonly combobox |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | log wxChoice events in the same format as wxComboBox... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | use the sizer to layout the main window/panel (this... |
blob | commitdiff | raw | diff to current |
2006-02-20 |
Robert Roebling | Added test for wxComboBox::SetString |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | Somebody forgot to restore from testing phase. |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Vadim Zeitlin | also added a check of choice selection in idle time... |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Vadim Zeitlin | added code showing that at least under Windows wxCombob... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Julian Smart | Use standard ids |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Robert Roebling | Add test for wxChoice's focus events. (no fix yet). |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | unused param warning |
blob | commitdiff | raw | diff to current |
2005-04-07 |
Robert Roebling | Add better test for wxStaticTexts to controls sample. |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Robert Roebling | Better correction to the wxListBox misbehaviour. |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Robert Roebling | Show that the GTK+ listbox doesn't deselect any item |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | compilation fix for wxUSE_TOGGLEBTN == 0 |
blob | commitdiff | raw | diff to current |
2004-11-25 |
Włodzimierz Skiba | wxUSE_GAUGE/PROGRESSDLG condition. |
blob | commitdiff | raw | diff to current |
2004-11-24 |
Włodzimierz Skiba | wxUSE_SLIDER=0 fixes. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Włodzimierz Skiba | wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most... |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Vadim Zeitlin | added tests for EVT_ICONIZE/MAXIMIZE |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
blob | commitdiff | raw | diff to current |
2004-07-03 |
Václav Slavík | demonstrate tab order |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Włodzimierz Skiba | Fixes for Smartphone builds. Sample does not work yet... |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Václav Slavík | test colours unsetting |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Włodzimierz Skiba | -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPositi... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Julian Smart | More name changes |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Václav Slavík | applied patch to remove use of deprecated constraints API |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Vadim Zeitlin | testing wxComboBox::SetBackgroundColour() |
blob | commitdiff | raw | diff to current |
2003-12-13 |
Ryan Norton | Quick fixes |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Vadim Zeitlin | added handlers for radio btn events for testing |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Vadim Zeitlin | create image list of the right size to avoid asserts |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Mattia Barbon | Various warning and Unicode fixes from ABX. |
blob | commitdiff | raw | diff to current |
2003-07-30 |
Vadim Zeitlin | warning fix (bug 714677) |
blob | commitdiff | raw | diff to current |
2003-06-07 |
Julian Smart | Fix for [ 748805 ] Assert failure for specified situati... |
blob | commitdiff | raw | diff to current |
2003-04-09 |
Mattia Barbon | Use the wxBitmap implementation from wxX11 |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Mattia Barbon | Use checkbox if togglebutton not available. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Mattia Barbon | Make some of the samples compile in Unicode mode. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Vadim Zeitlin | made it compile with wxUniv (which doesn't have tooltips) |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Vadim Zeitlin | gcc 3.1 warning fixes (patch 598343) |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Robert Roebling | Fix to not break GTK2 output. (wxLogMessage bug). |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Mattia Barbon | Patch [ 584078 ] Misc samples fixes from Dimitri School... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Vadim Zeitlin | commented out some strange test code which resulted... |
blob | commitdiff | raw | diff to current |
2002-05-26 |
Vadim Zeitlin | added more spin event handlers |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Julian Smart | Initialized control member pointers and checked for... |
blob | commitdiff | raw | diff to current |
2002-04-20 |
Vadim Zeitlin | fixed logic in limiting spin ctrl values (patch from... |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Vadim Zeitlin | added another size to the status bar display |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Vadim Zeitlin | made one button label multiline for testing |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Václav Slavík | don't use wxApp::GetStdIcon |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Julian Smart | Fixed controls.cpp for wxX11 |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Julian Smart | wxUSE_CONSTRAINTS now refers to constraints only, since... |
blob | commitdiff | raw | diff to current |
2002-02-13 |
Václav Slavík | safety check |
blob | commitdiff | raw | diff to current |
2002-01-11 |
Vadim Zeitlin | added support for wxALIGN_XXX in wxStaticBox |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Václav Slavík | wxMGL compilation fix |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Vadim Zeitlin | compilation warning fixed for wxUSE_TOOLTIPS==0 |
blob | commitdiff | raw | diff to current |
2001-11-22 |
Mattia Barbon | Unicode compilation fixed for almost all samples |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Václav Slavík | compilation fix for wxUniv |
blob | commitdiff | raw | diff to current |
2001-11-11 |
Vadim Zeitlin | some clean up, no real changes |
blob | commitdiff | raw | diff to current |
2001-11-04 |
Václav Slavík | controls sample is now able to use default command... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Václav Slavík | wxUSE_CHOICE ifdefs, so that the sample compiles with... |
blob | commitdiff | raw | diff to current |
2001-08-19 |
Robert Roebling | Various changes for simplification of focus event |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Vadim Zeitlin | applied patch 446010 (unicode compilation fixes) |
blob | commitdiff | raw | diff to current |
next |