]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agocode simplification and cleanup
Paul Cornett [Fri, 18 Aug 2006 17:06:09 +0000 (17:06 +0000)] 
code simplification and cleanup

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

18 years agoApplied patch [ 1531615 ] size support for wxFileName
Julian Smart [Fri, 18 Aug 2006 15:30:28 +0000 (15:30 +0000)] 
Applied patch [ 1531615 ] size support for wxFileName

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

18 years agoCorrected VC++ compilo (not yet tested)
Julian Smart [Fri, 18 Aug 2006 15:27:30 +0000 (15:27 +0000)] 
Corrected VC++ compilo (not yet tested)

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

18 years agoadd #if wxUSE_AUI to get VC6 with no wxUSE_AUI to compile
Chris Elliott [Fri, 18 Aug 2006 08:05:41 +0000 (08:05 +0000)] 
add #if wxUSE_AUI to get VC6 with no wxUSE_AUI to compile

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

18 years agoCrash fix from Tim Kosse.
Michael Wetherell [Thu, 17 Aug 2006 22:57:14 +0000 (22:57 +0000)] 
Crash fix from Tim Kosse.

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

18 years agoremove Win32S-specific code
Paul Cornett [Thu, 17 Aug 2006 18:48:03 +0000 (18:48 +0000)] 
remove Win32S-specific code

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

18 years agoavoid calling wxSystemSettings::GetMetric() from wxIconBundle::GetIcon() unless the...
Václav Slavík [Thu, 17 Aug 2006 16:08:13 +0000 (16:08 +0000)] 
avoid calling wxSystemSettings::GetMetric() from wxIconBundle::GetIcon() unless the returned value is really needed to choose from >1 icons

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

18 years agobuild fixes
Paul Cornett [Thu, 17 Aug 2006 03:02:15 +0000 (03:02 +0000)] 
build fixes

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

18 years agoRegereate after updating the m4 macros.
Michael Wetherell [Wed, 16 Aug 2006 20:35:04 +0000 (20:35 +0000)] 
Regereate after updating the m4 macros.

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

18 years agoBring through upstream version tagged SDL_1_2_11.
Michael Wetherell [Wed, 16 Aug 2006 19:56:02 +0000 (19:56 +0000)] 
Bring through upstream version tagged SDL_1_2_11.

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

18 years agoBring through upstream version tagged PKGCONF_0_20.
Michael Wetherell [Wed, 16 Aug 2006 19:51:18 +0000 (19:51 +0000)] 
Bring through upstream version tagged PKGCONF_0_20.

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

18 years agoAllow unknown generic unix systems.
Michael Wetherell [Wed, 16 Aug 2006 19:31:12 +0000 (19:31 +0000)] 
Allow unknown generic unix systems.

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

18 years agoDisplay 'no' when the test fails and correct quoting.
Michael Wetherell [Wed, 16 Aug 2006 19:21:16 +0000 (19:21 +0000)] 
Display 'no' when the test fails and correct quoting.

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

18 years agoBring upstream version tagged ACARC_2006_07_16 through from vendor branch.
Michael Wetherell [Wed, 16 Aug 2006 19:06:23 +0000 (19:06 +0000)] 
Bring upstream version tagged ACARC_2006_07_16 through from vendor branch.

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

18 years agowxPlatformInfo::IsUsingUniversalWidgets() was broken by design, it couldn't work...
Václav Slavík [Wed, 16 Aug 2006 17:18:34 +0000 (17:18 +0000)] 
wxPlatformInfo::IsUsingUniversalWidgets() was broken by design, it couldn't work in wxBase shared by 2+ wxCores; fixed by making it non-static and moving its implementation back to wxAppTraits (where its equivalent used to be) and making small API changes implied by that

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

18 years agorevert last change
Paul Cornett [Wed, 16 Aug 2006 16:27:11 +0000 (16:27 +0000)] 
revert last change

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

