]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoAdd wxRTTI info for the event class
Robin Dunn [Sat, 8 Jul 2006 02:19:03 +0000 (02:19 +0000)] 
Add wxRTTI info for the event class

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

18 years agoAdded wrappers for wxAUI
Robin Dunn [Sat, 8 Jul 2006 02:13:59 +0000 (02:13 +0000)] 
Added wrappers for wxAUI

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

18 years agoChanges needed for scanning the aui header files with SWIG for
Robin Dunn [Fri, 7 Jul 2006 17:53:17 +0000 (17:53 +0000)] 
Changes needed for scanning the aui header files with SWIG for
wxPython.  Also fix some DLL exports.

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

18 years agoBuild fix.
Włodzimierz Skiba [Fri, 7 Jul 2006 10:57:02 +0000 (10:57 +0000)] 
Build fix.

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

18 years agoAdded style wxTE_PROCESS_ENTER for wxOwnerDrawnComboBox
Alex Bligh [Fri, 7 Jul 2006 10:00:53 +0000 (10:00 +0000)] 
Added style wxTE_PROCESS_ENTER for wxOwnerDrawnComboBox

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

18 years agoNeed to skipp the first half of ShowHint if the platform doesn't
Robin Dunn [Fri, 7 Jul 2006 05:58:48 +0000 (05:58 +0000)] 
Need to skipp the first half of ShowHint if the platform doesn't
have transparency support yet.

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

18 years agoMake sure it creates the directory where tarballs are stored if it doesn't exist.
Kevin Ollivier [Thu, 6 Jul 2006 23:31:22 +0000 (23:31 +0000)] 
Make sure it creates the directory where tarballs are stored if it doesn't exist.

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

18 years agogcc -Wundef warning fix
Vadim Zeitlin [Thu, 6 Jul 2006 23:01:29 +0000 (23:01 +0000)] 
gcc -Wundef warning fix

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

18 years agoUndeprecate wxGetNumberFromUser, add wxNumberEntryDialog
Robin Dunn [Thu, 6 Jul 2006 22:15:24 +0000 (22:15 +0000)] 
Undeprecate wxGetNumberFromUser, add wxNumberEntryDialog

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

18 years agoproperly offset the mouse position for the label window clicks
Robin Dunn [Thu, 6 Jul 2006 22:13:24 +0000 (22:13 +0000)] 
properly offset the mouse position for the label window clicks

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

18 years agowxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called...
Alex Bligh [Thu, 6 Jul 2006 19:19:04 +0000 (19:19 +0000)] 
wxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called twice after lazy creation of the popup, the first deleting m_popupExtraHandler and the second attempting to delete it a second time.

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

18 years agoAdded GetWidestItem() and GetWidestItemWidth() to wxVListBoxComboPopup
Alex Bligh [Thu, 6 Jul 2006 17:42:39 +0000 (17:42 +0000)] 
Added GetWidestItem() and GetWidestItemWidth() to wxVListBoxComboPopup
and wxOwnerDrawnComboBox as per Jaakko Salli

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

18 years agoDummy stub for wxGetMouseState() (tinderbox build fix)
Włodzimierz Skiba [Thu, 6 Jul 2006 12:24:23 +0000 (12:24 +0000)] 
Dummy stub for wxGetMouseState() (tinderbox build fix)

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

18 years agoTinderbox warning fix.
Włodzimierz Skiba [Thu, 6 Jul 2006 10:47:29 +0000 (10:47 +0000)] 
Tinderbox warning fix.

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

18 years agowxRound() workaround to avoid unexpected compile and link errors on incomplete enviro...
Włodzimierz Skiba [Thu, 6 Jul 2006 09:09:09 +0000 (09:09 +0000)] 
wxRound() workaround to avoid unexpected compile and link errors on incomplete environments (Tinderbox build fix).

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

18 years agoTemporarily disable colour picker to keep build working and bofore finding nice repla...
Włodzimierz Skiba [Thu, 6 Jul 2006 07:07:52 +0000 (07:07 +0000)] 
Temporarily disable colour picker to keep build working and bofore finding nice replacement for smartphone build.

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

18 years agoMissing include for wxCocoa build at Tinderbox.
Włodzimierz Skiba [Thu, 6 Jul 2006 06:47:13 +0000 (06:47 +0000)] 
Missing include for wxCocoa build at Tinderbox.

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

18 years agowxMenu::AppendRadioItem() now implemented under all platforms but wxMotif
Vadim Zeitlin [Thu, 6 Jul 2006 00:17:50 +0000 (00:17 +0000)] 
wxMenu::AppendRadioItem() now implemented under all platforms but wxMotif

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

