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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

18 years agouse gtk_file_chooser_set_current_folder() instead of gtk_file_chooser_set_filename...
Vadim Zeitlin [Sun, 2 Jul 2006 01:31:55 +0000 (01:31 +0000)] 
use gtk_file_chooser_set_current_folder() instead of gtk_file_chooser_set_filename() in GTK+ native SetPath() branch (patch 1513554)

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

18 years agoadded indirect base classes too (patch 1513451)
Vadim Zeitlin [Sun, 2 Jul 2006 01:30:14 +0000 (01:30 +0000)] 
added indirect base classes too (patch 1513451)

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

18 years agoIndex() is const (patch 1513451)
Vadim Zeitlin [Sun, 2 Jul 2006 01:28:35 +0000 (01:28 +0000)] 
Index() is const (patch 1513451)

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

18 years agoadded ExpandAllChildrne() (patch 1498343)
Vadim Zeitlin [Sun, 2 Jul 2006 01:22:42 +0000 (01:22 +0000)] 
added ExpandAllChildrne() (patch 1498343)

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

18 years agodon't use old name for wxTE_PROCESS_ENTER unavailable when compatibility is off
Vadim Zeitlin [Sun, 2 Jul 2006 01:08:46 +0000 (01:08 +0000)] 
don't use old name for wxTE_PROCESS_ENTER unavailable when compatibility is off

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

18 years agoreset m_selectingKeyboard in ClearSelection() too
Vadim Zeitlin [Sun, 2 Jul 2006 00:29:58 +0000 (00:29 +0000)] 
reset m_selectingKeyboard in ClearSelection() too

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

18 years agodon't refresh the menu if it's frozen
Vadim Zeitlin [Sun, 2 Jul 2006 00:17:42 +0000 (00:17 +0000)] 
don't refresh the menu if it's frozen

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

18 years agoCorrected GIF
Julian Smart [Sat, 1 Jul 2006 20:32:34 +0000 (20:32 +0000)] 
Corrected GIF

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

18 years agoFirst cut at wxRichTextCtrl documentation
Julian Smart [Sat, 1 Jul 2006 20:30:58 +0000 (20:30 +0000)] 
First cut at wxRichTextCtrl documentation
Put wxTextAttr into separate file to allow correct ordering

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

18 years agoRemoved duplicate wxDCClipper documentation
Julian Smart [Sat, 1 Jul 2006 20:21:49 +0000 (20:21 +0000)] 
Removed duplicate wxDCClipper documentation

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

18 years agoSwapped parameters
Julian Smart [Sat, 1 Jul 2006 19:51:14 +0000 (19:51 +0000)] 
Swapped parameters

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

18 years agoNeed to convert from physical to logical units inside HitTest
Julian Smart [Sat, 1 Jul 2006 16:43:54 +0000 (16:43 +0000)] 
Need to convert from physical to logical units inside HitTest

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

18 years agodon't set the size to the full screen for the windows which are maximized before...
Vadim Zeitlin [Sat, 1 Jul 2006 14:21:58 +0000 (14:21 +0000)] 
don't set the size to the full screen for the windows which are maximized before being shown, just set the pending size to make sure that layout calculations work correctly but without breaking restoring the window

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

18 years agouse WM_NCCALCSIZE in DoGetClientSize() if the window has deferred size, even if it...
Vadim Zeitlin [Sat, 1 Jul 2006 14:19:41 +0000 (14:19 +0000)] 
use WM_NCCALCSIZE in DoGetClientSize() if the window has deferred size, even if it's toplevel

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

18 years agodon't ignore dialog code when processing Ctrl-keys; otherwise text controls and listb...
Vadim Zeitlin [Fri, 30 Jun 2006 23:27:46 +0000 (23:27 +0000)] 
don't ignore dialog code when processing Ctrl-keys; otherwise text controls and listboxes never get Ctrl-PageUp/Dn

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

18 years agoavoid asserts by not using GetSelection() with multi selection listbox
Vadim Zeitlin [Fri, 30 Jun 2006 23:25:18 +0000 (23:25 +0000)] 
avoid asserts by not using GetSelection() with multi selection listbox

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

