wxWidgets/samples/widgets
2009-06-22 18:37:09 +00:00
..
icons added wxGenericStaticBitmap (#9608) 2008-06-21 15:32:33 +00:00
bmpcombobox.cpp only allow selecting existing files in wxLoadFileSelector; use this function instead of wxFileSelector in the samples (closes #10693) 2009-06-12 18:02:57 +00:00
button.cpp relayout the sizer containing the button after changing its label as this may change the button size 2009-06-22 18:37:09 +00:00
checkbox.cpp fix initial layout of the widgets pages: avoid calling Fit() on them 2006-12-03 13:43:44 +00:00
choice.cpp use GtkComboBox instead of deprecated GtkOptionMenu for wxChoice; this also allows to derive wxComboBox from wxChoice in wxGTK as in wxMSW (ticket #9150) 2008-05-18 17:26:28 +00:00
clrpicker.cpp fix initial layout of the widgets pages: avoid calling Fit() on them 2006-12-03 13:43:44 +00:00
combobox.cpp add combobox drop down/close up events (closes #10587) 2009-03-18 10:42:58 +00:00
datepick.cpp restored variabes initialization in OnButtonSet() to avoid spurious MSVC warnings 2006-12-11 13:30:27 +00:00
dirctrl.cpp added multiple selections support to wxDirCtrl (closes #10830) 2009-06-06 14:00:51 +00:00
dirpicker.cpp fix initial layout of the widgets pages: avoid calling Fit() on them 2006-12-03 13:43:44 +00:00
editlbox.cpp merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features) 2009-02-08 00:47:04 +00:00
filectrl.cpp use wxJoin() instead of redoing it manually in the code logging the messages (part of patch 1927817) 2008-04-06 15:45:36 +00:00
filepicker.cpp fix initial layout of the widgets pages: avoid calling Fit() on them 2006-12-03 13:43:44 +00:00
fontpicker.cpp fix initial layout of the widgets pages: avoid calling Fit() on them 2006-12-03 13:43:44 +00:00
gauge.cpp no changes, just fixed spelling of 'indeterminate' 2007-03-20 16:23:12 +00:00
hyperlnk.cpp fix initial layout of the widgets pages: avoid calling Fit() on them 2006-12-03 13:43:44 +00:00
itemcontainer.cpp add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
itemcontainer.h compilation fix in wxUSE_STL case after r54761 2008-08-31 15:05:02 +00:00
listbox.cpp implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample 2008-02-11 16:03:23 +00:00
makefile.bcc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makefile.gcc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
Makefile.in don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles 2009-05-12 09:13:36 +00:00
makefile.mic Added missing licence line 2004-11-22 20:40:22 +00:00
makefile.unx update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makefile.vc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makefile.wat update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
notebook.cpp made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384) 2008-01-16 01:39:44 +00:00
odcombobox.cpp add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614) 2008-06-29 00:35:35 +00:00
radiobox.cpp use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL/VERTICAL 2009-06-03 22:33:32 +00:00
searchctrl.cpp add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614) 2008-06-29 00:35:35 +00:00
slider.cpp fix initial layout of the widgets pages: avoid calling Fit() on them 2006-12-03 13:43:44 +00:00
spinbtn.cpp add alignment flags support to wxSpinCtrl[Double] (closes #10621) 2009-03-22 09:18:46 +00:00
statbmp.cpp build fix for PCH-less build 2008-06-26 17:25:28 +00:00
static.cpp replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:43:11 +00:00
textctrl.cpp add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614) 2008-06-29 00:35:35 +00:00
toggle.cpp fix initial layout of the widgets pages: avoid calling Fit() on them 2006-12-03 13:43:44 +00:00
widgets_vc7.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
widgets_vc8.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
widgets_vc9.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
widgets.bkl add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
widgets.cpp use wxLog::Log() instead of ugly cast 2009-03-07 14:25:38 +00:00
widgets.dsp add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
widgets.h fixing typo 2008-08-23 14:14:35 +00:00