wxWidgets.git
18 years agofix Borland part of bug 1158383
Chris Elliott [Mon, 23 Jan 2006 09:40:05 +0000 (09:40 +0000)] 
fix Borland part of bug 1158383

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

18 years agocleanup - more reformatting
David Surovell [Mon, 23 Jan 2006 04:11:46 +0000 (04:11 +0000)] 
cleanup - more reformatting

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

18 years agoAdd wxGTK1 port to bakefiles files.bkl. Please review this commit.
Mart Raudsepp [Mon, 23 Jan 2006 03:58:00 +0000 (03:58 +0000)] 
Add wxGTK1 port to bakefiles files.bkl. Please review this commit.

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

18 years agoInclude gtk1 headers for non-gtk2. I don't really like this CPP logic, or more exactl...
Mart Raudsepp [Mon, 23 Jan 2006 03:27:34 +0000 (03:27 +0000)] 
Include gtk1 headers for non-gtk2. I don't really like this CPP logic, or more exactly __WXGTK__ without __WXGTK20__
being GTK1, oh well.
Might have missed some.

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

18 years agoRemove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header...
Mart Raudsepp [Mon, 23 Jan 2006 02:28:01 +0000 (02:28 +0000)] 
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
hdr

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

18 years agowx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary for gtk1. Deleting.
Mart Raudsepp [Mon, 23 Jan 2006 02:10:26 +0000 (02:10 +0000)] 
wx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary for gtk1. Deleting.

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

18 years agoRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
Mart Raudsepp [Mon, 23 Jan 2006 01:14:32 +0000 (01:14 +0000)] 
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
 57 files changed, 394 insertions(+), 6767 deletions(-)

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

18 years agoUse g_signal* instead of deprecated gtk_signal*. Use proper casts for the arguments.
Mart Raudsepp [Sun, 22 Jan 2006 23:28:58 +0000 (23:28 +0000)] 
Use g_signal* instead of deprecated gtk_signal*. Use proper casts for the arguments.
Worth norting from the GTK+ docs: "For future usage, direct use of the GSignal API is recommended, this avoids
significant performance hits where GtkArg structures have to be converted into GValues."

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

18 years agoapplied patch 1411688
David Surovell [Sun, 22 Jan 2006 21:59:00 +0000 (21:59 +0000)] 
applied patch 1411688

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

18 years agocleanup - heavy reformatting
David Surovell [Sun, 22 Jan 2006 21:26:28 +0000 (21:26 +0000)] 
cleanup - heavy reformatting

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

18 years agoNuke GTK1 from include/gtk
Mart Raudsepp [Sun, 22 Jan 2006 21:00:19 +0000 (21:00 +0000)] 
Nuke GTK1 from include/gtk

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

18 years agoUpdate instructions to match mgl 6
Michael Wetherell [Sun, 22 Jan 2006 20:37:38 +0000 (20:37 +0000)] 
Update instructions to match mgl 6

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

18 years agoNuke GTK1 from src/gtk
Mart Raudsepp [Sun, 22 Jan 2006 20:29:17 +0000 (20:29 +0000)] 
Nuke GTK1 from src/gtk

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

18 years ago Fix bug [1297817] - applied suggested patch
Roger Gammans [Sun, 22 Jan 2006 13:45:34 +0000 (13:45 +0000)] 
 Fix bug [1297817] - applied suggested patch

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

18 years ago Applied MIME-types patch.
Robert Roebling [Sun, 22 Jan 2006 13:22:56 +0000 (13:22 +0000)] 
  Applied MIME-types patch.

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

18 years agoMoved os2/private.h to BASE_OS2_HDR.
Stefan Neis [Sun, 22 Jan 2006 11:37:58 +0000 (11:37 +0000)] 
Moved os2/private.h to BASE_OS2_HDR.

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

18 years agoAdd a "see also" note for wxScrollWinEvent for wxWindow::SetScrollbar. Closes bug...
Mart Raudsepp [Sun, 22 Jan 2006 05:12:43 +0000 (05:12 +0000)] 
Add a "see also" note for wxScrollWinEvent for wxWindow::SetScrollbar. Closes bug #1083738

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

