Robin Dunn
|
2add9e3c2f
|
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
|
2006-10-28 21:54:52 +00:00 |
|
Vadim Zeitlin
|
a685dd314c
|
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
|
2006-10-28 20:46:25 +00:00 |
|
Benjamin Williams
|
488e50ee50
|
fixed some compiler warnings in wxaui
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 18:27:42 +00:00 |
|
Benjamin Williams
|
b6418695ca
|
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
|
2006-10-28 18:21:11 +00:00 |
|
Vadim Zeitlin
|
efc5767138
|
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
|
2006-10-28 17:15:58 +00:00 |
|
Vadim Zeitlin
|
ec3edcc984
|
check for strtoull() or wcstoull()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 17:13:19 +00:00 |
|
Vadim Zeitlin
|
d581cac5e8
|
fix gcc compilation warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 17:04:52 +00:00 |
|
Kevin Ollivier
|
1f2b90153e
|
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
|
2006-10-28 16:55:54 +00:00 |
|
Stefan Csomor
|
daa6105f2f
|
missing methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 16:53:07 +00:00 |
|
Vadim Zeitlin
|
d6718dd17b
|
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
|
2006-10-28 16:46:03 +00:00 |
|
Vadim Zeitlin
|
ea960ae8af
|
no changes, just a typo in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 16:39:45 +00:00 |
|
Vadim Zeitlin
|
e71e5b3726
|
also reset errno iin ToDouble()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 15:42:28 +00:00 |
|
Vadim Zeitlin
|
4ea4767ef9
|
reset errno before testing it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 15:41:32 +00:00 |
|
Vadim Zeitlin
|
619dcb095e
|
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
|
2006-10-28 15:24:07 +00:00 |
|
Benjamin Williams
|
3f69756e3d
|
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
|
2006-10-28 15:20:10 +00:00 |
|
Václav Slavík
|
2dd9690e88
|
removed unused GetScrollbarArrowSize() version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 15:16:45 +00:00 |
|
Vadim Zeitlin
|
1e613d2282
|
deTABified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 15:01:33 +00:00 |
|
Vadim Zeitlin
|
bda041e561
|
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
|
2006-10-28 14:58:56 +00:00 |
|
Stefan Csomor
|
e3ff359189
|
matrix and path to ref counting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 14:41:48 +00:00 |
|
Vadim Zeitlin
|
7788fc4046
|
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
|
2006-10-28 14:16:20 +00:00 |
|
Vadim Zeitlin
|
84498436c9
|
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
|
2006-10-28 14:11:54 +00:00 |
|
Vadim Zeitlin
|
13874b5c7f
|
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
|
2006-10-28 14:06:27 +00:00 |
|
Vadim Zeitlin
|
01c3ebb80a
|
added missing dlldecl for wxFSHandlerHash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 14:03:53 +00:00 |
|
Vadim Zeitlin
|
9c71a1386d
|
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
|
2006-10-28 13:57:38 +00:00 |
|
Stefan Csomor
|
a4e73390a6
|
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
|
2006-10-28 13:46:46 +00:00 |
|
Vadim Zeitlin
|
5b313974cd
|
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
|
2006-10-28 13:46:18 +00:00 |
|
Michael Wetherell
|
6c7f5e56a8
|
Another fix for the pch bug test.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 11:53:44 +00:00 |
|
Michael Wetherell
|
be49c6ecde
|
Another fix for the pch bug test.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 11:07:20 +00:00 |
|
Julian Smart
|
62f4313b72
|
Documented wxRichTextBuffer printing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 10:49:30 +00:00 |
|
Julian Smart
|
d479632a8f
|
Avoid missing ref
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 10:48:11 +00:00 |
|
Michael Wetherell
|
6d952fd76f
|
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
|
2006-10-28 10:31:43 +00:00 |
|
Julian Smart
|
85d8909ba3
|
Corrected a clearing bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 09:29:07 +00:00 |
|
Michael Wetherell
|
d2b23e51e3
|
Compile fix for VC++ 5 and 6.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 09:17:27 +00:00 |
|
Robin Dunn
|
70d7cb34a6
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 03:01:58 +00:00 |
|
Robin Dunn
|
027aef71af
|
daily updates and add wxGrpahicsPath overloads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 03:00:27 +00:00 |
|
Robin Dunn
|
c907796b33
|
Add missing Contains overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 02:59:41 +00:00 |
|
Robin Dunn
|
7da662ce7c
|
Typemaps for wxRect2D
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 02:59:22 +00:00 |
|
Robin Dunn
|
9f4a1fed45
|
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
|
2006-10-28 02:59:02 +00:00 |
|
Robin Dunn
|
55811cde2d
|
daily updates and tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 02:58:17 +00:00 |
|
Robin Dunn
|
7f8bd9fc5f
|
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
|
2006-10-28 02:28:38 +00:00 |
|
Michael Wetherell
|
b2983f422f
|
Fix portibility bug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 01:15:16 +00:00 |
|
Vadim Zeitlin
|
22bea944d2
|
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
|
2006-10-28 00:52:09 +00:00 |
|
Vadim Zeitlin
|
a059db11ff
|
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
|
2006-10-28 00:44:24 +00:00 |
|
Kevin Ollivier
|
e718be3e16
|
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
|
2006-10-28 00:37:17 +00:00 |
|
Vadim Zeitlin
|
e7fbaf0efd
|
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
|
2006-10-28 00:28:41 +00:00 |
|
Vadim Zeitlin
|
c26d982b4b
|
removed hard TAB
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 00:20:47 +00:00 |
|
Michael Wetherell
|
f068697b46
|
Add wxArchiveFSHandler.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-27 22:10:19 +00:00 |
|
Michael Wetherell
|
5410f5728d
|
Tidy up includes and #if wxUSE statements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-27 22:03:29 +00:00 |
|
Kevin Ollivier
|
959d17852d
|
Don't use the superview when converting.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-27 20:22:09 +00:00 |
|
Robert Roebling
|
5b5210ba36
|
Indicate that EnableCloseButton is virtual.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-27 20:05:47 +00:00 |
|