wxWidgets.git
17 years agoextracted common code of ToLong and ToULong in a separate template helper
Vadim Zeitlin [Sat, 28 Oct 2006 15:24:07 +0000 (15:24 +0000)] 
extracted common code of ToLong and ToULong in a separate template helper

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

17 years agowxaui multi-notebook now uses a tab art provider which allows for dynamically switcha...
Benjamin Williams [Sat, 28 Oct 2006 15:20:10 +0000 (15:20 +0000)] 
wxaui multi-notebook now uses a tab art provider which allows for dynamically switchable notebook themes

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

17 years agoremoved unused GetScrollbarArrowSize() version
Václav Slavík [Sat, 28 Oct 2006 15:16:45 +0000 (15:16 +0000)] 
removed unused GetScrollbarArrowSize() version

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

17 years agodeTABified
Vadim Zeitlin [Sat, 28 Oct 2006 15:01:33 +0000 (15:01 +0000)] 
deTABified

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

17 years agocheck for under/overflow in ToLong/ULong/Double() as well
Vadim Zeitlin [Sat, 28 Oct 2006 14:58:56 +0000 (14:58 +0000)] 
check for under/overflow in ToLong/ULong/Double() as well

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

17 years agomatrix and path to ref counting
Stefan Csomor [Sat, 28 Oct 2006 14:41:48 +0000 (14:41 +0000)] 
matrix and path to ref counting

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

17 years agoAlloc() doesn't clear the array any more, for consistency with reserve()
Vadim Zeitlin [Sat, 28 Oct 2006 14:16:20 +0000 (14:16 +0000)] 
Alloc() doesn't clear the array any more, for consistency with reserve()

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

17 years agono real changes, just renamed the header guard to standard form and removed unneeded...
Vadim Zeitlin [Sat, 28 Oct 2006 14:11:54 +0000 (14:11 +0000)] 
no real changes, just renamed the header guard to standard form and removed unneeded casts

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

17 years agodeprecate wxSTRING_MAXLEN in favour of wxString::npos
Vadim Zeitlin [Sat, 28 Oct 2006 14:06:27 +0000 (14:06 +0000)] 
deprecate wxSTRING_MAXLEN in favour of wxString::npos

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

17 years agoadded missing dlldecl for wxFSHandlerHash
Vadim Zeitlin [Sat, 28 Oct 2006 14:03:53 +0000 (14:03 +0000)] 
added missing dlldecl for wxFSHandlerHash

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

17 years agoallow customizing the string values returned by wxGridCellBoolEditor::GetValue()...
Vadim Zeitlin [Sat, 28 Oct 2006 13:57:38 +0000 (13:57 +0000)] 
allow customizing the string values returned by wxGridCellBoolEditor::GetValue() (feature request 1557790)

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

17 years agomoving path and matrix to refcounting as well, switching filling rule default to...
Stefan Csomor [Sat, 28 Oct 2006 13:46:46 +0000 (13:46 +0000)] 
moving path and matrix to refcounting as well, switching filling rule default to odd-even as dc.h does

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

17 years agodon't use unneeded logBuf member variable; show the changed cell value in OnCellValue...
Vadim Zeitlin [Sat, 28 Oct 2006 13:46:18 +0000 (13:46 +0000)] 
don't use unneeded logBuf member variable; show the changed cell value in OnCellValueChanged()

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

17 years agoAnother fix for the pch bug test.
Michael Wetherell [Sat, 28 Oct 2006 11:53:44 +0000 (11:53 +0000)] 
Another fix for the pch bug test.

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

17 years agoAnother fix for the pch bug test.
Michael Wetherell [Sat, 28 Oct 2006 11:07:20 +0000 (11:07 +0000)] 
Another fix for the pch bug test.

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

17 years agoDocumented wxRichTextBuffer printing
Julian Smart [Sat, 28 Oct 2006 10:49:30 +0000 (10:49 +0000)] 
Documented wxRichTextBuffer printing

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

17 years agoAvoid missing ref
Julian Smart [Sat, 28 Oct 2006 10:48:11 +0000 (10:48 +0000)] 
Avoid missing ref

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

17 years agoFix bugs in check for gcc's precompiled header bug.
Michael Wetherell [Sat, 28 Oct 2006 10:31:43 +0000 (10:31 +0000)] 
Fix bugs in check for gcc's precompiled header bug.

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

17 years agoCorrected a clearing bug
Julian Smart [Sat, 28 Oct 2006 09:29:07 +0000 (09:29 +0000)] 
Corrected a clearing bug

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

