Robert Roebling
80052501c8
forgot to commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 23:03:22 +00:00
Vadim Zeitlin
b1f0e54a75
compilation fix after removing default wxDC ctor
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 21:17:23 +00:00
Vadim Zeitlin
f2498c4e33
free wxDCFactory::m_factory; also renamed SetDCFactory() to just Set()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 21:11:00 +00:00
Vadim Zeitlin
f087550131
remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:56:12 +00:00
Stefan Csomor
bab4b13d39
atsu for textctrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:52:13 +00:00
Stefan Csomor
ac43092b9d
using common code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:51:32 +00:00
Stefan Csomor
2dedef259c
using common code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:50:11 +00:00
Stefan Csomor
f34105c615
textctrl always needs ATSU...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:49:34 +00:00
Vadim Zeitlin
ddc0ac4ad8
mention wxDC change (more details would be welcome)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:25:33 +00:00
Vadim Zeitlin
6efc1b30d6
last commit resolved the conflict incorrectly, undoing it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:16:40 +00:00
Robert Roebling
fac7f644e2
remove checks for new dc code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:08:13 +00:00
Vadim Zeitlin
957ea55146
move IMPLEMENT_CLASS macros for wxBuffered[Paint]DC to dcbufcmn.cpp to ensure that they're available in wxUSE_NEW_DC build too (and because they have nothing to do in dcbase.cpp anyhow)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:07:24 +00:00
Robert Roebling
78cededfdc
remove test for new dc
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:00:19 +00:00
Robert Roebling
6b4f4d4731
Compile with printarch off
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 19:59:43 +00:00
Robert Roebling
488194403e
Remove old wxDCBase class, restore IMPLEMENT_CLASS macros for buffered dc classes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 18:16:44 +00:00
Robert Roebling
05dff6b075
wxOverlay compile fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 18:06:10 +00:00
Robert Roebling
03580f20a8
DC change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 18:04:47 +00:00
Robert Roebling
e6514d0ea0
more DC changes for wxX11
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 17:51:36 +00:00
Vadim Zeitlin
1a2c763ccb
corrected DECLARE_DYNAMIC_CLASS use
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 17:47:55 +00:00
Vadim Zeitlin
2ccc5f110f
use WS_SYSMENU if wxCLOSE_BOX style is given, otherwise the close box doesn't appear
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 17:46:36 +00:00
Robert Roebling
abc4685ebd
remove superfluous visibility attribute
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 17:43:24 +00:00
Stefan Csomor
19a1d9eed1
adaptions for latest dc changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 16:52:04 +00:00
Stefan Csomor
0290aeac57
adaptions for latest dc changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 16:46:19 +00:00
Stefan Csomor
196fc5f288
adaptions for latest dc changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 16:43:39 +00:00
Stefan Csomor
52018692fa
adaptions for latest dc changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 16:40:30 +00:00
Stefan Csomor
b7dbd50c89
fixing 10.5 only compiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 15:36:22 +00:00
Stefan Csomor
8b534a7bb0
fixing 10.5 only compiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 15:35:11 +00:00
Stefan Csomor
da52a4e023
fixing 10.5 only compiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 15:31:52 +00:00
Robert Roebling
2b77c3fce7
converted most of X11 DC code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 15:26:05 +00:00
Vadim Zeitlin
7a8dce715f
fix an unused variable warning in release build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 14:41:05 +00:00
Vadim Zeitlin
9a8864cad7
unused parameters and float/double->int conversion warning fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 14:31:09 +00:00
Vadim Zeitlin
b4d9758e1c
fix compilation error after r50329: wxMenu doesn't have HandleWindowEvent() as it's not a window
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 14:30:42 +00:00
Vadim Zeitlin
f896f240a8
blind compilation fix after last commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 14:24:00 +00:00
Vadim Zeitlin
6f34862c6a
build fixes for wxUSE_STL==1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 14:16:11 +00:00
Robert Roebling
888dde65f4
DC reorganization
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 13:48:22 +00:00
Robert Roebling
908eeca88d
GTK+ doesn't like slider with min=max values
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 13:17:35 +00:00
Stefan Csomor
e773889d7d
fixing 10.5 only compiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 12:35:26 +00:00
Stefan Csomor
9f4e08aefa
fixing 10.5 only compiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 12:34:04 +00:00
Stefan Csomor
affd62faa2
fixing 10.5 only compiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 10:54:54 +00:00
Stefan Csomor
0ce70bf3c9
fixing 10.5 only compiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 10:26:03 +00:00
Stefan Csomor
c7bd016e16
fixing 10.5 only compiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 10:20:29 +00:00
Stefan Csomor
cbea84022c
moving code, fixing 10.5 only compiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 10:19:57 +00:00
Stefan Csomor
6af984df34
fixing bug 1841377
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 09:17:55 +00:00
Stefan Csomor
b3c1d21c7f
weak link test is not optimal, as CoreText is already having some symbols defined under 10.4, replace with fixed system number test
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 08:19:44 +00:00
Stefan Csomor
b81f668c1b
using the cf string conversions exclusively
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 07:37:44 +00:00
Stefan Csomor
c07e1e2c85
adding CoreText implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 21:52:28 +00:00
Stefan Csomor
16bdd5e4a3
adding CoreText implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 21:36:30 +00:00
Václav Slavík
937013e0fd
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
...
2. use HandleWindowEvent() everywhere as more obvious and convenient shortcut for GetEventHandler()->ProcessEvent(); also for consistency with wxGTK where it's required
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 17:00:58 +00:00
Stefan Csomor
787f0fc4f3
cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 14:12:23 +00:00
Stefan Csomor
0162d7b369
cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 14:10:14 +00:00