wxWidgets.git
16 years agoenable the rest of wxSocketStream tests now that they pass
Vadim Zeitlin [Sat, 12 Jul 2008 02:29:42 +0000 (02:29 +0000)] 
enable the rest of wxSocketStream tests now that they pass

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

16 years agoadd wxSocket::IsClosed(), use it to implement Eof() in wxSocketStream
Vadim Zeitlin [Sat, 12 Jul 2008 02:28:12 +0000 (02:28 +0000)] 
add wxSocket::IsClosed(), use it to implement Eof() in wxSocketStream

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

16 years agono changes, just removed broken #if 0'd out code
Vadim Zeitlin [Sat, 12 Jul 2008 02:17:11 +0000 (02:17 +0000)] 
no changes, just removed broken #if 0'd out code

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

16 years agono changes, just removed the unnecessary inline keywords
Vadim Zeitlin [Sat, 12 Jul 2008 02:12:58 +0000 (02:12 +0000)] 
no changes, just removed the unnecessary inline keywords

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

16 years agoremove unused private wxSocketBase::m_lastError
Vadim Zeitlin [Sat, 12 Jul 2008 02:01:55 +0000 (02:01 +0000)] 
remove unused private wxSocketBase::m_lastError

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

16 years agoShouldAccountFor was a 2.8 only change. Use IsShown instead.
Robin Dunn [Thu, 10 Jul 2008 02:28:06 +0000 (02:28 +0000)] 
ShouldAccountFor was a 2.8 only change.  Use IsShown instead.

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

16 years agomake wxApp::Yield() exception-safe
Vadim Zeitlin [Thu, 10 Jul 2008 02:07:44 +0000 (02:07 +0000)] 
make wxApp::Yield() exception-safe

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

16 years agoIf an item is hidden, don't check it for overflows.
Robin Dunn [Thu, 10 Jul 2008 01:32:06 +0000 (01:32 +0000)] 
If an item is hidden, don't check it for overflows.

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

16 years agouse iterators instead of c_str() in wxXmlResource::GetText()
Václav Slavík [Wed, 9 Jul 2008 23:05:18 +0000 (23:05 +0000)] 
use iterators instead of c_str() in wxXmlResource::GetText()

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

