wxWidgets/samples
Vadim Zeitlin af58844636 Add information about the log message generation location to wxLog.
This means that wxLog::DoLogRecord() can now retrieve the file name, line
number and the function where the message was logged.

An unfortunate consequence of this change is that now

	if ( condition )
		wxLogError("Whatever");

results in a warning from g++ 4.x with -Wparentehses, so extra parentheses had
to be added in many places.

Finally, also allow storing arbitrary attributes in wxLogRecordInfo. This had
to be added to implement our own overloaded wxLogStatus() and wxLogSysError()
and will probably be useful for the others as well.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-09 20:26:34 +00:00
..
access 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
animate 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
artprov 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
aui 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
calendar 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
caret 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
clipboard 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
collpane really fix compilation fix after last change 2009-07-05 13:10:46 +00:00
combo extract event handler body in a separate function instead of using a hack to call it with a NULL reference 2009-06-22 12:13:56 +00:00
config correct Borland #pragma hdrstop position 2009-06-01 20:54:03 +00:00
console work around MSVC warnings about using uninitialized variables in optimized build 2009-06-07 12:29:39 +00:00
controls use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL/VERTICAL 2009-06-03 22:33:32 +00:00
dataview Closes #10495: wxDataViewCtrl needs a way to start the label editor programmatically, also Windows port now emits vetoable ..._EDITING_STARTED event 2009-06-01 13:57:38 +00:00
debugrpt 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
dialogs Add information about the log message generation location to wxLog. 2009-07-09 20:26:34 +00:00
dialup 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
display 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
dnd 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
docview don't leave the document in modified state after loading it (closes #10081) 2009-06-13 19:42:28 +00:00
dragimag 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
drawing fix harmless warnings (mostly about unused parameters/variables) 2009-07-03 12:48:44 +00:00
erase implement new wxBG_STYLE_XXX semantics for wxMSW too 2009-06-17 04:36:28 +00:00
event 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
except 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
exec added a timer updating a counter in the background to be able to easily check visually whether the events are processed or not during the synchronous child proces execution 2009-05-24 19:40:24 +00:00
flash update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
font 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
grid 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
help 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
htlbox 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
html fix harmless warnings (mostly about unused parameters/variables) 2009-07-03 12:48:44 +00:00
image 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
internat translate wxMessageDialog labels to the language of the current locale (closes #10962) 2009-07-05 11:48:01 +00:00
ipc 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
joytest 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
keyboard 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
layout 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
listctrl 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
mdi 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
mediaplayer 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
memcheck 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
menu 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
mfc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
minimal 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
nativdlg 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
notebook 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
oleauto ensure that Excel is visible and has an opened workbook (closes #10837) 2009-05-25 20:42:39 +00:00
opengl (dirty) fix rendering upon startup of the surface 2009-05-16 10:57:25 +00:00
ownerdrw 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
popup 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
power 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
printing 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
propgrid A better fix for one unused variable warning (one that actually compiles in debug mode) 2009-07-03 14:49:19 +00:00
regtest 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
render compilation fix after last change 2009-07-05 13:32:32 +00:00
richtext 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
sashtest 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
scroll fix typo in previous commit 2009-06-07 16:01:34 +00:00
shaped 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
sockets don't use WaitOnConnect(), it doesn't make sense to use asynchronous Connect() only to block waiting for it immediately (see #10952) 2009-07-02 16:11:12 +00:00
sound 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
splash 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
splitter 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
statbar 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
stc 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
svg 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
taborder 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
taskbar 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
text 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
thread 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
toolbar compilation fix after wxLoadFileSelector() changes 2009-06-12 19:37:40 +00:00
treectrl added wxTreeCtrl::GetFocusedItem() (closes #10859) 2009-06-19 23:34:51 +00:00
typetest 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
validate 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
vscroll 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
widgets make bitmap button background more visible 2009-07-09 13:11:52 +00:00
wizard 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
wrapsizer 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
xrc added XRC handler for wxFileCtrl (closes #10785) 2009-06-12 17:40:11 +00:00
Info.plist
makefile.bcc added power, svg, taborder and xrc samples (closes #10849) 2009-05-30 16:42:51 +00:00
makefile.gcc added power, svg, taborder and xrc samples (closes #10849) 2009-05-30 16:42:51 +00:00
Makefile.in
makefile.vc added power, svg, taborder and xrc samples (closes #10849) 2009-05-30 16:42:51 +00:00
makefile.wat added power, svg, taborder and xrc samples (closes #10849) 2009-05-30 16:42:51 +00:00
sample.ico
sample.r
sample.rc
sample.xpm
samples.bkl added power, svg, taborder and xrc samples (closes #10849) 2009-05-30 16:42:51 +00:00
samples.dsw reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one 2008-12-24 01:28:55 +00:00