wxWidgets.git
17 years agodon't assume there's always an active wxEventLoop instance
Václav Slavík [Thu, 25 Jan 2007 17:33:09 +0000 (17:33 +0000)] 
don't assume there's always an active wxEventLoop instance

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

17 years agochanging text alignment dynamically doesn't always work under XP, recreate the contro...
Vadim Zeitlin [Thu, 25 Jan 2007 15:36:31 +0000 (15:36 +0000)] 
changing text alignment dynamically doesn't always work under XP, recreate the control there too

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

17 years agodocument that the parent window gets EVT_LEAVE_WINDOW when the mouse enters one of...
Vadim Zeitlin [Wed, 24 Jan 2007 22:32:44 +0000 (22:32 +0000)] 
document that the parent window gets EVT_LEAVE_WINDOW when the mouse enters one of its children

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

17 years agouse LLONG_MIN instead of -1 (which is a valid time value corresponding to 1ms before...
Vadim Zeitlin [Wed, 24 Jan 2007 17:37:54 +0000 (17:37 +0000)] 
use LLONG_MIN instead of -1 (which is a valid time value corresponding to 1ms before Epoch) for the invalid wxDateTime m_time value

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

17 years agocompiled fixes for builds without PCH
Václav Slavík [Wed, 24 Jan 2007 13:42:46 +0000 (13:42 +0000)] 
compiled fixes for builds without PCH

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

17 years ago Committing in .
Jouk Jansen [Wed, 24 Jan 2007 07:51:56 +0000 (07:51 +0000)] 
 Committing in .

 adding #include <sys/socket.h> for OpenVMS.
 mayby some other platforms need this include

 Modified Files:
  wxWidgets/include/wx/private/socketevtdispatch.h

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

17 years agofix SF bug 1640955
Chris Elliott [Tue, 23 Jan 2007 09:25:53 +0000 (09:25 +0000)] 
fix SF bug 1640955

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

17 years agowxDFB doesn't require extra configure options anymore
Václav Slavík [Mon, 22 Jan 2007 17:43:09 +0000 (17:43 +0000)] 
wxDFB doesn't require extra configure options anymore

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

17 years agochangelog for 2.8.1.1
Robin Dunn [Mon, 22 Jan 2007 16:59:11 +0000 (16:59 +0000)] 
changelog for 2.8.1.1

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

17 years agoregenerated
Robin Dunn [Mon, 22 Jan 2007 16:51:23 +0000 (16:51 +0000)] 
regenerated

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

17 years agoimplemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLe...
Václav Slavík [Mon, 22 Jan 2007 15:13:15 +0000 (15:13 +0000)] 
implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow

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

17 years agowxDFB: fix rendering artefacts when scrolling wxScrolledWindow that contains other...
Václav Slavík [Mon, 22 Jan 2007 15:10:26 +0000 (15:10 +0000)] 
wxDFB: fix rendering artefacts when scrolling wxScrolledWindow that contains other widgets

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

17 years agoimplemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLe...
Václav Slavík [Mon, 22 Jan 2007 15:04:49 +0000 (15:04 +0000)] 
implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow

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

17 years agoenable wxFontMapper in wxDFB port
Václav Slavík [Mon, 22 Jan 2007 14:05:07 +0000 (14:05 +0000)] 
enable wxFontMapper in wxDFB port

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

17 years agoallow building wxXRC with wxUSE_HTML=0: make linking work in absence of wxHTML library
Václav Slavík [Mon, 22 Jan 2007 13:07:27 +0000 (13:07 +0000)] 
allow building wxXRC with wxUSE_HTML=0: make linking work in absence of wxHTML library

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

17 years agoSETUPHDIR is Bakefile variable, not MSVC IDE one
Václav Slavík [Mon, 22 Jan 2007 12:50:58 +0000 (12:50 +0000)] 
SETUPHDIR is Bakefile variable, not MSVC IDE one

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

17 years agofixed wxGetTranslation() prototype in the !wxUSE_INTL case
Václav Slavík [Mon, 22 Jan 2007 12:26:19 +0000 (12:26 +0000)] 
fixed wxGetTranslation() prototype in the !wxUSE_INTL case

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

17 years agoImprove resetting table via SetTable (extended version of patch #1636377).
Stefan Neis [Sun, 21 Jan 2007 22:39:56 +0000 (22:39 +0000)] 
Improve resetting table via SetTable (extended version of patch #1636377).

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

17 years agoreswigged
Robin Dunn [Sun, 21 Jan 2007 07:07:46 +0000 (07:07 +0000)] 
reswigged

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

17 years agosuspend logging while in wx.DataFormat.GetId
Robin Dunn [Sun, 21 Jan 2007 07:07:07 +0000 (07:07 +0000)] 
suspend logging while in wx.DataFormat.GetId

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

17 years agoremove bad property
Robin Dunn [Sun, 21 Jan 2007 07:05:30 +0000 (07:05 +0000)] 
remove bad property

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

17 years agoBuild and distrib tweaks
Robin Dunn [Sun, 21 Jan 2007 07:03:55 +0000 (07:03 +0000)] 
Build and distrib tweaks

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

17 years agoNo animate contrib anymore
Robin Dunn [Sun, 21 Jan 2007 06:59:10 +0000 (06:59 +0000)] 
No animate contrib anymore

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

17 years agoReturn an empty string from wxDataFormat::GetId if there was an error
Robin Dunn [Sun, 21 Jan 2007 06:58:05 +0000 (06:58 +0000)] 
Return an empty string from wxDataFormat::GetId if there was an error

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

17 years agoAdd some wxCHECK_MSG's
Robin Dunn [Sun, 21 Jan 2007 06:53:42 +0000 (06:53 +0000)] 
Add some wxCHECK_MSG's

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

17 years agoReturn an empty string from GetValue if the textctrl is set to the
Robin Dunn [Sun, 21 Jan 2007 06:47:33 +0000 (06:47 +0000)] 
Return an empty string from GetValue if the textctrl is set to the
descriptive text

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

17 years agoRevert menus and toolbars to using wxNewId() too since their IDs can't
Robin Dunn [Sun, 21 Jan 2007 06:43:59 +0000 (06:43 +0000)] 
Revert menus and toolbars to using wxNewId() too since their IDs can't
be negative either

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

17 years agoexpose handlers are supposed to return a gboolean;
Paul Cornett [Sun, 21 Jan 2007 01:58:53 +0000 (01:58 +0000)] 
expose handlers are supposed to return a gboolean;
false may be correct, at least it's not random

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

17 years agofix infinite recursion when processing navigation keys in panels containing book...
Vadim Zeitlin [Sun, 21 Jan 2007 01:21:45 +0000 (01:21 +0000)] 
fix infinite recursion when processing navigation keys in panels containing book controls

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

17 years agoreverted last commit, using result of NewControlId() when creating the control (inste...
Vadim Zeitlin [Sun, 21 Jan 2007 01:01:39 +0000 (01:01 +0000)] 
reverted last commit, using result of NewControlId() when creating the control (instead of wxID_ANY) results in an assert

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

17 years agouse wxID_ANY for internal controller control instead of wxID_CHOICE/LIST/TOOLBAR...
Vadim Zeitlin [Sun, 21 Jan 2007 00:52:05 +0000 (00:52 +0000)] 
use wxID_ANY for internal controller control instead of wxID_CHOICE/LIST/TOOLBAR/TREEBOOKTREEVIEW; this fixes asserts about using negative ids after last change

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

17 years agodon't crash in dtor if the X11 window hadn't been created (patch 1640153)
Vadim Zeitlin [Sat, 20 Jan 2007 14:32:18 +0000 (14:32 +0000)] 
don't crash in dtor if the X11 window hadn't been created (patch 1640153)

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

17 years agoname user config file appname.conf when it's locayed in ~/.appname by default
Vadim Zeitlin [Sat, 20 Jan 2007 14:15:57 +0000 (14:15 +0000)] 
name user config file appname.conf when it's locayed in ~/.appname by default

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

17 years agoset command int (indicating whether the item is checked) correctly for the menu event...
Vadim Zeitlin [Sat, 20 Jan 2007 14:13:52 +0000 (14:13 +0000)] 
set command int (indicating whether the item is checked) correctly for the menu events (bug 1639891)

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

17 years agowx.FRAME_FLOAT_ON_PARENT notes
Robin Dunn [Sat, 20 Jan 2007 03:28:09 +0000 (03:28 +0000)] 
wx.FRAME_FLOAT_ON_PARENT notes

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

17 years agoUse float-on-parent frames for the popups if wxPopupWindow is not available
Robin Dunn [Sat, 20 Jan 2007 03:26:34 +0000 (03:26 +0000)] 
Use float-on-parent frames for the popups if wxPopupWindow is not available

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

17 years agoAdded support for the wxFRAME_FLOAT_ON_PARENT style
Robin Dunn [Sat, 20 Jan 2007 03:23:43 +0000 (03:23 +0000)] 
Added support for the wxFRAME_FLOAT_ON_PARENT style

Also add a mode for the wxPOPUP_WINDOW style as a temporary hack to
make it easier using a wxFrame as a replacement for wxPopupWindow.
See how it is used in wxStyledTextCtrl.

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

17 years agofixed typo in code for setting alternative locale name
Václav Slavík [Fri, 19 Jan 2007 23:25:39 +0000 (23:25 +0000)] 
fixed typo in code for setting alternative locale name

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

17 years agoBump subrelease number
Robin Dunn [Fri, 19 Jan 2007 20:17:39 +0000 (20:17 +0000)] 
Bump subrelease number

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

17 years agoAdd a note about wxSearchCtrl::[Get|Set]DescriptiveText
Robin Dunn [Fri, 19 Jan 2007 20:15:22 +0000 (20:15 +0000)] 
Add a note about wxSearchCtrl::[Get|Set]DescriptiveText

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

17 years agosome updates to CHANGES.txt
Robin Dunn [Fri, 19 Jan 2007 20:13:16 +0000 (20:13 +0000)] 
some updates to CHANGES.txt

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

17 years agoAdded stepColour utility function
Robin Dunn [Fri, 19 Jan 2007 19:51:08 +0000 (19:51 +0000)] 
Added stepColour utility function

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

17 years agoCorrections
Julian Smart [Fri, 19 Jan 2007 12:36:54 +0000 (12:36 +0000)] 
Corrections

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

17 years agoAdded missing functions
Julian Smart [Fri, 19 Jan 2007 12:17:27 +0000 (12:17 +0000)] 
Added missing functions

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

17 years agoAdded wxSearchCtrl::[Get|Set]DescriptiveText
Robin Dunn [Fri, 19 Jan 2007 05:27:16 +0000 (05:27 +0000)] 
Added wxSearchCtrl::[Get|Set]DescriptiveText
Tweaked the layout of the subcontrols a bit
Lightened the icons to be more like Mac

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

17 years agodisabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn't work under Unix with iconv()
Vadim Zeitlin [Fri, 19 Jan 2007 00:19:57 +0000 (00:19 +0000)] 
disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn't work under Unix with iconv()

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

17 years agoadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch 1620876)
Vadim Zeitlin [Thu, 18 Jan 2007 22:38:21 +0000 (22:38 +0000)] 
added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch 1620876)

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

17 years agorevert last, GUI mutex isn't GUI-only
Paul Cornett [Thu, 18 Jan 2007 21:56:51 +0000 (21:56 +0000)] 
revert last, GUI mutex isn't GUI-only

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

17 years agostyles, toolbar, and other visual tweaks
Robin Dunn [Thu, 18 Jan 2007 21:51:41 +0000 (21:51 +0000)] 
styles, toolbar, and other visual tweaks

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

17 years agoUse kControlContentIconRef when recreating the tool for toggled state
Robin Dunn [Thu, 18 Jan 2007 21:51:01 +0000 (21:51 +0000)] 
Use kControlContentIconRef when recreating the tool for toggled state

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

17 years agoadded wxCSConv::IsOk() (patch 1637944)
Vadim Zeitlin [Thu, 18 Jan 2007 20:39:10 +0000 (20:39 +0000)] 
added wxCSConv::IsOk() (patch 1637944)

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

17 years agocorrected VC warning about possibly uninitialized variable in the last change
Vadim Zeitlin [Thu, 18 Jan 2007 20:37:12 +0000 (20:37 +0000)] 
corrected VC warning about possibly uninitialized variable in the last change

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

17 years agomake wxTextFile work with unseekable files again (patch 1632613, bug 1629581)
Vadim Zeitlin [Thu, 18 Jan 2007 20:29:12 +0000 (20:29 +0000)] 
make wxTextFile work with unseekable files again (patch 1632613, bug 1629581)

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

17 years agoreverted last change: wxGTK-specific wxMutextGui code breaks linkage of wxBase programs
Vadim Zeitlin [Thu, 18 Jan 2007 19:53:36 +0000 (19:53 +0000)] 
reverted last change: wxGTK-specific wxMutextGui code breaks linkage of wxBase programs

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

17 years agoAdd GetDateOnly
Robin Dunn [Thu, 18 Jan 2007 19:10:43 +0000 (19:10 +0000)] 
Add GetDateOnly

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

17 years agocompilation fix for !wxUSE_STATBOX
Václav Slavík [Thu, 18 Jan 2007 18:27:58 +0000 (18:27 +0000)] 
compilation fix for !wxUSE_STATBOX

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

17 years agouse GTK-specific GUI lock
Paul Cornett [Thu, 18 Jan 2007 18:13:34 +0000 (18:13 +0000)] 
use GTK-specific GUI lock

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

17 years agoadded wx/window.h included needed by last change using wxWindow::NewControlId() ...
Vadim Zeitlin [Thu, 18 Jan 2007 17:00:52 +0000 (17:00 +0000)] 
added wx/window.h included needed by last change using wxWindow::NewControlId() (fixed PCH-less builds, bug 1638781)

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

17 years agouse wxWindow::NewControlId() instead of wxNewId() to avoid clashes with the user...
Vadim Zeitlin [Thu, 18 Jan 2007 14:15:54 +0000 (14:15 +0000)] 
use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with the user-defined ids

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

17 years agoadded wxDateTime::GetDateOnly()
Vadim Zeitlin [Thu, 18 Jan 2007 14:06:37 +0000 (14:06 +0000)] 
added wxDateTime::GetDateOnly()

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

17 years agocorrected crash: need to set m_frame eariler (Wlodek Szafran, closes bug 1636225)
Vadim Zeitlin [Thu, 18 Jan 2007 14:03:16 +0000 (14:03 +0000)] 
corrected crash: need to set m_frame eariler (Wlodek Szafran, closes bug 1636225)

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

17 years agominor tweaks for the widget inspector
Robin Dunn [Wed, 17 Jan 2007 23:39:00 +0000 (23:39 +0000)] 
minor tweaks for the widget inspector

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

17 years agoThe inspect module is now a widget browser plus a shell.
Robin Dunn [Wed, 17 Jan 2007 23:37:12 +0000 (23:37 +0000)] 
The inspect module is now a widget browser plus a shell.

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

17 years agoreSWIGged
Robin Dunn [Wed, 17 Jan 2007 23:32:26 +0000 (23:32 +0000)] 
reSWIGged

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

17 years agodiscard time part of m_date, otherwise comparisons with other dates fail
Vadim Zeitlin [Wed, 17 Jan 2007 23:31:05 +0000 (23:31 +0000)] 
discard time part of m_date, otherwise comparisons with other dates fail

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

17 years agoMake GridBagSizer.GetItem use FindItem if possible, to allow a
Robin Dunn [Wed, 17 Jan 2007 23:23:34 +0000 (23:23 +0000)] 
Make GridBagSizer.GetItem use FindItem if possible, to allow a
GBSizerItem to be returned instead of a SizerItem

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

17 years agosome minor tweaks to make it possible to not show the default intro text
Robin Dunn [Wed, 17 Jan 2007 23:05:14 +0000 (23:05 +0000)] 
some minor tweaks to make it possible to not show the default intro text

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

17 years agoUse the system settings for the selection colours
Robin Dunn [Wed, 17 Jan 2007 23:03:46 +0000 (23:03 +0000)] 
Use the system settings for the selection colours

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

17 years agoSpacing corrections, removed duplicate functions
Julian Smart [Wed, 17 Jan 2007 15:26:53 +0000 (15:26 +0000)] 
Spacing corrections, removed duplicate functions

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

17 years agoCorrected typos
Julian Smart [Wed, 17 Jan 2007 14:51:11 +0000 (14:51 +0000)] 
Corrected typos

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

17 years agoDocumented Set/GetBaseId
Julian Smart [Wed, 17 Jan 2007 09:07:32 +0000 (09:07 +0000)] 
Documented Set/GetBaseId

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

17 years agoSETUPHDIR is Bakefile variable, not MSVC IDE one
Václav Slavík [Wed, 17 Jan 2007 08:40:56 +0000 (08:40 +0000)] 
SETUPHDIR is Bakefile variable, not MSVC IDE one

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

17 years agohonour the drag effect supported by the drag source in wxIDropTarget (Tim Kosse)
Vadim Zeitlin [Mon, 15 Jan 2007 19:02:29 +0000 (19:02 +0000)] 
honour the drag effect supported by the drag source in wxIDropTarget (Tim Kosse)

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

17 years agoadded wx/image.h to fix non-PCH compilation after last commit (patch 1635649)
Vadim Zeitlin [Mon, 15 Jan 2007 10:54:40 +0000 (10:54 +0000)] 
added wx/image.h to fix non-PCH compilation after last commit (patch 1635649)

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

17 years agodon't change wxPRINTER_CANCELLED to wxPRINTER_ERROR, bug #1635284
Paul Cornett [Mon, 15 Jan 2007 02:23:13 +0000 (02:23 +0000)] 
don't change wxPRINTER_CANCELLED to wxPRINTER_ERROR, bug #1635284

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

17 years agoremove some unneeded includes, clean up gnome force link stuff a bit
Paul Cornett [Mon, 15 Jan 2007 01:26:05 +0000 (01:26 +0000)] 
remove some unneeded includes, clean up gnome force link stuff a bit

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

17 years agoonly gtk1 needs poll now
Paul Cornett [Mon, 15 Jan 2007 00:24:54 +0000 (00:24 +0000)] 
only gtk1 needs poll now

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

17 years agochain to the polling function GLib was using before we replaced it, eliminating all...
Paul Cornett [Mon, 15 Jan 2007 00:21:57 +0000 (00:21 +0000)] 
chain to the polling function GLib was using before we replaced it, eliminating all the poll baggage

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

17 years agocreate in place edit control with wxTE_PROCESS_ENTER style as otherwise it's not...
Vadim Zeitlin [Sun, 14 Jan 2007 21:04:27 +0000 (21:04 +0000)] 
create in place edit control with wxTE_PROCESS_ENTER style as otherwise it's not closed on Enter when used inside a panel or a dialog (which uses Enter for dialog navigation) (patch 1630586)

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

17 years agocorrected drawing of the bitmaps for the disabled menu items (replaces patch 1632891...
Vadim Zeitlin [Sun, 14 Jan 2007 20:59:17 +0000 (20:59 +0000)] 
corrected drawing of the bitmaps for the disabled menu items (replaces patch 1632891, closes bug 1632888)

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

17 years agotest rendering of disabled items with bitmaps (for bug 1632888)
Vadim Zeitlin [Sun, 14 Jan 2007 20:45:30 +0000 (20:45 +0000)] 
test rendering of disabled items with bitmaps (for bug 1632888)

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

17 years agoadded wxSizerFlags::Shaped() and FixedMinSize() methods
Vadim Zeitlin [Sun, 14 Jan 2007 16:52:55 +0000 (16:52 +0000)] 
added wxSizerFlags::Shaped() and FixedMinSize() methods

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

17 years agoadded wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods...
Vadim Zeitlin [Sun, 14 Jan 2007 16:38:53 +0000 (16:38 +0000)] 
added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods and added them to version script

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

17 years agodon't crash when setting tooltip for a picker without text control
Vadim Zeitlin [Sun, 14 Jan 2007 16:18:36 +0000 (16:18 +0000)] 
don't crash when setting tooltip for a picker without text control

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

17 years agoProvide access to file history base id
Julian Smart [Sun, 14 Jan 2007 12:43:01 +0000 (12:43 +0000)] 
Provide access to file history base id

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

17 years agofixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE
Václav Slavík [Fri, 12 Jan 2007 21:46:51 +0000 (21:46 +0000)] 
fixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE

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

17 years agoPyCrust now has an option for showing/hiding the notebook.
Robin Dunn [Fri, 12 Jan 2007 19:20:32 +0000 (19:20 +0000)] 
PyCrust now has an option for showing/hiding the notebook.

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

17 years agominor tweaks
Robin Dunn [Fri, 12 Jan 2007 18:42:56 +0000 (18:42 +0000)] 
minor tweaks

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

17 years agoBug fix from Pierre
Robin Dunn [Fri, 12 Jan 2007 18:40:51 +0000 (18:40 +0000)] 
Bug fix from Pierre

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

17 years agoJust reset the size, not the minsize too, when changing the label or
Robin Dunn [Fri, 12 Jan 2007 18:40:30 +0000 (18:40 +0000)] 
Just reset the size, not the minsize too, when changing the label or
font.  This is how the native static text widgets behave.

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

17 years agonew test
Robin Dunn [Fri, 12 Jan 2007 18:39:39 +0000 (18:39 +0000)] 
new test

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

17 years agoremoved bogus ImageList property
Robin Dunn [Fri, 12 Jan 2007 18:39:04 +0000 (18:39 +0000)] 
removed bogus ImageList property

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

17 years agoAdded typeId property
Robin Dunn [Fri, 12 Jan 2007 18:38:15 +0000 (18:38 +0000)] 
Added typeId property

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

17 years agoUse the SearchCtrl for the filter. Make the accelerator table usable
Robin Dunn [Fri, 12 Jan 2007 18:28:40 +0000 (18:28 +0000)] 
Use the SearchCtrl for the filter.  Make the accelerator table usable
again for testing.

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

17 years agoFix for problem when Realize is re-called on a vertical toolbar, it
Robin Dunn [Fri, 12 Jan 2007 18:27:27 +0000 (18:27 +0000)] 
Fix for problem when Realize is re-called on a vertical toolbar, it
was making the tools layout horizontally.

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

17 years agoDoGetBestSize fix, the lbWidth was not getting updated because of a
Robin Dunn [Fri, 12 Jan 2007 18:25:21 +0000 (18:25 +0000)] 
DoGetBestSize fix, the lbWidth was not getting updated because of a
misplaced #endif

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

17 years agoFix for when only a default dir is given without a default file
Robin Dunn [Fri, 12 Jan 2007 18:24:19 +0000 (18:24 +0000)] 
Fix for when only a default dir is given without a default file

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

17 years agomaking sure it is only breaking at newlines for measuring
Stefan Csomor [Fri, 12 Jan 2007 18:00:01 +0000 (18:00 +0000)] 
making sure it is only breaking at newlines for measuring

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

17 years agoadd wxToolbook checking
Paul Cornett [Fri, 12 Jan 2007 17:54:14 +0000 (17:54 +0000)] 
add wxToolbook checking

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

17 years agousing the CF Message box only for non main thread alerts
Stefan Csomor [Fri, 12 Jan 2007 17:22:02 +0000 (17:22 +0000)] 
using the CF Message box only for non main thread alerts

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