16 years agoApplied fix for wxGrid::ClearAttrCache (#9712).
Stefan Neis [Wed, 9 Jul 2008 17:24:48 +0000 (17:24 +0000)] 
Applied fix for wxGrid::ClearAttrCache (#9712).

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

16 years agounescape the value of wxHyperlinkCtrl label (#9683)
Vadim Zeitlin [Wed, 9 Jul 2008 14:02:19 +0000 (14:02 +0000)] 
unescape the value of wxHyperlinkCtrl label (#9683)

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

16 years agoadjusting endif comment to new #if
Stefan Csomor [Wed, 9 Jul 2008 06:49:50 +0000 (06:49 +0000)] 
adjusting endif comment to new #if

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

16 years agosome blind compilation fixes for legacy code (#9698)
Vadim Zeitlin [Wed, 9 Jul 2008 02:40:30 +0000 (02:40 +0000)] 
some blind compilation fixes for legacy code (#9698)

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

16 years agofix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)
Vadim Zeitlin [Wed, 9 Jul 2008 02:36:00 +0000 (02:36 +0000)] 
fix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)

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

16 years agoshow busy cursor in wxLaunchDefaultBrowser and add a new flag to avoid it (#9678)
Vadim Zeitlin [Wed, 9 Jul 2008 02:32:16 +0000 (02:32 +0000)] 
show busy cursor in wxLaunchDefaultBrowser and add a new flag to avoid it (#9678)

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

16 years agoupdate the year in wx information dialog (#9701)
Vadim Zeitlin [Wed, 9 Jul 2008 02:18:35 +0000 (02:18 +0000)] 
update the year in wx information dialog (#9701)

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

16 years agoadd some output stream tests
Vadim Zeitlin [Wed, 9 Jul 2008 02:16:49 +0000 (02:16 +0000)] 
add some output stream tests

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

16 years agoskip calls of TellI/TellO() if the stream is not seekable; more const-correctness
Vadim Zeitlin [Wed, 9 Jul 2008 02:16:27 +0000 (02:16 +0000)] 
skip calls of TellI/TellO() if the stream is not seekable; more const-correctness

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

16 years agouse wxSocketBase::Initialize/Shutdown() instead of GSocket_Init/Cleanup()
Vadim Zeitlin [Wed, 9 Jul 2008 02:05:11 +0000 (02:05 +0000)] 
use wxSocketBase::Initialize/Shutdown() instead of GSocket_Init/Cleanup()

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

16 years agoApplied patch from Ticket #9563. Use just the rectangle of the widget with the focus...
Robin Dunn [Wed, 9 Jul 2008 01:37:32 +0000 (01:37 +0000)] 
Applied patch from Ticket #9563.  Use just the rectangle of the widget with the focus when deciding if scrolling is needed, instead of the rect of the parent of the widget/child of the target window.  This fixes some flickering when a panel of widgets is used inside the scrolled window, and also a total lack of scrolling if the focused widget is out of view but the upper-left corner of the panel is in view.

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

16 years agoMSW compilation fix after last commit
Vadim Zeitlin [Tue, 8 Jul 2008 00:49:30 +0000 (00:49 +0000)] 
MSW compilation fix after last commit

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

16 years agoadded (for now trivial) socket stream test
Vadim Zeitlin [Tue, 8 Jul 2008 00:19:54 +0000 (00:19 +0000)] 
added (for now trivial) socket stream test

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

16 years agoMinor corrections
Robert Roebling [Mon, 7 Jul 2008 20:21:38 +0000 (20:21 +0000)] 
Minor corrections

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

16 years agogtk-universal build fixes
Paul Cornett [Mon, 7 Jul 2008 16:00:41 +0000 (16:00 +0000)] 
gtk-universal build fixes

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

16 years agomake sure mac pref files remain visible and named as before
Stefan Csomor [Mon, 7 Jul 2008 13:17:29 +0000 (13:17 +0000)] 
make sure mac pref files remain visible and named as before

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

16 years agofix focus problems in picker controls under MSW which were due to not letting the...
Vadim Zeitlin [Sun, 6 Jul 2008 23:57:23 +0000 (23:57 +0000)] 
fix focus problems in picker controls under MSW which were due to not letting the system process kill focus for the text part of the control (#9687)

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

16 years agowxString doc corrections
Robert Roebling [Sun, 6 Jul 2008 18:34:50 +0000 (18:34 +0000)] 
wxString doc corrections

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

16 years agoMake AutoSizing in wxGrid's SetCol/RowSize work and use it from corresponding
Stefan Neis [Sun, 6 Jul 2008 16:30:51 +0000 (16:30 +0000)] 
Make AutoSizing in wxGrid's SetCol/RowSize work and use it from corresponding
        AutoSize functions. This fixes #4107.

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

16 years agoadded wxscintilla and wx_stc projects (#4378)
Vadim Zeitlin [Sun, 6 Jul 2008 13:40:22 +0000 (13:40 +0000)] 
added wxscintilla and wx_stc projects (#4378)

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

16 years agotake const address objects in wxSocketClient::Connect() and wxSocketBase::SetLocal()
Vadim Zeitlin [Sun, 6 Jul 2008 02:21:39 +0000 (02:21 +0000)] 
take const address objects in wxSocketClient::Connect() and wxSocketBase::SetLocal()

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

16 years agoadd a numeric column test
Vadim Zeitlin [Sun, 6 Jul 2008 02:20:21 +0000 (02:20 +0000)] 
add a numeric column test

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

16 years agoremove mentions of pos attribute, it never worked and it's time to remove it
Vadim Zeitlin [Sun, 6 Jul 2008 00:26:51 +0000 (00:26 +0000)] 
remove mentions of pos attribute, it never worked and it's time to remove it

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

16 years agodon't use deprecated wxToolBar::AddTool() overload taking position parameters which...
Vadim Zeitlin [Sun, 6 Jul 2008 00:25:33 +0000 (00:25 +0000)] 
don't use deprecated wxToolBar::AddTool() overload taking position parameters which don't do anything anyhow

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

16 years agoremove code for drawing icon of minimized window manually, this was only useful under...
Vadim Zeitlin [Sat, 5 Jul 2008 20:53:27 +0000 (20:53 +0000)] 
remove code for drawing icon of minimized window manually, this was only useful under NT 3.51 and earlier among all Win32 systems and I don't think we support that any more

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

16 years agoavoid duplicating wxWindow::HandleCommand() in wxFrame, only handle the commands...
Vadim Zeitlin [Sat, 5 Jul 2008 20:51:16 +0000 (20:51 +0000)] 
avoid duplicating wxWindow::HandleCommand() in wxFrame, only handle the commands for the frame menu bar elements there: this avoid generating duplicate events if a command event handler skips

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

16 years agoreverted Robert's premature removal of deprecated 2.6 functions in r54490
Václav Slavík [Sat, 5 Jul 2008 19:06:06 +0000 (19:06 +0000)] 
reverted Robert's premature removal of deprecated 2.6 functions in r54490

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

16 years agoAdded missing include (#9625).
Stefan Neis [Sat, 5 Jul 2008 18:23:14 +0000 (18:23 +0000)] 
Added missing include (#9625).

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

16 years agomark long-deprecated methods as such, and don't use them in wx code
Paul Cornett [Sat, 5 Jul 2008 18:23:01 +0000 (18:23 +0000)] 
mark long-deprecated methods as such, and don't use them in wx code

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

16 years agoExperimental simplification of the code by using MWERKS version
Stefan Neis [Sat, 5 Jul 2008 18:05:33 +0000 (18:05 +0000)] 
Experimental simplification of the code by using MWERKS version
        for all compilers.

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

16 years agoRemove 2_6 compatibility code
Robert Roebling [Sat, 5 Jul 2008 10:58:38 +0000 (10:58 +0000)] 
Remove 2_6 compatibility code

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

16 years agoUse t_str() instead of c_str()
Robert Roebling [Fri, 4 Jul 2008 14:05:16 +0000 (14:05 +0000)] 
Use t_str() instead of c_str()

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

16 years ago Ticket #9689 (new defect)
Robert Roebling [Fri, 4 Jul 2008 08:02:33 +0000 (08:02 +0000)] 
 Ticket #9689 (new defect)

Opened 33 hours ago
Documentation Corrections for \interface\wx\notebook.h

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

16 years agoadded wxString.t_str() and used it in filefn.cpp
Robert Roebling [Fri, 4 Jul 2008 07:56:32 +0000 (07:56 +0000)] 
added wxString.t_str() and used it in filefn.cpp

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

16 years agoMake wxMSW wxBase compile in UTF-8 mode
Robert Roebling [Thu, 3 Jul 2008 20:34:51 +0000 (20:34 +0000)] 
Make wxMSW wxBase compile in UTF-8 mode

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

16 years agohandle FNERR_INVALIDFILENAME which happens if an invalid file name is passed to wxFil...
Vadim Zeitlin [Thu, 3 Jul 2008 16:04:48 +0000 (16:04 +0000)] 
handle FNERR_INVALIDFILENAME which happens if an invalid file name is passed to wxFileDialog (#9688)

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

16 years agosupport disabling items before adding them to the menu (#3423)
Vadim Zeitlin [Thu, 3 Jul 2008 15:42:18 +0000 (15:42 +0000)] 
support disabling items before adding them to the menu (#3423)

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

16 years agodon't ignore changes of empty string to 0 or vice versa in float grid cells (#2802)
Vadim Zeitlin [Thu, 3 Jul 2008 15:37:35 +0000 (15:37 +0000)] 
don't ignore changes of empty string to 0 or vice versa in float grid cells (#2802)

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

16 years agowxMac wxDataViewCtrl no border patch
Robert Roebling [Thu, 3 Jul 2008 14:29:16 +0000 (14:29 +0000)] 
wxMac wxDataViewCtrl no border patch

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

16 years agofurther xxx_str() clarification
Robert Roebling [Thu, 3 Jul 2008 13:44:55 +0000 (13:44 +0000)] 
further xxx_str() clarification

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

16 years agoCorrected c_str() docs
Robert Roebling [Thu, 3 Jul 2008 12:13:40 +0000 (12:13 +0000)] 
Corrected c_str() docs

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

16 years agodon't use @true and @NULL inside of @code sections
Vadim Zeitlin [Wed, 2 Jul 2008 14:45:57 +0000 (14:45 +0000)] 
don't use @true and @NULL inside of @code sections

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

16 years agoTried to make wxListBox::Update() work, typo corrected
Robert Roebling [Wed, 2 Jul 2008 10:46:16 +0000 (10:46 +0000)] 
Tried to make wxListBox::Update() work, typo corrected

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

16 years agoTried to make wxListBox::Update() work
Robert Roebling [Wed, 2 Jul 2008 08:15:28 +0000 (08:15 +0000)] 
Tried to make wxListBox::Update() work

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

16 years ago#9675: wxDataViewModel::Reset() and scrollbar problem (wxMac)
Robert Roebling [Wed, 2 Jul 2008 08:10:58 +0000 (08:10 +0000)] 
#9675: wxDataViewModel::Reset() and scrollbar problem (wxMac)

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

16 years agocompilation fix for PCH-less build after last commit
Vadim Zeitlin [Tue, 1 Jul 2008 16:09:44 +0000 (16:09 +0000)] 
compilation fix for PCH-less build after last commit

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

16 years agochange not only the focus but also last remembered TLW focus in SetValue() to avoid...
Vadim Zeitlin [Tue, 1 Jul 2008 15:49:44 +0000 (15:49 +0000)] 
change not only the focus but also last remembered TLW focus in SetValue() to avoid focus being reset to the wrong radio button when TLW regains activation (#9676)

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

16 years agoAdd code for parsing globs file in /usr/local as well
Robert Roebling [Tue, 1 Jul 2008 10:04:35 +0000 (10:04 +0000)] 
Add code for parsing globs file in /usr/local as well

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

16 years agoAdd code for parsing globs file
Robert Roebling [Tue, 1 Jul 2008 09:59:23 +0000 (09:59 +0000)] 
Add code for parsing globs file

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

16 years agoAdd stub for parsing globs file
Robert Roebling [Tue, 1 Jul 2008 09:28:08 +0000 (09:28 +0000)] 
Add stub for parsing globs file

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

16 years agoRestore wxFile docs
Robert Roebling [Tue, 1 Jul 2008 08:48:17 +0000 (08:48 +0000)] 
Restore wxFile docs

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

16 years agoRemaining conversion to read-only XDG MIME types code
Robert Roebling [Tue, 1 Jul 2008 08:31:50 +0000 (08:31 +0000)] 
Remaining conversion to read-only XDG MIME types code

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

16 years agoCorrected mime types docs
Robert Roebling [Tue, 1 Jul 2008 08:30:28 +0000 (08:30 +0000)] 
Corrected mime types docs

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

16 years agoquote the arguments containing spaces or quotes correctly in wxExecute(char **) overl...
Vadim Zeitlin [Tue, 1 Jul 2008 00:05:36 +0000 (00:05 +0000)] 
quote the arguments containing spaces or quotes correctly in wxExecute(char **) overload (#4115)

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

16 years agoremove unused exec.rc file
Vadim Zeitlin [Mon, 30 Jun 2008 23:48:54 +0000 (23:48 +0000)] 
remove unused exec.rc file

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

16 years agofix a hang up in wxExecute(wxArrayString& output) overload (#4380)
Vadim Zeitlin [Mon, 30 Jun 2008 23:37:56 +0000 (23:37 +0000)] 
fix a hang up in wxExecute(wxArrayString& output) overload (#4380)

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

16 years agoimplement wxListCtrl::GetSubItemRect() for generic version and fix bug in it in wxMSW...
Vadim Zeitlin [Mon, 30 Jun 2008 18:21:33 +0000 (18:21 +0000)] 
implement wxListCtrl::GetSubItemRect() for generic version and fix bug in it in wxMSW one; also added a test for it in the sample

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

16 years agoVC6 compilation fix: using access declaration can only be used with immediate base...
Vadim Zeitlin [Mon, 30 Jun 2008 13:40:08 +0000 (13:40 +0000)] 
VC6 compilation fix: using access declaration can only be used with immediate base class members with this compiler

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

16 years agoRemoved most of the pre-XDG MIME code from the Unix implementation, many speed-ups...
Robert Roebling [Mon, 30 Jun 2008 11:58:41 +0000 (11:58 +0000)] 
Removed most of the pre-XDG MIME code from the Unix implementation, many speed-ups by simplification

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

16 years agoFurther style preview fix
Julian Smart [Mon, 30 Jun 2008 09:42:41 +0000 (09:42 +0000)] 
Further style preview fix

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

16 years agoblind fix for PCH-less build
Vadim Zeitlin [Sun, 29 Jun 2008 22:11:52 +0000 (22:11 +0000)] 
blind fix for PCH-less build

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

16 years agoadd Scintilla.iface to the distribution
Vadim Zeitlin [Sun, 29 Jun 2008 22:05:47 +0000 (22:05 +0000)] 
add Scintilla.iface to the distribution

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

16 years agocompilation fix for ASCII STL build (#9661)
Vadim Zeitlin [Sun, 29 Jun 2008 21:46:29 +0000 (21:46 +0000)] 
compilation fix for ASCII STL build (#9661)

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

16 years agoCorrected problem of wrong paragraph receiving style in formatting dialog.
Julian Smart [Sun, 29 Jun 2008 17:03:45 +0000 (17:03 +0000)] 
Corrected problem of wrong paragraph receiving style in formatting dialog.

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

16 years agoDon't force ColWidth to always grow for wxGridCellAutoWrapStringRenderer (#1798)
Stefan Neis [Sun, 29 Jun 2008 15:14:42 +0000 (15:14 +0000)] 
Don't force ColWidth to always grow for wxGridCellAutoWrapStringRenderer (#1798)

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

16 years agoadd a new menu for wxTextEntry-specific tests, currently it allows to check how auto...
Vadim Zeitlin [Sun, 29 Jun 2008 00:35:35 +0000 (00:35 +0000)] 
add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614)

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

16 years agodon't call SetInsertionPointToEnd() on read-only combobox in wxGridCellChoiceEditor...
Vadim Zeitlin [Sun, 29 Jun 2008 00:19:44 +0000 (00:19 +0000)] 
don't call SetInsertionPointToEnd() on read-only combobox in wxGridCellChoiceEditor::Reset() neither (this had been already fixed for StartEdit() before) (#8843)

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

16 years agosupport wxListCtrl::GetViewRect() in report view too; test it in the sample (#9484)
Vadim Zeitlin [Sun, 29 Jun 2008 00:12:12 +0000 (00:12 +0000)] 
support wxListCtrl::GetViewRect() in report view too; test it in the sample (#9484)

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

16 years agofix --disable-optimise configure option description (#9660)
Vadim Zeitlin [Sat, 28 Jun 2008 23:18:10 +0000 (23:18 +0000)] 
fix --disable-optimise configure option description (#9660)

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

16 years agodon't ignore changes of empty string to 0 or vice versa in float grid cells (#4764)
Vadim Zeitlin [Sat, 28 Jun 2008 23:14:35 +0000 (23:14 +0000)] 
don't ignore changes of empty string to 0 or vice versa in float grid cells (#4764)

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

16 years agosupport wxDP_ALLOWNONE in generic wxDatePickerCtrl (#3164)
Vadim Zeitlin [Sat, 28 Jun 2008 18:58:07 +0000 (18:58 +0000)] 
support wxDP_ALLOWNONE in generic wxDatePickerCtrl (#3164)

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

16 years agoforward port 2.8.8 changelog
Vadim Zeitlin [Sat, 28 Jun 2008 18:56:14 +0000 (18:56 +0000)] 
forward port 2.8.8 changelog

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

16 years agodeprecate wxTE_AUTO_SCROLL as it's always on in the ports which support it anyhow...
Vadim Zeitlin [Sat, 28 Jun 2008 18:18:54 +0000 (18:18 +0000)] 
deprecate wxTE_AUTO_SCROLL as it's always on in the ports which support it anyhow (#2176)

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

16 years agodon't activate items on Alt-Space or Alt-Enter (#9615)
Vadim Zeitlin [Sat, 28 Jun 2008 01:49:44 +0000 (01:49 +0000)] 
don't activate items on Alt-Space or Alt-Enter (#9615)

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

16 years agodon't call OnData() if OnEnter() rejected the drag (#9634)
Vadim Zeitlin [Sat, 28 Jun 2008 01:40:42 +0000 (01:40 +0000)] 
don't call OnData() if OnEnter() rejected the drag (#9634)

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

16 years agoRestricted column/row resizing in cell window to left button for consistency
Stefan Neis [Sat, 28 Jun 2008 00:10:20 +0000 (00:10 +0000)] 
Restricted column/row resizing in cell window to left button for consistency
        with label windows and because ending the resize is only handled in
        case of LeftUp() (Fixing #4212).

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

16 years ago#9605: Documentation Corrections for richtextctrl.h
Bryan Petty [Fri, 27 Jun 2008 21:32:25 +0000 (21:32 +0000)] 
#9605: Documentation Corrections for richtextctrl.h

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

16 years ago#9589: Documentation Corrections for textctrl.h
Bryan Petty [Fri, 27 Jun 2008 21:31:56 +0000 (21:31 +0000)] 
#9589: Documentation Corrections for textctrl.h

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

16 years agouse wxIconizeEvent::IsIconized() instead of deprecated Iconized()
Vadim Zeitlin [Fri, 27 Jun 2008 21:07:42 +0000 (21:07 +0000)] 
use wxIconizeEvent::IsIconized() instead of deprecated Iconized()

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

16 years agoForgot to export the environment variable so Doxygen picks it up for stripping the...
Bryan Petty [Fri, 27 Jun 2008 18:23:21 +0000 (18:23 +0000)] 
Forgot to export the environment variable so Doxygen picks it up for stripping the path.

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

16 years agoCommit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary...
Bryan Petty [Fri, 27 Jun 2008 18:00:03 +0000 (18:00 +0000)] 
Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile.

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

16 years agoPart 2 of 3 commits bringing proper Doxygen path usage without use of @wxheader.
Bryan Petty [Fri, 27 Jun 2008 16:47:43 +0000 (16:47 +0000)] 
Part 2 of 3 commits bringing proper Doxygen path usage without use of @wxheader.

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

16 years agoMoved all interface headers into a 'wx' subdirectory for proper use of Doxygen path...
Bryan Petty [Fri, 27 Jun 2008 16:22:58 +0000 (16:22 +0000)] 
Moved all interface headers into a 'wx' subdirectory for proper use of Doxygen path settings.

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

16 years agouse default fonts that have also bold and italic variants present on the system ...
Stefan Csomor [Fri, 27 Jun 2008 15:27:21 +0000 (15:27 +0000)] 
use default fonts that have also bold and italic variants present on the system (CoreText does not synthesize font variants) fixes #4751

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

16 years agoAdded mostly empty wxLaunchDefaultApplication
Robert Roebling [Fri, 27 Jun 2008 14:14:13 +0000 (14:14 +0000)] 
Added mostly empty wxLaunchDefaultApplication

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

16 years agoTicket #9641: wxBitmapComboBox_SetFont.patch, making it public
Robert Roebling [Fri, 27 Jun 2008 13:47:45 +0000 (13:47 +0000)] 
Ticket #9641: wxBitmapComboBox_SetFont.patch, making it public

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

16 years agoFix warning
Robert Roebling [Fri, 27 Jun 2008 13:45:51 +0000 (13:45 +0000)] 
Fix warning

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

16 years agogtk wxStaticText and wxALIGN_CENTER_VERTICAL
Robert Roebling [Fri, 27 Jun 2008 13:19:19 +0000 (13:19 +0000)] 
gtk wxStaticText and wxALIGN_CENTER_VERTICAL

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

16 years agowas incorrectly forcing the font to 12 in most cases, fixes #4745
Stefan Csomor [Fri, 27 Jun 2008 09:50:08 +0000 (09:50 +0000)] 
was incorrectly forcing the font to 12 in most cases, fixes #4745

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

16 years agoSeparated out function grouping for less confusing parameter docs. (#9651)
Bryan Petty [Fri, 27 Jun 2008 06:31:46 +0000 (06:31 +0000)] 
Separated out function grouping for less confusing parameter docs. (#9651)

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

16 years agobuild fix for PCH-less build
Vadim Zeitlin [Thu, 26 Jun 2008 17:25:28 +0000 (17:25 +0000)] 
build fix for PCH-less build

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