Commit Graph

417 Commits

Author SHA1 Message Date
Václav Slavík
18430b7b78 win32 doesn't treat ' as quotes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 19:58:49 +00:00
Václav Slavík
4996f26121 applied patch 890642: wxRE_ADVANCED flag and docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 17:50:01 +00:00
Václav Slavík
e3f9e20cb1 applied patch 890642: wxRE_ADVANCED flag and docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 17:28:56 +00:00
Ron Lee
b4e2cbb515 Removed dcbuffer.cpp, its implementation is all inline now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 17:23:23 +00:00
David Elliott
c3255f5fba Bakefile 0.1.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-15 02:14:15 +00:00
Václav Slavík
b6dc1b9063 fixed samples compilation when using configure and mingw (missing include for windres)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-10 11:19:46 +00:00
Vadim Zeitlin
25959b956d wxURL implementation using WinInet functions under Win32 (patch 839305)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-07 15:28:06 +00:00
Vadim Zeitlin
aca6b1d738 added numdlg.h and generic/numdlgg.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-07 13:57:37 +00:00
Václav Slavík
4b97309acc moved wxClientData to wxcore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-05 19:57:57 +00:00
Václav Slavík
002ed9af83 renamed wxWave to wxSound
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-02 14:34:35 +00:00
Václav Slavík
315ebf688c renamed wxWave to wxSound
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-02 13:42:04 +00:00
Václav Slavík
9bb15269a7 fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-02 11:23:27 +00:00
Václav Slavík
cb9548d9a7 removed duplicated code and really fixed setup.h problems in regex.lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-01 22:41:33 +00:00
Václav Slavík
c79241a238 changes to make building plugins possible; build wxSound SDL plugin on Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-01 18:31:54 +00:00
Julian Smart
816c1e8071 Updated scripts for new sound sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-01 13:24:47 +00:00
Ryan Norton
1ec597c015 added back $id
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-01 12:19:07 +00:00
Ryan Norton
2acf1768a6 Added setup.h logic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-01 12:17:15 +00:00
David Elliott
b5df4fc722 wxCocoa: Better icon support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 06:01:34 +00:00
David Elliott
c15ffb3bf5 wxCocoa: Add some header files to the COCOA_HDR list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 01:49:23 +00:00
Václav Slavík
31caa11b19 run bakefile_gen in this directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-26 22:11:40 +00:00
Václav Slavík
2091e2a0b3 another libtiff fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-26 21:32:07 +00:00
Václav Slavík
00d90a911f compilation fix for libtiff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-25 00:34:38 +00:00
Václav Slavík
9650797667 fix for libtiff compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-24 22:13:28 +00:00
David Elliott
b92ca05a69 Baked bakefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-24 06:22:55 +00:00
Václav Slavík
395a1c56f9 let <wx-lib>odbc</wx-lib> do nothing if USE_ODBC=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 09:01:33 +00:00
Václav Slavík
bfca95348b bcc has ODBC symbols in odbc32.lib, not import32.lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 08:56:24 +00:00
David Elliott
b17c174693 Baked files with Bakefile 0.1.2 (Mac OS 10.3 Python 2.3)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 03:48:09 +00:00
Václav Slavík
8998a324a5 disable multilib by default for Watcom
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-21 17:52:49 +00:00
Václav Slavík
f101c18df6 supressing legitimate warnings was bad idea, reverting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-19 10:30:38 +00:00
David Elliott
69ada15b30 Baked files with Bakefile 0.1.1 using Python 2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-19 06:16:56 +00:00
Julian Smart
2a9d84d006 Removed dialoged, regex/tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-18 14:20:41 +00:00
Václav Slavík
bf94841aaa supress warnings in regex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-18 10:03:09 +00:00
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