]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Sat, 6 Mar 2004 00:14:11 +0000 (00:14 +0000)]
Updated DrawPolyPolygon note
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26112
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 6 Mar 2004 00:12:53 +0000 (00:12 +0000)]
Default stule for wxFileConfig
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26111
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 6 Mar 2004 00:09:07 +0000 (00:09 +0000)]
Decided that not doing methods for keyboard commands was not worth the
effort keeping track of which should be eliminated and which should
not. Now all functions defined in Scintilla.iface will have a method
in the wxSTC class.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26110
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 23:57:45 +0000 (23:57 +0000)]
Add the wx module to the namespace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26109
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 23:38:39 +0000 (23:38 +0000)]
Only close the shell window if it still exists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26108
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 23:37:36 +0000 (23:37 +0000)]
Remove some extra Refreshes and such
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26107
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 23:36:20 +0000 (23:36 +0000)]
Use WidthDefault and HeightDefault
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26106
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 5 Mar 2004 23:14:57 +0000 (23:14 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26105
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 5 Mar 2004 23:14:23 +0000 (23:14 +0000)]
added regex test suite
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26104
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 5 Mar 2004 23:13:58 +0000 (23:13 +0000)]
moved to tests/regex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26103
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 5 Mar 2004 23:13:22 +0000 (23:13 +0000)]
minor corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26102
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 5 Mar 2004 22:55:21 +0000 (22:55 +0000)]
CppUnit compilation fixes for win compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26101
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 22:27:49 +0000 (22:27 +0000)]
wxGTK2 sends *only* wxEVT_SCROLLWIN_THUMBTRACK (why?) so
wxVScrolledWindow needs to respond to it otherwise nothing happens
when using the scrollbar.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26100
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 21:17:06 +0000 (21:17 +0000)]
Change wxMSW to use WidthDefault and HeightDefault for window sizes,
like the other platforms do.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26099
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 21:16:28 +0000 (21:16 +0000)]
Updated comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26098
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 21:04:10 +0000 (21:04 +0000)]
Changed WidthDefault() and HeightDefault() to use 400,250. If there
is a better set of default values feel free to change it, just don't
make them too small for TLWs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26097
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 20:58:16 +0000 (20:58 +0000)]
MaskedEditCtrl updates from Will Sadkin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26096
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 20:57:15 +0000 (20:57 +0000)]
Remove #!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26095
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Fri, 5 Mar 2004 17:40:38 +0000 (17:40 +0000)]
More updates to the Debian packaging for wxPython, unicode and
the project name change.
Applied patch from ABX to make tex2rtf unicode compatible, then
removed wxSprintf lameness from it so it might actually work.
Also modified it to return true from tex2rtf OnInit in console
builds so the app will exit with a successful return code rather
than always returning failure even when it succeeds.
Implemented unicode capable wxCtime for glibc systems also needed
by tex2rtf.
Wrapped dde include in tex2rtf in a guard and assert that dde is
MSW only in its forwarding header.
Lowered the limit of maxlen in wxSprintf so it actually has a
chance to segfault on people instead of failing silently and
mysteriously with glibc.
Silenced some other 'potentially uninitialised variable' warnings
from gcc3, most of which were bogus, one potentially not so.
Added missing newline at the end of fontdlg.cpp.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26094
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 5 Mar 2004 14:09:36 +0000 (14:09 +0000)]
don't lose fonts underlined flag in ReInit() (bug fix for the change in rev. 1.76)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26093
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 5 Mar 2004 13:49:25 +0000 (13:49 +0000)]
wxHTML not used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26092
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 5 Mar 2004 10:54:04 +0000 (10:54 +0000)]
always define wxUSE_MOUSEWHEEL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26091
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 05:28:21 +0000 (05:28 +0000)]
Changed CanApplyParentThemeBackground to ApplyParentThemeBackground
and let the windows set the the background colour themselves (or not)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26090
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 Mar 2004 00:06:33 +0000 (00:06 +0000)]
When running samples from the demo standalone you can now add a
--shell to the command line and it will start a PyShell to go with it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26089
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 Mar 2004 23:48:41 +0000 (23:48 +0000)]
Delay checking for the requested sash position until the first
OnInternalIdle after it is set.
TRUE/FALSE --> true/false
Fixed a bug that allowed the sash cursor to be shown the the pointer
is not quite on the sash yet.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26088
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 4 Mar 2004 23:16:47 +0000 (23:16 +0000)]
WinCE project and wxDC corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26087
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 Mar 2004 18:39:08 +0000 (18:39 +0000)]
Use wxWANTS_CHARS style so cursor keys can be used on wxMSW, send
wxNavigationKeyEvents on MSW since WANTS_CHARS will block those, and
inherit font and colors like wxListBox does.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26086
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 Mar 2004 17:03:55 +0000 (17:03 +0000)]
Added CanApplyParentThemeBackground and use it in wxMSW's
wxNotebook::ApplyThemeBackground. It's in the common base classes so
that someday it's usage can expand to the other platforms as well.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26085
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 4 Mar 2004 16:16:58 +0000 (16:16 +0000)]
support for wxUSE_PALETTE = 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26084
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 4 Mar 2004 14:33:20 +0000 (14:33 +0000)]
Remove the Innotek for OS/2 addition...configure now deals with this correctly on it's own
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26083
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 4 Mar 2004 14:25:04 +0000 (14:25 +0000)]
Remove the Innotek for OS/2 addition...configure now deals with this correctly on it's own
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26082
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Thu, 4 Mar 2004 09:39:24 +0000 (09:39 +0000)]
Committing in .
change OpenVMS compile support from wxWindows to wxWidgets
Modified Files:
wxWidgets/descrip.mms wxWidgets/setup.h_vms
wxWidgets/lib/vms.opt wxWidgets/lib/vms_gtk.opt
wxWidgets/lib/vms_gtk_univ.opt
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26081
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 4 Mar 2004 07:27:42 +0000 (07:27 +0000)]
placeholder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26080
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 4 Mar 2004 07:18:36 +0000 (07:18 +0000)]
fix for late redraw messages in a already destroyed window hierarchy
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26079
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Thu, 4 Mar 2004 00:16:56 +0000 (00:16 +0000)]
Fixed error in moving code from app.cpp in evtloop.cpp - caused accelerator
handling to be broken, now fixed again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26078
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 3 Mar 2004 23:40:24 +0000 (23:40 +0000)]
Put version numbers back to 2.5.1 until 2.5.2 is imminent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26077
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 3 Mar 2004 23:12:54 +0000 (23:12 +0000)]
no longer needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26076
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 3 Mar 2004 23:07:52 +0000 (23:07 +0000)]
regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26075
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 Mar 2004 23:04:04 +0000 (23:04 +0000)]
use global file/regkey by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26074
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 Mar 2004 23:02:26 +0000 (23:02 +0000)]
fixed bug with not reading settings from HKLM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26073
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 Mar 2004 23:01:05 +0000 (23:01 +0000)]
added AccessMode parameter to wxRegKey
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26072
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 3 Mar 2004 22:56:16 +0000 (22:56 +0000)]
applied path 906264: test program
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26071
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 3 Mar 2004 22:53:52 +0000 (22:53 +0000)]
compilation fix for unicode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26070
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 Mar 2004 22:16:32 +0000 (22:16 +0000)]
do check for <iostream> even when cross-compiling -- why not?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26069
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 Mar 2004 22:14:25 +0000 (22:14 +0000)]
added wxMenuBar::GetLabelTop() fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26068
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 3 Mar 2004 21:05:18 +0000 (21:05 +0000)]
Add missing file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26067
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 3 Mar 2004 21:03:13 +0000 (21:03 +0000)]
Removed duplicated code.
wxTranslateXXXEvent must not alter the XEvent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26066
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 3 Mar 2004 20:59:24 +0000 (20:59 +0000)]
Calculate length explicitly (for wxUSE_STL == 1).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26065
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 3 Mar 2004 20:44:37 +0000 (20:44 +0000)]
Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
theming (some applications look bad without 3D borders)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26064
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 3 Mar 2004 20:38:09 +0000 (20:38 +0000)]
Changed some version numbers to 2.5.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26063
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 3 Mar 2004 20:08:16 +0000 (20:08 +0000)]
Copy all needed files for the debian source dist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26062
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 3 Mar 2004 19:06:39 +0000 (19:06 +0000)]
Copy all needed files for the debian source dist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26061
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 3 Mar 2004 14:47:55 +0000 (14:47 +0000)]
API adaptions to MSW EnhMetafile, fixes and extensions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26060
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 3 Mar 2004 14:20:13 +0000 (14:20 +0000)]
Only scale an image once, which vastly improves the appearance
of scaled images in print and preview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26059
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 3 Mar 2004 14:10:04 +0000 (14:10 +0000)]
API adaptions to MSW EnhMetafile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26058
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 3 Mar 2004 13:32:24 +0000 (13:32 +0000)]
Allow an app to call SetFont on a PS DC without assertion
(should be possible to use SetFont before StartDoc).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26057
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 3 Mar 2004 10:47:57 +0000 (10:47 +0000)]
safe destruction, even if redraws might be triggered
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26056
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Wed, 3 Mar 2004 10:46:59 +0000 (10:46 +0000)]
final part of SF patch #904166 (DMC fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26055
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 3 Mar 2004 09:39:51 +0000 (09:39 +0000)]
casting for CW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26054
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 3 Mar 2004 09:39:02 +0000 (09:39 +0000)]
tentative fix for http://sourceforge.net/tracker/index.php?func=detail&aid=908712&group_id=9863&atid=109863
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26053
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 3 Mar 2004 09:24:02 +0000 (09:24 +0000)]
added conversions via UniChar for wchar = 4 bytes versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26052
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 3 Mar 2004 07:17:32 +0000 (07:17 +0000)]
added comment about array, switched intepretation of IsRunning to MSW meaning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26051
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Wed, 3 Mar 2004 07:10:36 +0000 (07:10 +0000)]
Updates for debian build scripts to suit new library and tool status.
Updated config.{sub,guess} for new platform support.
Incorporated fixes to GNU/Hurd support and added GNU/K*BSD support.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26050
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 3 Mar 2004 06:38:41 +0000 (06:38 +0000)]
Innotek gcc for os2 specific updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26049
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Wed, 3 Mar 2004 03:45:38 +0000 (03:45 +0000)]
Construct wxCocoaNSWindow with a pointer to this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26048
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Wed, 3 Mar 2004 03:44:20 +0000 (03:44 +0000)]
s/wxTopLevelWindow/wxTopLevelWindowCocoa/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26047
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Wed, 3 Mar 2004 03:35:06 +0000 (03:35 +0000)]
Constructor now takes a wxTopLevelWindow * = NULL so that the new
GetWxTopLevelWindow() method can be used.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26046
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 3 Mar 2004 02:06:09 +0000 (02:06 +0000)]
Fix for [ 907679 ] segfault on SetSizerAndFit after SetSizer
Don't do anything if setting the same sizer again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26045
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 3 Mar 2004 02:02:28 +0000 (02:02 +0000)]
Added a typemap that converts the references returned for some GDI
objects (Brush, Pen, Font, etc.) into copies, (taking advantage of the
copy-on-write capabilities of the C++ class.) This is to work around
an issue where getting a GDI object changing it and setting it back to
the DC would trigger an incorrect optimization.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26044
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 3 Mar 2004 01:59:49 +0000 (01:59 +0000)]
fixed some docstrings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26043
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 3 Mar 2004 01:57:10 +0000 (01:57 +0000)]
Fixed wxWindow_FromHWND so it would compile (still untested)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26042
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 3 Mar 2004 01:50:39 +0000 (01:50 +0000)]
Fixed some wx prefix issues, changed the self test to use a sizer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26041
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Mar 2004 23:54:02 +0000 (23:54 +0000)]
Removed some test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26040
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Mar 2004 23:51:23 +0000 (23:51 +0000)]
Updates for STCStyleEditor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26039
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Mar 2004 23:50:39 +0000 (23:50 +0000)]
copy the metadata file into the docs archive too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26038
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Mar 2004 23:49:39 +0000 (23:49 +0000)]
Namechange changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26037
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Mar 2004 23:47:24 +0000 (23:47 +0000)]
Docstring tweaks, fixed typo, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26036
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Mar 2004 23:46:38 +0000 (23:46 +0000)]
Added InReportView
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26035
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Mar 2004 23:45:47 +0000 (23:45 +0000)]
Docstring tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26034
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Mar 2004 23:44:42 +0000 (23:44 +0000)]
Fixed wx.Timer to not need to hold an extra reference to itself, so it
can be cleaned up properly when the Python reference to it is
released. Also fixed wx.FutureCall so that its timer can be
restarted. Souped up the Timer demo to show and explain the various
ways to use a wx.Timer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26033
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 2 Mar 2004 23:36:07 +0000 (23:36 +0000)]
return version of GTK+ library the app links against, not the one it was compiled with
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26032
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 2 Mar 2004 20:48:57 +0000 (20:48 +0000)]
Removed unncessary includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26031
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 2 Mar 2004 18:15:00 +0000 (18:15 +0000)]
wxWindow::Freeze()/Thaw() can now be nested
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26030
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 2 Mar 2004 18:00:38 +0000 (18:00 +0000)]
updated VC build instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26029
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 2 Mar 2004 13:58:54 +0000 (13:58 +0000)]
Implement wxMenuItemAction and validateMenuItem delegate virtuals
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26028
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 2 Mar 2004 11:03:07 +0000 (11:03 +0000)]
part of SF patch #904166 (DMC fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26027
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 2 Mar 2004 09:28:32 +0000 (09:28 +0000)]
part of SF patch #904166 (DMC fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26026
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 2 Mar 2004 09:15:24 +0000 (09:15 +0000)]
apply SF patch #907546 (DMC fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26025
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 2 Mar 2004 05:26:57 +0000 (05:26 +0000)]
SendDestroyEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26024
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 2 Mar 2004 04:27:54 +0000 (04:27 +0000)]
Unused variable removed from inline
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26023
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Mar 2004 02:41:25 +0000 (02:41 +0000)]
Trim trailing spaces from key names when parsing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26022
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 1 Mar 2004 23:31:16 +0000 (23:31 +0000)]
Only when wxTE-PROCESS_ENTER has been set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26021
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 1 Mar 2004 23:28:50 +0000 (23:28 +0000)]
Spin control now emits TEXT_ENTER commands.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26020
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 1 Mar 2004 22:54:20 +0000 (22:54 +0000)]
Applied patch for generic file dialog Show()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26019
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 1 Mar 2004 22:42:07 +0000 (22:42 +0000)]
Make multi-line text control focussable
by using tabs under GTK 2.0.
Make hitting ENTER in a wxSpinCtrl to
activate the default button work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26018
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 1 Mar 2004 22:17:56 +0000 (22:17 +0000)]
Made space around text symmetric.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26017
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Mon, 1 Mar 2004 21:48:05 +0000 (21:48 +0000)]
Remove deprecated copystring() usage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26016
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 1 Mar 2004 20:54:59 +0000 (20:54 +0000)]
mention Win9x size limitation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26015
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 1 Mar 2004 06:24:20 +0000 (06:24 +0000)]
Warning suppressions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26014
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 29 Feb 2004 23:54:46 +0000 (23:54 +0000)]
check for NULL pointer returned by wxFontEnumerator::GetFacenames() (it actually happens under Cocoa and could conceivably happen elsewhere as well...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26013
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775