18 years agofixed syntax errors (incorrect use of _)
Václav Slavík [Wed, 16 Aug 2006 16:17:59 +0000 (16:17 +0000)] 
fixed syntax errors (incorrect use of _)

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

18 years agodocumented wxAppTraits::GetPlatformInfo doesn't exist, removed
Václav Slavík [Wed, 16 Aug 2006 15:42:55 +0000 (15:42 +0000)] 
documented wxAppTraits::GetPlatformInfo doesn't exist, removed

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

18 years agomoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we...
Václav Slavík [Wed, 16 Aug 2006 14:53:49 +0000 (14:53 +0000)] 
moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we don't have to have several identical gdiobj.cpp files containing only it

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

18 years agoDeclarations missing from VC++ 5
Michael Wetherell [Wed, 16 Aug 2006 12:21:20 +0000 (12:21 +0000)] 
Declarations missing from VC++ 5

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

18 years agoAvoid warnings from VC++ 5.0
Michael Wetherell [Wed, 16 Aug 2006 12:17:05 +0000 (12:17 +0000)] 
Avoid warnings from VC++ 5.0

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

18 years agowarning fix for !wxUSE_FONTMAP
Václav Slavík [Wed, 16 Aug 2006 10:31:48 +0000 (10:31 +0000)] 
warning fix for !wxUSE_FONTMAP

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

18 years agoBuild fix.
Stefan Neis [Wed, 16 Aug 2006 09:01:25 +0000 (09:01 +0000)] 
Build fix.

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

18 years ago(blind) build fix
Paul Cornett [Wed, 16 Aug 2006 06:50:24 +0000 (06:50 +0000)] 
(blind) build fix

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

18 years agoIntel compilation fix (patch 1540790)
Vadim Zeitlin [Tue, 15 Aug 2006 18:02:35 +0000 (18:02 +0000)] 
Intel compilation fix (patch 1540790)

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

18 years agoBorland compiler does not like a variable called except
Chris Elliott [Tue, 15 Aug 2006 18:00:30 +0000 (18:00 +0000)] 
Borland compiler does not like a variable called except

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

18 years agobuild fix: don't use compatibility names in wx code
Paul Cornett [Tue, 15 Aug 2006 16:35:32 +0000 (16:35 +0000)] 
build fix: don't use compatibility names in wx code

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

18 years agoremoved obsolete build files which are likely to confuse more than help people now
Vadim Zeitlin [Tue, 15 Aug 2006 13:10:50 +0000 (13:10 +0000)] 
removed obsolete build files which are likely to confuse more than help people now

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

18 years agoclarify LeftIsDown() description
Vadim Zeitlin [Tue, 15 Aug 2006 13:02:02 +0000 (13:02 +0000)] 
clarify LeftIsDown() description

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

18 years agoresolve IsWow64Process() dynamically; don't rely on its declaration being present...
Vadim Zeitlin [Tue, 15 Aug 2006 12:59:22 +0000 (12:59 +0000)] 
resolve IsWow64Process() dynamically; don't rely on its declaration being present in the headers

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

18 years agomaking sure the hint window does not have a (white) titlebar
Stefan Csomor [Tue, 15 Aug 2006 06:26:40 +0000 (06:26 +0000)] 
making sure the hint window does not have a (white) titlebar

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

18 years agonon-pch build fix
Paul Cornett [Tue, 15 Aug 2006 03:16:31 +0000 (03:16 +0000)] 
non-pch build fix

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

18 years agoneeds wx/string.h to compile independently
Paul Cornett [Tue, 15 Aug 2006 03:16:29 +0000 (03:16 +0000)] 
needs wx/string.h to compile independently

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

18 years agodon't execute code unnecessarily/twice (patch 1539690)
Vadim Zeitlin [Mon, 14 Aug 2006 22:34:34 +0000 (22:34 +0000)] 
don't execute code unnecessarily/twice (patch 1539690)

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

18 years agoFix unicode build on UNIX operating systems
Alex Bligh [Mon, 14 Aug 2006 21:58:38 +0000 (21:58 +0000)] 
Fix unicode build on UNIX operating systems

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