18 years agoadded wxHyperLink and context help testing code (not sure if either of them should...
Vadim Zeitlin [Fri, 30 Jun 2006 23:16:55 +0000 (23:16 +0000)] 
added wxHyperLink and context help testing code (not sure if either of them should actually be here...)

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

18 years agosupport Ctrl-PageUp/Dn for changing the notebook pages in addition to [Shift-]Ctrl...
Vadim Zeitlin [Fri, 30 Jun 2006 23:08:00 +0000 (23:08 +0000)] 
support Ctrl-PageUp/Dn for changing the notebook pages in addition to [Shift-]Ctrl-Tab (this is also a standard key combination)

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

18 years agowe don't need to override MSWTranslateMessage(), it was a wrong workaround for the...
Vadim Zeitlin [Fri, 30 Jun 2006 23:00:11 +0000 (23:00 +0000)] 
we don't need to override MSWTranslateMessage(), it was a wrong workaround for the bug fixed in rev 1.41 of src/msw/evtloop.cpp

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

18 years agocall MSWProcessMessage() for the window itself, although a comment said that this...
Vadim Zeitlin [Fri, 30 Jun 2006 22:59:01 +0000 (22:59 +0000)] 
call MSWProcessMessage() for the window itself, although a comment said that this was done it, in fact, wasn't (since rev 1.11 when this was changed, apparently accidentally)

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

18 years agomoved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it's not used on other platforms
Vadim Zeitlin [Fri, 30 Jun 2006 22:04:56 +0000 (22:04 +0000)] 
moved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it's not used on other platforms

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

18 years agoOld socket code has no wxDatagramSocket::Connect() or DisconnecT(), removing from...
Angel Vidal Veiga [Fri, 30 Jun 2006 17:32:56 +0000 (17:32 +0000)] 
Old socket code has no wxDatagramSocket::Connect() or DisconnecT(), removing from HEAD docs

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

18 years agomaking sure mac filenames are always decomposed D Unicode UTF8 and the internal wxStr...
Stefan Csomor [Fri, 30 Jun 2006 14:24:14 +0000 (14:24 +0000)] 
making sure mac filenames are always decomposed D Unicode UTF8 and the internal wxStrings are using composed D Unicode

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

18 years agowxDatagramSocket docs added
Angel Vidal Veiga [Fri, 30 Jun 2006 12:37:30 +0000 (12:37 +0000)] 
wxDatagramSocket docs added

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

18 years agoFixes tex2rtf to search for files on current folder too. This is basically to test...
Angel Vidal Veiga [Fri, 30 Jun 2006 12:01:15 +0000 (12:01 +0000)] 
Fixes tex2rtf to search for files on current folder too. This is basically to test my write access (tho also fixes tex2rtf for some people, including me)

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

18 years agofixed wxCheckBoxBase::DoUpdateWindowUI to handle disabling and hiding of the control
Václav Slavík [Fri, 30 Jun 2006 10:51:44 +0000 (10:51 +0000)] 
fixed wxCheckBoxBase::DoUpdateWindowUI to handle disabling and hiding of the control

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

18 years agomissing retval
Stefan Csomor [Fri, 30 Jun 2006 09:16:41 +0000 (09:16 +0000)] 
missing retval

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

18 years agofixing PPI bugs in printer dcs and print preview
Stefan Csomor [Fri, 30 Jun 2006 08:45:03 +0000 (08:45 +0000)] 
fixing PPI bugs in printer dcs and print preview

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

18 years agofixing PPI bugs in printer dcs
Stefan Csomor [Fri, 30 Jun 2006 08:44:12 +0000 (08:44 +0000)] 
fixing PPI bugs in printer dcs

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

18 years agoadded/expanded various comments
Benjamin Williams [Fri, 30 Jun 2006 07:28:39 +0000 (07:28 +0000)] 
added/expanded various comments

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

18 years agoRemoved __future__ import that has been in the "past" for several
Robin Dunn [Thu, 29 Jun 2006 22:24:00 +0000 (22:24 +0000)] 
Removed __future__ import that has been in the "past" for several
years now.

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

18 years agoswitching all text rendering/measuring to ATSUI
Stefan Csomor [Thu, 29 Jun 2006 17:25:40 +0000 (17:25 +0000)] 
switching all text rendering/measuring to ATSUI

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

18 years agomoving UniChar code to one place
Stefan Csomor [Thu, 29 Jun 2006 17:23:37 +0000 (17:23 +0000)] 
moving UniChar code to one place

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

18 years agocall wxApp::OnInit() from MyApp::OnInit() so that standard options (like wxUniv ...
Vadim Zeitlin [Thu, 29 Jun 2006 13:47:45 +0000 (13:47 +0000)] 
call wxApp::OnInit() from MyApp::OnInit() so that standard options (like wxUniv --theme) work with the sample

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

18 years agoflush stderr in wxSafeShowMessage(): this might be unnecessary but definitely doesn...
Vadim Zeitlin [Thu, 29 Jun 2006 12:42:06 +0000 (12:42 +0000)] 
flush stderr in wxSafeShowMessage(): this might be unnecessary but definitely doesn't hurt and could be useful if stderr is redirected

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

18 years agoMoved wrongly placed hit test constants
Julian Smart [Thu, 29 Jun 2006 12:04:19 +0000 (12:04 +0000)] 
Moved wrongly placed hit test constants

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

18 years agoChanged order of libs to fix linking
Julian Smart [Thu, 29 Jun 2006 08:19:12 +0000 (08:19 +0000)] 
Changed order of libs to fix linking

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

18 years agofix for potential crash when conversion fails
Stefan Csomor [Thu, 29 Jun 2006 08:16:49 +0000 (08:16 +0000)] 
fix for potential crash when conversion fails

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

18 years agofix for potention crash when conversion fails
Stefan Csomor [Thu, 29 Jun 2006 08:07:50 +0000 (08:07 +0000)] 
fix for potention crash when conversion fails

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

18 years agoRespun configure for richtext library
Julian Smart [Thu, 29 Jun 2006 07:55:33 +0000 (07:55 +0000)] 
Respun configure for richtext library

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

18 years agoTypo correction
Julian Smart [Thu, 29 Jun 2006 07:50:32 +0000 (07:50 +0000)] 
Typo correction

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

18 years agoMoved wxRichTextCtrl to its own library
Julian Smart [Thu, 29 Jun 2006 07:16:39 +0000 (07:16 +0000)] 
Moved wxRichTextCtrl to its own library

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

18 years agoAdded SWIG patches to allow compiling the generated code with
Robin Dunn [Thu, 29 Jun 2006 02:34:31 +0000 (02:34 +0000)] 
Added SWIG patches to allow compiling the generated code with
Python 2.5

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

18 years agoApplied patch from Armel Asselin that reduces memory required when
Robin Dunn [Wed, 28 Jun 2006 19:32:18 +0000 (19:32 +0000)] 
Applied patch from Armel Asselin that reduces memory required when
pasting text and when sending events.

Comment out some unneeded asserts.

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

18 years agoTypo correction
Julian Smart [Wed, 28 Jun 2006 17:45:13 +0000 (17:45 +0000)] 
Typo correction

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

18 years agoadded missing wx/sizer.h header
Vadim Zeitlin [Wed, 28 Jun 2006 14:01:35 +0000 (14:01 +0000)] 
added missing wx/sizer.h header

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

18 years agoFixed zoom problem (Robert J.Lang)
Julian Smart [Wed, 28 Jun 2006 12:56:05 +0000 (12:56 +0000)] 
Fixed zoom problem (Robert J.Lang)

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

18 years agoAdded support for tabs in wxRichTextCtrl (Ashish More)
Julian Smart [Wed, 28 Jun 2006 10:57:20 +0000 (10:57 +0000)] 
Added support for tabs in wxRichTextCtrl (Ashish More)

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

18 years agoreSWIGged
Robin Dunn [Tue, 27 Jun 2006 23:05:12 +0000 (23:05 +0000)] 
reSWIGged

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

18 years agonew wxTreeEvent ctor
Robin Dunn [Tue, 27 Jun 2006 22:46:34 +0000 (22:46 +0000)] 
new wxTreeEvent ctor

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

18 years agoDon't use custom bg style except on wxGTK
Robin Dunn [Tue, 27 Jun 2006 22:39:31 +0000 (22:39 +0000)] 
Don't use custom bg style except on wxGTK

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

18 years agoPicker control updates
Robin Dunn [Tue, 27 Jun 2006 22:37:13 +0000 (22:37 +0000)] 
Picker control updates

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

18 years agoChanged call order of the PreCreate method, and pass the pre instance
Robin Dunn [Tue, 27 Jun 2006 22:36:24 +0000 (22:36 +0000)] 
Changed call order of the PreCreate method, and pass the pre instance
to it.

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

18 years agolittle tweaks
Robin Dunn [Tue, 27 Jun 2006 22:35:33 +0000 (22:35 +0000)] 
little tweaks

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

18 years agoNew SetModified method
Robin Dunn [Tue, 27 Jun 2006 22:33:14 +0000 (22:33 +0000)] 
New SetModified method

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

18 years agoNew wxNB_HITTEST_ONPAGE flag
Robin Dunn [Tue, 27 Jun 2006 22:31:36 +0000 (22:31 +0000)] 
New wxNB_HITTEST_ONPAGE flag

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

18 years agoAdded missing platform constants
Robin Dunn [Tue, 27 Jun 2006 22:30:47 +0000 (22:30 +0000)] 
Added missing platform constants

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

18 years agoRemove use of wxHIDE_READONLY
Robin Dunn [Tue, 27 Jun 2006 22:30:12 +0000 (22:30 +0000)] 
Remove use of wxHIDE_READONLY

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

18 years agoPut wxHIDE_READONLY back for compatibility.
Robin Dunn [Tue, 27 Jun 2006 22:29:27 +0000 (22:29 +0000)] 
Put wxHIDE_READONLY back for compatibility.

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

18 years agowxMSW doesn't look in a LC_MESSAGES dir for the message catalogs
Robin Dunn [Tue, 27 Jun 2006 22:02:59 +0000 (22:02 +0000)] 
wxMSW doesn't look in a LC_MESSAGES dir for the message catalogs

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

18 years agoPut back the old wxTreeEvent ctor for compatibility
Robin Dunn [Tue, 27 Jun 2006 21:21:36 +0000 (21:21 +0000)] 
Put back the old wxTreeEvent ctor for compatibility

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

18 years agoFixed incorrect get page source check around SetPageSource.
Kevin Ollivier [Tue, 27 Jun 2006 20:53:37 +0000 (20:53 +0000)] 
Fixed incorrect get page source check around SetPageSource.

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

18 years agowxPickerBase derives from wxControl, not wxWindow
Robin Dunn [Tue, 27 Jun 2006 19:19:31 +0000 (19:19 +0000)] 
wxPickerBase derives from wxControl, not wxWindow

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

18 years agofixed typo
Robin Dunn [Tue, 27 Jun 2006 19:16:11 +0000 (19:16 +0000)] 
fixed typo

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

18 years agoadded a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId...
Vadim Zeitlin [Tue, 27 Jun 2006 18:49:06 +0000 (18:49 +0000)] 
added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)

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

18 years agoadded a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId...
Vadim Zeitlin [Tue, 27 Jun 2006 14:58:46 +0000 (14:58 +0000)] 
added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)

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

