Commit Graph

18693 Commits

Author SHA1 Message Date
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
Vadim Zeitlin
9f2be12593 added Load() and Set() methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 18:14:44 +00:00
Vadim Zeitlin
010fb35d89 fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 16:54:38 +00:00
Václav Slavík
592cae95a5 added rest of contrib samples bakefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 15:58:14 +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
9c743a7c78 misc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 15:37:32 +00:00
Václav Slavík
fcab04720d compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 15:32:43 +00:00
Václav Slavík
7beac92d00 added sample.xpm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 15:30:56 +00:00
Robin Dunn
44934d2cf6 Patch from Will Sadkin fixing parameter order
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 15:14:17 +00:00
Václav Slavík
1dd02ac0c7 added render sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 14:47:00 +00:00
David Elliott
d4675cac4e Contrary to what I had thought, the addSubview and replaceSubview:with:
messages do in fact retain the new subview properly.  This is what the
documentation clearly states, and it checks out when looking at the
retainCount.  I think I had been covering up a bug which I've since fixed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 14:44:18 +00:00
Václav Slavík
d07825bc2f not needed now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 14:28:01 +00:00
Václav Slavík
78556ae1e2 there can only be one makefile in a directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 14:02:47 +00:00
Václav Slavík
f73e856a8e not needed anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 14:01:23 +00:00
Vadim Zeitlin
5f06d552ff mention wxRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 13:00:48 +00:00
Vadim Zeitlin
3e6c2880bf added very preliminary wxRenderer documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 12:59:59 +00:00
Vadim Zeitlin
c59e508935 added sample showing how to use custom renderers and load them from DLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 12:32:14 +00:00
Vadim Zeitlin
26a7a7e1d5 added common (for all samples) .ico/.r/.rc files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 12:27:23 +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
cafc76a4bb deprecated Initialize/CleanUpClasses
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 12:10:30 +00:00
Václav Slavík
ab94455525 check memory leaks sooner, when wxLog target is still available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 11:33:58 +00:00
Václav Slavík
6f35ed60d3 compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 10:58:01 +00:00
Václav Slavík
d1d738f18c initialize wxClassInfo::sm_classTable automatically
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 10:44:48 +00:00
David Elliott
14fc7eb426 Don't install idle event handler in secondary threads.
I've not seen this happen yet, but it can, and I'm taking this precaution.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 03:42:25 +00:00
David Elliott
c818fe6634 wxCocoa: Added NSThread
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 03:40:11 +00:00
Vadim Zeitlin
68e86612e3 depends on wxAdvanced lib now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 23:06:54 +00:00
Robin Dunn
3d7a4fe81f Fixed SF Bug #781355. It was a problem with the clipping region. (By
default when drawing the ctrl characters a different drawtext method
is called than for normal text and this one didn't take care of the
clipping region correctly.)  Also fixed a couple buffer overflow
errors.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 22:25:38 +00:00
Stefan Csomor
f0b7eadf88 added more specializations for bcc32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 21:25:58 +00:00
Václav Slavík
e93c6860ed added opengl samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 20:42:41 +00:00
Václav Slavík
2512ee4ef2 added WX_CHECK_BUILD_OPTIONS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 20:39:51 +00:00
Václav Slavík
3579ddfe4f added opengl samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 20:35:09 +00:00
Václav Slavík
75fcbf8e16 updating docs to reflect build system changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 20:33:16 +00:00
Václav Slavík
89d96c130a no real change, removed commented out code forgotten there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 20:30:26 +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
520755bbd8 build opengl samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 19:59:34 +00:00
Václav Slavík
e9e0dc1572 multilib mode is the default on unix now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 19:44:21 +00:00
Stefan Csomor
431346ff02 bcc32 needs some more specializations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 19:22:28 +00:00
Stefan Csomor
57de237383 xti change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 19:20:51 +00:00
Stefan Csomor
1bc7510adb xti change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 18:16:33 +00:00
Stefan Csomor
66c571291d borland fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 18:15:13 +00:00
Mattia Barbon
1ce0cc20cd Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 17:52:35 +00:00
Mattia Barbon
82c75aeab8 Unicode compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 17:41:14 +00:00
Stefan Csomor
066f1b7a95 xti extensions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 17:30:46 +00:00
Stefan Csomor
4521204796 xti streaming extensions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 17:25:58 +00:00
Stefan Csomor
8ec1974ea1 xti streaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 17:24:02 +00:00
Václav Slavík
b25757395c VC++ .NET can load DSW files just fine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 17:11:25 +00:00
Stefan Csomor
fa08490f10 xti streaming cleanup, type extensions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 16:50:30 +00:00