18 years agoCombine two wxImage-to-pixmap creation functions into one.
Paul Cornett [Mon, 14 Aug 2006 06:26:35 +0000 (06:26 +0000)] 
Combine two wxImage-to-pixmap creation functions into one.
Use consistent method for creating mono bitmap in wxBitmap and wxMask.

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

18 years agodisable positional printf params for now as there are problems with our vsnprintf...
Vadim Zeitlin [Mon, 14 Aug 2006 00:38:23 +0000 (00:38 +0000)] 
disable positional printf params for now as there are problems with our vsnprintf() version

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

18 years agowxGetOsVersion() compilation andl inking fixes for wxMac
Vadim Zeitlin [Sun, 13 Aug 2006 22:43:30 +0000 (22:43 +0000)] 
wxGetOsVersion() compilation andl inking fixes for wxMac

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

18 years agoremoved code for non-compositing case to fix the compilation after recent commits
Vadim Zeitlin [Sun, 13 Aug 2006 22:39:48 +0000 (22:39 +0000)] 
removed code for non-compositing case to fix the compilation after recent commits

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

18 years agocompilation fixes after recent wxFontEnumerator changes in USE_NATIVE_FONT_DIALOG_FOR...
Vadim Zeitlin [Sun, 13 Aug 2006 22:36:50 +0000 (22:36 +0000)] 
compilation fixes after recent wxFontEnumerator changes in USE_NATIVE_FONT_DIALOG_FOR_MACOSX == 0 case

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

18 years agocorrected signed/unsigned comparison warnings
Vadim Zeitlin [Sun, 13 Aug 2006 21:12:50 +0000 (21:12 +0000)] 
corrected signed/unsigned comparison warnings

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

18 years agoregenerated after adding platinfo.{h|cpp}
Vadim Zeitlin [Sun, 13 Aug 2006 21:10:59 +0000 (21:10 +0000)] 
regenerated after adding platinfo.{h|cpp}

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

18 years agoremove extraneous commas and semicolons (patch 1537792)
Vadim Zeitlin [Sun, 13 Aug 2006 21:04:27 +0000 (21:04 +0000)] 
remove extraneous commas and semicolons (patch 1537792)

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

18 years agowxPlatformInfo (patch 1532064)
Vadim Zeitlin [Sun, 13 Aug 2006 21:00:32 +0000 (21:00 +0000)] 
wxPlatformInfo (patch 1532064)

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

18 years agofix printf() argument type in GetOsInfo()
Vadim Zeitlin [Sun, 13 Aug 2006 20:30:17 +0000 (20:30 +0000)] 
fix printf() argument type in GetOsInfo()

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

18 years agofix borland error about string refernce
Chris Elliott [Sun, 13 Aug 2006 12:12:55 +0000 (12:12 +0000)] 
fix borland error about string refernce

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

18 years agowxBitmap does not need to use gdk_wx_draw_bitmap
Paul Cornett [Sun, 13 Aug 2006 05:56:27 +0000 (05:56 +0000)] 
wxBitmap does not need to use gdk_wx_draw_bitmap

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

18 years agomore accurate mask creation for low color displays
Paul Cornett [Sun, 13 Aug 2006 05:12:18 +0000 (05:12 +0000)] 
more accurate mask creation for low color displays

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

18 years agofixed crash if the control is moved while the popup is open (patch 1539194)
Vadim Zeitlin [Sun, 13 Aug 2006 01:24:30 +0000 (01:24 +0000)] 
fixed crash if the control is moved while the popup is open (patch 1539194)

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

18 years agofixes for several fatal problems when using wxComboCtrl as popup (patch 1539124)
Vadim Zeitlin [Sun, 13 Aug 2006 01:22:37 +0000 (01:22 +0000)] 
fixes for several fatal problems when using wxComboCtrl as popup (patch 1539124)

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

