wxWidgets.git
16 years agoTests for declarations of snprintf/vsnprintf/vsscanf should be done in C++.
Stefan Neis [Sat, 5 Apr 2008 21:00:46 +0000 (21:00 +0000)] 
Tests for declarations of snprintf/vsnprintf/vsscanf should be done in C++.

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

16 years agoinclude more headers for PCH-less compilation
Vadim Zeitlin [Sat, 5 Apr 2008 20:46:09 +0000 (20:46 +0000)] 
include more headers for PCH-less compilation

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

16 years agoAlso right-align second column
Robert Roebling [Sat, 5 Apr 2008 18:25:11 +0000 (18:25 +0000)] 
Also right-align second column

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

16 years agoAlways interpret a column width of -1 as 80 until somthing better is found
Robert Roebling [Sat, 5 Apr 2008 18:22:37 +0000 (18:22 +0000)] 
Always interpret a column width of -1 as 80 until somthing better is found

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

16 years agouse wxCHECK instead of wxASSERT in Alloc() to avoid crashing when (trying to) use...
Vadim Zeitlin [Sat, 5 Apr 2008 17:54:02 +0000 (17:54 +0000)] 
use wxCHECK instead of wxASSERT in Alloc() to avoid crashing when (trying to) use strings of length close to INT_MAX (bug 1933693)

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

16 years agodocument Alloc() vs returning bool (part of bug 1933693)
Vadim Zeitlin [Sat, 5 Apr 2008 17:50:16 +0000 (17:50 +0000)] 
document Alloc() vs returning bool (part of bug 1933693)

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

16 years agoAdded test for right alignment of 1st column
Robert Roebling [Sat, 5 Apr 2008 17:29:08 +0000 (17:29 +0000)] 
Added test for right alignment of 1st column

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

16 years agodon't crash in ReadString() if the length read from the stream is too big (bug 1933560)
Vadim Zeitlin [Sat, 5 Apr 2008 17:28:32 +0000 (17:28 +0000)] 
don't crash in ReadString() if the length read from the stream is too big (bug 1933560)

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

16 years agoAdded test for left/centre/right alignment
Robert Roebling [Sat, 5 Apr 2008 17:26:29 +0000 (17:26 +0000)] 
Added test for left/centre/right alignment

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

16 years agofix for g++ signed/unsigned comparison warning
Vadim Zeitlin [Sat, 5 Apr 2008 17:07:04 +0000 (17:07 +0000)] 
fix for g++ signed/unsigned comparison warning

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

16 years agoinclude the headers needed for its compilation from the header itself
Vadim Zeitlin [Sat, 5 Apr 2008 17:05:57 +0000 (17:05 +0000)] 
include the headers needed for its compilation from the header itself

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

16 years agoFixed bug that made adding a child to a branch (that was previously made empty) impos...
Robert Roebling [Sat, 5 Apr 2008 13:40:55 +0000 (13:40 +0000)] 
Fixed bug that made adding a child to a branch (that was previously made empty) impossible

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

16 years agoBugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEditorCtrl()
Robert Roebling [Sat, 5 Apr 2008 12:37:31 +0000 (12:37 +0000)] 
Bugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEditorCtrl()

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

16 years agoProbable fix for [ 1933745 ] Crash in wxDataViewHeaderWindowBase::GetColumn()
Robert Roebling [Sat, 5 Apr 2008 12:33:03 +0000 (12:33 +0000)] 
Probable fix for [ 1933745 ] Crash in wxDataViewHeaderWindowBase::GetColumn()

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

16 years ago[ 1922123 ] Generic wxDataViewCtrl leaks
Robert Roebling [Sat, 5 Apr 2008 12:24:57 +0000 (12:24 +0000)] 
[ 1922123 ] Generic wxDataViewCtrl leaks

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

16 years agoSupport renderer::LeftClick() in generic code, removed unsupported RightClick(),...
Robert Roebling [Sat, 5 Apr 2008 12:09:15 +0000 (12:09 +0000)] 
Support renderer::LeftClick() in generic code, removed unsupported RightClick(), corrected docs, added test to sample

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

16 years agoFinished initial review of [ca*-ch*] interface headers.
Bryan Petty [Sat, 5 Apr 2008 09:12:23 +0000 (09:12 +0000)] 
Finished initial review of [ca*-ch*] interface headers.

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