18 years agouse ZIP entry modification time, not the (inexistent) file modification time
Vadim Zeitlin [Thu, 6 Jul 2006 00:14:26 +0000 (00:14 +0000)] 
use ZIP entry modification time, not the (inexistent) file modification time

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

18 years agoOops, I misremembered the name of wxUnusedVar
Robin Dunn [Thu, 6 Jul 2006 00:01:29 +0000 (00:01 +0000)] 
Oops, I misremembered the name of wxUnusedVar

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

18 years agoEnable transparent hints and dragging on wxMac
Robin Dunn [Wed, 5 Jul 2006 23:48:19 +0000 (23:48 +0000)] 
Enable transparent hints and dragging on wxMac

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

18 years agowxAUI: maintain minimum size of panes across dock/undock.
Alex Bligh [Wed, 5 Jul 2006 23:09:33 +0000 (23:09 +0000)] 
wxAUI: maintain minimum size of panes across dock/undock.

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 18:54:51 +0000 (18:54 +0000)] 
reSWIGged

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

18 years agoreorg
Robin Dunn [Wed, 5 Jul 2006 18:52:36 +0000 (18:52 +0000)] 
reorg

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

18 years agoAdd wxBK_HITTEST flags
Robin Dunn [Wed, 5 Jul 2006 18:44:44 +0000 (18:44 +0000)] 
Add wxBK_HITTEST flags

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

18 years agoRemove call to gtk_pizza_set_clear, which doesn't exist any more.
Robin Dunn [Wed, 5 Jul 2006 18:39:42 +0000 (18:39 +0000)] 
Remove call to gtk_pizza_set_clear, which doesn't exist any more.

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

18 years agocleanup and minor tweak for wxPython build
Robin Dunn [Wed, 5 Jul 2006 18:39:03 +0000 (18:39 +0000)] 
cleanup and minor tweak for wxPython build

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

18 years agoRemove bogus include
Alex Bligh [Wed, 5 Jul 2006 17:10:15 +0000 (17:10 +0000)] 
Remove bogus include

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

18 years agofixed wrong comment
Benjamin Williams [Wed, 5 Jul 2006 16:39:04 +0000 (16:39 +0000)] 
fixed wrong comment

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

18 years agoadded EVT_AUI_PANECLOSE and updated sample accordingly
Benjamin Williams [Wed, 5 Jul 2006 16:38:02 +0000 (16:38 +0000)] 
added EVT_AUI_PANECLOSE and updated sample accordingly

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

18 years agoint warning
Stefan Csomor [Wed, 5 Jul 2006 13:11:20 +0000 (13:11 +0000)] 
int warning

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

18 years agomaking cocoa build again
Stefan Csomor [Wed, 5 Jul 2006 13:10:46 +0000 (13:10 +0000)] 
making cocoa build again

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

18 years agowxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.
Włodzimierz Skiba [Wed, 5 Jul 2006 12:21:13 +0000 (12:21 +0000)] 
wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.

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

18 years agoReturn OS description for WinCE too.
Włodzimierz Skiba [Wed, 5 Jul 2006 12:04:53 +0000 (12:04 +0000)] 
Return OS description for WinCE too.

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

18 years agorenamed setup.py to tr_setup.py because build-all does an import of
Robin Dunn [Wed, 5 Jul 2006 05:25:25 +0000 (05:25 +0000)] 
renamed setup.py to tr_setup.py because build-all does an import of
setup, (to get the version number) expecting to get the one in the
root wxPython dir.

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

18 years agoBuild and distrib tweaks ported over from the 2.6 branch
Robin Dunn [Wed, 5 Jul 2006 05:23:28 +0000 (05:23 +0000)] 
Build and distrib tweaks ported over from the 2.6 branch

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

18 years agoNow we can build all tarballs on one (Unix shell) box using pre-flight.sh.
Kevin Ollivier [Wed, 5 Jul 2006 04:37:42 +0000 (04:37 +0000)] 
Now we can build all tarballs on one (Unix shell) box using pre-flight.sh.

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

18 years agoFactoring out redundant steps in the build process to their own function.
Kevin Ollivier [Wed, 5 Jul 2006 04:09:40 +0000 (04:09 +0000)] 
Factoring out redundant steps in the build process to their own function.

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

18 years agoMake note about the need for unix2dos on Mac.
Kevin Ollivier [Wed, 5 Jul 2006 04:07:30 +0000 (04:07 +0000)] 
Make note about the need for unix2dos on Mac.

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 03:23:50 +0000 (03:23 +0000)] 
reSWIGged

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