18 years agocorrected example of GetUserConfigDir() return value under Windows (patch 1538788)
Vadim Zeitlin [Sun, 13 Aug 2006 01:20:06 +0000 (01:20 +0000)] 
corrected example of GetUserConfigDir() return value under Windows (patch 1538788)

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

18 years agoremove extraneous commas and semicolons (patch 1537792)
Vadim Zeitlin [Sun, 13 Aug 2006 01:17:53 +0000 (01:17 +0000)] 
remove extraneous commas and semicolons (patch 1537792)

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

18 years agofixed SetSelection(-1) for controls with multiple selection (patch 1537282)
Vadim Zeitlin [Sun, 13 Aug 2006 01:13:53 +0000 (01:13 +0000)] 
fixed SetSelection(-1) for controls with multiple selection (patch 1537282)

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

18 years agodon't rely on system snprintf() for the tests (patch 1532503)
Vadim Zeitlin [Sun, 13 Aug 2006 01:08:35 +0000 (01:08 +0000)] 
don't rely on system snprintf() for the tests (patch 1532503)

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

18 years agocorrected typo in DEFAULT_wxUSE_PRINTF_POS_PARAMS
Vadim Zeitlin [Sun, 13 Aug 2006 01:07:07 +0000 (01:07 +0000)] 
corrected typo in DEFAULT_wxUSE_PRINTF_POS_PARAMS

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

18 years agofixed wrong test (patch 1532411)
Vadim Zeitlin [Sun, 13 Aug 2006 01:05:19 +0000 (01:05 +0000)] 
fixed wrong test (patch 1532411)

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

18 years agoadded wxULongLong::ToDouble() (patch 1531597)
Vadim Zeitlin [Sun, 13 Aug 2006 00:44:44 +0000 (00:44 +0000)] 
added wxULongLong::ToDouble() (patch 1531597)

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

18 years agoF4 key also toggles combobox popup under MSW
Vadim Zeitlin [Sun, 13 Aug 2006 00:41:42 +0000 (00:41 +0000)] 
F4 key also toggles combobox popup under MSW

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

18 years agobetter key handling for MSW and GTK (patch 1526666)
Vadim Zeitlin [Sun, 13 Aug 2006 00:35:02 +0000 (00:35 +0000)] 
better key handling for MSW and GTK (patch 1526666)

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

18 years agoadded wxDir::FindFirst() (modified patch 1525502)
Vadim Zeitlin [Sun, 13 Aug 2006 00:23:58 +0000 (00:23 +0000)] 
added wxDir::FindFirst() (modified patch 1525502)

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

18 years agouse GDK to convert pixmap to RGB for wxImage
Paul Cornett [Sat, 12 Aug 2006 21:39:22 +0000 (21:39 +0000)] 
use GDK to convert pixmap to RGB for wxImage

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

18 years agoadding support for embedded controls in native toolbar
Stefan Csomor [Fri, 11 Aug 2006 19:57:28 +0000 (19:57 +0000)] 
adding support for embedded controls in native toolbar

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

18 years agochange deprecated gdk_image_get to gdk_drawable_get_image
Paul Cornett [Fri, 11 Aug 2006 17:34:54 +0000 (17:34 +0000)] 
change deprecated gdk_image_get to gdk_drawable_get_image

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

18 years agocompilation fix for compilation w/o precompiled headers
Václav Slavík [Fri, 11 Aug 2006 12:17:15 +0000 (12:17 +0000)] 
compilation fix for compilation w/o precompiled headers

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

18 years agocode simplification and minor cleanup
Paul Cornett [Fri, 11 Aug 2006 05:14:19 +0000 (05:14 +0000)] 
code simplification and minor cleanup

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

18 years agocompilo introduced fixed
Stefan Csomor [Fri, 11 Aug 2006 04:41:11 +0000 (04:41 +0000)] 
compilo introduced fixed

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

18 years agoremoving non-compositing code, adding individual transparency
Stefan Csomor [Fri, 11 Aug 2006 04:39:23 +0000 (04:39 +0000)] 
removing non-compositing code, adding individual transparency

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