16 years agoset focus to the control when it's clicked
Vadim Zeitlin [Fri, 4 Apr 2008 23:07:55 +0000 (23:07 +0000)] 
set focus to the control when it's clicked

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

16 years agouse wxWANTS_CHARS to allow arrows to work inside the control
Vadim Zeitlin [Fri, 4 Apr 2008 22:30:13 +0000 (22:30 +0000)] 
use wxWANTS_CHARS to allow arrows to work inside the control

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

16 years agomake GenerateEvent() public again to fix wxGTK compilation
Vadim Zeitlin [Fri, 4 Apr 2008 22:25:43 +0000 (22:25 +0000)] 
make GenerateEvent() public again to fix wxGTK compilation

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

16 years agoregenerate VC8 project files after addition of native MSW version of wxCalendarCtrl too
Vadim Zeitlin [Fri, 4 Apr 2008 18:39:44 +0000 (18:39 +0000)] 
regenerate VC8 project files after addition of native MSW version of wxCalendarCtrl too

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

16 years agoimplemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl
Vadim Zeitlin [Fri, 4 Apr 2008 16:35:43 +0000 (16:35 +0000)] 
implemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl

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

16 years agoimplemented Mark() in the native MSW version of wxCalendarCtrl
Vadim Zeitlin [Fri, 4 Apr 2008 16:26:39 +0000 (16:26 +0000)] 
implemented Mark() in the native MSW version of wxCalendarCtrl

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

16 years agogenerate double click events in the native MSW version of wxCalendarCtrl
Vadim Zeitlin [Fri, 4 Apr 2008 15:49:08 +0000 (15:49 +0000)] 
generate double click events in the native MSW version of wxCalendarCtrl

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

16 years agogenerate the correct events in the native MSW version of wxCalendarCtrl
Vadim Zeitlin [Fri, 4 Apr 2008 15:26:37 +0000 (15:26 +0000)] 
generate the correct events in the native MSW version of wxCalendarCtrl

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

16 years agoimplemented HitTest() in the native MSW version; added test for it to the sample
Vadim Zeitlin [Fri, 4 Apr 2008 14:58:44 +0000 (14:58 +0000)] 
implemented HitTest() in the native MSW version; added test for it to the sample

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

16 years agoimplement EnableMonthChange() by restricting the dates range to the current month...
Vadim Zeitlin [Fri, 4 Apr 2008 14:24:02 +0000 (14:24 +0000)] 
implement EnableMonthChange() by restricting the dates range to the current month (this is not ideal as the UI of the control doesn't change, but better than nothing)

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

16 years agocompilation fix for PCH-less build
Vadim Zeitlin [Fri, 4 Apr 2008 13:07:30 +0000 (13:07 +0000)] 
compilation fix for PCH-less build

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

16 years agoIntial review of calctrl.h.
Bryan Petty [Fri, 4 Apr 2008 06:20:48 +0000 (06:20 +0000)] 
Intial review of calctrl.h.

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

16 years agoinitial native implementation of wxCalendarCtrl for MSW
Vadim Zeitlin [Fri, 4 Apr 2008 04:17:03 +0000 (04:17 +0000)] 
initial native implementation of wxCalendarCtrl for MSW

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

16 years agoFix AdjustForOverflow to use item->CalcMin, not item->GetSize
Robin Dunn [Thu, 3 Apr 2008 23:27:49 +0000 (23:27 +0000)] 
Fix AdjustForOverflow to use item->CalcMin, not item->GetSize

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

16 years agoFixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)
Václav Slavík [Thu, 3 Apr 2008 18:57:26 +0000 (18:57 +0000)] 
Fixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)

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

16 years agoreplace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one
Vadim Zeitlin [Thu, 3 Apr 2008 12:47:16 +0000 (12:47 +0000)] 
replace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one

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

16 years agofixing the build for wxMAC_USE_COCOA=1
Stefan Csomor [Thu, 3 Apr 2008 12:09:33 +0000 (12:09 +0000)] 
fixing the build for wxMAC_USE_COCOA=1

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

16 years agoGetPixel isn't returning RGBColor anymore, so change call
Stefan Csomor [Thu, 3 Apr 2008 11:47:44 +0000 (11:47 +0000)] 
GetPixel isn't returning RGBColor anymore, so change call

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