18 years agowxRichTextCtrl now takes a value parameter in the constructor
Robin Dunn [Wed, 5 Jul 2006 03:18:39 +0000 (03:18 +0000)] 
wxRichTextCtrl now takes a value parameter in the constructor

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 02:07:46 +0000 (02:07 +0000)] 
reSWIGged

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

18 years agoAvoid crash in SelectAll if there are no nodes besides the root
Robin Dunn [Wed, 5 Jul 2006 01:35:36 +0000 (01:35 +0000)] 
Avoid crash in SelectAll if there are no nodes besides the root

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 01:31:58 +0000 (01:31 +0000)] 
reSWIGged

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 00:59:54 +0000 (00:59 +0000)] 
reSWIGged

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

18 years agooops
Robin Dunn [Wed, 5 Jul 2006 00:53:20 +0000 (00:53 +0000)] 
oops

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

18 years agono need to %import gdi.i
Robin Dunn [Wed, 5 Jul 2006 00:47:56 +0000 (00:47 +0000)] 
no need to %import gdi.i

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

18 years agoDocstring fixed
Robin Dunn [Wed, 5 Jul 2006 00:46:05 +0000 (00:46 +0000)] 
Docstring fixed

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

18 years agoTypo fixed
Robin Dunn [Wed, 5 Jul 2006 00:45:38 +0000 (00:45 +0000)] 
Typo fixed

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 00:45:27 +0000 (00:45 +0000)] 
reSWIGged

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

18 years agoChanges needed for building with Python 2.5
Robin Dunn [Wed, 5 Jul 2006 00:43:02 +0000 (00:43 +0000)] 
Changes needed for building with Python 2.5

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

18 years agoChanges needed for building with Python 2.5
Robin Dunn [Wed, 5 Jul 2006 00:37:11 +0000 (00:37 +0000)] 
Changes needed for building with Python 2.5

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

18 years agoreSWIGged
Robin Dunn [Tue, 4 Jul 2006 22:29:24 +0000 (22:29 +0000)] 
reSWIGged

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

18 years agoreSWIGged
Robin Dunn [Tue, 4 Jul 2006 22:18:27 +0000 (22:18 +0000)] 
reSWIGged

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