18 years agofix for 64 bit
Stefan Csomor [Fri, 11 Aug 2006 04:32:56 +0000 (04:32 +0000)] 
fix for 64 bit

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

18 years agoremoving code for pre 10.3 systems
Stefan Csomor [Fri, 11 Aug 2006 04:31:33 +0000 (04:31 +0000)] 
removing code for pre 10.3 systems

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

18 years agowe're always compositing
Stefan Csomor [Fri, 11 Aug 2006 04:29:11 +0000 (04:29 +0000)] 
we're always compositing

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

18 years agofixing compilo for 10.5
Stefan Csomor [Fri, 11 Aug 2006 04:28:16 +0000 (04:28 +0000)] 
fixing compilo for 10.5

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

18 years agocommitting the code for resolution independence (turned off)
Stefan Csomor [Fri, 11 Aug 2006 04:26:16 +0000 (04:26 +0000)] 
committing the code for resolution independence (turned off)

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

18 years agowe are always compositing on the supported OS versions
Stefan Csomor [Fri, 11 Aug 2006 04:23:39 +0000 (04:23 +0000)] 
we are always compositing on the supported OS versions

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

18 years agowe are always compositing on the supported OS versions
Stefan Csomor [Fri, 11 Aug 2006 04:17:19 +0000 (04:17 +0000)] 
we are always compositing on the supported OS versions

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

18 years agowe are always compositing on the supported OS versions, add transparency for individu...
Stefan Csomor [Fri, 11 Aug 2006 04:04:36 +0000 (04:04 +0000)] 
we are always compositing on the supported OS versions, add transparency for individual controls

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

18 years agowe are always compositing on the supported OS versions
Stefan Csomor [Fri, 11 Aug 2006 04:01:55 +0000 (04:01 +0000)] 
we are always compositing on the supported OS versions

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

18 years agomoved duplicated wxRegionContain definitions to wx/region.h
Václav Slavík [Thu, 10 Aug 2006 20:16:15 +0000 (20:16 +0000)] 
moved duplicated wxRegionContain definitions to wx/region.h

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

18 years agocompilation fix: remove wxRegionContain enum which is now defined in wx/region.h...
Vadim Zeitlin [Thu, 10 Aug 2006 19:56:32 +0000 (19:56 +0000)] 
compilation fix: remove wxRegionContain enum which is now defined in wx/region.h itself

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

18 years agorevert unintended checkin of experimental change to Rescale()
Paul Cornett [Thu, 10 Aug 2006 18:41:12 +0000 (18:41 +0000)] 
revert unintended checkin of experimental change to Rescale()

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

18 years agoavoid using deprecated gdk_image_new_bitmap()
Paul Cornett [Thu, 10 Aug 2006 16:04:07 +0000 (16:04 +0000)] 
avoid using deprecated gdk_image_new_bitmap()

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

18 years agoremoved wxHtmlWindow::m_Style which duplicated wxWindow::m_windowStyle and prevented...
Vadim Zeitlin [Thu, 10 Aug 2006 15:46:49 +0000 (15:46 +0000)] 
removed wxHtmlWindow::m_Style which duplicated wxWindow::m_windowStyle and prevented changeing wxHW_XXX window style after Create() from working

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

