Vadim Zeitlin
|
386a2898e3
|
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
|
2008-06-30 23:37:56 +00:00 |
|
Vadim Zeitlin
|
e974c5d258
|
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
|
2008-06-30 18:21:33 +00:00 |
|
Vadim Zeitlin
|
a2fd8a45ec
|
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
|
2008-06-30 13:40:08 +00:00 |
|
Robert Roebling
|
29886d1bf8
|
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
|
2008-06-30 11:58:41 +00:00 |
|
Julian Smart
|
c268eb3272
|
Further style preview fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-30 09:42:41 +00:00 |
|
Vadim Zeitlin
|
f95abb9d3d
|
blind fix for PCH-less build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-29 22:11:52 +00:00 |
|
Vadim Zeitlin
|
099f7f787b
|
add Scintilla.iface to the distribution
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-29 22:05:47 +00:00 |
|
Vadim Zeitlin
|
619ddbbe36
|
compilation fix for ASCII STL build (#9661)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-29 21:46:29 +00:00 |
|
Julian Smart
|
2a94806c9a
|
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
|
2008-06-29 17:03:45 +00:00 |
|
Stefan Neis
|
86647b53e9
|
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
|
2008-06-29 15:14:42 +00:00 |
|
Vadim Zeitlin
|
6a8d793736
|
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
|
2008-06-29 00:35:35 +00:00 |
|
Vadim Zeitlin
|
b64845917a
|
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
|
2008-06-29 00:19:44 +00:00 |
|
Vadim Zeitlin
|
929b79014a
|
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
|
2008-06-29 00:12:12 +00:00 |
|
Vadim Zeitlin
|
24b67be4c6
|
fix --disable-optimise configure option description (#9660)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-28 23:18:10 +00:00 |
|
Vadim Zeitlin
|
d035e423e4
|
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
|
2008-06-28 23:14:35 +00:00 |
|
Vadim Zeitlin
|
2ccc6650ca
|
support wxDP_ALLOWNONE in generic wxDatePickerCtrl (#3164)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-28 18:58:07 +00:00 |
|
Vadim Zeitlin
|
f3beaa9908
|
forward port 2.8.8 changelog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-28 18:56:14 +00:00 |
|
Vadim Zeitlin
|
053ac76fa2
|
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
|
2008-06-28 18:18:54 +00:00 |
|
Vadim Zeitlin
|
ec27ba21ed
|
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
|
2008-06-28 01:49:44 +00:00 |
|
Vadim Zeitlin
|
4095fb14c4
|
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
|
2008-06-28 01:40:42 +00:00 |
|
Stefan Neis
|
5b7668004b
|
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
|
2008-06-28 00:10:20 +00:00 |
|
Bryan Petty
|
738b7b9813
|
#9605: Documentation Corrections for richtextctrl.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-27 21:32:25 +00:00 |
|
Bryan Petty
|
d00029b2f2
|
#9589: Documentation Corrections for textctrl.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-27 21:31:56 +00:00 |
|
Vadim Zeitlin
|
837b01e2f8
|
use wxIconizeEvent::IsIconized() instead of deprecated Iconized()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-27 21:07:42 +00:00 |
|
Bryan Petty
|
e515613734
|
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
|
2008-06-27 18:23:21 +00:00 |
|
Bryan Petty
|
12f5e1e78f
|
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
|
2008-06-27 18:00:03 +00:00 |
|
Bryan Petty
|
10da75d098
|
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
|
2008-06-27 16:47:43 +00:00 |
|
Bryan Petty
|
ae3c17b401
|
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
|
2008-06-27 16:22:58 +00:00 |
|
Stefan Csomor
|
92b6654b66
|
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
|
2008-06-27 15:27:21 +00:00 |
|
Robert Roebling
|
1dea1566c8
|
Added mostly empty wxLaunchDefaultApplication
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-27 14:14:13 +00:00 |
|
Robert Roebling
|
1dff2537d3
|
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
|
2008-06-27 13:47:45 +00:00 |
|
Robert Roebling
|
1473d17fe9
|
Fix warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-27 13:45:51 +00:00 |
|
Robert Roebling
|
88684daa70
|
gtk wxStaticText and wxALIGN_CENTER_VERTICAL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-27 13:19:19 +00:00 |
|
Stefan Csomor
|
cde80c9284
|
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
|
2008-06-27 09:50:08 +00:00 |
|
Bryan Petty
|
922da38b89
|
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
|
2008-06-27 06:31:46 +00:00 |
|
Vadim Zeitlin
|
d8cda32e74
|
build fix for PCH-less build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-26 17:25:28 +00:00 |
|
Vadim Zeitlin
|
249259e753
|
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
|
2008-06-26 12:44:14 +00:00 |
|
Vadim Zeitlin
|
7f173c3349
|
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
|
2008-06-26 11:49:25 +00:00 |
|
Vadim Zeitlin
|
831b64f32f
|
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
|
2008-06-26 11:16:40 +00:00 |
|
Julian Smart
|
f31f319f0a
|
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
|
2008-06-26 10:55:46 +00:00 |
|
Stefan Csomor
|
d89af57a1a
|
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
|
2008-06-26 07:19:05 +00:00 |
|
Stefan Csomor
|
5aae8198c0
|
rename for docs as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-25 09:04:32 +00:00 |
|
Julian Smart
|
c895624b13
|
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
|
2008-06-25 08:38:10 +00:00 |
|
Vadim Zeitlin
|
0ddec397f6
|
more wxBitmapType-related backward compatibility fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-25 01:02:04 +00:00 |
|
Vadim Zeitlin
|
9e0560c1bc
|
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
|
2008-06-24 23:43:59 +00:00 |
|
Vadim Zeitlin
|
6ad7799c0b
|
don't use deprecated wxIconizeEvent::Iconized()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-24 23:42:43 +00:00 |
|
Robert Roebling
|
f95dc4d620
|
Compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-24 12:56:25 +00:00 |
|
Robert Roebling
|
4754ab1630
|
Next part of tree state icon patches
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-24 12:48:01 +00:00 |
|
Paul Cornett
|
dea482c985
|
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
|
2008-06-24 06:48:02 +00:00 |
|
Vadim Zeitlin
|
b4de6e0d25
|
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
|
2008-06-23 22:49:21 +00:00 |
|