18 years agolook in the environment for the options values
Vadim Zeitlin [Tue, 27 Jun 2006 14:33:14 +0000 (14:33 +0000)] 
look in the environment for the options values

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

18 years agoadded wxUSE_PRINTF_POS_PARAMS which can be used to force the use of built-in printf...
Vadim Zeitlin [Tue, 27 Jun 2006 14:24:53 +0000 (14:24 +0000)] 
added wxUSE_PRINTF_POS_PARAMS which can be used to force the use of built-in printf (2nd part of patch 1462778)

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

18 years agofix handling of % in our printf implementation (part of patch 1462778)
Vadim Zeitlin [Tue, 27 Jun 2006 14:21:15 +0000 (14:21 +0000)] 
fix handling of % in our printf implementation (part of patch 1462778)

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

18 years agocreate text control with wxTE_PROCESS_ENTER style if we have wxPROCESS_ENTER ourselve...
Vadim Zeitlin [Tue, 27 Jun 2006 14:15:31 +0000 (14:15 +0000)] 
create text control with wxTE_PROCESS_ENTER style if we have wxPROCESS_ENTER ourselves (patch 1512803)

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

18 years agofix VC compilation warnings about implicit int->bool conversion after last check in
Vadim Zeitlin [Tue, 27 Jun 2006 14:12:05 +0000 (14:12 +0000)] 
fix VC compilation warnings about implicit int->bool conversion after last check in

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