18 years agowxAUI: Send cancel event on floating panes closing too (last log was misleading ...
Alex Bligh [Tue, 4 Jul 2006 19:58:24 +0000 (19:58 +0000)] 
wxAUI: Send cancel event on floating panes closing too (last log was misleading - that was on docked panes with a hand-drawn close button).

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

18 years agowxAUI: Send a cancel event to the window within a frame which is closed, so it knows...
Alex Bligh [Tue, 4 Jul 2006 19:52:22 +0000 (19:52 +0000)] 
wxAUI: Send a cancel event to the window within a frame which is closed, so it knows it is being destroyed.

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

18 years agoWarning fix.
Włodzimierz Skiba [Tue, 4 Jul 2006 19:49:08 +0000 (19:49 +0000)] 
Warning fix.

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

18 years agowxAUI: Make 2 methods virtual and unprotect member variables to enable apps to do...
Alex Bligh [Tue, 4 Jul 2006 19:25:07 +0000 (19:25 +0000)] 
wxAUI: Make 2 methods virtual and unprotect member variables to enable apps to do their own hint windows until a generally acceptable mechanism for platforms other than MSW is found.

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

18 years agoXRC headers cleaning.
Włodzimierz Skiba [Tue, 4 Jul 2006 18:08:09 +0000 (18:08 +0000)] 
XRC headers cleaning.

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

18 years agoFix typo that caused a global variable to be used instead of the local
Robin Dunn [Tue, 4 Jul 2006 17:22:21 +0000 (17:22 +0000)] 
Fix typo that caused a global variable to be used instead of the local
function parameter

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

18 years agoThe method is called CreatePopupMenu, not CreatePopupIcon
Mart Raudsepp [Tue, 4 Jul 2006 17:01:12 +0000 (17:01 +0000)] 
The method is called CreatePopupMenu, not CreatePopupIcon

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

18 years agorelease build unused variable warning fix
Vadim Zeitlin [Tue, 4 Jul 2006 16:43:25 +0000 (16:43 +0000)] 
release build unused variable warning fix

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

18 years agoReverting my first test commit, as per ABX request
Angel Vidal Veiga [Tue, 4 Jul 2006 16:08:16 +0000 (16:08 +0000)] 
Reverting my first test commit, as per ABX request

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

18 years agoScrolling improvements
Julian Smart [Tue, 4 Jul 2006 15:35:34 +0000 (15:35 +0000)] 
Scrolling improvements

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

18 years agowxAUI: Made fixed size floating panes work
Alex Bligh [Tue, 4 Jul 2006 15:26:33 +0000 (15:26 +0000)] 
wxAUI: Made fixed size floating panes work
wxAUI: Added IMPLEMENT_CLASS etc. for wxFloatingPane for a later patch

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

18 years agoXTI adaption for new event name
Stefan Csomor [Tue, 4 Jul 2006 14:16:33 +0000 (14:16 +0000)] 
XTI adaption for new event name

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

18 years agowxColour lost its Create method, use direct creation for XTI
Stefan Csomor [Tue, 4 Jul 2006 12:31:47 +0000 (12:31 +0000)] 
wxColour lost its Create method, use direct creation for XTI

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

18 years agoWinCE build fixes.
Włodzimierz Skiba [Tue, 4 Jul 2006 10:33:06 +0000 (10:33 +0000)] 
WinCE build fixes.

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

18 years agowas crashing wxCocoa builds (decomposition will be needed there as well, but the...
Stefan Csomor [Tue, 4 Jul 2006 09:12:34 +0000 (09:12 +0000)] 
was crashing wxCocoa builds (decomposition will be needed there as well, but the current implementation is based on the TEConverters)

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

18 years ago[ 1515213 ] Combo sample improvements.
Włodzimierz Skiba [Tue, 4 Jul 2006 08:58:06 +0000 (08:58 +0000)] 
1515213 ] Combo sample improvements.

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

18 years agobuild tweaks
Robin Dunn [Tue, 4 Jul 2006 04:01:16 +0000 (04:01 +0000)] 
build tweaks

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

18 years agos/WXK_NEXT/WXK_PAGEDOWN/ to fix compilation with compatibility off
Vadim Zeitlin [Tue, 4 Jul 2006 00:37:31 +0000 (00:37 +0000)] 
s/WXK_NEXT/WXK_PAGEDOWN/ to fix compilation with compatibility off

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

18 years agodon't assert in SetStringSelection() if the item isn't found for consistency with...
Vadim Zeitlin [Tue, 4 Jul 2006 00:31:52 +0000 (00:31 +0000)] 
don't assert in SetStringSelection() if the item isn't found for consistency with wxItemContainerImmutable

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

18 years agofix -Wundef gcc warnings about wxUSE_MS_HTML_HELP
Vadim Zeitlin [Tue, 4 Jul 2006 00:11:52 +0000 (00:11 +0000)] 
fix -Wundef gcc warnings about wxUSE_MS_HTML_HELP

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

18 years agoAdded ExpandAll and ExpandAllChildren
Robin Dunn [Mon, 3 Jul 2006 22:28:05 +0000 (22:28 +0000)] 
Added ExpandAll and ExpandAllChildren

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

18 years agoSetStyle/GetStyle corrections
Julian Smart [Mon, 3 Jul 2006 21:13:18 +0000 (21:13 +0000)] 
SetStyle/GetStyle corrections
Added compatibility ctor to wxTextAttrEx
wxRichTextCtrl should take a string value for wxTextCtrl compatibility

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

18 years agowxRichTextCtrl updates and corrections
Julian Smart [Mon, 3 Jul 2006 21:00:39 +0000 (21:00 +0000)] 
wxRichTextCtrl updates and corrections

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

18 years agoExpandAll and ExpandAllChildren are in wxTreeCtrlBase now.
Robin Dunn [Mon, 3 Jul 2006 20:55:39 +0000 (20:55 +0000)] 
ExpandAll and ExpandAllChildren are in wxTreeCtrlBase now.

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

18 years agoInclude wx/image.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Mon, 3 Jul 2006 19:02:54 +0000 (19:02 +0000)] 
Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoRich text lib separation.
Włodzimierz Skiba [Mon, 3 Jul 2006 18:12:38 +0000 (18:12 +0000)] 
Rich text lib separation.

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

18 years agoUse wxTextCtrlBase as base class on 2.7
Julian Smart [Mon, 3 Jul 2006 17:51:34 +0000 (17:51 +0000)] 
Use wxTextCtrlBase as base class on 2.7

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

18 years agoThe richtext code is now in it's own lib/DLL
Robin Dunn [Mon, 3 Jul 2006 17:23:54 +0000 (17:23 +0000)] 
The richtext code is now in it's own lib/DLL

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