17 years agoCompile fix for VC++ 5 and 6.
Michael Wetherell [Sat, 28 Oct 2006 09:17:27 +0000 (09:17 +0000)] 
Compile fix for VC++ 5 and 6.

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

17 years agoreSWIGged
Robin Dunn [Sat, 28 Oct 2006 03:01:58 +0000 (03:01 +0000)] 
reSWIGged

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

17 years agodaily updates and add wxGrpahicsPath overloads
Robin Dunn [Sat, 28 Oct 2006 03:00:27 +0000 (03:00 +0000)] 
daily updates and add wxGrpahicsPath overloads

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

17 years agoAdd missing Contains overload
Robin Dunn [Sat, 28 Oct 2006 02:59:41 +0000 (02:59 +0000)] 
Add missing Contains overload

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

17 years agoTypemaps for wxRect2D
Robin Dunn [Sat, 28 Oct 2006 02:59:22 +0000 (02:59 +0000)] 
Typemaps for wxRect2D

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

17 years agoDon't decref if the interpreter is not initialized, (eg. it's in its
Robin Dunn [Sat, 28 Oct 2006 02:59:02 +0000 (02:59 +0000)] 
Don't decref if the interpreter is not initialized, (eg. it's in its
shutdown process.)

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

17 years agodaily updates and tweaks
Robin Dunn [Sat, 28 Oct 2006 02:58:17 +0000 (02:58 +0000)] 
daily updates and tweaks

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

17 years agoEnsure that the pen and bush are properly initialized
Robin Dunn [Sat, 28 Oct 2006 02:28:38 +0000 (02:28 +0000)] 
Ensure that the pen and bush are properly initialized

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

17 years agoFix portibility bug.
Michael Wetherell [Sat, 28 Oct 2006 01:15:16 +0000 (01:15 +0000)] 
Fix portibility bug.

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

17 years agoexplain that wxRTTI macros must be used for OnCompareItems() to be called
Vadim Zeitlin [Sat, 28 Oct 2006 00:52:09 +0000 (00:52 +0000)] 
explain that wxRTTI macros must be used for OnCompareItems() to be called

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

17 years agoverify that we checked all the array elements in TestSTL(); make the number of array...
Vadim Zeitlin [Sat, 28 Oct 2006 00:44:24 +0000 (00:44 +0000)] 
verify that we checked all the array elements in TestSTL(); make the number of array elements a constant

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

17 years agoCalling SetFocus from within an OnFocus handler causes infinite recursion on Mac...
Kevin Ollivier [Sat, 28 Oct 2006 00:37:17 +0000 (00:37 +0000)] 
Calling SetFocus from within an OnFocus handler causes infinite recursion on Mac...

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

17 years agofix VC warning about forward declaring struct as class
Vadim Zeitlin [Sat, 28 Oct 2006 00:28:41 +0000 (00:28 +0000)] 
fix VC warning about forward declaring struct as class

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

17 years agoremoved hard TAB
Vadim Zeitlin [Sat, 28 Oct 2006 00:20:47 +0000 (00:20 +0000)] 
removed hard TAB

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

17 years agoAdd wxArchiveFSHandler.
Michael Wetherell [Fri, 27 Oct 2006 22:10:19 +0000 (22:10 +0000)] 
Add wxArchiveFSHandler.

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

17 years agoTidy up includes and #if wxUSE statements.
Michael Wetherell [Fri, 27 Oct 2006 22:03:29 +0000 (22:03 +0000)] 
Tidy up includes and #if wxUSE statements.

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

17 years agoDon't use the superview when converting.
Kevin Ollivier [Fri, 27 Oct 2006 20:22:09 +0000 (20:22 +0000)] 
Don't use the superview when converting.

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

17 years ago Indicate that EnableCloseButton is virtual.
Robert Roebling [Fri, 27 Oct 2006 20:05:47 +0000 (20:05 +0000)] 
  Indicate that EnableCloseButton is virtual.

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

17 years ago Compile fix.
Robert Roebling [Fri, 27 Oct 2006 18:42:20 +0000 (18:42 +0000)] 
  Compile fix.

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