18 years agoDistinguish numpad extended keys. Fixes bug #1327720
Jamie Gadd [Sun, 22 Jan 2006 05:04:31 +0000 (05:04 +0000)] 
Distinguish numpad extended keys. Fixes bug #1327720

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

18 years agoRebake all the VC++ project files and makefiles
Michael Wetherell [Sat, 21 Jan 2006 23:06:27 +0000 (23:06 +0000)] 
Rebake all the VC++ project files and makefiles

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

18 years agoMove oleacc.lib from the VC++ projects/makefiles to libraries.h
Michael Wetherell [Sat, 21 Jan 2006 22:50:46 +0000 (22:50 +0000)] 
Move oleacc.lib from the VC++ projects/makefiles to libraries.h

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

18 years agoUpdate with location of SP3 for VC++ 5.0 (Jan Jezabek)
Michael Wetherell [Sat, 21 Jan 2006 22:44:12 +0000 (22:44 +0000)] 
Update with location of SP3 for VC++ 5.0 (Jan Jezabek)

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

18 years agoUse wxSUBRELEASE_NUMBER for the file version, not wxBETA_NUMBER. Also
Robin Dunn [Sat, 21 Jan 2006 22:39:46 +0000 (22:39 +0000)] 
Use wxSUBRELEASE_NUMBER for the file version, not wxBETA_NUMBER.  Also
update copyright year

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

18 years agoLets have a close box for the DnDShapeDialog in the dnd sample
Mart Raudsepp [Sat, 21 Jan 2006 18:08:06 +0000 (18:08 +0000)] 
Lets have a close box for the DnDShapeDialog in the dnd sample

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

18 years agoFixed bug [ 1361674 ] Document wxDocMDIParentFrame::Create
Julian Smart [Sat, 21 Jan 2006 17:49:48 +0000 (17:49 +0000)] 
Fixed bug [ 1361674 ] Document wxDocMDIParentFrame::Create

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

18 years agoTypo fix
Julian Smart [Sat, 21 Jan 2006 17:38:46 +0000 (17:38 +0000)] 
Typo fix

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

18 years agoFix for bug [ 1335450 ] Replace all << by &lt;&lt; and >> by &gt;&gt;
Julian Smart [Sat, 21 Jan 2006 17:31:38 +0000 (17:31 +0000)] 
Fix for bug [ 1335450 ] Replace all << by &lt;&lt; and >> by &gt;&gt;

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

18 years agoCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0
Julian Smart [Sat, 21 Jan 2006 16:47:30 +0000 (16:47 +0000)] 
Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0

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

18 years agoFix for [ 1351655 ] wxTextValidator::OnChar not working with numeric filter
Julian Smart [Sat, 21 Jan 2006 15:13:00 +0000 (15:13 +0000)] 
Fix for [ 1351655 ] wxTextValidator::OnChar not working with numeric filter

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

18 years agoFix for bug [ 1351659 ] wxTextValidator::Validate not Unicode safe
Julian Smart [Sat, 21 Jan 2006 15:09:20 +0000 (15:09 +0000)] 
Fix for bug [ 1351659 ] wxTextValidator::Validate not Unicode safe

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

18 years agoBug [ 1355450 ] wxSplitterWindow overview shows horizontal says vertical
Julian Smart [Sat, 21 Jan 2006 15:04:02 +0000 (15:04 +0000)] 
Bug [ 1355450 ] wxSplitterWindow overview shows horizontal says vertical
Fixed wrong orientation documentation

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

18 years agoApplied patch [ 1409971 ] wxX11: fix for DoDrawBitmap() when scaling is set
Julian Smart [Sat, 21 Jan 2006 14:45:47 +0000 (14:45 +0000)] 
Applied patch [ 1409971 ] wxX11: fix for DoDrawBitmap() when scaling is set

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

18 years agoadding new event loop implementation, removing aga.cpp (outdated)
Stefan Csomor [Sat, 21 Jan 2006 12:18:26 +0000 (12:18 +0000)] 
adding new event loop implementation, removing aga.cpp (outdated)

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

18 years agoadjust subbitmap mask code to new representation
Stefan Csomor [Sat, 21 Jan 2006 12:16:57 +0000 (12:16 +0000)] 
adjust subbitmap mask code to new representation

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

