Commit Graph

535 Commits

Author SHA1 Message Date
Robin Dunn
7fcf27da12 x11/popupwin.h wasn't being installed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-13 01:36:35 +00:00
Václav Slavík
1c29c1fead regex libs needs _UNICODE define
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-30 23:19:40 +00:00
David Elliott
7c52e8ef95 wxCocoa: Enable wxSocket support using new CFSocket implementation from wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-24 04:39:05 +00:00
Václav Slavík
02a0c28d96 info about what is generated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-18 21:29:57 +00:00
Václav Slavík
453bd2ed63 regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-18 14:32:31 +00:00
Václav Slavík
5eb3512030 regex lib needs wx headers now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-18 10:42:09 +00:00
David Elliott
715c1da4a7 wxCocoa: New native wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-16 15:44:11 +00:00
Václav Slavík
9bfe7ad92d regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 11:42:03 +00:00
Václav Slavík
4bae0a9464 fixed Makefile.in for samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 21:40:24 +00:00
Gilles Depeyrot
d40f26be76 use gsockosx and unix sockets when building Mach-o wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-13 20:25:16 +00:00
Vadim Zeitlin
675fbc126a removed old copy (?) of the file which is now in build/msw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-30 14:05:04 +00:00
Václav Slavík
85ebb95c27 fixed order of includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-26 11:03:41 +00:00
David Elliott
9de2e75ad0 wxCocoa: Use the new native MDI implementation instead of generic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-13 16:05:24 +00:00
Václav Slavík
cd32c91a3e bakefile cleanup: use consistent way of setting lists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 13:46:12 +00:00
Václav Slavík
576702191b fixed msvc6prj - missing oleacc library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 12:47:46 +00:00
Václav Slavík
5532b1459c added bakefile's new tag <objects-depend>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 12:46:41 +00:00
Václav Slavík
e884cfe27d build_cfg_file is phony target
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-08 10:31:36 +00:00
Václav Slavík
b22179c0b9 moved build.cfg to setup.h directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 23:52:01 +00:00
Václav Slavík
16840c7f55 moved build.cfg to setup.h directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 23:44:26 +00:00
Robin Dunn
20b35a6916 Added wxGridBagSizer, a grid sizer where item positions can be
specified and row/col spanning is allowed.

