Commit Graph

688 Commits

Author SHA1 Message Date
David Elliott
18647d11af Add BASE_MACOSX_HDR and use it from BASE_PLATFORM_HDR like BASE_MACOSX_SRC
is used from BASE_PLATFORM_SRC.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-11 21:48:10 +00:00
David Elliott
df3c72ad7e Rename BASE_MAC_OSX_(SRC|HDR) to BASE_MACOSX_WXMAC_(SRC|HDR).
Put $BASE_MAC_(SRC|HDR) inside of these definitions since they're
always needed for these cases anyway.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-11 21:42:46 +00:00
David Elliott
ad07ce2bbd Renamed BASE_DARWIN_(SRC|HDR) to BASE_MACOSX_NOTWXMAC_(SRC|HDR)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-11 21:34:00 +00:00
Włodzimierz Skiba
2227439bea chkconf.h of wince has to be included in files.bkl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-11 07:21:36 +00:00
Vadim Zeitlin
8f68093d2a do use PCH with gsocket.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-11 03:01:22 +00:00
Vadim Zeitlin
ce4fd7b577 added wxDebugReport
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-11 02:55:21 +00:00
Vadim Zeitlin
6a98f32b27 regenerated with /EHsc instead of /GX (this requires cvs bakefile, please don't overwrite these changes with previous bakefile versions)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-11 00:26:53 +00:00
Vadim Zeitlin
60b881f7a6 cosmetic fix to a message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-11 00:19:09 +00:00
Václav Slavík
679eea8dec use dummy.cpp with eVC, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-10 19:20:32 +00:00
Václav Slavík
442253be2d use dummy.cpp with eVC, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-10 19:20:16 +00:00
Vadim Zeitlin
32669a1323 ignore build files for stuff which is not in the cvs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-10 19:16:07 +00:00
Vadim Zeitlin
5e9ccdeb95 generate (common part of) include/wx/msw/wince/setup.h automatically, as for MSW, Mac and Unix setup.h versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-10 18:26:29 +00:00
Julian Smart
7c52903569 Added some missing samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-09 23:17:01 +00:00
Václav Slavík
7b3dba4927 fixed wxrc's dependencies
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-09 23:01:35 +00:00
Włodzimierz Skiba
7d0d80bd1c Allow forward declaration of wxSlider in wxMSW (bug 1157614). Remove unused header from wxSliderMSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-08 10:44:38 +00:00
Vadim Zeitlin
7e75449835 don't exclude msw/gsocket.cpp and msw/gsockmsw.cpp from using PCH, there is no reason to do it now that these files are in C++ and not in C
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-07 23:07:31 +00:00
Włodzimierz Skiba
a986efd0c8 Complete wxW set of files in PalmOS makefile (still builds fine due to wxUSE_XXX flags). Initial (BASE) movement towards files.bkl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-04 07:18:47 +00:00
Michael Wetherell
520a495c59 Add forcelnk.h and version.rc to distribution tars and zips
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-02 22:49:32 +00:00
Michael Wetherell
09d350c0bc No res-include for rpmspec wx24dsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-01 14:13:22 +00:00
Michael Wetherell
36aa1961e9 Add $(TOP_SRCDIR)include for windres
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-01 14:09:37 +00:00
Václav Slavík
260c165f31 workaround for lack of res-define in our custom formats
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-28 23:05:13 +00:00
Włodzimierz Skiba
9aaf11927c XRC for wxListbook [patch 1152306] and wxChoicebook. Regenerated makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-28 18:46:49 +00:00
Václav Slavík
d181c36eb6 include version information in DLLs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-27 12:03:11 +00:00
Włodzimierz Skiba
a2dc319b12 BASE, NET and CORE separation in PalmOS build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-25 19:16:55 +00:00
Włodzimierz Skiba
a809b45d59 Completed sync of BASE_CMN_SRC between PalmOS and bakefiles. Missing features (stdpaths) added and buildable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-25 09:44:49 +00:00
Chris Elliott
f5b14075b4 daily build of inno msw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-25 09:08:34 +00:00
Włodzimierz Skiba
683510536f Next step on bringing PalmOS build to the same filelist as in bakefiles: adjustements in file related wxAPI.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-24 18:01:42 +00:00
Włodzimierz Skiba
acb1070b08 Small move towards similar set of files as in bakefiles for catching all the possible conflicts in sources and include and verify all missing files like extended.c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-24 10:48:18 +00:00
Chris Elliott
14fc1a0c5c daily build of docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-23 16:36:08 +00:00
Vadim Zeitlin
78603ad208 define wxNO_(THREADS|RTTI|EXCEPTIONS) if the corresponding feature is disabled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-20 19:01:56 +00:00
Vadim Zeitlin
a9b99afc8b regenerated after adding USE_THREADS and USE_RTTI flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-20 17:31:36 +00:00
Vadim Zeitlin
c2efd89044 added USE_RTTI (instead of it being set by USE_EXCEPTIONS)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-20 14:14:08 +00:00
Václav Slavík
d1e5aa0793 added USE_THREADS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-20 13:22:24 +00:00
Włodzimierz Skiba
6a27c749b3 wxDatePicker and wxDateTime for PalmOS. Remove conflict with internal maxDays in PalmOS. #if wxUSE_XXX for limited builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 07:24:37 +00:00
Václav Slavík
e06a429949 bakefile-0.1.7 changes affect wx,too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-14 13:17:00 +00:00
Włodzimierz Skiba
324eeecb3c Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-14 10:49:02 +00:00
Ryan Norton
4cb1d3daa2 Move HID stuff into both OSX builds. Add preliminary joystick for OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-14 09:38:42 +00:00
Václav Slavík
2e35017918 moved GNOME printing code back to wxCore and fixed for --enable-plugins case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-13 21:06:55 +00:00
Julian Smart
162a956bb6 Regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 19:01:50 +00:00
Stefan Csomor
5ecd392970 Mac Core Graphics Implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 12:03:54 +00:00
Michael Wetherell
51fb93f1bd Add uxtheme.h to files.bkl, patch 1120747 from Tim Kosse
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 13:31:05 +00:00
Václav Slavík
a2897d4322 install xh_datectrl.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 13:12:11 +00:00
Michael Wetherell
070e8453c0 Compile console apps with wxUSE_GUI=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-10 16:26:34 +00:00
Włodzimierz Skiba
a420c7ed70 Update to Bakefile 0.1.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-09 10:56:07 +00:00
Ron Lee
c12a74b0d8 No *.h in src/common/ anymore.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-08 03:01:31 +00:00
Václav Slavík
310e47b3be added wxDatePickerCtrl XRC control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-07 11:32:01 +00:00
Ryan Norton
ddc90a8d52 unix mediactrl stubs...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 22:47:48 +00:00
Ryan Norton
2fcd7f64a5 cocoa wxTimer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 17:21:28 +00:00
Ryan Norton
4fc81cbc05 prelimanary wxMediaCtrl cocoa support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 23:12:46 +00:00
Václav Slavík
c07e76fae4 added wx-lib template for building static libs (no linking)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-28 22:25:08 +00:00