18 years agoSince this window draws its own background, set the custom bg style.
Robin Dunn [Sat, 21 Jan 2006 07:07:28 +0000 (07:07 +0000)] 
Since this window draws its own background, set the custom bg style.

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

18 years agoChanges needed for SWIG 1.3.27
Robin Dunn [Sat, 21 Jan 2006 06:45:34 +0000 (06:45 +0000)] 
Changes needed for SWIG 1.3.27

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

18 years agodocument other SetValue() overloads
Vadim Zeitlin [Sat, 21 Jan 2006 03:25:31 +0000 (03:25 +0000)] 
document other SetValue() overloads

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

18 years agoRemove wxGetOsDescription from MGL's utils, and add it to msdos's
Michael Wetherell [Sat, 21 Jan 2006 01:34:42 +0000 (01:34 +0000)] 
Remove wxGetOsDescription from MGL's utils, and add it to msdos's

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

18 years agousing a dynamic cast to wxFrame in order to get the MenuBar correctly from the frontm...
Stefan Csomor [Fri, 20 Jan 2006 21:16:55 +0000 (21:16 +0000)] 
using a dynamic cast to wxFrame in order to get the MenuBar correctly from the frontmost window

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

18 years agofixed compilation errors in prior checkin; some minor cleanup
David Surovell [Fri, 20 Jan 2006 19:49:10 +0000 (19:49 +0000)] 
fixed compilation errors in prior checkin; some minor cleanup

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

