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
Václav Slavík
8e3729ad9b
added expat to wxWindows.dsp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 16:34:49 +00:00
Václav Slavík
160ba750f2
compilation fixes for win32 dll+multilib
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 16:16:49 +00:00
David Elliott
0b659b0a51
In destructor: DestroyChildren() and make sure m_cocoaNSView is NULL so that
...
the ~wxWindow destructor will not try to remove it from its superview (BAD!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 15:58:39 +00:00
David Elliott
29c310fe05
Removed wxTheBitmapList code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 12:54:44 +00:00
David Elliott
568cdf9c4c
Initialize m_cocoaDash to NULL in copy constructor
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-05 12:50:40 +00:00
Mattia Barbon
234d8e9076
Compilation fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-04 19:55:49 +00:00
George Tasker
f157ad0815
Incorrect placement of the '*' in the line "const wxChar* WXDLLIMPEXP_ODBC". It should be "const wxChar WXDLLIMPEXP_ODBC *"
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-04 18:56:58 +00:00
George Tasker
e7c9692f16
Added a check for a '.' in the column name before prepending a table name to the column name to avoid incorrect TABLE.COLUMN names when using a FROM clause
...
SF PATCH#766404 - SetColNull() was not correctly setting CbValue = SQL_NULL_DATA so that NULL columns still appeared to have data in some cases
Cleaned up some internal variable naming conventions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-04 18:55:01 +00:00
Vadim Zeitlin
d8692f2b80
copy wxImage options when copying the images (replaces patch 780705)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-04 17:48:35 +00:00
Vadim Zeitlin
67b3c6576e
fixes for Borland make (patch 769317)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-04 17:42:59 +00:00
Vadim Zeitlin
db4e73c674
update styles docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-04 17:04:47 +00:00