wxWidgets.git
16 years agoremove mentions of demos/dbbrowse which doesn't exist any more
Vadim Zeitlin [Tue, 27 May 2008 18:02:51 +0000 (18:02 +0000)] 
remove mentions of demos/dbbrowse which doesn't exist any more

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

16 years agoadd build/msw/wx_stc.dsp
Vadim Zeitlin [Tue, 27 May 2008 18:00:26 +0000 (18:00 +0000)] 
add build/msw/wx_stc.dsp

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

16 years agothere is no std::wostream under Palm (part of ticket 4700)
Vadim Zeitlin [Tue, 27 May 2008 16:38:12 +0000 (16:38 +0000)] 
there is no std::wostream under Palm (part of ticket 4700)

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

16 years agoifdef fixes for PalmOS6 (part of ticket 4700)
Vadim Zeitlin [Tue, 27 May 2008 16:35:13 +0000 (16:35 +0000)] 
ifdef fixes for PalmOS6 (part of ticket 4700)

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

16 years agoPalm compiler needs const_cast for passing const int parameters to function taking...
Vadim Zeitlin [Tue, 27 May 2008 16:34:50 +0000 (16:34 +0000)] 
Palm compiler needs const_cast for passing const int parameters to function taking int (part of ticket 4700)

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

16 years agofixes for Linux build (part of ticket 4700)
Vadim Zeitlin [Tue, 27 May 2008 16:33:12 +0000 (16:33 +0000)] 
fixes for Linux build (part of ticket 4700)

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

16 years agosilence warnings about not using double-buffered surface in wxScreenDC ; add comment...
Václav Slavík [Tue, 27 May 2008 16:28:28 +0000 (16:28 +0000)] 
silence warnings about not using double-buffered surface in wxScreenDC ; add comment explaining why (and how) is wxScreenDC implementation in wxDFB broken

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

16 years agotranslate comments in English (part of ticket 4700)
Vadim Zeitlin [Tue, 27 May 2008 16:26:11 +0000 (16:26 +0000)] 
translate comments in English (part of ticket 4700)

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

16 years agodistinguish between Server 2003 and XP 64-bit (closes 3359)
Vadim Zeitlin [Tue, 27 May 2008 16:17:16 +0000 (16:17 +0000)] 
distinguish between Server 2003 and XP 64-bit (closes 3359)

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

16 years agoadd a mention to OS description string if running under a 64-bit Windows version
Vadim Zeitlin [Tue, 27 May 2008 16:00:22 +0000 (16:00 +0000)] 
add a mention to OS description string if running under a 64-bit Windows version

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

16 years agorecognize Vista by name in wxGetOsDescription()
Vadim Zeitlin [Tue, 27 May 2008 15:48:23 +0000 (15:48 +0000)] 
recognize Vista by name in wxGetOsDescription()

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

16 years agoFix links
Robert Roebling [Tue, 27 May 2008 10:37:00 +0000 (10:37 +0000)] 
Fix links

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

16 years agoMinor doc update
Robert Roebling [Tue, 27 May 2008 10:24:04 +0000 (10:24 +0000)] 
Minor doc update

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

16 years agoNative wxBitmapComboBox patch for GTK+
Robert Roebling [Tue, 27 May 2008 10:17:56 +0000 (10:17 +0000)] 
Native wxBitmapComboBox patch for GTK+

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

16 years agoClear columns on destruction
Robert Roebling [Tue, 27 May 2008 09:52:26 +0000 (09:52 +0000)] 
Clear columns on destruction

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

16 years agoMinor wxList clarification
Robert Roebling [Tue, 27 May 2008 09:43:24 +0000 (09:43 +0000)] 
Minor wxList clarification

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

16 years agoUse wxList::DeleteContents() to delete columns
Robert Roebling [Tue, 27 May 2008 09:26:09 +0000 (09:26 +0000)] 
Use wxList::DeleteContents() to delete columns

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

16 years agoUse wxList::DeleteContents() to delete columns
Robert Roebling [Tue, 27 May 2008 09:19:41 +0000 (09:19 +0000)] 
Use wxList::DeleteContents() to delete columns

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

16 years agoReapply wxWeakRef patch again
Robert Roebling [Tue, 27 May 2008 09:17:56 +0000 (09:17 +0000)] 
Reapply wxWeakRef patch again

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

