Václav Slavík
|
815399d5bb
|
removed no longer used src/iodbc directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-13 15:37:15 +00:00 |
|
Václav Slavík
|
0618e761cb
|
removed unused g_focusWindowLast
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-13 14:47:21 +00:00 |
|
Julian Smart
|
c025e094f4
|
Further fixes, for selected text display and new paragraph insertion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-13 14:24:49 +00:00 |
|
Stefan Csomor
|
e014851ee9
|
fixing wxSystemColour conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-13 08:35:19 +00:00 |
|
Vadim Zeitlin
|
6621957fe2
|
use platform-specific styles in xTR_DEFAULT_STYLE but don't impose them forcefully in wxGenericTreeCtrl ctor as this prevents people from using them even if they explicitly want to do it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 23:06:09 +00:00 |
|
Vadim Zeitlin
|
522a028a17
|
use const char*, not char*, for string literals to avoid gcc warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 22:53:30 +00:00 |
|
Vadim Zeitlin
|
8e9ca79b3c
|
add forgotten file needed by the last change to the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 22:46:58 +00:00 |
|
Václav Slavík
|
f029f1d15b
|
added wxWindow::HandleAsNavigationKey() helper for handling (not only) TAB key in custom controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 20:13:22 +00:00 |
|
Julian Smart
|
99404ab05f
|
Fixed several style, paste and undo bugs
Added a reload function to the sample for quickly restoring original text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 17:05:54 +00:00 |
|
Václav Slavík
|
77fe7204b5
|
use ClientToWindowSize/WindowToClientSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 15:53:35 +00:00 |
|
Václav Slavík
|
301d7a0da6
|
added wxWindow::ClientToWindowSize and WindowToClientSize helpers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 15:49:22 +00:00 |
|
Václav Slavík
|
bad4a10f24
|
silence warnings about <headers>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 11:29:35 +00:00 |
|
Stefan Csomor
|
812e3c4742
|
fixing SetShape's bridging between RgnHandle and HiShapeRef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 10:49:19 +00:00 |
|
Jouk Jansen
|
25071a1b57
|
Update setup for OpenVMS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 07:25:33 +00:00 |
|
Paul Cornett
|
071ccf2a7c
|
build fix for non-MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 04:03:49 +00:00 |
|
Vadim Zeitlin
|
e340b786a8
|
use wxLanguageInfo::GetLocaleName() instead of Desscription which can't be passed to _create_locale() (except that it works for a few standard languages by random coincidence)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-12 00:06:52 +00:00 |
|
Vadim Zeitlin
|
42db82fd8d
|
simplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 23:57:30 +00:00 |
|
Vadim Zeitlin
|
99abd9c85c
|
remove half a dozen #ifndef __WXWINCE__ as they dont seem to be necessary now (wxSetlocale() is defined in wxcrt.h for all platforms); if the compilation for CE is broken it must be fixed by providing wxSetlocale() stub for it instead of writings tons of #ifdefs!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 23:48:35 +00:00 |
|
Vadim Zeitlin
|
86d62b51c0
|
add wxLanguageInfo::GetLocaleName(), this simplifies the current code and will be used with wxXLocale
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 23:40:03 +00:00 |
|
Vadim Zeitlin
|
ea65760d5c
|
avoid duplication in the code by refactoring LCID creation from wxLanguageInfo::WinLang and WinSublang in a member function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 23:23:10 +00:00 |
|
Vadim Zeitlin
|
800f137903
|
initialize m_backgroundBrush to an invalid brush instead of wxTRANSPARENT_BRUSH, this shouldn't change anything but avoids unneeded initialization
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 22:34:13 +00:00 |
|
Vadim Zeitlin
|
e630cd0454
|
use #ifdef __WXMAC__, not #if
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 22:30:58 +00:00 |
|
Vadim Zeitlin
|
0023c3326c
|
document that wxTLW::SetSize() is affected by SetSizeHints()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 21:12:15 +00:00 |
|
Francesco Montorsi
|
e0b7c2b713
|
use WXLIBPOSTFIX inside the define-*-name tags so to make the generated makefiles much shorter.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 21:01:06 +00:00 |
|
Vadim Zeitlin
|
5a0c7d664e
|
use correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_FWD_BASE for wxWindow forward declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 20:51:24 +00:00 |
|
Vadim Zeitlin
|
6c91ea6f89
|
update m_lastcount correctly in wxBufferedInputStream::Read() when using the buffer associated with another stream and not created by this one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 20:23:29 +00:00 |
|
Vadim Zeitlin
|
b720b86bfb
|
set selection anchor to the focused item in SetItemState()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 20:16:23 +00:00 |
|
Paul Cornett
|
f03789294f
|
fix for glib critical errors when closing an mdi child
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 17:39:06 +00:00 |
|
Vadim Zeitlin
|
0d29a4828e
|
implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 16:03:23 +00:00 |
|
Vadim Zeitlin
|
067fd8b47e
|
compilation fix for wxUSE_STL==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 14:22:04 +00:00 |
|
Stefan Csomor
|
eb0751b147
|
applying 1890924
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 14:21:34 +00:00 |
|
Chris Elliott
|
25645ca5b1
|
see http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/97537
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 08:59:59 +00:00 |
|
Chris Elliott
|
fe02497d70
|
fix SF bug 1890890
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 08:29:23 +00:00 |
|
David Elliott
|
ff9f352689
|
When Cocoa sends [tabView:didSelectTabViewItem:] create a page changed event
instead of a page changing event and actually send it.
Copyright 2008 Software 2000 Ltd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 07:29:43 +00:00 |
|
Vadim Zeitlin
|
68b1c87866
|
make wxGenericCollapsiblePane a wxControlContainer to allow keyboard navigation to and inside it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 01:24:19 +00:00 |
|
Vadim Zeitlin
|
47a407850e
|
docs for wxXLocale (should have been part of r51632)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 01:23:40 +00:00 |
|
Vadim Zeitlin
|
4453c7082f
|
use CanAcceptFocus() instead of CanAcceptFocusFromKeyboard() when checking if we should TAB into a child because the latter is not recursive and we do want to TAB into panels which don't have focus themselves but have children that do
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 01:21:46 +00:00 |
|
Vadim Zeitlin
|
506f9e92cb
|
no changes, just do the case of m_winLastFocused to wxRadioButton once instead of four times in wxMSW radiobutton navigation hack fragment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 00:14:54 +00:00 |
|
Vadim Zeitlin
|
391b16953a
|
don't use parent window of a TLW in HandleOnNavigationKey(), even if it's apparently harmless it's wrong to involve the parent TLW in the code navigating inside this one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 00:09:24 +00:00 |
|
Vadim Zeitlin
|
521d34369b
|
log Unicode data correctly, extract the logging code in MyConnectionBase class instead of quadriplicating it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 23:43:39 +00:00 |
|
Vadim Zeitlin
|
b81885a6b6
|
pass correct data size to DdeClientTransaction() in Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 23:27:00 +00:00 |
|
Michael Wetherell
|
d91490a596
|
Fix IA64 VC++ 8 Stable to be a full build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 21:17:01 +00:00 |
|
Michael Wetherell
|
fa5a0e7064
|
Fix for systems with old non-POSIX awk.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 21:15:05 +00:00 |
|
Vadim Zeitlin
|
8ffc2f063c
|
mention wxXLocale
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 17:45:40 +00:00 |
|
Vadim Zeitlin
|
ab431d9e3d
|
cast char values to unsigned char before passing them to CRT functions as MSVC CRT asserts if passed a negative value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 17:43:43 +00:00 |
|
Vadim Zeitlin
|
f9727b1be5
|
fixed wxXLocale(wxLanguage) ctor under Windows, use it instead of ctor from locale string in the test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 17:38:37 +00:00 |
|
Vadim Zeitlin
|
609ea9cf02
|
fix compilation with VC7
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 17:18:04 +00:00 |
|
Vadim Zeitlin
|
a4e53d4658
|
return int, not wxUniChar, from wxTo{upp,low}er_l() for consistency with the standard tow{upp,low}er()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 17:16:31 +00:00 |
|
Vadim Zeitlin
|
45f5fbd438
|
compilation fix for wxUSE_XLOCALE == 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 17:10:15 +00:00 |
|
Vadim Zeitlin
|
149e70e123
|
add check for wxUSE_XLOCALE (and also wxUSE_INTL which wasn't checked for some reason)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-10 17:08:44 +00:00 |
|