18 years agouse wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker...
Vadim Zeitlin [Tue, 27 Jun 2006 14:07:45 +0000 (14:07 +0000)] 
use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)

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

18 years agoremove duplicate m_popupInterface (patch 1509424)
Vadim Zeitlin [Tue, 27 Jun 2006 14:04:27 +0000 (14:04 +0000)] 
remove duplicate m_popupInterface (patch 1509424)

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

18 years agoAdded wxPROPSHEET_TREEBOOK option
Julian Smart [Tue, 27 Jun 2006 08:01:54 +0000 (08:01 +0000)] 
Added wxPROPSHEET_TREEBOOK option

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

18 years agoRemove use of GetVolumeInformation since it causes long delays on network drives.
Julian Smart [Tue, 27 Jun 2006 07:55:15 +0000 (07:55 +0000)] 
Remove use of GetVolumeInformation since it causes long delays on network drives.

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

18 years agoallow empty filename in ctor taking the extents
Vadim Zeitlin [Mon, 26 Jun 2006 14:39:56 +0000 (14:39 +0000)] 
allow empty filename in ctor taking the extents

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

18 years agoinclude wx/msw/metafile.h when wxUSE_WIN_METAFILES_ALWAYS==1
Vadim Zeitlin [Mon, 26 Jun 2006 14:37:34 +0000 (14:37 +0000)] 
include wx/msw/metafile.h when wxUSE_WIN_METAFILES_ALWAYS==1

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