16 years agoUse wxWindowRef to hold pointer to default button
Robert Roebling [Tue, 27 May 2008 08:53:48 +0000 (08:53 +0000)] 
Use wxWindowRef to hold pointer to default button

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

16 years agofixing arc filling for angles > 180
Stefan Csomor [Tue, 27 May 2008 04:49:30 +0000 (04:49 +0000)] 
fixing arc filling for angles > 180

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

16 years agofix removing menu item, ticket 3387
Paul Cornett [Mon, 26 May 2008 17:28:41 +0000 (17:28 +0000)] 
fix removing menu item, ticket 3387

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

16 years agoRemoved more //@ groups
Robert Roebling [Mon, 26 May 2008 11:41:07 +0000 (11:41 +0000)] 
Removed more //@ groups

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

16 years agoTicket #9493: interface-string-asterisk.patch
Robert Roebling [Mon, 26 May 2008 11:17:08 +0000 (11:17 +0000)] 
Ticket #9493: interface-string-asterisk.patch

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

16 years agoVarious minor corrections
Robert Roebling [Mon, 26 May 2008 07:49:54 +0000 (07:49 +0000)] 
Various minor corrections

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

16 years agoMinor correction
Robert Roebling [Mon, 26 May 2008 07:33:59 +0000 (07:33 +0000)] 
Minor correction

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

16 years ago(Port to trunk) Fix for wxClientDC::GetAsBitmap, which partially resolves ticket...
Kevin Ollivier [Sun, 25 May 2008 21:54:32 +0000 (21:54 +0000)] 
(Port to trunk) Fix for wxClientDC::GetAsBitmap, which partially resolves ticket #9486

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

16 years agoBuild fix for non-pch builds, e.g. for universal binary building.
Kevin Ollivier [Sun, 25 May 2008 21:48:39 +0000 (21:48 +0000)] 
Build fix for non-pch builds, e.g. for universal binary building.

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

16 years agoRemoved Item Management category, minor corrections
Robert Roebling [Sun, 25 May 2008 21:29:08 +0000 (21:29 +0000)] 
Removed Item Management category, minor corrections

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

16 years agoClarified wxWindow::Find() wrt to returning *this*, some formating
Robert Roebling [Sun, 25 May 2008 21:20:56 +0000 (21:20 +0000)] 
Clarified wxWindow::Find() wrt to returning *this*, some formating

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

