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
Stefan Csomor
a0a2b5c41c
cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 12:37:36 +00:00
Stefan Csomor
577246ef3a
cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 12:34:54 +00:00
Vadim Zeitlin
49751a58f0
translate the descriptions in SetDesc(wxCmdLineEntryDesc)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 12:34:39 +00:00
Stefan Csomor
58cd63ac59
that part would have to be removed before, as its condition became always false under 10.4
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 10:02:32 +00:00
Stefan Csomor
ec7ff71b3c
porting forward 10.5 focus fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 08:29:08 +00:00
Stefan Csomor
c4807c0a8f
porting forward scrolling fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 08:28:12 +00:00
David Elliott
4706bee7c1
Implement wxBitmap::GetSubBitmap.
...
Patch authored by Software 2000 Ltd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 07:28:17 +00:00
David Elliott
3222fc18c9
Implement wxIcon::LoadFile by defering to wxBitmap implementation instead of creating a dummy 5x5 image.
...
Patch authored by Software 2000 Ltd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 07:24:19 +00:00
Vadim Zeitlin
214875504e
define AW_XXX constants if SDK doesn't (fixes VC6 compilation, patch 1840451)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 19:03:07 +00:00
Julian Smart
28bf925c65
Fixed bug in border style translation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 18:56:39 +00:00
Stefan Csomor
3ef4abec3f
fixing region and using default background colour
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 14:13:20 +00:00
Julian Smart
b6359a0785
Use wxStdDialogButtonSizer
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 14:10:25 +00:00
Vadim Zeitlin
8f6a4850ee
added wx/mac/dataview.h to ADVANCED_MAC_HDR (bug 1840231); also moved wx/mac/joystick.h and wx/mac/sound.h to it from MAC_CMN_HDR
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 14:01:49 +00:00
Vadim Zeitlin
1bd01c5162
typo fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 13:57:10 +00:00
Stefan Csomor
fb728ebb01
cleanup, going private with platform specific that is only needed at one place
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 10:51:16 +00:00
Stefan Csomor
3e109f6d78
cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 10:42:13 +00:00
Paul Cornett
435a5ad0ee
Solaris /usr/bin/tr requires [] around character ranges
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 06:46:25 +00:00
Stefan Csomor
7fc641aff9
cleanup, fixing exports
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 05:57:43 +00:00
Stefan Csomor
4ccb5877f7
cleanup, fixing exports
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 05:52:02 +00:00
Stefan Csomor
8c02d0f87a
cleanup, fixing exports
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 05:48:15 +00:00
Vadim Zeitlin
9b85a91b1e
fix typo in an example (patch 1837973)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 02:56:19 +00:00
Vadim Zeitlin
8d7490018a
don't keep dangling m_prevRadio pointer (2nd part of patch 1836644)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 02:54:14 +00:00
Vadim Zeitlin
088dd4c9c9
initialize m_ownsConv (part of patch 1836644)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 02:50:31 +00:00
Vadim Zeitlin
61577c614f
set disposition to OPEN_ALWAYS for write and read-write modes (replaces patch 1836605)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 02:46:34 +00:00
Vadim Zeitlin
3cfe87da6e
always call GTKSetActivatesDefault(), not only if wxTE_PROCESS_ENTER style was given (patch 1835260)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 02:10:32 +00:00
Vadim Zeitlin
ce4f741ca0
return immediately after processing TaskbarCreated message instead of asserting (the accepted part of patch 1835507)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 01:59:59 +00:00
Vadim Zeitlin
79d8e80f3b
removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 00:25:48 +00:00
Robert Roebling
f52984b82e
Patch from Bo to show missing lines again
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 20:57:57 +00:00
Václav Slavík
b150bffc9e
fixed linking with visibility enabled on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase) -- do this in all ports, not just wxGTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 20:37:06 +00:00
Václav Slavík
615a8ae166
once again removed #ifdefs that conditionally included the exact same code on Mac and non-Mac, instead of having just one copy of it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 20:28:47 +00:00
Václav Slavík
b9db5f3061
removed trailing whitespace
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 19:00:50 +00:00
Stefan Csomor
af06e62511
cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 16:39:59 +00:00
Stefan Csomor
a452d0827a
cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 16:38:44 +00:00
Stefan Csomor
d2d8b4db08
fixing switches
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 15:26:24 +00:00
Stefan Csomor
85baeafb62
adding wxPartRegion and catching errors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 15:20:02 +00:00
Stefan Csomor
cd66beb343
guard code for mac / quickdraw
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 11:03:40 +00:00
Stefan Csomor
409521e45d
guard code for mac / quickdraw
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 11:02:42 +00:00
Stefan Csomor
bf83191aad
fixing cases for mac / quickdraw
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 10:59:57 +00:00
Stefan Csomor
82c126e501
fixing the usage of hishape
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 10:00:15 +00:00
Stefan Csomor
a64c35c80d
moving to gcc 4.0 exclusively, 10.4 minimum system
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 08:35:09 +00:00
Stefan Csomor
a0a819410f
moving to gcc 4.0 exclusively, 10.4 minimum system
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-27 07:59:59 +00:00
Vadim Zeitlin
60b0c3b4c6
unload msimg32.dll earlier (before static cleanup time) to avoid lockups when wx is used as DLL; don't use wxOnceOnlyDLLLoader for gdi32.dll as we don't need to keep this DLL loaded, it will stay in memory anyhow as we link to it statically
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-26 21:27:17 +00:00
Václav Slavík
79b7b95aed
catch unhandled exceptions in POSIX threads implementation the same way wxMSW does
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-26 19:41:34 +00:00
Stefan Csomor
6510817974
simplifying
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-26 17:23:40 +00:00
Stefan Csomor
8e181eae04
cleanup / adding effects
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-26 07:46:54 +00:00
Stefan Csomor
7f801f8575
cleanup / adding effects
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-26 07:45:07 +00:00