Updated docs, the layout sample, files.bkl, and updated makefiles.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 01:31:44 +00:00
Václav Slavík
5d1000e7f1 generate build.cfg file on Windows, with information about settings used to build the library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-05 23:33:24 +00:00
Václav Slavík
b231f9594e fixed wrong format names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-05 22:53:36 +00:00
Václav Slavík
d642247352 ignore Bakefiles.local.bkgen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-26 20:47:14 +00:00
Václav Slavík
328f5196bb added C++BuilderX support (disabled by default)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-26 20:45:27 +00:00
Václav Slavík
1315b91d84 more supressed warnings for bcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-21 13:14:07 +00:00
Václav Slavík
7d88f0992a DMC make.exe can handle include directive, even though it is not documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-18 11:34:30 +00:00
Vadim Zeitlin
0cc66b6c0b moved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocket; added wxUnusedVar() and wxDUMMY_INITIALIZE() to wx/defs.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 10:25:56 +00:00
Mattia Barbon
833a51f67e Implemented wxPopupWindow for wxMotif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-14 17:05:28 +00:00
Václav Slavík
1cc75a7981 fixed too small pagesize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-09 15:16:58 +00:00
Václav Slavík
e6e885fd54 beginnings of DigitalMars support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-09 12:47:09 +00:00
Václav Slavík
4bc89de684 added .chm support for Unix (Markus Sinner) -- regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-07 20:20:53 +00:00
Václav Slavík
c839485c8e added .chm support for Unix (Markus Sinner)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-07 19:47:02 +00:00
Václav Slavík
1e618fa683 fixed misgenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-04 17:57:33 +00:00
Václav Slavík
a4ad36cdc5 regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-04 13:49:34 +00:00
Stefan Neis
af98011723 Added Unix implementation of platform specific files for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-03 16:03:03 +00:00
David Elliott
8897ca05eb Added src/cocoa/evtloop.mm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-03 13:12:52 +00:00
Václav Slavík
9eb1290492 use soft links, not hard links for data files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-03 12:09:36 +00:00
Stefan Neis
dd133a2044 Switches OS/2 back to generic ListCtrl and TreeCtrl as those compile and
link at least (and problems with generic controls needs fixing anyway).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-02 16:50:41 +00:00
Václav Slavík
9e983cb2b9 wx resource file must be linked into executables on OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-01 10:23:27 +00:00
Václav Slavík
2bcfc494aa upgraded bakefile to empy-3.1.1, it has more readable templates syntax
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-30 06:30:24 +00:00
Václav Slavík
5554b4bda9 reversed order of configurations to make the IDE happy about the default one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-28 18:38:11 +00:00
Václav Slavík
bed0b9a688 added displayx11.{cpp,h}
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-28 16:05:23 +00:00
Vadim Zeitlin
b71531ad92 regenerated after adding gzstream.* and vidmode.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:48:14 +00:00
Mattia Barbon
5a98fd8de0 Linking fixes for wxGTK + wxUniversal: include minifram.cpp in
lowlevel files (as in wxMSW and wxX11).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 14:10:44 +00:00
Vadim Zeitlin
4048a3c86f added vidmode.h; stack.h is a wxBase header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 13:18:27 +00:00
Vadim Zeitlin
6f96ac03f0 added wxGzipIOStreams (patch 792932)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-26 20:24:36 +00:00
Mattia Barbon
05e770c40e Use glcanvas.cpp from wxX11 for wxMotif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-23 19:25:45 +00:00
Stefan Neis
d7a8eacae9 Added evtloop.cpp for OS/2 to get rid of linker errors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-21 18:49:38 +00:00
Vadim Zeitlin
e770e665fa added wx/encinfo.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-19 22:09:34 +00:00
Václav Slavík
9833a21ac4 configurable use of exceptions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-18 22:46:53 +00:00
Václav Slavík
40fe5843d2 added <cxx-rtti> and <cxx-exceptions>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-18 22:45:47 +00:00
Robin Dunn
94d04b7ed3 Always build prntdlgg for wxMSW since it will be needed if
wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW is turned on.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-18 20:53:18 +00:00
Vadim Zeitlin
2524f1ce36 added some trivial macros for exception handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-17 12:06:36 +00:00
Václav Slavík
004779cd73 added DESTDIR support to make install
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-15 21:00:27 +00:00
Julian Smart
ec08d395bd Updated makefiles etc. for 2.5.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-15 15:36:27 +00:00
Robin Dunn
2dbc444a19 Move more stuff into base for wxMac so that two level namespace dylibs
can be used on OS X.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-13 00:03:18 +00:00
Mattia Barbon
4435bd4270 Fix two common case of hybrid build:
standard debugging build with non-debugging MSVCRT
release build with __WXDEBUG__ and non-debugging MSVCRT.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-12 22:34:06 +00:00
Václav Slavík
4b289591ff .dsw files for samples must not contain dependencies between core libraries, otherwise static libraries will be linked into other static libs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-12 21:09:11 +00:00
Václav Slavík
3d25fdeee2 import32.lib is always used by bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-12 18:17:56 +00:00
Václav Slavík
3682ea7d2c link against oleacc.lib (needed by wxUSE_ACCESSIBILITY)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-11 19:22:18 +00:00
Václav Slavík
61a85e847b (blind) fix to last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-11 15:26:34 +00:00
Václav Slavík
3e1d2fe00b removed duplicate entry
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-11 11:02:52 +00:00
Mattia Barbon
c74caa095c Added bakefiles for contrib/utils/convertrc and contrib/utils/wxrcedit
and regenerated makefiles.
  various compilation and warning fixes for recent changes and for
