wxWidgets/samples/widgets
Vadim Zeitlin 43b2d5e7c3 Put braces around all calls to wxLogFunctions() inside an if statement.
This suppresses all the remaining g++ -Wparentheses warnings and uses consistent style everywhere.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-20 16:47:54 +00:00
..
icons added wxGenericStaticBitmap (#9608) 2008-06-21 15:32:33 +00:00
bmpcombobox.cpp Put braces around all calls to wxLogFunctions() inside an if statement. 2009-07-20 16:47:54 +00:00
button.cpp make bitmap button background more visible 2009-07-09 13:11:52 +00:00
checkbox.cpp
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
combobox.cpp Put braces around all calls to wxLogFunctions() inside an if statement. 2009-07-20 16:47:54 +00:00
datepick.cpp
dirctrl.cpp added multiple selections support to wxDirCtrl (closes #10830) 2009-06-06 14:00:51 +00:00
dirpicker.cpp
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 fix more -Wparentheses warnings after wxLog changes 2009-07-19 16:16:46 +00:00
filepicker.cpp
fontpicker.cpp
gauge.cpp
hyperlnk.cpp
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 Put braces around all calls to wxLogFunctions() inside an if statement. 2009-07-20 16:47:54 +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
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 Put braces around all calls to wxLogFunctions() inside an if statement. 2009-07-20 16:47:54 +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
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 Put braces around all calls to wxLogFunctions() inside an if statement. 2009-07-20 16:47:54 +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
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 Put braces around all calls to wxLogFunctions() inside an if statement. 2009-07-20 16:47:54 +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