]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
16 years agoContext menu event from keyboard records the mouse position, not -1, -1,
Julian Smart [Tue, 4 Dec 2007 13:38:45 +0000 (13:38 +0000)] 
Context menu event from keyboard records the mouse position, not -1, -1,
in line with wxMSW

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

16 years agoMake wxCocoa compile with new pImpl wxDC.
David Elliott [Tue, 4 Dec 2007 04:22:16 +0000 (04:22 +0000)] 
Make wxCocoa compile with new pImpl wxDC.

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

16 years agouse wxFileName to construct well-formed paths in GetMsgCatalogSubdirs() instead of...
Vadim Zeitlin [Tue, 4 Dec 2007 01:34:32 +0000 (01:34 +0000)] 
use wxFileName to construct well-formed paths in GetMsgCatalogSubdirs() instead of doing it ourselves with string manipulations wrongly (patch 1835208)

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

16 years agouse CreateWindow() instead of CreateStatusWindow() for statusbar creation as the...
Vadim Zeitlin [Tue, 4 Dec 2007 01:29:46 +0000 (01:29 +0000)] 
use CreateWindow() instead of CreateStatusWindow() for statusbar creation as the latter is not supported by MSLU and so doesn't work under Win9x

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

16 years agocorrect wxMemoryDC constr. to not use m_owner
Robert Roebling [Mon, 3 Dec 2007 22:26:21 +0000 (22:26 +0000)] 
correct wxMemoryDC constr. to not use m_owner

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

16 years agodon't use 8 bit characters in sources, this results in level 1 warning with VC8 ...
Vadim Zeitlin [Mon, 3 Dec 2007 22:09:26 +0000 (22:09 +0000)] 
don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741)

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

16 years agofixing warning about missing virt destructor
Stefan Csomor [Mon, 3 Dec 2007 16:35:05 +0000 (16:35 +0000)] 
fixing warning about missing virt destructor

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

16 years agofixing warning about missing virt destructor
Stefan Csomor [Mon, 3 Dec 2007 16:34:29 +0000 (16:34 +0000)] 
fixing warning about missing virt destructor

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

16 years agocompile fix
Robert Roebling [Mon, 3 Dec 2007 10:21:44 +0000 (10:21 +0000)] 
compile fix

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

16 years agoMention different internal usage of index list model
Robert Roebling [Mon, 3 Dec 2007 10:09:44 +0000 (10:09 +0000)] 
Mention different internal usage of index list model

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

16 years agoResize col to fill entire client area if only 1 col.
Robert Roebling [Mon, 3 Dec 2007 09:56:25 +0000 (09:56 +0000)] 
Resize col to fill entire client area if only 1 col.

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

16 years agoFixed player dialog listbox size and app icon on wxGTK
Julian Smart [Mon, 3 Dec 2007 09:44:41 +0000 (09:44 +0000)] 
Fixed player dialog listbox size and app icon on wxGTK

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

16 years agoAdd support for wxDC_ROW_LINES for GTK+ and OS X
Robert Roebling [Mon, 3 Dec 2007 09:44:29 +0000 (09:44 +0000)] 
Add support for wxDC_ROW_LINES for GTK+ and OS X

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

16 years agoAdded Forty Thieves icon
Julian Smart [Mon, 3 Dec 2007 09:23:53 +0000 (09:23 +0000)] 
Added Forty Thieves icon

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

16 years agoremove unneccessary header dependencies on wx/thread.h
Paul Cornett [Mon, 3 Dec 2007 02:55:14 +0000 (02:55 +0000)] 
remove unneccessary header dependencies on wx/thread.h

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

16 years agonon-pch build fix
Paul Cornett [Mon, 3 Dec 2007 02:20:49 +0000 (02:20 +0000)] 
non-pch build fix

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

16 years agonon-pch build fixes
Paul Cornett [Mon, 3 Dec 2007 02:15:43 +0000 (02:15 +0000)] 
non-pch build fixes

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

16 years agobuild fix for -D__WXUNIVERSAL__
Paul Cornett [Mon, 3 Dec 2007 02:15:24 +0000 (02:15 +0000)] 
build fix for -D__WXUNIVERSAL__

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

16 years agofurther work on custom renderer
Robert Roebling [Sun, 2 Dec 2007 22:05:11 +0000 (22:05 +0000)] 
further work on custom renderer

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

16 years agoadded wxMSW notifmsg.h/cpp
Vadim Zeitlin [Sun, 2 Dec 2007 21:29:47 +0000 (21:29 +0000)] 
added wxMSW notifmsg.h/cpp

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

16 years agonon-pch build fix
Paul Cornett [Sun, 2 Dec 2007 20:25:16 +0000 (20:25 +0000)] 
non-pch build fix

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

16 years agokeep initial size from changing when frame extents become known
Paul Cornett [Sun, 2 Dec 2007 20:16:37 +0000 (20:16 +0000)] 
keep initial size from changing when frame extents become known

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

16 years agoadded support for icon flags to wxGenericNotificationMessage
Vadim Zeitlin [Sun, 2 Dec 2007 19:43:04 +0000 (19:43 +0000)] 
added support for icon flags to wxGenericNotificationMessage

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

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