]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Sun, 29 Oct 2006 02:26:37 +0000 (02:26 +0000)]
Add export macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42595
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 29 Oct 2006 00:05:56 +0000 (00:05 +0000)]
added NZST and NZDT time zones (request 617912)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42594
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 28 Oct 2006 22:19:17 +0000 (22:19 +0000)]
Mention the Unix printing overview in the general
printing overview.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42593
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 28 Oct 2006 22:07:38 +0000 (22:07 +0000)]
Correct background colour in ComboCtrl (from Jaako).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42592
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 28 Oct 2006 21:57:24 +0000 (21:57 +0000)]
Launch the browser that is set in the gconf registry.
Don't blindly add "http://" to URL as this will not
work with local file paths (obviously).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42591
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 28 Oct 2006 21:54:52 +0000 (21:54 +0000)]
Moved version number to 2.7.2.0 and rebaked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42590
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 28 Oct 2006 20:46:25 +0000 (20:46 +0000)]
remove unneeded WXDLLEXPORTs for the classes only used inside the implementation and so not needing to be exported
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42589
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Sat, 28 Oct 2006 18:27:42 +0000 (18:27 +0000)]
fixed some compiler warnings in wxaui
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42588
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Sat, 28 Oct 2006 18:21:11 +0000 (18:21 +0000)]
wxaui multi-book prep work for left/right buttons on tab bar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42587
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 28 Oct 2006 17:15:58 +0000 (17:15 +0000)]
avoid gcc warnings about missing braces in an aggregate initializer by not using a union in ToLongTestData
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42586
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 28 Oct 2006 17:13:19 +0000 (17:13 +0000)]
check for strtoull() or wcstoull()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42585
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 28 Oct 2006 17:04:52 +0000 (17:04 +0000)]
fix gcc compilation warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42584
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Sat, 28 Oct 2006 16:55:54 +0000 (16:55 +0000)]
For whatever reason, font-size 9 is now hardly readable on Mac. Using default font size on that platform for now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42583
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 28 Oct 2006 16:53:07 +0000 (16:53 +0000)]
missing methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42582
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 28 Oct 2006 16:46:03 +0000 (16:46 +0000)]
added wxString::ToLongLong() and ToULongLong() (feature request
1290937)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42581
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 28 Oct 2006 16:39:45 +0000 (16:39 +0000)]
no changes, just a typo in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42580
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 28 Oct 2006 15:42:28 +0000 (15:42 +0000)]
also reset errno iin ToDouble()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42579
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 28 Oct 2006 15:41:32 +0000 (15:41 +0000)]
reset errno before testing it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42578
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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