18 years agoThe richtext DLL needs to also link with the html and xml DLLs.
Robin Dunn [Mon, 3 Jul 2006 17:22:02 +0000 (17:22 +0000)] 
The richtext DLL needs to also link with the html and xml DLLs.

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

18 years agoRich text lib separation.
Włodzimierz Skiba [Mon, 3 Jul 2006 15:12:36 +0000 (15:12 +0000)] 
Rich text lib separation.

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

18 years ago[ 1515217 ] wxComboCtrl textctrl event propagation bug.
Włodzimierz Skiba [Mon, 3 Jul 2006 12:48:21 +0000 (12:48 +0000)] 
1515217 ] wxComboCtrl textctrl event propagation bug.

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

18 years agoremoved wxHyperlinkCtrl from this sample, it's not in the widgets one
Vadim Zeitlin [Mon, 3 Jul 2006 12:41:00 +0000 (12:41 +0000)] 
removed wxHyperlinkCtrl from this sample, it's not in the widgets one

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

18 years agomake the frame big enough to show all controls initially
Vadim Zeitlin [Mon, 3 Jul 2006 12:39:27 +0000 (12:39 +0000)] 
make the frame big enough to show all controls initially

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

18 years ago[ 1515520 ] wxOwnerDrawnComboBox mouse hover on partially visible item.
Włodzimierz Skiba [Mon, 3 Jul 2006 12:23:51 +0000 (12:23 +0000)] 
1515520 ] wxOwnerDrawnComboBox mouse hover on partially visible item.

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

18 years agoUpdated information on concurrent installs.
Stefan Neis [Sun, 2 Jul 2006 22:07:39 +0000 (22:07 +0000)] 
Updated information on concurrent installs.
Made tab usage consistent in description of configure options.

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

18 years agoRemoved some outdated stuff.
Stefan Neis [Sun, 2 Jul 2006 21:57:49 +0000 (21:57 +0000)] 
Removed some outdated stuff.

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

18 years agoFixed typos in comments (patch #1515724)
Stefan Neis [Sun, 2 Jul 2006 21:40:38 +0000 (21:40 +0000)] 
Fixed typos in comments (patch #1515724)

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

18 years agoFixes to sizing and others, according to patch #1507207.
Stefan Neis [Sun, 2 Jul 2006 21:11:58 +0000 (21:11 +0000)] 
Fixes to sizing and others, according to patch #1507207.

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

18 years agoImplemented wxTextAttrEx::CombineEx and wxRichTextAttr::Combine
Julian Smart [Sun, 2 Jul 2006 13:43:42 +0000 (13:43 +0000)] 
Implemented wxTextAttrEx::CombineEx and wxRichTextAttr::Combine
Setting the default style now combines the default with the
new style, instead of just overriding it, so it is possible to
select e.g. bold and italic simultaneously in the sample

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

18 years agocorrected preview scale calculation (patch from Daniel Walter)
Vadim Zeitlin [Sun, 2 Jul 2006 12:56:34 +0000 (12:56 +0000)] 
corrected preview scale calculation (patch from Daniel Walter)

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

18 years agouse PROOF_QUALITY in LOGFONT by default
Vadim Zeitlin [Sun, 2 Jul 2006 12:49:21 +0000 (12:49 +0000)] 
use PROOF_QUALITY in LOGFONT by default

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

18 years agotake pixel sizes into account as well when comparing fonts, not just point sizes...
Vadim Zeitlin [Sun, 2 Jul 2006 12:47:59 +0000 (12:47 +0000)] 
take pixel sizes into account as well when comparing fonts, not just point sizes which could be the same for fonts with slightly different height in pixels or, worse, the fonts with the same height but compeltely different widths

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

18 years agoAdded wxTextCtrlBase to type info, useful if different text control
Julian Smart [Sun, 2 Jul 2006 07:41:02 +0000 (07:41 +0000)] 
Added wxTextCtrlBase to type info, useful if different text control
implementations are available

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

18 years agoTypo correction
Julian Smart [Sun, 2 Jul 2006 07:17:46 +0000 (07:17 +0000)] 
Typo correction

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

18 years agoSeems to work fine without switching off anti-aliasing now
Julian Smart [Sun, 2 Jul 2006 06:58:02 +0000 (06:58 +0000)] 
Seems to work fine without switching off anti-aliasing now

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

18 years agofix appearance problems when the cell is scrolled (patch 1515458)
Vadim Zeitlin [Sun, 2 Jul 2006 01:35:01 +0000 (01:35 +0000)] 
fix appearance problems when the cell is scrolled (patch 1515458)

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