16 years agoGetPixel isn't returning RGBColor anymore, so change call
Stefan Csomor [Thu, 3 Apr 2008 11:41:32 +0000 (11:41 +0000)] 
GetPixel isn't returning RGBColor anymore, so change call

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

16 years agoremoved FAQs: they are already available in the website; there's no reason to duplica...
Francesco Montorsi [Thu, 3 Apr 2008 08:37:20 +0000 (08:37 +0000)] 
removed FAQs: they are already available in the website; there's no reason to duplicate them here

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

16 years agoCall ValueChanged after SetValue so other views will be updated
Robin Dunn [Thu, 3 Apr 2008 06:43:36 +0000 (06:43 +0000)] 
Call ValueChanged after SetValue so other views will be updated

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

16 years agofix warnings
Robin Dunn [Thu, 3 Apr 2008 03:33:13 +0000 (03:33 +0000)] 
fix warnings

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

16 years agoFix for potential layout glitches in wxGridBagSizer when items span cells but
Robin Dunn [Thu, 3 Apr 2008 02:50:15 +0000 (02:50 +0000)] 
Fix for potential layout glitches in wxGridBagSizer when items span cells but
some other item affects the size of one of spanned rows/cols.

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

16 years agoregenerated after vsscanf() changes
Vadim Zeitlin [Wed, 2 Apr 2008 13:54:24 +0000 (13:54 +0000)] 
regenerated after vsscanf() changes

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