18 years agoAdded some (#ifdef'd out) wrappers to help in debugging the swig
Robin Dunn [Fri, 20 Jan 2006 18:18:02 +0000 (18:18 +0000)] 
Added some (#ifdef'd out) wrappers to help in debugging the swig
runtime swig_type_info structures.

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

18 years agocorrections for some SWIG deprecation warnings
Robin Dunn [Fri, 20 Jan 2006 18:11:53 +0000 (18:11 +0000)] 
corrections for some SWIG deprecation warnings

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

18 years agoPatch for Bug 1409256, wxversion.py does not understand lib and lib64
Robin Dunn [Fri, 20 Jan 2006 17:32:43 +0000 (17:32 +0000)] 
Patch for Bug 1409256, wxversion.py does not understand lib and lib64

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

18 years agoUpdates for CreateButtonSizer
Robin Dunn [Fri, 20 Jan 2006 17:26:29 +0000 (17:26 +0000)] 
Updates for CreateButtonSizer

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

18 years agoprevent overload abiguity in wxPyPrintPreview ctor
Robin Dunn [Fri, 20 Jan 2006 17:23:59 +0000 (17:23 +0000)] 
prevent overload abiguity in wxPyPrintPreview ctor

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

18 years agoAdded ConvertToGreyscale
Robin Dunn [Fri, 20 Jan 2006 17:23:02 +0000 (17:23 +0000)] 
Added ConvertToGreyscale

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

18 years agoSupporting a SetMenuBar call when this frame is already showing its menu
Stefan Csomor [Fri, 20 Jan 2006 17:17:05 +0000 (17:17 +0000)] 
Supporting a SetMenuBar call when this frame is already showing its menu

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

18 years agoallow for a range value of SInt32 instead of SInt16
Stefan Csomor [Fri, 20 Jan 2006 17:15:15 +0000 (17:15 +0000)] 
allow for a range value of SInt32 instead of SInt16

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

18 years agoUpdate notes on VC++ 5.0
Michael Wetherell [Fri, 20 Jan 2006 02:52:49 +0000 (02:52 +0000)] 
Update notes on VC++ 5.0

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

18 years agoalways initialize m_bChanged in wxConfigPathChanger ctor; this could result in diffic...
Vadim Zeitlin [Fri, 20 Jan 2006 00:55:52 +0000 (00:55 +0000)] 
always initialize m_bChanged in wxConfigPathChanger ctor; this could result in difficult to reproduce bugs

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

18 years agodon't look beyond the end of the string if it ends with a backslash in FilterInEntryN...
Vadim Zeitlin [Fri, 20 Jan 2006 00:55:17 +0000 (00:55 +0000)] 
don't look beyond the end of the string if it ends with a backslash in FilterInEntryName() (thanks Purify)

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

18 years agoCheckable items in wxToolMenuBarTool supported.
Włodzimierz Skiba [Thu, 19 Jan 2006 22:03:03 +0000 (22:03 +0000)] 
Checkable items in wxToolMenuBarTool supported.

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

18 years agocleanup - reformat
David Surovell [Thu, 19 Jan 2006 18:32:23 +0000 (18:32 +0000)] 
cleanup - reformat

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

18 years agoFixed bug #778299 - wxTE_RICH2 causes SetValue to show control.
Jamie Gadd [Thu, 19 Jan 2006 15:27:17 +0000 (15:27 +0000)] 
Fixed bug #778299 - wxTE_RICH2 causes SetValue to show control.

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

18 years agoApplied patch [ 1378183 ] Mac: wxNotebook::HitTest off by one
Julian Smart [Thu, 19 Jan 2006 11:03:56 +0000 (11:03 +0000)] 
Applied patch [ 1378183 ] Mac: wxNotebook::HitTest off by one

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

18 years agoApplied patch [ 1331340 ] faster Drawing of Polygons and Polylines
Julian Smart [Thu, 19 Jan 2006 10:33:33 +0000 (10:33 +0000)] 
Applied patch [ 1331340 ] faster Drawing of Polygons and Polylines
Chris Borgolte

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

18 years agoApplied patch [ 1381420 ] wxHTTP Basic authentication support
Julian Smart [Thu, 19 Jan 2006 10:28:22 +0000 (10:28 +0000)] 
Applied patch [ 1381420 ] wxHTTP Basic authentication support

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

18 years agoApplied patch [ 1374618 ] Fix wxJoystick::GetXMin/Max (bug 1374480)
Julian Smart [Thu, 19 Jan 2006 10:16:53 +0000 (10:16 +0000)] 
Applied patch [ 1374618 ] Fix wxJoystick::GetXMin/Max (bug 1374480)
Ryan Norton

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

18 years agoApplied patch [ 1339764 ] Add wxImage::ConvertToGreyscale
Julian Smart [Thu, 19 Jan 2006 09:55:15 +0000 (09:55 +0000)] 
Applied patch [ 1339764 ] Add wxImage::ConvertToGreyscale
Jamie Gadd

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

18 years agoApplied patch [ 1355809 ] Add ability to use templates with static event tables
Julian Smart [Thu, 19 Jan 2006 09:42:54 +0000 (09:42 +0000)] 
Applied patch [ 1355809 ] Add ability to use templates with static event tables
Jamie Gadd

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

18 years agoAdded toggle event
Julian Smart [Thu, 19 Jan 2006 09:36:57 +0000 (09:36 +0000)] 
Added toggle event

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

18 years ago Committing in .
Jouk Jansen [Thu, 19 Jan 2006 08:33:52 +0000 (08:33 +0000)] 
 Committing in .

 Updated OpenVMS compile support

 Modified Files:
  wxWidgets/src/common/descrip.mms
----------------------------------------------------------------------

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

18 years agoDon't use Windows handles directly in headers
Julian Smart [Thu, 19 Jan 2006 07:37:18 +0000 (07:37 +0000)] 
Don't use Windows handles directly in headers

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

18 years agoUpdate copyright year in ctrl+alt+mclick dialog
Mart Raudsepp [Thu, 19 Jan 2006 01:05:57 +0000 (01:05 +0000)] 
Update copyright year in ctrl+alt+mclick dialog

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

18 years agoRemove workaround since the problem should now be fixed
Michael Wetherell [Wed, 18 Jan 2006 22:58:32 +0000 (22:58 +0000)] 
Remove workaround since the problem should now be fixed

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

18 years agoImproved mktime for WinCE
Julian Smart [Wed, 18 Jan 2006 22:06:24 +0000 (22:06 +0000)] 
Improved mktime for WinCE

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

18 years agoCleanup
Julian Smart [Wed, 18 Jan 2006 22:02:49 +0000 (22:02 +0000)] 
Cleanup

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

18 years agocleanup - reformat
David Surovell [Wed, 18 Jan 2006 19:41:30 +0000 (19:41 +0000)] 
cleanup - reformat

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

18 years agoWarning fix.
Włodzimierz Skiba [Wed, 18 Jan 2006 19:10:49 +0000 (19:10 +0000)] 
Warning fix.

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

18 years agoFixed comment bug [ 1390056 ] Wrong Documentation for TransferFromWindow
Julian Smart [Wed, 18 Jan 2006 17:23:05 +0000 (17:23 +0000)] 
Fixed comment bug [ 1390056 ] Wrong Documentation for TransferFromWindow

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

18 years agoApplied patch [ 1380544 ] wxCondition::WaitTimeout() return value when timeout occurs
Julian Smart [Wed, 18 Jan 2006 16:56:07 +0000 (16:56 +0000)] 
Applied patch [ 1380544 ] wxCondition::WaitTimeout() return value when timeout occurs

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

18 years agoApplied patch [ 1325857 ] CJK input method doesn't work properly(GTK, CVS)
Julian Smart [Wed, 18 Jan 2006 16:51:09 +0000 (16:51 +0000)] 
Applied patch [ 1325857 ] CJK input method doesn't work properly(GTK, CVS)

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

18 years agouse Cmd-C under Mac to copy text, not Ctrl-C
Vadim Zeitlin [Wed, 18 Jan 2006 16:47:42 +0000 (16:47 +0000)] 
use Cmd-C under Mac to copy text, not Ctrl-C

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

18 years agoReverted semicolons patch
Julian Smart [Wed, 18 Jan 2006 16:45:41 +0000 (16:45 +0000)] 
Reverted semicolons patch

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

18 years agoMust strip menu codes from labels before measuring (fixes bug 1400552)
Julian Smart [Wed, 18 Jan 2006 16:16:36 +0000 (16:16 +0000)] 
Must strip menu codes from labels before measuring (fixes bug 1400552)

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

18 years agodeclare wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED with correct DLL decl spec (fixes DLL...
Vadim Zeitlin [Wed, 18 Jan 2006 15:30:20 +0000 (15:30 +0000)] 
declare wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED with correct DLL decl spec (fixes DLL build warning)

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

18 years agoApplied doc patch [ 1341459 ] wxDatePickerCtrl::SetFormat
Julian Smart [Wed, 18 Jan 2006 14:16:35 +0000 (14:16 +0000)] 
Applied doc patch [ 1341459 ] wxDatePickerCtrl::SetFormat

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

18 years agoApplied patch [ 1373215 ] Codewarrior 9 (+?) warning fixes
Julian Smart [Wed, 18 Jan 2006 14:13:20 +0000 (14:13 +0000)] 
Applied patch [ 1373215 ] Codewarrior 9 (+?) warning fixes

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

18 years agoApplied patch [ 1255676 ] stc2wx/wx2stc not exported (Win32 Unicode DLL)
Julian Smart [Wed, 18 Jan 2006 13:27:36 +0000 (13:27 +0000)] 
Applied patch [ 1255676 ] stc2wx/wx2stc not exported (Win32 Unicode DLL)

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

18 years agoApplied patch [ 1334242 ] wxLogStream::DoLogString fix for unicode builds
Julian Smart [Wed, 18 Jan 2006 13:20:40 +0000 (13:20 +0000)] 
Applied patch [ 1334242 ] wxLogStream::DoLogString fix for unicode builds

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

18 years agoApplied patch [ 1304191 ] support for MEMO fields
Julian Smart [Wed, 18 Jan 2006 13:15:04 +0000 (13:15 +0000)] 
Applied patch [ 1304191 ] support for MEMO fields
Francesco Montorsi

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

18 years agoApplied patch [ 1188724 ] missing header in carbon CFM builds
Julian Smart [Wed, 18 Jan 2006 13:02:17 +0000 (13:02 +0000)] 
Applied patch [ 1188724 ] missing header in carbon CFM builds

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

18 years agoApplied patch [ 1381895 ] remove circular include dependendcy in wxchar.h
Julian Smart [Wed, 18 Jan 2006 12:46:11 +0000 (12:46 +0000)] 
Applied patch [ 1381895 ] remove circular include dependendcy in wxchar.h

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

18 years agoReordering so most likely to fail are at end
Julian Smart [Wed, 18 Jan 2006 12:29:23 +0000 (12:29 +0000)] 
Reordering so most likely to fail are at end

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

18 years agoUnicode
Julian Smart [Wed, 18 Jan 2006 12:26:08 +0000 (12:26 +0000)] 
Unicode

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

18 years agoAllow compilation of samples to continue with wxUSE_DISPLAY set to 0 (the default)
Julian Smart [Wed, 18 Jan 2006 11:48:28 +0000 (11:48 +0000)] 
Allow compilation of samples to continue with wxUSE_DISPLAY set to 0 (the default)

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

18 years agoApplied patch [ 1399013 ] More removals of extraneous semicolons
Julian Smart [Wed, 18 Jan 2006 11:46:53 +0000 (11:46 +0000)] 
Applied patch [ 1399013 ] More removals of extraneous semicolons
Wlodek Szafran

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

18 years agoApplied patch [ 1394164 ] Update wxWinINetURL to use wxURI
Julian Smart [Wed, 18 Jan 2006 11:25:47 +0000 (11:25 +0000)] 
Applied patch [ 1394164 ] Update wxWinINetURL to use wxURI

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

18 years agoApplied part of patch [ 1304579 ] fix click bug in wxCalendarCtrl
Julian Smart [Wed, 18 Jan 2006 10:38:54 +0000 (10:38 +0000)] 
Applied part of patch [ 1304579 ] fix click bug in wxCalendarCtrl

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

18 years agoApplied patch [ 1306443 ] Removal of C++-style comments from C files
Julian Smart [Wed, 18 Jan 2006 10:25:04 +0000 (10:25 +0000)] 
Applied patch [ 1306443 ] Removal of C++-style comments from C files

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

18 years agoApplied patch [ 1382329 ] [msw] SetScrollbar: Set thumbsize before triggering events
Julian Smart [Wed, 18 Jan 2006 10:12:31 +0000 (10:12 +0000)] 
Applied patch [ 1382329 ] [msw] SetScrollbar: Set thumbsize before triggering events

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

18 years agoApplied patch [ 1325207 ] Fixes unicode build using Solaris with Sun's SunPro compiler
Julian Smart [Wed, 18 Jan 2006 10:06:34 +0000 (10:06 +0000)] 
Applied patch [ 1325207 ] Fixes unicode build using Solaris with Sun's SunPro compiler

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

18 years agoAdded missing include
Julian Smart [Wed, 18 Jan 2006 09:59:59 +0000 (09:59 +0000)] 
Added missing include

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

18 years agoApplied patch [ 1312729 ] fix for wxMac Carbon spin control on EVT_TEXT emitter
Julian Smart [Wed, 18 Jan 2006 09:55:40 +0000 (09:55 +0000)] 
Applied patch [ 1312729 ] fix for wxMac Carbon spin control on EVT_TEXT emitter

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

18 years agoApplied patch [ 1381016 ] wxFileName should use TMPDIR
Julian Smart [Wed, 18 Jan 2006 09:44:03 +0000 (09:44 +0000)] 
Applied patch [ 1381016 ] wxFileName should use TMPDIR
Paul Cornett

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

18 years agoDon't pass wxALIGN_ flags to wxButton
Julian Smart [Wed, 18 Jan 2006 09:16:59 +0000 (09:16 +0000)] 
Don't pass wxALIGN_ flags to wxButton

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

18 years agoTwo corrections to const fix
Julian Smart [Wed, 18 Jan 2006 08:34:03 +0000 (08:34 +0000)] 
Two corrections to const fix

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

18 years agocleanup - remove duplicate decl., added #include, etc.
David Surovell [Wed, 18 Jan 2006 03:40:58 +0000 (03:40 +0000)] 
cleanup - remove duplicate decl., added #include, etc.

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

18 years agoApplied patch [ 1378522 ] fixed bitmap w/alpha->icon/cursor conversion
Julian Smart [Tue, 17 Jan 2006 20:06:00 +0000 (20:06 +0000)] 
Applied patch [ 1378522 ] fixed bitmap w/alpha->icon/cursor conversion
Vince Harron

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

18 years agoWinCE compile fix
Julian Smart [Tue, 17 Jan 2006 19:56:51 +0000 (19:56 +0000)] 
WinCE compile fix

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

18 years agoApplied patch [ 1336712 ] Fix segfault when calling wxThread::Exit()
Julian Smart [Tue, 17 Jan 2006 19:17:40 +0000 (19:17 +0000)] 
Applied patch [ 1336712 ] Fix segfault when calling wxThread::Exit()
By bdonner

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