18 years agomove the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn...
Vadim Zeitlin [Thu, 10 Aug 2006 15:42:07 +0000 (15:42 +0000)] 
move the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn keys even when focus is outside of the notebook to wxControlContainer from wxTopLevelWindowMSW to allow it work for notebooks whose parent is not a TLW (as a side effect, this now also works in all ports although I don't really know how desirable this is)

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

18 years agomoved duplicated wxRegionContain definitions to wx/region.h
Václav Slavík [Thu, 10 Aug 2006 14:26:55 +0000 (14:26 +0000)] 
moved duplicated wxRegionContain definitions to wx/region.h

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

18 years agocompilation fix for compilation w/o precompiled headers
Václav Slavík [Thu, 10 Aug 2006 13:53:25 +0000 (13:53 +0000)] 
compilation fix for compilation w/o precompiled headers

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

18 years agoAdd parameter to the --enable-universal_binary option for the path to the SDK.
Michael Wetherell [Thu, 10 Aug 2006 13:38:23 +0000 (13:38 +0000)] 
Add parameter to the --enable-universal_binary option for the path to the SDK.

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

18 years agoNeed include so user code can access book control
Julian Smart [Thu, 10 Aug 2006 12:43:38 +0000 (12:43 +0000)] 
Need include so user code can access book control

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

18 years agomoved mgl/colour.{cpp,h} to generic so that it can be reused by other ports without...
Václav Slavík [Thu, 10 Aug 2006 11:16:30 +0000 (11:16 +0000)] 
moved mgl/colour.{cpp,h} to generic so that it can be reused by other ports without native colour representation

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

18 years agocheck that wxUniv is enabled when compiling for wxMGL
Václav Slavík [Thu, 10 Aug 2006 10:09:34 +0000 (10:09 +0000)] 
check that wxUniv is enabled when compiling for wxMGL

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

18 years agousing newer API
Stefan Csomor [Thu, 10 Aug 2006 05:31:13 +0000 (05:31 +0000)] 
using newer API

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

18 years agoAdding technotes about the release system and about adding apps/screenshots to the...
Kevin Ollivier [Thu, 10 Aug 2006 04:05:50 +0000 (04:05 +0000)] 
Adding technotes about the release system and about adding apps/screenshots to the wxWidgets.org front page

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

18 years agoempty spin range is valid and even useful (at least for testing purposes)
Vadim Zeitlin [Thu, 10 Aug 2006 00:45:37 +0000 (00:45 +0000)] 
empty spin range is valid and even useful (at least for testing purposes)

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

18 years agofixes for SetRange(): ensure that the value is valid for the new range; update the...
Vadim Zeitlin [Thu, 10 Aug 2006 00:44:44 +0000 (00:44 +0000)] 
fixes for SetRange(): ensure that the value is valid for the new range; update the visible state of the spin arrows when range becomes [in]valid

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

18 years agoadded NormalizeValue() which can be used to ensure that the control value is in range
Vadim Zeitlin [Thu, 10 Aug 2006 00:43:35 +0000 (00:43 +0000)] 
added NormalizeValue() which can be used to ensure that the control value is in range

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

18 years agoAdded wxID_PAGE_SETUP standard id
Vadim Zeitlin [Thu, 10 Aug 2006 00:14:55 +0000 (00:14 +0000)] 
Added wxID_PAGE_SETUP standard id

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

18 years agodo mention AUI in change log
Vadim Zeitlin [Thu, 10 Aug 2006 00:13:21 +0000 (00:13 +0000)] 
do mention AUI in change log

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

18 years agoRemove wxColour* typemap, it causes more problems than it solves.
Robin Dunn [Wed, 9 Aug 2006 21:38:54 +0000 (21:38 +0000)] 
Remove wxColour* typemap, it causes more problems than it solves.

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

18 years agoinvalid size is (size_t)-1, not 0xffffffff; stream returned by GetInputstream() must...
Vadim Zeitlin [Wed, 9 Aug 2006 21:23:56 +0000 (21:23 +0000)] 
invalid size is (size_t)-1, not 0xffffffff; stream returned by GetInputstream() must be destroyed while wxHTTP object is still alive; some English corrections

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

18 years agoChange def of WX_LINGUAS so it works on OS X.
Robin Dunn [Wed, 9 Aug 2006 18:54:14 +0000 (18:54 +0000)] 
Change def of WX_LINGUAS so it works on OS X.

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

18 years agoAdd typemaps for wxColour*
Robin Dunn [Wed, 9 Aug 2006 18:50:33 +0000 (18:50 +0000)] 
Add typemaps for wxColour*

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

18 years agoAdd wx.Rect.InsideRect
Robin Dunn [Wed, 9 Aug 2006 18:50:06 +0000 (18:50 +0000)] 
Add wx.Rect.InsideRect

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