16 years agowxMac compilation fix: must explicitly qualify non-dependent MacSetClipChildren(...
Vadim Zeitlin [Wed, 2 Apr 2008 13:51:30 +0000 (13:51 +0000)] 
wxMac compilation fix: must explicitly qualify non-dependent MacSetClipChildren() in wxScrolled::Create()

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

16 years agoAdded detection of vsscanf and whether or not a prototype exists in headers.
Stefan Neis [Wed, 2 Apr 2008 12:05:27 +0000 (12:05 +0000)] 
Added detection of vsscanf and whether or not a prototype exists in headers.

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

16 years agofirst revision (contains wxHelpEvent and wxNavigationKeyEvent modifications which...
Francesco Montorsi [Wed, 2 Apr 2008 11:05:46 +0000 (11:05 +0000)] 
first revision (contains wxHelpEvent and wxNavigationKeyEvent modifications which needs to be solved)

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

16 years agoOnly update the toolbar buttons if the toolbar is visible
Julian Smart [Wed, 2 Apr 2008 10:04:05 +0000 (10:04 +0000)] 
Only update the toolbar buttons if the toolbar is visible

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

16 years agoRestored the old Classes by Category page to live side-by-side with the full Classes...
Bryan Petty [Wed, 2 Apr 2008 05:29:12 +0000 (05:29 +0000)] 
Restored the old Classes by Category page to live side-by-side with the full Classes by Category grouping.
Also changed the license pages to include the actual license files verbatim rather than duplicated in comments.
Cleaned up the Development Tips page a little fixing some minor issues and wrapping at 80 columns.
Recategorized the WXDEBUG_NEW() macro from the RTTI group to the Debugging group.

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

16 years ago115% line height on lists is more than enough, especially for the class hierarchy...
Bryan Petty [Wed, 2 Apr 2008 01:23:11 +0000 (01:23 +0000)] 
115% line height on lists is more than enough, especially for the class hierarchy and class members pages. Also turned off REPEAT_BRIEF for when we add brief descriptions to classes.

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

16 years agolog error before returning, not after
Vadim Zeitlin [Wed, 2 Apr 2008 00:10:58 +0000 (00:10 +0000)] 
log error before returning, not after

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

16 years agosuppress VC++ /Wp64 warnings
Vadim Zeitlin [Tue, 1 Apr 2008 23:44:33 +0000 (23:44 +0000)] 
suppress VC++ /Wp64 warnings

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

16 years agomove all appearace-related methods down to wxCalendarCtrlBase from wxGenericCalendarCtrl
Vadim Zeitlin [Tue, 1 Apr 2008 23:43:34 +0000 (23:43 +0000)] 
move all appearace-related methods down to wxCalendarCtrlBase from wxGenericCalendarCtrl

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

16 years agowxMimeTypesManagerImpl and wxFileTypeImpl are in base, not core
Vadim Zeitlin [Tue, 1 Apr 2008 22:48:55 +0000 (22:48 +0000)] 
wxMimeTypesManagerImpl and wxFileTypeImpl are in base, not core

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

16 years agoAnother attempt at fixing Watcom compilation.
Stefan Neis [Tue, 1 Apr 2008 22:19:25 +0000 (22:19 +0000)] 
Another attempt at fixing Watcom compilation.

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

16 years agoAdded header needed for Solaris to find finite() prototype.
Stefan Neis [Tue, 1 Apr 2008 19:43:41 +0000 (19:43 +0000)] 
Added header needed for Solaris to find finite() prototype.

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

16 years agocompilation fix for wxMSW and r52961
Václav Slavík [Tue, 1 Apr 2008 15:40:49 +0000 (15:40 +0000)] 
compilation fix for wxMSW and r52961

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

16 years agoGeneralized wxScrolledWindow into wxScrolled<T> that can derive from
Václav Slavík [Tue, 1 Apr 2008 15:07:03 +0000 (15:07 +0000)] 
Generalized wxScrolledWindow into wxScrolled<T> that can derive from
anything (typically wxPanel or wxWindow). Fixed generic wxListCtrl to
use wxScrolled<wxWindow> - this fixes focus problems with label-editing
text control. Fixes to wxScrolledWindow doxygen docs.

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

16 years agoreplace @b Note with @note; replace '' with "
Francesco Montorsi [Tue, 1 Apr 2008 13:59:28 +0000 (13:59 +0000)] 
replace @b Note with @note; replace '' with "

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

16 years agofirst raw revision
Francesco Montorsi [Tue, 1 Apr 2008 13:55:38 +0000 (13:55 +0000)] 
first raw revision

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

16 years agoDon't force wxBORDER_SUNKEN so the programmer can specify some other style.
Robin Dunn [Tue, 1 Apr 2008 04:35:21 +0000 (04:35 +0000)] 
Don't force wxBORDER_SUNKEN so the programmer can specify some other style.

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

16 years agomove readme_vms.txt in a folder ad-hoc
Francesco Montorsi [Mon, 31 Mar 2008 20:32:27 +0000 (20:32 +0000)] 
move readme_vms.txt in a folder ad-hoc

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

16 years agoadd a list of the samples yet to document
Francesco Montorsi [Mon, 31 Mar 2008 20:29:39 +0000 (20:29 +0000)] 
add a list of the samples yet to document

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

16 years agothrow away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823...
Vadim Zeitlin [Mon, 31 Mar 2008 15:22:10 +0000 (15:22 +0000)] 
throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class

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

16 years agogive an error message when ran from a wrong location instead of just saying that...
Vadim Zeitlin [Mon, 31 Mar 2008 15:00:42 +0000 (15:00 +0000)] 
give an error message when ran from a wrong location instead of just saying that config.status is not found

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

16 years agofix unused parameter warning
Vadim Zeitlin [Mon, 31 Mar 2008 14:53:22 +0000 (14:53 +0000)] 
fix unused parameter warning

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

16 years agostore selected indices as unsigned int, not size_t, in wxSelectionStore, we don't...
Vadim Zeitlin [Mon, 31 Mar 2008 14:42:07 +0000 (14:42 +0000)] 
store selected indices as unsigned int, not size_t, in wxSelectionStore, we don't need to waste twice the memory needed under Win64

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

16 years agoupdate links to the TODO lists
Francesco Montorsi [Mon, 31 Mar 2008 14:39:17 +0000 (14:39 +0000)] 
update links to the TODO lists

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

16 years agoremove old files not needed anymore
Francesco Montorsi [Mon, 31 Mar 2008 14:35:31 +0000 (14:35 +0000)] 
remove old files not needed anymore

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

16 years agomoved to the wiki
Francesco Montorsi [Mon, 31 Mar 2008 14:35:11 +0000 (14:35 +0000)] 
moved to the wiki

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

16 years agomoved old TODO lists to the Wiki: http://www.wxwidgets.org/wiki/index.php/Development...
Francesco Montorsi [Mon, 31 Mar 2008 14:21:28 +0000 (14:21 +0000)] 
moved old TODO lists to the Wiki: wxwidgets.org/wiki/index.php/Development:_Todo_List

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

16 years agomove TODO items for wxDocs from the wxwiki to the doxygen manual
Francesco Montorsi [Mon, 31 Mar 2008 14:14:18 +0000 (14:14 +0000)] 
move TODO items for wxDocs from the wxwiki to the doxygen manual

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

16 years agoCSS changes: make lists more spaced; use sans-serif font by default
Francesco Montorsi [Mon, 31 Mar 2008 14:06:13 +0000 (14:06 +0000)] 
CSS changes: make lists more spaced; use sans-serif font by default

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

16 years agomoved translations list to the doxygen manual
Francesco Montorsi [Mon, 31 Mar 2008 14:05:42 +0000 (14:05 +0000)] 
moved translations list to the doxygen manual

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

16 years agomerge "strategies" page with devtips.h; add mention of Bakefile and wx presets in...
Francesco Montorsi [Mon, 31 Mar 2008 13:27:33 +0000 (13:27 +0000)] 
merge "strategies" page with devtips.h; add mention of Bakefile and wx presets in devtips.h; add explanation of the difference between static/shared builds; reorganize the main page of the manual to improve its usability.

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

16 years agodon't leave empty listboxes with tiny best size
Vadim Zeitlin [Mon, 31 Mar 2008 00:40:55 +0000 (00:40 +0000)] 
don't leave empty listboxes with tiny best size

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

16 years agos/NB:/@note; revised wxFFile
Francesco Montorsi [Sun, 30 Mar 2008 23:34:30 +0000 (23:34 +0000)] 
s/NB:/@note; revised wxFFile

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

16 years agotypo fix
Francesco Montorsi [Sun, 30 Mar 2008 23:04:47 +0000 (23:04 +0000)] 
typo fix

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

16 years agoMerge build script updates from 2.8 branch.
Kevin Ollivier [Sun, 30 Mar 2008 18:30:48 +0000 (18:30 +0000)] 
Merge build script updates from 2.8 branch.

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

16 years agooptimization for faster execution: don't use wxString::Replace() all the times a...
Francesco Montorsi [Sun, 30 Mar 2008 15:50:40 +0000 (15:50 +0000)] 
optimization for faster execution: don't use wxString::Replace() all the times a wxType comparison is required

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

16 years agofurther revision (done by me)
Francesco Montorsi [Sun, 30 Mar 2008 14:49:43 +0000 (14:49 +0000)] 
further revision (done by me)

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

16 years agorevision contributed by Utensil Candel
Francesco Montorsi [Sun, 30 Mar 2008 14:48:22 +0000 (14:48 +0000)] 
revision contributed by Utensil Candel

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

16 years agoadd references to wxWebsite,wxWiki,wxForum
Francesco Montorsi [Sun, 30 Mar 2008 13:09:58 +0000 (13:09 +0000)] 
add references to wxWebsite,wxWiki,wxForum

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

16 years agoadded wxXmlNode::InsertChildAfter and use it for (much) faster XML parsing (based...
Václav Slavík [Sun, 30 Mar 2008 10:27:19 +0000 (10:27 +0000)] 
added wxXmlNode::InsertChildAfter and use it for (much) faster XML parsing (based on patch by Francesco Montorsi)

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

16 years agoAdd OS/2 to buildbot (patch #1929212).
Stefan Neis [Sun, 30 Mar 2008 10:12:06 +0000 (10:12 +0000)] 
Add OS/2 to buildbot (patch #1929212).

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

16 years agoupdated the index page: 1) removed sample list: it duplicated (and was out-of-date...
Francesco Montorsi [Sun, 30 Mar 2008 00:55:17 +0000 (00:55 +0000)] 
updated the index page: 1) removed sample list: it duplicated (and was out-of-date) the doxygen samples page; 2) removed tex2rtf and odbc references; 3) merged with html/index.htm so that the entire 'html' folder can be removed; temporarily commented-out the FAQ (need to decide how to handle them) and the platforms/i18n pages (need to decide how to handle them)

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

16 years ago1. fixed wxXmlNode::InsertChild() documentation to match the code
Václav Slavík [Sat, 29 Mar 2008 22:55:35 +0000 (22:55 +0000)] 
1. fixed wxXmlNode::InsertChild() documentation to match the code
2. added tests for InsertChild()
3. simplified InsertChild() code without changing what it does

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

16 years agoLinker fixes for OS/2 build.
Stefan Neis [Sat, 29 Mar 2008 21:18:36 +0000 (21:18 +0000)] 
Linker fixes for OS/2 build.

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

16 years agoOS/2 port: reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType
Stefan Neis [Sat, 29 Mar 2008 19:34:37 +0000 (19:34 +0000)] 
OS/2 port: reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType
    instead of "long" where possible; made them const-correct etc. (see r52820)

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

16 years agoODBC is not part of wx anymore
Francesco Montorsi [Sat, 29 Mar 2008 19:10:50 +0000 (19:10 +0000)] 
ODBC is not part of wx anymore

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

16 years agonoone is going to backport stuff to wx2.4 anymore
Francesco Montorsi [Sat, 29 Mar 2008 19:09:06 +0000 (19:09 +0000)] 
noone is going to backport stuff to wx2.4 anymore

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

16 years agoremoved latex sources of wxDocs; wxWidgets now uses Doxygen on the 'interface' header...
Francesco Montorsi [Sat, 29 Mar 2008 19:03:36 +0000 (19:03 +0000)] 
removed latex sources of wxDocs; wxWidgets now uses Doxygen on the 'interface' headers to create its documentation

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

16 years agoset initial GTK_CAN_FOCUS value to match AcceptsFocus (fixes wxTreeCtrl text control...
Václav Slavík [Sat, 29 Mar 2008 18:14:57 +0000 (18:14 +0000)] 
set initial GTK_CAN_FOCUS value to match AcceptsFocus (fixes wxTreeCtrl text control dismissing after r52476)

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

16 years agoremoved no longer used win_gtk.c file
Václav Slavík [Sat, 29 Mar 2008 18:14:12 +0000 (18:14 +0000)] 
removed no longer used win_gtk.c file

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

16 years agobe tolerant of XHTML self-closing tags when parsing the input in wxHTML (patch by...
Václav Slavík [Sat, 29 Mar 2008 15:01:15 +0000 (15:01 +0000)] 
be tolerant of XHTML self-closing tags when parsing the input in wxHTML (patch by kulick@hildensia.de)

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

16 years agoadd more pure virtuals to wxBrushBase; fix the GetColour() functions to return a...
Francesco Montorsi [Fri, 28 Mar 2008 16:47:58 +0000 (16:47 +0000)] 
add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads

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

16 years agosubstitute '@b NB:' with '@note'; first partial revision of e*h headers; replace...
Francesco Montorsi [Fri, 28 Mar 2008 16:19:12 +0000 (16:19 +0000)] 
substitute '@b NB:' with '@note'; first partial revision of e*h headers; replace @beginEventTable with @beginEventTable{1} which provides the prototype of the event handler

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

16 years agocompilation fix for ANSI build: use reinterptre_, not static_cast, to convert from...
Vadim Zeitlin [Fri, 28 Mar 2008 10:13:32 +0000 (10:13 +0000)] 
compilation fix for ANSI build: use reinterptre_, not static_cast, to convert from BYTE* to char*

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

16 years agoadded native GTK implementation of wxCalendarCtrl (modified patch 1925439)
Vadim Zeitlin [Fri, 28 Mar 2008 02:47:12 +0000 (02:47 +0000)] 
added native GTK implementation of wxCalendarCtrl (modified patch 1925439)

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

16 years agofix gcc warning about assigning -1 to a guint
Vadim Zeitlin [Fri, 28 Mar 2008 01:45:36 +0000 (01:45 +0000)] 
fix gcc warning about assigning -1 to a guint

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

16 years agoUse SetCanFocus
Robin Dunn [Thu, 27 Mar 2008 21:32:05 +0000 (21:32 +0000)] 
Use SetCanFocus

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

16 years agobuild fix for non-PCH builds (thanks to buildbot emails ;))
Francesco Montorsi [Thu, 27 Mar 2008 21:27:34 +0000 (21:27 +0000)] 
build fix for non-PCH builds (thanks to buildbot emails ;))

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

16 years agoUse C++ names in the text, not wxPython names
Robin Dunn [Thu, 27 Mar 2008 21:27:12 +0000 (21:27 +0000)] 
Use C++ names in the text, not wxPython names

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