16 years agoDefer SetHorizontalExtent to idle, also fixes (wxListBox::Delete ignores Freeze/Thaw...
Robert Roebling [Sun, 25 May 2008 20:54:30 +0000 (20:54 +0000)] 
Defer SetHorizontalExtent to idle, also fixes (wxListBox::Delete ignores Freeze/Thaw and is verrrrry slow)

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

16 years agodon't take the min size into account when setting the window size explicitly in wxGTK...
Vadim Zeitlin [Sun, 25 May 2008 03:08:31 +0000 (03:08 +0000)] 
don't take the min size into account when setting the window size explicitly in wxGTK, just as wxMSW doesn't do it; mention this in the docs and added a unit test to enforce this

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

16 years agocreate tests/window directory for wxWindow tests
Vadim Zeitlin [Sun, 25 May 2008 02:56:22 +0000 (02:56 +0000)] 
create tests/window directory for wxWindow tests

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

16 years agoadd test for bug 716
Vadim Zeitlin [Sat, 24 May 2008 22:25:45 +0000 (22:25 +0000)] 
add test for bug 716

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

16 years agoDont send spin text update event from SetValue()
Robert Roebling [Sat, 24 May 2008 20:24:58 +0000 (20:24 +0000)] 
Dont send spin text update event from SetValue()

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

16 years agoMention wxDataViewTreeCtrl in wxTreeCtrl
Robert Roebling [Sat, 24 May 2008 19:49:55 +0000 (19:49 +0000)] 
Mention wxDataViewTreeCtrl in wxTreeCtrl

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

16 years agoMinor doc corrections
Robert Roebling [Sat, 24 May 2008 19:37:12 +0000 (19:37 +0000)] 
Minor doc corrections

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

16 years agoDon't use font encoding in Unicode mode
Robert Roebling [Sat, 24 May 2008 19:16:47 +0000 (19:16 +0000)] 
Don't use font encoding in Unicode mode

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

16 years agoBorland still hates ternary ?
Chris Elliott [Sat, 24 May 2008 17:24:38 +0000 (17:24 +0000)] 
Borland still hates ternary ?

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

16 years agocompilation fix after the last change
Vadim Zeitlin [Sat, 24 May 2008 15:09:39 +0000 (15:09 +0000)] 
compilation fix after the last change

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

16 years agodo case normalization after long path one, this fixes the problem with incorrect...
Vadim Zeitlin [Sat, 24 May 2008 14:42:40 +0000 (14:42 +0000)] 
do case normalization after long path one, this fixes the problem with incorrect paths case under Vista (closes 9162)

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

16 years agoadded wrapsizer (should have been checked in a long time ago)
Vadim Zeitlin [Fri, 23 May 2008 23:28:53 +0000 (23:28 +0000)] 
added wrapsizer (should have been checked in a long time ago)

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

16 years agoimprove wxMessageOutputBest console output under Windows (closes 9146)
Vadim Zeitlin [Fri, 23 May 2008 23:28:13 +0000 (23:28 +0000)] 
improve wxMessageOutputBest console output under Windows (closes 9146)

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

16 years agowxTextCtrk::GetRange() shouldn't crash on out of range request
Robert Roebling [Fri, 23 May 2008 19:41:32 +0000 (19:41 +0000)] 
wxTextCtrk::GetRange() shouldn't crash on out of range request

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

16 years agoSimplify SetValue() with empty string
Robert Roebling [Fri, 23 May 2008 19:40:28 +0000 (19:40 +0000)] 
Simplify SetValue() with empty string

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

16 years agocall base class version from SetWindowStyleFlag() to update common styles such as...
Vadim Zeitlin [Fri, 23 May 2008 18:56:24 +0000 (18:56 +0000)] 
call base class version from SetWindowStyleFlag() to update common styles such as border ones too (closes #9480)

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

16 years agocorrect toggling of the selected icon (closes 4029)
Vadim Zeitlin [Fri, 23 May 2008 18:49:22 +0000 (18:49 +0000)] 
correct toggling of the selected icon (closes 4029)

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

16 years agoInvocation of default button by <ENTER> was impossible in wxLB_MULTIPLE
Robert Roebling [Fri, 23 May 2008 18:31:58 +0000 (18:31 +0000)] 
Invocation of default button by <ENTER> was impossible in wxLB_MULTIPLE

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

16 years agofix MSVC warnings about conversions between pointers and longs
Vadim Zeitlin [Fri, 23 May 2008 12:18:27 +0000 (12:18 +0000)] 
fix MSVC warnings about conversions between pointers and longs

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

16 years agoUpdate IsSelection() docs
Robert Roebling [Fri, 23 May 2008 11:17:37 +0000 (11:17 +0000)] 
Update IsSelection() docs

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

16 years agoUpdate controls sample to follow documented logic
Robert Roebling [Fri, 23 May 2008 11:04:37 +0000 (11:04 +0000)] 
Update controls sample to follow documented logic

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

16 years agoMove event generation in multiple selection mode to common code
Robert Roebling [Fri, 23 May 2008 11:03:55 +0000 (11:03 +0000)] 
Move event generation in multiple selection mode to common code

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

16 years agoMove event generation in multiple selection mode to common code
Robert Roebling [Fri, 23 May 2008 11:03:00 +0000 (11:03 +0000)] 
Move event generation in multiple selection mode to common code

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

16 years agoMove event generation in multiple selectino mode to common code
Robert Roebling [Fri, 23 May 2008 11:02:32 +0000 (11:02 +0000)] 
Move event generation in multiple selectino mode to common code

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

16 years agoUpdate selection cache when inserting items, too
Robert Roebling [Fri, 23 May 2008 10:19:31 +0000 (10:19 +0000)] 
Update selection cache when inserting items, too

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

16 years agoMove event generation code for multiple selection mode to common code
Robert Roebling [Fri, 23 May 2008 10:12:50 +0000 (10:12 +0000)] 
Move event generation code for multiple selection mode to common code

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

16 years agoRemove deprecated methods
Robert Roebling [Fri, 23 May 2008 09:48:53 +0000 (09:48 +0000)] 
Remove deprecated methods

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

16 years agoDisable events upon item deletion (just in case) and update selection cache
Robert Roebling [Fri, 23 May 2008 09:46:19 +0000 (09:46 +0000)] 
Disable events upon item deletion (just in case) and update selection cache

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

16 years agoForgot client data
Robert Roebling [Thu, 22 May 2008 21:47:20 +0000 (21:47 +0000)] 
Forgot client data

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

16 years agoMake events match better with MSW
Robert Roebling [Thu, 22 May 2008 21:31:47 +0000 (21:31 +0000)] 
Make events match better with MSW

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

16 years agoLinker fix for non-PM builds.
Stefan Neis [Thu, 22 May 2008 21:21:36 +0000 (21:21 +0000)] 
Linker fix for non-PM builds.

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

16 years agoRemove m_blockEvents and use Disable/Enable instead, some more rearraging
Robert Roebling [Thu, 22 May 2008 20:53:10 +0000 (20:53 +0000)] 
Remove m_blockEvents and use Disable/Enable instead, some more rearraging

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

16 years agoMinor doc corrections
Robert Roebling [Thu, 22 May 2008 20:19:00 +0000 (20:19 +0000)] 
Minor doc corrections

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

16 years agoAlso allow UP and DOWN if we reached max number of characters, part of [ 1947652...
Robert Roebling [Thu, 22 May 2008 18:19:43 +0000 (18:19 +0000)] 
Also allow UP and DOWN if we reached max number of characters, part of [ 1947652 ] Improves keyboard behavior in wxTextCtrl on Mac

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

16 years ago[ wxwindows-Patches-1947680 ] wxMac: Fixes number of printouts and more
Robert Roebling [Thu, 22 May 2008 18:11:46 +0000 (18:11 +0000)] 
[ wxwindows-Patches-1947680 ] wxMac: Fixes number of printouts and more

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

16 years agoadd missing static keyword
Paul Cornett [Thu, 22 May 2008 16:46:08 +0000 (16:46 +0000)] 
add missing static keyword

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

16 years agoadd back wxChoice::DoGetBestSize() removed by the previous refactoring, it's still...
Vadim Zeitlin [Thu, 22 May 2008 00:55:59 +0000 (00:55 +0000)] 
add back wxChoice::DoGetBestSize() removed by the previous refactoring, it's still needed (#9150)

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

16 years agoadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
Vadim Zeitlin [Thu, 22 May 2008 00:49:27 +0000 (00:49 +0000)] 
added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)

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

16 years agodon't reserve space for the icons if none are used, even if we're in icon view (close...
Vadim Zeitlin [Thu, 22 May 2008 00:36:48 +0000 (00:36 +0000)] 
don't reserve space for the icons if none are used, even if we're in icon view (closes 9472)

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

16 years agoadd handling of wxWrapSizer flags (part of ticket 9468)
Vadim Zeitlin [Thu, 22 May 2008 00:33:12 +0000 (00:33 +0000)] 
add handling of wxWrapSizer flags (part of ticket 9468)

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

16 years agofix the confusion in boolean attributes handling in pre-1.3 and 1.3 versions of GLX...
Vadim Zeitlin [Thu, 22 May 2008 00:25:53 +0000 (00:25 +0000)] 
fix the confusion in boolean attributes handling in pre-1.3 and 1.3 versions of GLX API (closes 4823)

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

16 years agobutton text uses fg color, not text color
Paul Cornett [Wed, 21 May 2008 16:18:49 +0000 (16:18 +0000)] 
button text uses fg color, not text color

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

16 years agoUpdate OpenVMS compile support
Jouk Jansen [Wed, 21 May 2008 13:06:44 +0000 (13:06 +0000)] 
Update OpenVMS compile support

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

16 years agoMake height of red square depend on value in the model
Robert Roebling [Wed, 21 May 2008 11:54:30 +0000 (11:54 +0000)] 
Make height of red square depend on value in the model

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

16 years agoAdd test for progress renderer
Robert Roebling [Wed, 21 May 2008 09:42:52 +0000 (09:42 +0000)] 
Add test for progress renderer

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

16 years agoQuery value from the model column given by col->GetModelColumn()
Robert Roebling [Wed, 21 May 2008 09:41:59 +0000 (09:41 +0000)] 
Query value from the model column given by col->GetModelColumn()

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

16 years agofixed compilation with DirectFB 0.9
Václav Slavík [Wed, 21 May 2008 09:38:39 +0000 (09:38 +0000)] 
fixed compilation with DirectFB 0.9

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

16 years agoAdded InsertColumn( pos, col ), some reformating
Robert Roebling [Wed, 21 May 2008 08:47:21 +0000 (08:47 +0000)] 
Added InsertColumn( pos, col ), some reformating

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

16 years agoUpdate wxString overview
Robert Roebling [Wed, 21 May 2008 08:12:22 +0000 (08:12 +0000)] 
Update wxString overview

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

16 years agoCorrect wxString:Append docs
Robert Roebling [Wed, 21 May 2008 08:10:00 +0000 (08:10 +0000)] 
Correct wxString:Append docs

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

16 years agoCorrect formatting
Robert Roebling [Wed, 21 May 2008 07:39:34 +0000 (07:39 +0000)] 
Correct formatting

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

16 years agoMention dropdown menu
Robert Roebling [Wed, 21 May 2008 07:34:47 +0000 (07:34 +0000)] 
Mention dropdown menu

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

16 years agoCommit mem leak fix I introduced
Robert Roebling [Tue, 20 May 2008 19:40:10 +0000 (19:40 +0000)] 
Commit mem leak fix I introduced

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

16 years agoreplaces unsigned int with wxUIntPtr
Robert Roebling [Tue, 20 May 2008 17:15:27 +0000 (17:15 +0000)] 
replaces unsigned int with wxUIntPtr

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

16 years agoFix mem corruption due to string no longer being in scope
Robert Roebling [Tue, 20 May 2008 17:01:20 +0000 (17:01 +0000)] 
Fix mem corruption due to string no longer being in scope

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

16 years agoget wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733
Paul Cornett [Tue, 20 May 2008 15:10:11 +0000 (15:10 +0000)] 
get wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733

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

16 years agomake independent from carbon
Stefan Csomor [Tue, 20 May 2008 13:25:25 +0000 (13:25 +0000)] 
make independent from carbon

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

16 years agoCOnversion of some common font names to current platform
Julian Smart [Tue, 20 May 2008 13:24:53 +0000 (13:24 +0000)] 
COnversion of some common font names to current platform

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

16 years agoallows resetting color of text to black, closes #4826
Stefan Csomor [Tue, 20 May 2008 13:24:46 +0000 (13:24 +0000)] 
allows resetting color of text to black, closes #4826

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

16 years agoallows resetting color of text to black, closes #4826
Stefan Csomor [Tue, 20 May 2008 13:23:46 +0000 (13:23 +0000)] 
allows resetting color of text to black, closes #4826

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

16 years agoDon't make lines narrower that default line height in variable height mode, don't...
Robert Roebling [Tue, 20 May 2008 12:44:21 +0000 (12:44 +0000)] 
Don't make lines narrower that default line height in variable height mode, don't miss button press

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

16 years agoMore interface header reviews by Azriel Fasten, and added skeleton docs for wxBookCtr...
Bryan Petty [Tue, 20 May 2008 07:48:30 +0000 (07:48 +0000)] 
More interface header reviews by Azriel Fasten, and added skeleton docs for wxBookCtrlBase (still needs docs though).

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

16 years agoremove unused files
Paul Cornett [Tue, 20 May 2008 05:19:20 +0000 (05:19 +0000)] 
remove unused files

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

16 years agoadd missing braces
Paul Cornett [Tue, 20 May 2008 05:19:07 +0000 (05:19 +0000)] 
add missing braces

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

16 years agoadd missing break statement
Paul Cornett [Tue, 20 May 2008 03:36:33 +0000 (03:36 +0000)] 
add missing break statement

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

16 years agoput frame extents XGetWindowProperty code in one place
Paul Cornett [Tue, 20 May 2008 03:27:12 +0000 (03:27 +0000)] 
put frame extents XGetWindowProperty code in one place

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

16 years agoSet EventObject in event
Robert Roebling [Mon, 19 May 2008 12:46:44 +0000 (12:46 +0000)] 
Set EventObject in event

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

16 years agoMade the various logical 2 device transforms consistent with what's drawn on all...
Robert Roebling [Mon, 19 May 2008 12:42:11 +0000 (12:42 +0000)] 
Made the various logical 2 device transforms consistent with what's drawn on all platforms

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

16 years agoMissing header
Robert Roebling [Mon, 19 May 2008 08:13:45 +0000 (08:13 +0000)] 
Missing header

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

16 years agotry to fix SF bug 1913671
Chris Elliott [Sun, 18 May 2008 20:12:44 +0000 (20:12 +0000)] 
try to fix SF bug 1913671

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