WXWIN_COMPATIBILITY_2_4==0.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-10 20:53:01 +00:00
Václav Slavík
5a89970f76 opengl fixes for msvc5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-10 18:53:57 +00:00
Václav Slavík
757e7c678f fixed broken DSP files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-10 08:36:08 +00:00
Václav Slavík
5d38306bc2 fixed incorrect joining of substituted strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-10 08:35:00 +00:00
Václav Slavík
22cef5668d better way of dealing with EXTRALIBS_xxx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-09 22:15:25 +00:00
Václav Slavík
39d85e3caa added contrib/utils
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-09 22:09:03 +00:00
Václav Slavík
432afc17f0 max warnings for wxWindows code, default for 3rd party
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-09 20:12:38 +00:00
Václav Slavík
0351877058 added <warnings>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-09 15:43:00 +00:00
Mattia Barbon
f4a3e0a956 Added src/motif/xmcombo/xmcombo.c.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-08 10:42:29 +00:00
Mattia Barbon
73d617c9c7 Removing makegen and projgen, part #1: removing references
in other parts of wxWindows.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-07 20:23:55 +00:00
Stefan Neis
f4a917a7d5 wxOS2: Added mdig.{cpp, h}.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-06 21:47:19 +00:00
David Elliott
1a249e049a wxCocoa: Added mbarman.(mm|h)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 19:22:00 +00:00
Stefan Neis
a318e447a1 Added a couple of files that were missing for wxOS2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-31 22:27:24 +00:00
Stefan Neis
621ccd8a82 Fixed AppTraits handling on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-31 18:15:10 +00:00
Václav Slavík
d10382abd5 removed BuildRequires: wx-base-devel from RPM .spec files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-30 12:30:09 +00:00
Václav Slavík
03a299ae02 $ causes diff problems here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-30 10:28:29 +00:00
Václav Slavík
c3b87b2e3c moved compat content to formats, there will be more wx-specific formats
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-30 10:12:50 +00:00
Václav Slavík
8ce0312ea0 moved compat content to formats, there will be more wx-specific formats
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-30 10:02:28 +00:00
Mattia Barbon
e6a14306d1 Added X11 headers used by wxMotif. Removed nonexistsnt
wx/motif/settings.h. Only affects "make install" correctness.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-28 20:55:23 +00:00
Václav Slavík
0b92df7943 correction for include name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-28 20:24:01 +00:00
Václav Slavík
2da409423d switched to using bakefile_gen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-28 20:23:28 +00:00
Václav Slavík
7b5dfe6ce6 gl lib dependency fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-28 19:59:30 +00:00
Václav Slavík
30bb4ef566 _UNICODE instead of wxUSE_UNICODE=1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-28 19:56:55 +00:00
Václav Slavík
3629838adb added bakefile_gen support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-28 19:51:53 +00:00
Václav Slavík
d17bdeab1d added hardcoded values for project files, so that they don't have to be passed on command line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-28 18:06:46 +00:00
Václav Slavík
0ff1f245a9 make dist fixes belong here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-28 17:13:21 +00:00
Václav Slavík
ed4ccecd55 wxUSE_UNICODE=1 -> _UNICODE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-27 18:09:15 +00:00
Václav Slavík
252b53f55c static debug build is the default now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-25 23:18:45 +00:00
Julian Smart
96d5885406 New default configuration is debug/static
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-25 21:15:24 +00:00
Václav Slavík
356583d446 include expat in distribution tarballs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-25 16:30:17 +00:00
Václav Slavík
9698d2445d copy setup.h in every VC++ project file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-24 21:40:47 +00:00
Václav Slavík
cd1feecb09 copy setup.h in every project file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-24 21:39:46 +00:00
Stefan Neis
5cc55caf2b Some more fixes for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-24 07:36:36 +00:00
Václav Slavík
54eba47d04 fixed bundles dependency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-23 21:51:13 +00:00
Václav Slavík
e24124667e XTI changes update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-23 21:10:58 +00:00
Václav Slavík
0a3f5f5767 use forward instead of backward slashes in filesnames passed to gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-23 12:22:51 +00:00
Václav Slavík
c9c2720de8 use -a8 instead of -a4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-23 12:20:53 +00:00
Václav Slavík
e2281645f2 minor fix (no real effect)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-23 09:41:23 +00:00
Robin Dunn
e8f60bac1a regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-22 21:02:44 +00:00
Vadim Zeitlin
16aa9c84bc added bookctrl.h and listbook.h; moved bookctrl.cpp to the correct place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-22 16:59:33 +00:00
Julian Smart
fa2f17a37c Updated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-22 16:30:08 +00:00
Julian Smart
9c6cef05a2 Added xti*.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-22 16:18:25 +00:00
Vadim Zeitlin
73fb9ebeee added bookctrl.h, listbook.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-22 15:37:21 +00:00
Václav Slavík
2d26882cdf fixed setup.h copying
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-22 09:51:49 +00:00
Václav Slavík
149d9543f5 fixed custom build step for VC++ project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-22 09:46:57 +00:00
Vadim Zeitlin
52d3703e0a listbkg.cpp, not listbook.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-22 00:08:15 +00:00
Vadim Zeitlin
232d895d8f regenerated after listbkg.cpp addition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 23:55:13 +00:00
Václav Slavík
20e5860f1f regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 14:49:41 +00:00
Václav Slavík
fee0970200 fixed broken files.bkl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 13:58:50 +00:00
Vadim Zeitlin
3e8aa6eb32 added bookctrl.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 13:29:02 +00:00
Stefan Neis
bd3b171d3f Split src/os2/utils.cpp in two to support non-monolithic builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-20 18:53:31 +00:00
Václav Slavík
96c1699d51 (blind) OS/2 build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-20 13:56:20 +00:00
Václav Slavík
ee100c4d36 removed a typo(?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-20 09:39:41 +00:00
David Elliott
9f5fd07701 wxCocoa: added NSTableView.(mm|h)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-18 02:16:53 +00:00
Václav Slavík
d424f5ae6d more visible banner after installation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-17 15:07:58 +00:00
Václav Slavík
187cf772fa regenerated makefiles after fixing files.bkl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-17 11:17:34 +00:00
Václav Slavík
21041c70a3 restored changes accidentally reverted by previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-17 10:41:12 +00:00
Julian Smart
8a82c9ecc9 Moved wxToolBarSimple to deprecated library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-17 10:20:08 +00:00
Václav Slavík
0772d8742c afterstd.h is wxBase header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-16 21:26:35 +00:00
Václav Slavík
eb69fda554 ODBC library is built when wxUSE_GUI=0, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-16 19:54:59 +00:00
Václav Slavík
6eb90f821f ODBC is part of wxBase now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-16 19:08:27 +00:00
Robin Dunn
1d18f8b43f wxPostScriptPrinter needs wxGenericPrintDialog but it wasn't being
built on Mac


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-15 23:02:55 +00:00
Václav Slavík
75a0a7b7de change MSW libs directories so that libraries are shared by builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-15 22:08:13 +00:00
Václav Slavík
3df38e2077 expat must be added to the template, not generated wxWindows.dsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-15 21:42:52 +00:00
Václav Slavík
ee929bcff4 change MSW libs directories so that libraries are shared by builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-15 21:20:32 +00:00
Václav Slavík
2c02ec0599 include compiler name in plugin DLL name on Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-15 17:21:02 +00:00
Julian Smart
e32f486958 Put printdc.cpp into all GUI builds because there's not a way
of adding it to a MSW/Univ build otherwise
Now includes PostScript and WIN32 print dialogs in MSW/Univ build,
and setup.h determines which will be used.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-15 10:11:41 +00:00
Václav Slavík
065a32a58f install locales
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-14 23:11:21 +00:00
Václav Slavík
fe6e581857 regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-14 23:09:01 +00:00
Václav Slavík
ca58c9bbb8 added 'make dist' and misc fixes to installed headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-14 20:35:07 +00:00
Václav Slavík
dce0742b30 fixed DSW dependencies for samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-14 16:18:41 +00:00
Václav Slavík
7affac1cf2 added ALL_BASE_HEADERS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-14 11:38:07 +00:00
Václav Slavík
399a88248a use univ/setup.h when building wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-14 11:07:23 +00:00
Julian Smart
9f5a52b59b Don't need penwin.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-14 10:33:50 +00:00
Václav Slavík
7bd54b688e 1. merged dll and lib VC++ projects into one project file, as in old projects
2. removed dependencies on 3rd party libs for static libs (doesn't work due to bug in VC++ IDE)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 21:22:50 +00:00
Václav Slavík
28249f1135 merged dll and lib VC++ projects into one project file, as in old projects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 21:17:47 +00:00
Václav Slavík
fc65e0b77e disable more borland warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 22:02:55 +00:00
Václav Slavík
4fd0fc66a7 fix static wxnet build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 21:32:54 +00:00
David Elliott
25a4727e95 Added dummy resources for wxCocoa so bundles will build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-11 14:53:42 +00:00
Václav Slavík
425c0d76be MacOS X bundles support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 21:21:23 +00:00
Václav Slavík
c7346341eb added tex2rtf bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 19:14:03 +00:00
Václav Slavík
f3f7aa2cb6 utilsexc.cpp is wxBase only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 19:08:38 +00:00
Václav Slavík
1ccb4e5b1d better fix for macos resources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 19:06:14 +00:00
Václav Slavík
36c9f14147 quick fix for mac resource problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 18:32:44 +00:00
Václav Slavík
5025baa921 added HelpGen bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 17:12:00 +00:00
Václav Slavík
310ca0fc13 another update for newest bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 16:45:13 +00:00
Václav Slavík
c0b709154d update for newest bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 16:43:16 +00:00
Václav Slavík
ef0add05f1 use install_name_tool so that samples use uninstalled shared libs on OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 16:38:38 +00:00
Václav Slavík
ab48b97b56 fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 16:34:30 +00:00
Václav Slavík
8b509749e8 make sure utils.cpp and utilsexc.cpp are built only once in monolib buld
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 16:10:51 +00:00
Vadim Zeitlin
70a2162770 mac/utils\*.cpp should be built as part of wxMac too (not only wxBase)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 15:25:08 +00:00
Václav Slavík
52a5a0098a don't install builtin 3rd party libs with shared version, only with static one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-10 11:54:20 +00:00
Václav Slavík
289919bf04 re-added info after installation and added samples target to the main makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-09 22:38:55 +00:00
Václav Slavík
d43307793f added bakefile format manifest
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-09 19:12:42 +00:00
Václav Slavík
c4836bee8b use wxUniv's wxTextCtrl in wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-08 22:06:16 +00:00
Julian Smart
26f75f229b Use wxUniv textctrl for wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-08 19:41:00 +00:00
Václav Slavík
2265a2d51e 1) some compilers (Watcom) don't like it if wxBase library PCH file contains
symbols from GUI components and won't link a DLL
2) fixed subdirs recursion code - all options must be output
3) fixed subdirs recursion code - all options must be output
4) fix for watcom resource compiler


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-08 12:59:30 +00:00
Václav Slavík
cbba971f2f fixed Common Headers group for VC++ definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-08 12:20:30 +00:00
Václav Slavík
416f5bc835 (re)added MSLU support to Unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-08 11:49:35 +00:00
Václav Slavík
17dcec6308 fix for watcom resource compiler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-08 11:47:13 +00:00
Václav Slavík
15d93f1ebb some compilers (Watcom) don't like it if wxBase library PCH file contains
symbols from GUI components and won't link a DLL


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-08 09:49:24 +00:00
Václav Slavík
8004cb2bf6 more samples fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-07 22:39:45 +00:00
Václav Slavík
87e7f16682 fixed wrong srcdir in contrib w/ autoconf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-07 22:05:00 +00:00
Václav Slavík
3534e34a1b added bakefile to build all demos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-07 13:11:41 +00:00
Václav Slavík
f2f7877dbb exclude some files from being generate
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-07 12:38:20 +00:00
Václav Slavík
0f009657bd fixed wxBase and GUI separation for sockets code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-07 12:35:39 +00:00
Václav Slavík
698ec18272 disable Borland C++ warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-07 12:21:50 +00:00
Václav Slavík
fd9f42b6a9 regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 22:44:22 +00:00
Václav Slavík
d3e6602e20 wxUniv -> Universal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 21:19:43 +00:00
Václav Slavík
d7ac64ee6d moved makefiles to build/msw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 20:19:22 +00:00
Václav Slavík
698bfad555 moved makefiles to build/msw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 20:09:59 +00:00
Václav Slavík
65ffe1b5b8 fixed missing <module> rule
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 20:08:50 +00:00
Václav Slavík
6990514b0d 1. reordered options for better VC++ projects output
2. moved makefiles to build/msw


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 20:07:48 +00:00
Václav Slavík
ae4ae15702 added rule for building wx plugins
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 15:44:00 +00:00
Václav Slavík
e54bb212fb use common resource and icon files for samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 15:41:49 +00:00
Václav Slavík
485a205e78 wx-lib must work on loadable modules, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 12:15:48 +00:00
Václav Slavík
9a5e7770ad added OpenGL samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 20:14:00 +00:00
Václav Slavík
29f76293f5 touch wxWindows.dsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 20:12:58 +00:00
Václav Slavík
538b7569e5 static libs depend on 3rd party ones now, too (for convenience)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-04 12:57:59 +00:00
Václav Slavík
5c802b3d9b static libs depend on 3rd party ones now, too (for convenience)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-04 11:59:44 +00:00
David Elliott
0a0d1a617d wxCocoa: Added pen.mm, removed pen.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-04 06:24:32 +00:00
Václav Slavík
bb44a72b84 added wrapcctl.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 21:27:25 +00:00
Václav Slavík
452935628a added wxDbGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:48:09 +00:00
Václav Slavík
83b9886f17 added wxDbGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:26:51 +00:00
Václav Slavík
2e903934d1 more bakefile-based makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:24:38 +00:00
Václav Slavík
7847232620 make it possible to override directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:21:15 +00:00
Václav Slavík
1dbdb45df5 added ability to generate wx24-like wxWindows.dsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 16:35:41 +00:00
Vadim Zeitlin
0d236fd0fa added wrapper for <commctrl.h> as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 10:57:51 +00:00
Václav Slavík
bb41dcbe3a moved DB classes into wxODBC library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 19:14:54 +00:00
Václav Slavík
25c0717a43 moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 14:34:42 +00:00
Václav Slavík
131f235d04 moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 13:52:31 +00:00
Václav Slavík
4dc844c9ed don't define NDEBUG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 09:21:48 +00:00
Václav Slavík
7257b4e563 forgot to update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 09:21:17 +00:00
Václav Slavík
9818fdf902 added wxAdvanced
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 01:14:10 +00:00
Václav Slavík
13cb46e0b6 1. added wxAdvanced
2. fixed setup.h creation in VC++ projects
3. temporarily disable GUI sockets code in non-msw ports so that they link


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 01:07:39 +00:00
Vadim Zeitlin
1b7031bc01 msw/uxtheme.cpp is low level as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 00:38:44 +00:00
Vadim Zeitlin
2479d149ee native renderers are low level; renamed univ/renderer.cpp to ctrlrend.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 00:32:59 +00:00
Václav Slavík
1d39da4b22 LIB instead of Static, better aligned
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-01 21:15:57 +00:00