wxWidgets.git
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

16 years agostill support wxNB_XXX and wxADJUST_MINSIZE in XRC files even if they're deprecated...
Vadim Zeitlin [Thu, 26 Jun 2008 12:44:14 +0000 (12:44 +0000)] 
still support wxNB_XXX and wxADJUST_MINSIZE in XRC files even if they're deprecated at C++ level, not all tools have been updated to not use them any more

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

16 years agodon't forget to output new line in wxMessageOutputStderr::Output() even if conversion...
Vadim Zeitlin [Thu, 26 Jun 2008 11:49:25 +0000 (11:49 +0000)] 
don't forget to output new line in wxMessageOutputStderr::Output() even if conversion to multibyte fails

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

16 years agofix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks, #if should be used (#9644)
Vadim Zeitlin [Thu, 26 Jun 2008 11:16:40 +0000 (11:16 +0000)] 
fix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks, #if should be used (#9644)

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

16 years agoFixed bug whereby sash would disappear under left hand pane
Julian Smart [Thu, 26 Jun 2008 10:55:46 +0000 (10:55 +0000)] 
Fixed bug whereby sash would disappear under left hand pane

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

16 years agofixing an incorrect conversion path from utf8 to plain ascii instead of unicode,...
Stefan Csomor [Thu, 26 Jun 2008 07:19:05 +0000 (07:19 +0000)] 
fixing an incorrect conversion path from utf8 to plain ascii instead of unicode, closes #9629

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

16 years agorename for docs as well
Stefan Csomor [Wed, 25 Jun 2008 09:04:32 +0000 (09:04 +0000)] 
rename for docs as well

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

16 years agoAllow an app to cut down start time by not doing unnecessary mime types initialisation
Julian Smart [Wed, 25 Jun 2008 08:38:10 +0000 (08:38 +0000)] 
Allow an app to cut down start time by not doing unnecessary mime types initialisation

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

16 years agomore wxBitmapType-related backward compatibility fixes
Vadim Zeitlin [Wed, 25 Jun 2008 01:02:04 +0000 (01:02 +0000)] 
more wxBitmapType-related backward compatibility fixes

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

16 years agoprovide deprectaed LoadFile() and FindHandler() overloads taking long, otherwise...
Vadim Zeitlin [Tue, 24 Jun 2008 23:43:59 +0000 (23:43 +0000)] 
provide deprectaed LoadFile() and FindHandler() overloads taking long, otherwise the existing code using long instead of wxBitmapType doesn't compile because of the ambiguity between long->wxBitmapType and long->wxString conversions (as these methods are also overloaded to take wxString)

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

16 years agodon't use deprecated wxIconizeEvent::Iconized()
Vadim Zeitlin [Tue, 24 Jun 2008 23:42:43 +0000 (23:42 +0000)] 
don't use deprecated wxIconizeEvent::Iconized()

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

16 years agoCompilation
Robert Roebling [Tue, 24 Jun 2008 12:56:25 +0000 (12:56 +0000)] 
Compilation

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

16 years agoNext part of tree state icon patches
Robert Roebling [Tue, 24 Jun 2008 12:48:01 +0000 (12:48 +0000)] 
Next part of tree state icon patches

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

16 years agofix crash on exit, after hiding search tool then toggling tooltips
Paul Cornett [Tue, 24 Jun 2008 06:48:02 +0000 (06:48 +0000)] 
fix crash on exit, after hiding search tool then toggling tooltips

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

16 years agowxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2
Vadim Zeitlin [Mon, 23 Jun 2008 22:49:21 +0000 (22:49 +0000)] 
wxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2

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

16 years agoadded <xrc-file> tag to wxpresets
Václav Slavík [Mon, 23 Jun 2008 20:31:16 +0000 (20:31 +0000)] 
added <xrc-file> tag to wxpresets

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

16 years agoavoid setting a negative window size
Paul Cornett [Mon, 23 Jun 2008 17:43:09 +0000 (17:43 +0000)] 
avoid setting a negative window size

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

16 years agoFixed mime type recognition under Gnome by reading appropriate
Julian Smart [Mon, 23 Jun 2008 13:42:08 +0000 (13:42 +0000)] 
Fixed mime type recognition under Gnome by reading appropriate
.desktop files and application defaults

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

16 years agoDon't fail to get correct extension if there's a dot somewhere else in the path.
Julian Smart [Mon, 23 Jun 2008 13:38:31 +0000 (13:38 +0000)] 
Don't fail to get correct extension if there's a dot somewhere else in the path.

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

16 years agofix problem with label characters starting with -1 in ANSI build (#9572)
Vadim Zeitlin [Sun, 22 Jun 2008 15:49:12 +0000 (15:49 +0000)] 
fix problem with label characters starting with -1 in ANSI build (#9572)

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

16 years agofix handling of wxDP_SHOWCENTURY for some non-C locales (one of the problems of ...
Vadim Zeitlin [Sun, 22 Jun 2008 15:06:57 +0000 (15:06 +0000)] 
fix handling of wxDP_SHOWCENTURY for some non-C locales (one of the problems of #4743)

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

16 years agoallow creating items without parent menus (#3425)
Vadim Zeitlin [Sun, 22 Jun 2008 14:47:40 +0000 (14:47 +0000)] 
allow creating items without parent menus (#3425)

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

16 years agoallow wxDialog::ShowModal() after Show() (see #1416, #4658, #4664)
Vadim Zeitlin [Sun, 22 Jun 2008 14:40:25 +0000 (14:40 +0000)] 
allow wxDialog::ShowModal() after Show() (see #1416, #4658, #4664)

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

16 years agoMinor patch for state icons patch
Robert Roebling [Sun, 22 Jun 2008 14:39:04 +0000 (14:39 +0000)] 
Minor patch for state icons patch

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