17 years ago [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtrl kb navigation
Robert Roebling [Fri, 27 Oct 2006 18:02:21 +0000 (18:02 +0000)] 
 [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtrl kb navigation

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

17 years ago [ 1585270 ] Further fixes to wxPathList
Robert Roebling [Fri, 27 Oct 2006 17:59:32 +0000 (17:59 +0000)] 
  [ 1585270 ] Further fixes to wxPathList

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

17 years agoDon't use bitmaps to draw tree item buttons, use the HITheme drawing functions instea...
Kevin Ollivier [Fri, 27 Oct 2006 17:25:44 +0000 (17:25 +0000)] 
Don't use bitmaps to draw tree item buttons, use the HITheme drawing functions instead. (The bitmaps would show jaggies on dark backgrounds.)

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

17 years agofixed crash in multi notebook
Benjamin Williams [Fri, 27 Oct 2006 15:52:21 +0000 (15:52 +0000)] 
fixed crash in multi notebook

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

17 years agochanging graphics pen, brushes and fonts to be refcounted objects, having no subclasses
Stefan Csomor [Fri, 27 Oct 2006 15:19:21 +0000 (15:19 +0000)] 
changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses

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

17 years agoComment out compile time check.
Michael Wetherell [Fri, 27 Oct 2006 15:02:22 +0000 (15:02 +0000)] 
Comment out compile time check.

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

17 years agoswitching things to ref counting
Stefan Csomor [Fri, 27 Oct 2006 14:59:51 +0000 (14:59 +0000)] 
switching things to ref counting

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

17 years agoPagination fix
Julian Smart [Fri, 27 Oct 2006 14:32:55 +0000 (14:32 +0000)] 
Pagination fix

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

17 years agoRemove header now not needed here.
Michael Wetherell [Fri, 27 Oct 2006 14:32:26 +0000 (14:32 +0000)] 
Remove header now not needed here.

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

17 years agoMissing header.
Michael Wetherell [Fri, 27 Oct 2006 14:30:01 +0000 (14:30 +0000)] 
Missing header.

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

17 years agofixed typo in last commit: use YLOG2DEV for y coordinates, not XLOG2DEV
Václav Slavík [Fri, 27 Oct 2006 14:26:20 +0000 (14:26 +0000)] 
fixed typo in last commit: use YLOG2DEV for y coordinates, not XLOG2DEV

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

17 years agochanging graphics pen, brushes and fonts to be refcounted objects, having no subclasses
Stefan Csomor [Fri, 27 Oct 2006 14:21:27 +0000 (14:21 +0000)] 
changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses

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

17 years agoColour preview canvas grey to contrast with page
Julian Smart [Fri, 27 Oct 2006 14:16:39 +0000 (14:16 +0000)] 
Colour preview canvas grey to contrast with page

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

17 years agoCompile fix for --enable-stl.
Michael Wetherell [Fri, 27 Oct 2006 14:14:54 +0000 (14:14 +0000)] 
Compile fix for --enable-stl.

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

17 years agoMissing exports.
Michael Wetherell [Fri, 27 Oct 2006 14:06:46 +0000 (14:06 +0000)] 
Missing exports.

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

17 years agoRobert Lang's patch and wxRTC changes documented
Julian Smart [Fri, 27 Oct 2006 13:14:18 +0000 (13:14 +0000)] 
Robert Lang's patch and wxRTC changes documented

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

17 years agocompilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine
Václav Slavík [Fri, 27 Oct 2006 13:08:05 +0000 (13:08 +0000)] 
compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine

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

17 years agoRobert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies
Julian Smart [Fri, 27 Oct 2006 13:07:40 +0000 (13:07 +0000)] 
Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies

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

17 years agodon't draw the endpoint in DrawLine at least in the common cases of vertical and...
Václav Slavík [Fri, 27 Oct 2006 12:41:28 +0000 (12:41 +0000)] 
don't draw the endpoint in DrawLine at least in the common cases of vertical and horizontal lines

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

17 years agoFixed caret droppings left when scrolling
Julian Smart [Fri, 27 Oct 2006 12:40:40 +0000 (12:40 +0000)] 
Fixed caret droppings left when scrolling

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

17 years agowx{V,H}SCROLL code is needed on all platforms
Václav Slavík [Fri, 27 Oct 2006 12:23:40 +0000 (12:23 +0000)] 
wx{V,H}SCROLL code is needed on all platforms

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

17 years agofixed repainting of windows without the wxFULL_REPAINT_ON_RESIZE style under wxMSW...
Václav Slavík [Fri, 27 Oct 2006 12:21:51 +0000 (12:21 +0000)] 
fixed repainting of windows without the wxFULL_REPAINT_ON_RESIZE style under wxMSW/Univ

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

17 years agoBase wxArchiveFSHandler on wxZipFSHandler.
Michael Wetherell [Fri, 27 Oct 2006 12:16:30 +0000 (12:16 +0000)] 
Base wxArchiveFSHandler on wxZipFSHandler.

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

17 years agoYes VC5 support large files.
Michael Wetherell [Fri, 27 Oct 2006 11:33:10 +0000 (11:33 +0000)] 
Yes VC5 support large files.

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

17 years agodon't use _INTEGRAL_MAX_BITS to decide whether a (Windows) compiler supports huge...
Vadim Zeitlin [Fri, 27 Oct 2006 11:27:38 +0000 (11:27 +0000)] 
don't use _INTEGRAL_MAX_BITS to decide whether a (Windows) compiler supports huge files, this fails with Borland, so test for all compilers explicitly

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

17 years agoBug fix.
Michael Wetherell [Fri, 27 Oct 2006 10:47:13 +0000 (10:47 +0000)] 
Bug fix.

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

17 years agoUse wxFS_SEEKABLE when opening images since some image handlers need seeking.
Michael Wetherell [Fri, 27 Oct 2006 10:14:03 +0000 (10:14 +0000)] 
Use wxFS_SEEKABLE when opening images since some image handlers need seeking.

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

17 years agoAdd tar stream tests.
Michael Wetherell [Fri, 27 Oct 2006 10:11:46 +0000 (10:11 +0000)] 
Add tar stream tests.

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

17 years agoInclude FindLength in the tests.
Michael Wetherell [Fri, 27 Oct 2006 10:06:19 +0000 (10:06 +0000)] 
Include FindLength in the tests.

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

17 years agoRebake for new tar streams.
Michael Wetherell [Fri, 27 Oct 2006 09:57:42 +0000 (09:57 +0000)] 
Rebake for new tar streams.

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

17 years agoImplement new features for finding class factories. Put seek inside 2.6 compat ifdef.
Michael Wetherell [Fri, 27 Oct 2006 09:54:39 +0000 (09:54 +0000)] 
Implement new features for finding class factories. Put seek inside 2.6 compat ifdef.

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

17 years agoBase class factory on the wxFilter base class and implement the new Find feature.
Michael Wetherell [Fri, 27 Oct 2006 09:53:38 +0000 (09:53 +0000)] 
Base class factory on the wxFilter base class and implement the new Find feature.

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

17 years agoAllow per instance filesystem handlers.
Michael Wetherell [Fri, 27 Oct 2006 09:35:05 +0000 (09:35 +0000)] 
Allow per instance filesystem handlers.

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

17 years agoWarning fixes
Julian Smart [Fri, 27 Oct 2006 09:29:47 +0000 (09:29 +0000)] 
Warning fixes

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

17 years agoAdd tar streams.
Michael Wetherell [Fri, 27 Oct 2006 09:28:54 +0000 (09:28 +0000)] 
Add tar streams.

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

17 years agoTypo fix
Julian Smart [Fri, 27 Oct 2006 09:27:47 +0000 (09:27 +0000)] 
Typo fix

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

17 years ago Add empty EnableCloseButton() into wxTLW base class.
Robert Roebling [Fri, 27 Oct 2006 09:12:35 +0000 (09:12 +0000)] 
  Add empty EnableCloseButton() into wxTLW base class.

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

17 years agoAdd wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
Michael Wetherell [Fri, 27 Oct 2006 09:12:27 +0000 (09:12 +0000)] 
Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.

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

17 years ago Document wxTLW::EnableCloseButton.
Robert Roebling [Fri, 27 Oct 2006 09:07:22 +0000 (09:07 +0000)] 
  Document wxTLW::EnableCloseButton.

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

17 years ago Minor doc corrections.
Robert Roebling [Fri, 27 Oct 2006 09:02:13 +0000 (09:02 +0000)] 
 Minor doc corrections.

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

17 years agoDemonstrates printing
Julian Smart [Fri, 27 Oct 2006 08:59:58 +0000 (08:59 +0000)] 
Demonstrates printing

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

17 years agoAdded richtextprinting.cpp/h
Julian Smart [Fri, 27 Oct 2006 08:56:38 +0000 (08:56 +0000)] 
Added richtextprinting.cpp/h

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

17 years agoAdd FindLength()
Michael Wetherell [Fri, 27 Oct 2006 08:54:00 +0000 (08:54 +0000)] 
Add FindLength()

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

17 years ago Don't overwrite wxFD_ styles in m_windowStyle.
Robert Roebling [Fri, 27 Oct 2006 08:50:25 +0000 (08:50 +0000)] 
  Don't overwrite wxFD_ styles in m_windowStyle.

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

17 years ago Move the wxFD_... flags back into m_windowStyle
Robert Roebling [Fri, 27 Oct 2006 08:45:22 +0000 (08:45 +0000)] 
  Move the wxFD_... flags back into m_windowStyle
    as requested. Add the list if flags, with which
    the wxFD_ flags have to cooperate into the
    header of wxFileDialog.

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

17 years agoFirst cut at printing support for wxRichTextCtrl
Julian Smart [Fri, 27 Oct 2006 08:43:44 +0000 (08:43 +0000)] 
First cut at printing support for wxRichTextCtrl

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

17 years ago Add EnableCloseButton() as wxMSW does. Use it in
Robert Roebling [Fri, 27 Oct 2006 08:18:26 +0000 (08:18 +0000)] 
  Add EnableCloseButton() as wxMSW does. Use it in
    wxProgressDialog so that without wxPD_CAN_ABORT
    you cannot close the dialog.
  Closes [ 1585563 ] wxProgressDialog @ GTK CloseButton

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

17 years agoFactory some of wxFilterClassFactory into a base class.
Michael Wetherell [Fri, 27 Oct 2006 07:52:28 +0000 (07:52 +0000)] 
Factory some of wxFilterClassFactory into a base class.

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

17 years agoReverted winundef.h removal - without it build fails on GetWindowStyle later.
Włodzimierz Skiba [Fri, 27 Oct 2006 07:48:22 +0000 (07:48 +0000)] 
Reverted winundef.h removal - without it build fails on GetWindowStyle later.

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

17 years agoWarning fixes.
Włodzimierz Skiba [Fri, 27 Oct 2006 07:45:42 +0000 (07:45 +0000)] 
Warning fixes.

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

17 years agomade the multi-notebook the default view in the aui sample; added welcome screen...
Benjamin Williams [Fri, 27 Oct 2006 07:21:27 +0000 (07:21 +0000)] 
made the multi-notebook the default view in the aui sample; added welcome screen to the notebook

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

17 years agoAdd wxFS_SEEKABLE open flag.
Michael Wetherell [Fri, 27 Oct 2006 07:06:41 +0000 (07:06 +0000)] 
Add wxFS_SEEKABLE open flag.

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

17 years agoflesh out the dummy classes
Robin Dunn [Fri, 27 Oct 2006 06:30:16 +0000 (06:30 +0000)] 
flesh out the dummy classes
reorg the class decls a bit
do some overloading
add docstrings

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

17 years agoinclude mslu.h
Robin Dunn [Fri, 27 Oct 2006 06:29:17 +0000 (06:29 +0000)] 
include mslu.h

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

17 years agofix some compile/link errors
Robin Dunn [Fri, 27 Oct 2006 06:28:33 +0000 (06:28 +0000)] 
fix some compile/link errors

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

17 years agoAdded Changer classes
Robin Dunn [Fri, 27 Oct 2006 06:08:54 +0000 (06:08 +0000)] 
Added Changer classes

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

17 years agoAdd wxRect2D
Robin Dunn [Fri, 27 Oct 2006 06:06:20 +0000 (06:06 +0000)] 
Add wxRect2D

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

17 years agofix compile errors
Robin Dunn [Fri, 27 Oct 2006 05:32:38 +0000 (05:32 +0000)] 
fix compile errors

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

17 years agoDetabified
Robin Dunn [Fri, 27 Oct 2006 05:31:59 +0000 (05:31 +0000)] 
Detabified

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

17 years agoallow building with wxUSE_THREADS==0
Paul Cornett [Fri, 27 Oct 2006 04:42:09 +0000 (04:42 +0000)] 
allow building with wxUSE_THREADS==0

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

17 years agoAdd wxFilterFSHandler.
Michael Wetherell [Thu, 26 Oct 2006 22:49:53 +0000 (22:49 +0000)] 
Add wxFilterFSHandler.

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

17 years agoChange wxFSFile::DetachStream to NULL the m_Stream member. Add SetStream().
Michael Wetherell [Thu, 26 Oct 2006 22:45:52 +0000 (22:45 +0000)] 
Change wxFSFile::DetachStream to NULL the m_Stream member. Add SetStream().

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