18 years agoforce showing 0 in the spin control instead of leaving it empty as the native spin...
Vadim Zeitlin [Mon, 26 Jun 2006 12:20:50 +0000 (12:20 +0000)] 
force showing 0 in the spin control instead of leaving it empty as the native spin button seems to be content to do

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

18 years agopicker controls improvements: fixes to valid paths recognition and event generation...
Vadim Zeitlin [Mon, 26 Jun 2006 01:04:44 +0000 (01:04 +0000)] 
picker controls improvements: fixes to valid paths recognition and event generation under GTK (patch 1510064)

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

18 years agoadd SetSelection(-1) test (part of patch 1506943)
Vadim Zeitlin [Mon, 26 Jun 2006 00:47:47 +0000 (00:47 +0000)] 
add SetSelection(-1) test (part of patch 1506943)

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

18 years agodeselect all items when SetSelection(-1) is called (patch 1506943)
Vadim Zeitlin [Mon, 26 Jun 2006 00:46:32 +0000 (00:46 +0000)] 
deselect all items when SetSelection(-1) is called (patch 1506943)

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

18 years agoadded SetModified() for people who find it easier to understand than MarkDirty/Discar...
Vadim Zeitlin [Mon, 26 Jun 2006 00:39:32 +0000 (00:39 +0000)] 
added SetModified() for people who find it easier to understand than MarkDirty/DiscardEdits (patch 1504449)

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

18 years agoremove the item from proportions arrays as well as from m_growableCols/Rows in wxFlex...
Vadim Zeitlin [Mon, 26 Jun 2006 00:11:59 +0000 (00:11 +0000)] 
remove the item from proportions arrays as well as from m_growableCols/Rows in wxFlexGridSizer::RemoveGrowableCol/Row(); also added an assert in case the item to remove is not growable

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

18 years agodefine WXMAKINGDLL_QA when WXMAKINGDLL is defined (patch 1502015)
Vadim Zeitlin [Mon, 26 Jun 2006 00:03:33 +0000 (00:03 +0000)] 
define WXMAKINGDLL_QA when WXMAKINGDLL is defined (patch 1502015)

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

18 years agoexplicitely include <shellapi.h>, apparently needed when wxUSE_GUI=0 and PCH are...
Vadim Zeitlin [Mon, 26 Jun 2006 00:01:03 +0000 (00:01 +0000)] 
explicitely include <shellapi.h>, apparently needed when wxUSE_GUI=0 and PCH are not used (patch 1501701)

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

18 years agoavoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue (patch...
Vadim Zeitlin [Sun, 25 Jun 2006 23:53:53 +0000 (23:53 +0000)] 
avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue (patch 1501682)

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