]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
16 years agoadded wxNotificationMessage::AlwaysUseGeneric() MSW-specific method
Vadim Zeitlin [Sun, 2 Dec 2007 19:42:15 +0000 (19:42 +0000)] 
added wxNotificationMessage::AlwaysUseGeneric() MSW-specific method

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generi...
Vadim Zeitlin [Sun, 2 Dec 2007 19:39:59 +0000 (19:39 +0000)] 
added wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generic message and log dialogs (and soon notification message too)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't set resize mode to QUEUE, it seems to be wrong for a wxWindow in a native container
Paul Cornett [Sun, 2 Dec 2007 18:13:07 +0000 (18:13 +0000)] 
don't set resize mode to QUEUE, it seems to be wrong for a wxWindow in a native container

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremoved the "Silver theme fix" which made the controls in the toolbars invisible
Vadim Zeitlin [Sun, 2 Dec 2007 17:28:09 +0000 (17:28 +0000)] 
removed the "Silver theme fix" which made the controls in the toolbars invisible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocorrect the wxEVT_TASKBAR_BALLOON_CLICK handler name (it doesn't change anything...
Vadim Zeitlin [Sun, 2 Dec 2007 17:09:51 +0000 (17:09 +0000)] 
correct the wxEVT_TASKBAR_BALLOON_CLICK handler name (it doesn't change anything for now)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoimplemented wxNotificationMessage for wxMSW using wxTaskBarIcon and fallback to gener...
Vadim Zeitlin [Sun, 2 Dec 2007 17:02:30 +0000 (17:02 +0000)] 
implemented wxNotificationMessage for wxMSW using wxTaskBarIcon and fallback to generic implementation on older systems; added wxNotificationMessage::SetFlags()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodelete the TLW used by taskbar icons instead of destroying it to avoid hang on exit...
Vadim Zeitlin [Sun, 2 Dec 2007 16:47:34 +0000 (16:47 +0000)] 
delete the TLW used by taskbar icons instead of destroying it to avoid hang on exit if there are no other windows left in the program

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremoving non darwin mac source
Stefan Csomor [Sun, 2 Dec 2007 16:15:54 +0000 (16:15 +0000)] 
removing non darwin mac source

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded wxApp::GetShell32Version() to test for shell32.dll support of balloon tooltips
Vadim Zeitlin [Sun, 2 Dec 2007 16:12:19 +0000 (16:12 +0000)] 
added wxApp::GetShell32Version() to test for shell32.dll support of balloon tooltips

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing new inheritance
Stefan Csomor [Sun, 2 Dec 2007 14:54:35 +0000 (14:54 +0000)] 
fixing new inheritance

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoUse FillHilite style
Robert Roebling [Sun, 2 Dec 2007 14:09:42 +0000 (14:09 +0000)] 
Use FillHilite style

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agotest for valid icon
Robert Roebling [Sun, 2 Dec 2007 13:51:45 +0000 (13:51 +0000)] 
test for valid icon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMention DC change
Robert Roebling [Sun, 2 Dec 2007 13:44:43 +0000 (13:44 +0000)] 
Mention DC change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFix docs
Robert Roebling [Sun, 2 Dec 2007 13:40:43 +0000 (13:40 +0000)] 
Fix docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodefine NIN_BALLOONXXX constants if the SDK doesn't
Vadim Zeitlin [Sun, 2 Dec 2007 12:38:01 +0000 (12:38 +0000)] 
define NIN_BALLOONXXX constants if the SDK doesn't

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomaking sure the clientdc gets destroyed, otherwise we will have stale dc information...
Stefan Csomor [Sun, 2 Dec 2007 11:20:45 +0000 (11:20 +0000)] 
making sure the clientdc gets destroyed, otherwise we will have stale dc information that will interfere with drawing in unpredictable ways

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoReplaced moved wxVScrolledWindow HitTest methods fixing bug 1841939 (wxVListBox and...
Bryan Petty [Sat, 1 Dec 2007 22:58:16 +0000 (22:58 +0000)] 
Replaced moved wxVScrolledWindow HitTest methods fixing bug 1841939 (wxVListBox and wxHtmlListBox).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will be used by the wxMSW wxNotificat...
Vadim Zeitlin [Sat, 1 Dec 2007 22:48:06 +0000 (22:48 +0000)] 
added wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will be used by the wxMSW wxNotificationMessage implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoForgot to actually use image list
Robert Roebling [Sat, 1 Dec 2007 20:43:02 +0000 (20:43 +0000)] 
Forgot to actually use image list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadd wxPrintData forward declaration (blind fix for Mac compilation)
Vadim Zeitlin [Sat, 1 Dec 2007 20:04:53 +0000 (20:04 +0000)] 
add wxPrintData forward declaration (blind fix for Mac compilation)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMention wxDataViewTreeCtrl in wxDataViewCtrl docs
Robert Roebling [Sat, 1 Dec 2007 19:06:10 +0000 (19:06 +0000)] 
Mention wxDataViewTreeCtrl in wxDataViewCtrl docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoAdded wxDataViewTreeCtrl
Robert Roebling [Sat, 1 Dec 2007 19:01:47 +0000 (19:01 +0000)] 
Added wxDataViewTreeCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon-pch build fixes
Paul Cornett [Sat, 1 Dec 2007 18:37:08 +0000 (18:37 +0000)] 
non-pch build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded MSW-specific wxTaskBarIcon::ShowBalloon() method; use it in the taskbar sample...
Vadim Zeitlin [Sat, 1 Dec 2007 16:25:30 +0000 (16:25 +0000)] 
added MSW-specific wxTaskBarIcon::ShowBalloon() method; use it in the taskbar sample (and also clean it up significantly)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremoved the menu item which could be used to remove the icon and leave the user witho...
Vadim Zeitlin [Sat, 1 Dec 2007 15:55:28 +0000 (15:55 +0000)] 
removed the menu item which could be used to remove the icon and leave the user without any way to interact with the application (nor quit it)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse correct text format depending on build in XTYP_EXECUTE transactions
Vadim Zeitlin [Sat, 1 Dec 2007 15:39:53 +0000 (15:39 +0000)] 
use correct text format depending on build in XTYP_EXECUTE transactions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agotest for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition was reversed, correct it
Vadim Zeitlin [Sat, 1 Dec 2007 15:14:39 +0000 (15:14 +0000)] 
test for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition was reversed, correct it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocompilation fix after argv changes (move initialization from OnInitGui() to Initializ...
Vadim Zeitlin [Sat, 1 Dec 2007 13:26:42 +0000 (13:26 +0000)] 
compilation fix after argv changes (move initialization from OnInitGui() to Initialize() where the original command line arguments are accessible)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocompilation fix and fewer warnings
Robert Roebling [Sat, 1 Dec 2007 12:03:09 +0000 (12:03 +0000)] 
compilation fix and fewer warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing define
Stefan Csomor [Sat, 1 Dec 2007 05:27:52 +0000 (05:27 +0000)] 
fixing define

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofont updates
Stefan Csomor [Sat, 1 Dec 2007 05:21:11 +0000 (05:21 +0000)] 
font updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocompilation
Robert Roebling [Fri, 30 Nov 2007 23:24:48 +0000 (23:24 +0000)] 
compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocompilation
Robert Roebling [Fri, 30 Nov 2007 23:12:58 +0000 (23:12 +0000)] 
compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoforgot to commit
Robert Roebling [Fri, 30 Nov 2007 23:03:22 +0000 (23:03 +0000)] 
forgot to commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocompilation fix after removing default wxDC ctor
Vadim Zeitlin [Fri, 30 Nov 2007 21:17:23 +0000 (21:17 +0000)] 
compilation fix after removing default wxDC ctor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofree wxDCFactory::m_factory; also renamed SetDCFactory() to just Set()
Vadim Zeitlin [Fri, 30 Nov 2007 21:11:00 +0000 (21:11 +0000)] 
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

16 years agoremove default wxDC ctor to make it impossible to construct DCs without the associate...
Vadim Zeitlin [Fri, 30 Nov 2007 20:56:12 +0000 (20:56 +0000)] 
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

16 years agoatsu for textctrl
Stefan Csomor [Fri, 30 Nov 2007 20:52:13 +0000 (20:52 +0000)] 
atsu for textctrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agousing common code
Stefan Csomor [Fri, 30 Nov 2007 20:51:32 +0000 (20:51 +0000)] 
using common code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agousing common code
Stefan Csomor [Fri, 30 Nov 2007 20:50:11 +0000 (20:50 +0000)] 
using common code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agotextctrl always needs ATSU...
Stefan Csomor [Fri, 30 Nov 2007 20:49:34 +0000 (20:49 +0000)] 
textctrl always needs ATSU...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomention wxDC change (more details would be welcome)
Vadim Zeitlin [Fri, 30 Nov 2007 20:25:33 +0000 (20:25 +0000)] 
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

16 years agolast commit resolved the conflict incorrectly, undoing it
Vadim Zeitlin [Fri, 30 Nov 2007 20:16:40 +0000 (20:16 +0000)] 
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

16 years agoremove checks for new dc code
Robert Roebling [Fri, 30 Nov 2007 20:08:13 +0000 (20:08 +0000)] 
remove checks for new dc code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomove IMPLEMENT_CLASS macros for wxBuffered[Paint]DC to dcbufcmn.cpp to ensure that...
Vadim Zeitlin [Fri, 30 Nov 2007 20:07:24 +0000 (20:07 +0000)] 
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

16 years agoremove test for new dc
Robert Roebling [Fri, 30 Nov 2007 20:00:19 +0000 (20:00 +0000)] 
remove test for new dc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoCompile with printarch off
Robert Roebling [Fri, 30 Nov 2007 19:59:43 +0000 (19:59 +0000)] 
Compile with printarch off

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoRemove old wxDCBase class, restore IMPLEMENT_CLASS macros for buffered dc classes
Robert Roebling [Fri, 30 Nov 2007 18:16:44 +0000 (18:16 +0000)] 
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

16 years agowxOverlay compile fix
Robert Roebling [Fri, 30 Nov 2007 18:06:10 +0000 (18:06 +0000)] 
wxOverlay compile fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoDC change
Robert Roebling [Fri, 30 Nov 2007 18:04:47 +0000 (18:04 +0000)] 
DC change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomore DC changes for wxX11
Robert Roebling [Fri, 30 Nov 2007 17:51:36 +0000 (17:51 +0000)] 
more DC changes for wxX11

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocorrected DECLARE_DYNAMIC_CLASS use
Vadim Zeitlin [Fri, 30 Nov 2007 17:47:55 +0000 (17:47 +0000)] 
corrected DECLARE_DYNAMIC_CLASS use

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse WS_SYSMENU if wxCLOSE_BOX style is given, otherwise the close box doesn't appear
Vadim Zeitlin [Fri, 30 Nov 2007 17:46:36 +0000 (17:46 +0000)] 
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

16 years agoremove superfluous visibility attribute
Robert Roebling [Fri, 30 Nov 2007 17:43:24 +0000 (17:43 +0000)] 
remove superfluous visibility attribute

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadaptions for latest dc changes
Stefan Csomor [Fri, 30 Nov 2007 16:52:04 +0000 (16:52 +0000)] 
adaptions for latest dc changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadaptions for latest dc changes
Stefan Csomor [Fri, 30 Nov 2007 16:46:19 +0000 (16:46 +0000)] 
adaptions for latest dc changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadaptions for latest dc changes
Stefan Csomor [Fri, 30 Nov 2007 16:43:39 +0000 (16:43 +0000)] 
adaptions for latest dc changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadaptions for latest dc changes
Stefan Csomor [Fri, 30 Nov 2007 16:40:30 +0000 (16:40 +0000)] 
adaptions for latest dc changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing 10.5 only compiles
Stefan Csomor [Fri, 30 Nov 2007 15:36:22 +0000 (15:36 +0000)] 
fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing 10.5 only compiles
Stefan Csomor [Fri, 30 Nov 2007 15:35:11 +0000 (15:35 +0000)] 
fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing 10.5 only compiles
Stefan Csomor [Fri, 30 Nov 2007 15:31:52 +0000 (15:31 +0000)] 
fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoconverted most of X11 DC code
Robert Roebling [Fri, 30 Nov 2007 15:26:05 +0000 (15:26 +0000)] 
converted most of X11 DC code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix an unused variable warning in release build
Vadim Zeitlin [Fri, 30 Nov 2007 14:41:05 +0000 (14:41 +0000)] 
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

16 years agounused parameters and float/double->int conversion warning fixes
Vadim Zeitlin [Fri, 30 Nov 2007 14:31:09 +0000 (14:31 +0000)] 
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

16 years agofix compilation error after r50329: wxMenu doesn't have HandleWindowEvent() as it...
Vadim Zeitlin [Fri, 30 Nov 2007 14:30:42 +0000 (14:30 +0000)] 
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

16 years agoblind compilation fix after last commit
Vadim Zeitlin [Fri, 30 Nov 2007 14:24:00 +0000 (14:24 +0000)] 
blind compilation fix after last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agobuild fixes for wxUSE_STL==1
Vadim Zeitlin [Fri, 30 Nov 2007 14:16:11 +0000 (14:16 +0000)] 
build fixes for wxUSE_STL==1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoDC reorganization
Robert Roebling [Fri, 30 Nov 2007 13:48:22 +0000 (13:48 +0000)] 
DC reorganization

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoGTK+ doesn't like slider with min=max values
Robert Roebling [Fri, 30 Nov 2007 13:17:35 +0000 (13:17 +0000)] 
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

16 years agofixing 10.5 only compiles
Stefan Csomor [Fri, 30 Nov 2007 12:35:26 +0000 (12:35 +0000)] 
fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing 10.5 only compiles
Stefan Csomor [Fri, 30 Nov 2007 12:34:04 +0000 (12:34 +0000)] 
fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing 10.5 only compiles
Stefan Csomor [Fri, 30 Nov 2007 10:54:54 +0000 (10:54 +0000)] 
fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing 10.5 only compiles
Stefan Csomor [Fri, 30 Nov 2007 10:26:03 +0000 (10:26 +0000)] 
fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing 10.5 only compiles
Stefan Csomor [Fri, 30 Nov 2007 10:20:29 +0000 (10:20 +0000)] 
fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomoving code, fixing 10.5 only compiles
Stefan Csomor [Fri, 30 Nov 2007 10:19:57 +0000 (10:19 +0000)] 
moving code, fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing bug 1841377
Stefan Csomor [Fri, 30 Nov 2007 09:17:55 +0000 (09:17 +0000)] 
fixing bug 1841377

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoweak link test is not optimal, as CoreText is already having some symbols defined...
Stefan Csomor [Fri, 30 Nov 2007 08:19:44 +0000 (08:19 +0000)] 
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

16 years agousing the cf string conversions exclusively
Stefan Csomor [Fri, 30 Nov 2007 07:37:44 +0000 (07:37 +0000)] 
using the cf string conversions exclusively

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadding CoreText implementation
Stefan Csomor [Thu, 29 Nov 2007 21:52:28 +0000 (21:52 +0000)] 
adding CoreText implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadding CoreText implementation
Stefan Csomor [Thu, 29 Nov 2007 21:36:30 +0000 (21:36 +0000)] 
adding CoreText implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years ago1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to...
Václav Slavík [Thu, 29 Nov 2007 17:00:58 +0000 (17:00 +0000)] 
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

16 years agocleanup
Stefan Csomor [Thu, 29 Nov 2007 14:12:23 +0000 (14:12 +0000)] 
cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocleanup
Stefan Csomor [Thu, 29 Nov 2007 14:10:14 +0000 (14:10 +0000)] 
cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocleanup
Stefan Csomor [Thu, 29 Nov 2007 12:37:36 +0000 (12:37 +0000)] 
cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocleanup
Stefan Csomor [Thu, 29 Nov 2007 12:34:54 +0000 (12:34 +0000)] 
cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agotranslate the descriptions in SetDesc(wxCmdLineEntryDesc)
Vadim Zeitlin [Thu, 29 Nov 2007 12:34:39 +0000 (12:34 +0000)] 
translate the descriptions in SetDesc(wxCmdLineEntryDesc)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agothat part would have to be removed before, as its condition became always false under...
Stefan Csomor [Thu, 29 Nov 2007 10:02:32 +0000 (10:02 +0000)] 
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

16 years agoporting forward 10.5 focus fix
Stefan Csomor [Thu, 29 Nov 2007 08:29:08 +0000 (08:29 +0000)] 
porting forward 10.5 focus fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoporting forward scrolling fix
Stefan Csomor [Thu, 29 Nov 2007 08:28:12 +0000 (08:28 +0000)] 
porting forward scrolling fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoImplement wxBitmap::GetSubBitmap.
David Elliott [Thu, 29 Nov 2007 07:28:17 +0000 (07:28 +0000)] 
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

16 years agoImplement wxIcon::LoadFile by defering to wxBitmap implementation instead of creating...
David Elliott [Thu, 29 Nov 2007 07:24:19 +0000 (07:24 +0000)] 
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

16 years agodefine AW_XXX constants if SDK doesn't (fixes VC6 compilation, patch 1840451)
Vadim Zeitlin [Wed, 28 Nov 2007 19:03:07 +0000 (19:03 +0000)] 
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

16 years agoFixed bug in border style translation
Julian Smart [Wed, 28 Nov 2007 18:56:39 +0000 (18:56 +0000)] 
Fixed bug in border style translation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing region and using default background colour
Stefan Csomor [Wed, 28 Nov 2007 14:13:20 +0000 (14:13 +0000)] 
fixing region and using default background colour

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoUse wxStdDialogButtonSizer
Julian Smart [Wed, 28 Nov 2007 14:10:25 +0000 (14:10 +0000)] 
Use wxStdDialogButtonSizer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded wx/mac/dataview.h to ADVANCED_MAC_HDR (bug 1840231); also moved wx/mac/joystick...
Vadim Zeitlin [Wed, 28 Nov 2007 14:01:49 +0000 (14:01 +0000)] 
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

16 years agotypo fix
Vadim Zeitlin [Wed, 28 Nov 2007 13:57:10 +0000 (13:57 +0000)] 
typo fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocleanup, going private with platform specific that is only needed at one place
Stefan Csomor [Wed, 28 Nov 2007 10:51:16 +0000 (10:51 +0000)] 
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

16 years agocleanup
Stefan Csomor [Wed, 28 Nov 2007 10:42:13 +0000 (10:42 +0000)] 
cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoSolaris /usr/bin/tr requires [] around character ranges
Paul Cornett [Wed, 28 Nov 2007 06:46:25 +0000 (06:46 +0000)] 
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