Commit Graph

13587 Commits

Author SHA1 Message Date
Gilles Depeyrot
03275ddc2d regenerated for new build.h file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 21:28:23 +00:00
Gilles Depeyrot
684242c6d8 implemented lazy binding detection (broken RTTI classinfo detection)
forbid copying of wxObject and wxClassInfo
corrected conditional compilation for CodeWarrior 5.3


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 21:17:17 +00:00
Gilles Depeyrot
e6a6feba84 implemented explicit copy constructors (needed for cloning)
declared private assignement operators


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 21:13:51 +00:00
Mattia Barbon
08a87680c5 Added documentation for wxListItem.
Still need to strip the one in wxListCtrl::SetItem, or better
move it to listitem,tex+mark it obsolete.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 19:57:52 +00:00
Mattia Barbon
e98a035855 Fix _ quoting to make tex2rtf happier
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 19:51:58 +00:00
Gilles Depeyrot
4af5cca4a3 added missing include file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 19:44:08 +00:00
Julian Smart
58cf0491e3 Added Ok() member for print data, print dialog, page dialog, page dialog data
so we can test in advance whether the print/page setup dialogs will fail.
Removed assertions that would fire if the default printer was not found, for example.
Added call to Ok() from HTML print code with suitable error message.
Commented out my erroneous fix to wxStaticText.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 19:00:43 +00:00
Gilles Depeyrot
c0187f69d6 improved dependencies for Info.plist
corrected makefile (spaces => tabs)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 18:45:25 +00:00
Gilles Depeyrot
10cc14fa29 corrected application bundle building for Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 18:18:38 +00:00
Gilles Depeyrot
5266a98339 added handling of -undefined and -flat_namespace options
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 17:13:13 +00:00
Gilles Depeyrot
ba161d7e95 corrected warnings when compiling with -Wall -W
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 14:17:22 +00:00
Vadim Zeitlin
220c6d434e added missing header for not PCH case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 14:14:52 +00:00
Gilles Depeyrot
b1801e0eb8 improved out of memory handling by return failure status where possible and
adding asserts in debug mode (suggested by SourceForge patch # 544906)
corrected warnings when compiling with -Wall -W


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 14:11:40 +00:00
Gilles Depeyrot
4e352a3f04 removed useless trailing semicolon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 14:02:10 +00:00
Gilles Depeyrot
f2af4afb82 corrected warnings when compiling with -Wall -W
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 14:00:23 +00:00
Gilles Depeyrot
3475a005d6 implemented missing copy constructor (needed for non trivial member)
corrected warnings when compiling with -Wall -W


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 13:55:36 +00:00
Gilles Depeyrot
9497b1f716 ignore Mac OS X specific files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 13:47:20 +00:00
Gilles Depeyrot
be52b34172 added DECLARE_NO_COPY_CLASS where appropriate since wxObject should not
provide implicit copy constructor or assignement (will be corrected)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 13:30:26 +00:00
Mattia Barbon
a4ac80e181 Fixed programming error (and BCC warning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 13:28:18 +00:00
Gilles Depeyrot
e7600a2cab corrected warnings when compiling with -Wall -W
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 13:24:00 +00:00
Gilles Depeyrot
01babda34e corrected conditional compilation for Darwin / Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 13:19:14 +00:00
Gilles Depeyrot
5e472c1f9f corrected warnings when compiled with -Wall -W
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 13:17:53 +00:00
Gilles Depeyrot
97bbc535e7 ignore Mac OS X specific files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 13:14:40 +00:00
Gilles Depeyrot
fe0d8518b9 improved dynamic shared library creation for Darwin / Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 12:48:08 +00:00
Jouk Jansen
0df4f2ffa0 Committing in .
updates for OpenVMS

 Modified Files:
 	wxWindows/src/common/descrip.mms
 	wxWindows/src/motif/clipbrd.cpp
 Added Files:
 	wxWindows/samples/db/descrip.mms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 12:42:24 +00:00
Gilles Depeyrot
69b8ed1bbc implemented cbCommonPaneProperties copy constructor and assignment operator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 12:36:12 +00:00
Gilles Depeyrot
2a66db28a9 pi is static to avoid link error under Mac OS X (already defined by system lib)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 12:32:08 +00:00
David Webster
1759c49133 More of the same.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-08 05:22:36 +00:00
Vadim Zeitlin
3a03c143c0 added src/msw/popupwin.cpp to the makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 23:29:03 +00:00
Vadim Zeitlin
e49d97e66a fixed Windows style of wxPopupWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 23:27:59 +00:00
Vadim Zeitlin
dfee19edbc fixed typos and tmakecmd/TMAKE/TM confusion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 23:16:29 +00:00
David Webster
1c9a789ed9 More image processing updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 22:27:10 +00:00
Gilles Depeyrot
d84afea9d1 corrected warnings when compiling with -Wall -W
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 21:58:27 +00:00
Gilles Depeyrot
54380f29f0 implemented explicit copy constructor and assignement operator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 20:40:04 +00:00
Vadim Zeitlin
26ddbfd329 Added wx/build.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 19:59:24 +00:00
Vadim Zeitlin
090a6d7af9 added wxBuildOptions and check that they are the same for the program and the library on startup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 19:56:43 +00:00
Gilles Depeyrot
c924182a96 ignore CodeWarrior output files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 19:52:16 +00:00
David Webster
d6d749aaeb More image updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 17:03:18 +00:00
Vadim Zeitlin
b4efce5efa fixed typo for MSW cross-compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 16:40:20 +00:00
Vadim Zeitlin
af0b153364 fixed compilation without PCH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 16:40:00 +00:00
Vadim Zeitlin
fefc4f1542 removed Left(char ch) version which doesn't exist any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 16:35:00 +00:00
David Webster
29172908bf Mono bitmap processing updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-07 04:56:22 +00:00
Robert Roebling
5941c5de92 Fixed tree control redraw bug, which had nothing
ro do with scrolling. Someone just removed my use


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-06 22:35:55 +00:00
David Webster
16ff355bee OS/2 Image processing updates along with some statusbar updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-06 21:48:06 +00:00
David Webster
79c093419e OS/2 Image processing updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-06 21:47:16 +00:00
Robin Dunn
ab249a4dcb Fixed nested triple quotes problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-06 14:59:23 +00:00
Vadim Zeitlin
19f0aa9a2f wxPanel is a canvas in wxUniv sense of the word
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-06 14:09:47 +00:00
Julian Smart
2564094bf4 Did a small amount of proofreading of the ODBC docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-06 13:46:24 +00:00
Vadim Zeitlin
6e8e9b6628 added wxCheckBox::IsChecked() to wxMac and documented it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-06 11:40:16 +00:00
Vadim Zeitlin
0e0a4e6447 include wx/defs.h to get wxUSE_FFILE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-06 10:52:35 +00:00