wxWidgets.git
19 years agomention that read_write mode doesn't work for standalone buffers
Vadim Zeitlin [Thu, 16 Sep 2004 20:51:50 +0000 (20:51 +0000)] 
mention that read_write mode doesn't work for standalone buffers

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

19 years agoA change similar to that in Bug #837902 to correct minsize calc for
Robin Dunn [Thu, 16 Sep 2004 20:15:17 +0000 (20:15 +0000)] 
A change similar to that in Bug #837902 to correct minsize calc for
window2

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

19 years agofixes for harmless mingw32 warnings
Vadim Zeitlin [Thu, 16 Sep 2004 18:50:48 +0000 (18:50 +0000)] 
fixes for harmless mingw32 warnings

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

19 years agoDescription of the 'generic dialogs in native builds' application.
Włodzimierz Skiba [Thu, 16 Sep 2004 18:35:43 +0000 (18:35 +0000)] 
Description of the 'generic dialogs in native builds' application.

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

19 years agoSource cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE...
Włodzimierz Skiba [Thu, 16 Sep 2004 18:13:32 +0000 (18:13 +0000)] 
Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty().

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

19 years agoReverted wxMGL/OpenWatcom fix until some difficoulties will not be solved.
Włodzimierz Skiba [Thu, 16 Sep 2004 17:44:29 +0000 (17:44 +0000)] 
Reverted wxMGL/OpenWatcom fix until some difficoulties will not be solved.

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

19 years agoWarning fix (unused value assignment).
Włodzimierz Skiba [Thu, 16 Sep 2004 16:44:30 +0000 (16:44 +0000)] 
Warning fix (unused value assignment).

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

19 years agoMissed labels to replace number of 'topicNNN' with readable filenames in tex2rtf...
Włodzimierz Skiba [Thu, 16 Sep 2004 16:36:40 +0000 (16:36 +0000)] 
Missed labels to replace number of 'topicNNN' with readable filenames in tex2rtf output.

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

19 years agoUsing != doesn't work for bakefile, I don't know what does, or what this
Ron Lee [Thu, 16 Sep 2004 16:02:52 +0000 (16:02 +0000)] 
Using != doesn't work for bakefile, I don't know what does, or what this
change really wanted to achieve, but its been broken for a couple of days
now.  Back to you ABX for a real fix.  But please install bakefile if you
are going to tweak these files.

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

19 years agoCorrections to frame/tlw references.
Włodzimierz Skiba [Thu, 16 Sep 2004 15:42:40 +0000 (15:42 +0000)] 
Corrections to frame/tlw references.

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

19 years agowxChoicebook generic implementation.
Włodzimierz Skiba [Thu, 16 Sep 2004 15:13:52 +0000 (15:13 +0000)] 
wxChoicebook generic implementation.

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

19 years agowxChoicebook generic implementation.
Włodzimierz Skiba [Thu, 16 Sep 2004 11:29:15 +0000 (11:29 +0000)] 
wxChoicebook generic implementation.

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

19 years agofixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new...
Vadim Zeitlin [Wed, 15 Sep 2004 23:07:15 +0000 (23:07 +0000)] 
fixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new value when called from EVT_COMBOBOX handler

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

19 years agoadded tests for EVT_ICONIZE/MAXIMIZE
Vadim Zeitlin [Wed, 15 Sep 2004 22:36:01 +0000 (22:36 +0000)] 
added tests for EVT_ICONIZE/MAXIMIZE

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

19 years agofixed wxMaximizeEvent generation
Vadim Zeitlin [Wed, 15 Sep 2004 22:14:05 +0000 (22:14 +0000)] 
fixed wxMaximizeEvent generation

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

19 years agoISO C++ cast fix (patches #1024150 and #1024149).
Włodzimierz Skiba [Wed, 15 Sep 2004 14:00:40 +0000 (14:00 +0000)] 
ISO C++ cast fix (patches #1024150 and #1024149).

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

19 years agoSource cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !...
Włodzimierz Skiba [Wed, 15 Sep 2004 13:20:18 +0000 (13:20 +0000)] 
Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().

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

19 years agofixed base classes; also added include file section
Vadim Zeitlin [Tue, 14 Sep 2004 17:33:26 +0000 (17:33 +0000)] 
fixed base classes; also added include file section

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

19 years agooutput "GTK+ 2" toolkit for gtk2 builds
Vadim Zeitlin [Tue, 14 Sep 2004 15:33:07 +0000 (15:33 +0000)] 
output "GTK+ 2" toolkit for gtk2 builds

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

19 years agoallow to use any window, not just wxFrame, as wxLogFrame parent (patch from Paul...
Vadim Zeitlin [Tue, 14 Sep 2004 15:15:24 +0000 (15:15 +0000)] 
allow to use any window, not just wxFrame, as wxLogFrame parent (patch from Paul Gammans)

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

19 years agoSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE...
Włodzimierz Skiba [Tue, 14 Sep 2004 12:08:28 +0000 (12:08 +0000)] 
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().

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

19 years agoMGL workaround for the build system.
Włodzimierz Skiba [Tue, 14 Sep 2004 11:41:21 +0000 (11:41 +0000)] 
MGL workaround for the build system.

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

19 years agoGrammtical correction in commented out documentation, but fixed anyway as the comment...
George Tasker [Tue, 14 Sep 2004 11:14:30 +0000 (11:14 +0000)] 
Grammtical correction in commented out documentation, but fixed anyway as the comment says portions of the documentation may get moved to other sections of the manual

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

19 years agoClearMemberVar() did not correctly handle columns defined as SQL_C_LONG
George Tasker [Tue, 14 Sep 2004 11:08:21 +0000 (11:08 +0000)] 
ClearMemberVar() did not correctly handle columns defined as SQL_C_LONG

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

19 years agoreSWIGged
Robin Dunn [Tue, 14 Sep 2004 06:29:24 +0000 (06:29 +0000)] 
reSWIGged

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

19 years agoreSWIGged
Robin Dunn [Tue, 14 Sep 2004 02:58:48 +0000 (02:58 +0000)] 
reSWIGged

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

19 years agoSome change notes
Robin Dunn [Tue, 14 Sep 2004 02:57:37 +0000 (02:57 +0000)] 
Some change notes

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

19 years agoAdded SetToWeekOfYear, deprecated SetToTheWeek and GetWeek
Robin Dunn [Mon, 13 Sep 2004 23:23:18 +0000 (23:23 +0000)] 
Added SetToWeekOfYear, deprecated SetToTheWeek and GetWeek

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

19 years agoAdded wx.WINDOW_DEFAULT_VARIANT constant
Robin Dunn [Mon, 13 Sep 2004 23:21:50 +0000 (23:21 +0000)] 
Added wx.WINDOW_DEFAULT_VARIANT constant

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

19 years agowx.Sizer.Show can be recursive
Robin Dunn [Mon, 13 Sep 2004 23:20:47 +0000 (23:20 +0000)] 
wx.Sizer.Show can be recursive

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

19 years agoAssociateHandle and DissociateHandle
Robin Dunn [Mon, 13 Sep 2004 23:20:04 +0000 (23:20 +0000)] 
AssociateHandle and DissociateHandle

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

19 years ago#if fix so we don't end up using the generic header on wxMac
Robin Dunn [Mon, 13 Sep 2004 23:19:23 +0000 (23:19 +0000)] 
#if fix so we don't end up using the generic header on wxMac

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

19 years agocheck that the wxDateTime is valid before converting to datetime
Robin Dunn [Mon, 13 Sep 2004 23:18:17 +0000 (23:18 +0000)] 
check that the wxDateTime is valid before converting to datetime

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

19 years agowhitespace fix
Robin Dunn [Mon, 13 Sep 2004 23:17:35 +0000 (23:17 +0000)] 
whitespace fix

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

19 years agoreplaced wxControl with wxWindow in 2 methods
Vadim Zeitlin [Mon, 13 Sep 2004 20:14:50 +0000 (20:14 +0000)] 
replaced wxControl with wxWindow in 2 methods

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

19 years agoworkaround bug in SWIG's t_output_helper
Robin Dunn [Mon, 13 Sep 2004 18:18:38 +0000 (18:18 +0000)] 
workaround bug in SWIG's t_output_helper

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

19 years agoSource cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.
Włodzimierz Skiba [Mon, 13 Sep 2004 18:03:44 +0000 (18:03 +0000)] 
Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.

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

19 years agoCorrections to wxDirDialog usage.
Włodzimierz Skiba [Mon, 13 Sep 2004 17:53:47 +0000 (17:53 +0000)] 
Corrections to wxDirDialog usage.

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

19 years agofixes after some of wxFrame methods were extracted to wxTLW docs
Vadim Zeitlin [Mon, 13 Sep 2004 14:11:01 +0000 (14:11 +0000)] 
fixes after some of wxFrame methods were extracted to wxTLW docs

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

19 years agoRecursive wxSizer::Show for subsizer and return value if element was found.
Włodzimierz Skiba [Mon, 13 Sep 2004 13:46:45 +0000 (13:46 +0000)] 
Recursive wxSizer::Show for subsizer and return value if element was found.

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

19 years agono changes, just removed a wrong comment
Vadim Zeitlin [Mon, 13 Sep 2004 09:24:35 +0000 (09:24 +0000)] 
no changes, just removed a wrong comment

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

19 years agomention wxDateTime::SetToTheWeek() change
Vadim Zeitlin [Mon, 13 Sep 2004 09:23:03 +0000 (09:23 +0000)] 
mention wxDateTime::SetToTheWeek() change

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

19 years agoadded missing conv parameter to wxTextOutputStream ctor
Vadim Zeitlin [Mon, 13 Sep 2004 09:22:11 +0000 (09:22 +0000)] 
added missing conv parameter to wxTextOutputStream ctor

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

19 years agofile with DoMessage() declaration (which I forgot to commit ages ago)
Vadim Zeitlin [Mon, 13 Sep 2004 09:16:39 +0000 (09:16 +0000)] 
file with DoMessage() declaration (which I forgot to commit ages ago)

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

19 years agosearching for wxToolBar parent only for kEventMouseMoved events
Stefan Csomor [Mon, 13 Sep 2004 04:41:29 +0000 (04:41 +0000)] 
searching for wxToolBar parent only for kEventMouseMoved events

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

19 years agoonly define operator<<(wchar_t) in Unicode build
Vadim Zeitlin [Sun, 12 Sep 2004 15:08:36 +0000 (15:08 +0000)] 
only define operator<<(wchar_t) in Unicode build

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

19 years agoadded GetMenu Support for MENU_OPEN
Stefan Csomor [Sun, 12 Sep 2004 14:24:01 +0000 (14:24 +0000)] 
added GetMenu Support for MENU_OPEN

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

19 years agocompilation fix after last commit
Vadim Zeitlin [Sun, 12 Sep 2004 11:54:41 +0000 (11:54 +0000)] 
compilation fix after last commit

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

19 years agofixed VC6 compilation
Vadim Zeitlin [Sun, 12 Sep 2004 11:52:38 +0000 (11:52 +0000)] 
fixed VC6 compilation

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

19 years agomerged libpng-1.2.7 to HEAD (1.2.6 contained serious bug that caused it to produce...
Václav Slavík [Sun, 12 Sep 2004 11:46:04 +0000 (11:46 +0000)] 
merged libpng-1.2.7 to HEAD (1.2.6 contained serious bug that caused it to produce broken PNG files)

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

19 years agoThis commit was generated by cvs2svn to compensate for changes in r29107,
Václav Slavík [Sun, 12 Sep 2004 11:40:47 +0000 (11:40 +0000)] 
This commit was generated by cvs2svn to compensate for changes in r29107,
which included commits to RCS files with non-trunk default branches.

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

19 years agoInitial revision
Václav Slavík [Sun, 12 Sep 2004 11:40:46 +0000 (11:40 +0000)] 
Initial revision

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

19 years agotoolbartool has to send events to parent for tooltips to work
Stefan Csomor [Sun, 12 Sep 2004 09:32:26 +0000 (09:32 +0000)] 
toolbartool has to  send events to parent for tooltips to work

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

19 years agotypo in last commit
Vadim Zeitlin [Sat, 11 Sep 2004 22:23:38 +0000 (22:23 +0000)] 
typo in last commit

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

19 years agoadded As/DissociateHandle() and implemented it for MSW (modified patch 972356)
Vadim Zeitlin [Sat, 11 Sep 2004 22:17:22 +0000 (22:17 +0000)] 
added As/DissociateHandle() and implemented it for MSW (modified patch 972356)

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

19 years agodeprecated SetToTheWeek() and GetWeek(); added and documented new and well-defined...
Vadim Zeitlin [Sat, 11 Sep 2004 22:07:10 +0000 (22:07 +0000)] 
deprecated SetToTheWeek() and GetWeek(); added and documented new and well-defined SetToWeekOfYear()

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

19 years agofixed GetWeekOfYear() for first/last week in some cases (patch 908793)
Vadim Zeitlin [Sat, 11 Sep 2004 21:37:28 +0000 (21:37 +0000)] 
fixed GetWeekOfYear() for first/last week in some cases (patch 908793)

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

19 years agofixed CopyFromBitmap() for shared wxIcon objects by adding CloneRefData() implementat...
Vadim Zeitlin [Sat, 11 Sep 2004 20:26:44 +0000 (20:26 +0000)] 
fixed CopyFromBitmap() for shared wxIcon objects by adding CloneRefData() implementation (patch 1026453)

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

19 years agoBC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION
Vadim Zeitlin [Sat, 11 Sep 2004 19:21:43 +0000 (19:21 +0000)] 
BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION

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

19 years agomsw/helpchm and helpwin.cpp should be LOWLEVEL; msw/dirdlg.cpp should not
Vadim Zeitlin [Sat, 11 Sep 2004 19:18:46 +0000 (19:18 +0000)] 
msw/helpchm and helpwin.cpp should be LOWLEVEL; msw/dirdlg.cpp should not

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

19 years agoadded a missing delete which resulted in a small memory leak on each wxExecute()...
Vadim Zeitlin [Sat, 11 Sep 2004 19:10:42 +0000 (19:10 +0000)] 
added a missing delete which resulted in a small memory leak on each wxExecute() (fixes 926802)

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

19 years agodefault MB -> WC conversion under Win32 now fails if it encounters invalid MB chars...
Vadim Zeitlin [Sat, 11 Sep 2004 18:47:13 +0000 (18:47 +0000)] 
default MB -> WC conversion under Win32 now fails if it encounters invalid MB chars; this is more iconv-compatible and fixes wxTextInputStream::NextChar()

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

19 years agooverload operator<<() for wchar_t too (if applicable/possible); this fixes the proble...
Vadim Zeitlin [Sat, 11 Sep 2004 18:42:58 +0000 (18:42 +0000)] 
overload operator<<() for wchar_t too (if applicable/possible); this fixes the problem with << '\n' producing '10' on output

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

19 years agodefine wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers having real wchar_t native type...
Vadim Zeitlin [Sat, 11 Sep 2004 18:39:04 +0000 (18:39 +0000)] 
define wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers having real wchar_t native type and 0 for broken ones which define it as a typedef

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

19 years agoNO_DEFAULT support added
Stefan Csomor [Sat, 11 Sep 2004 08:25:17 +0000 (08:25 +0000)] 
NO_DEFAULT support added

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

19 years agosupport for sys-opted window variant
Stefan Csomor [Sat, 11 Sep 2004 07:42:44 +0000 (07:42 +0000)] 
support for sys-opted window variant

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

19 years agoAccomodate either {prefix}/lib or {prefix}/lib64 (the latter is used
Robin Dunn [Fri, 10 Sep 2004 21:44:33 +0000 (21:44 +0000)] 
Accomodate either {prefix}/lib or {prefix}/lib64 (the latter is used
on SuSE x86_64 distro)

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

19 years agoreSWIGed
Robin Dunn [Fri, 10 Sep 2004 21:44:08 +0000 (21:44 +0000)] 
reSWIGed

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

19 years agoreSWIGged
Robin Dunn [Fri, 10 Sep 2004 21:42:34 +0000 (21:42 +0000)] 
reSWIGged

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

19 years agoensure that the wxString gets all the wide chars
Robin Dunn [Fri, 10 Sep 2004 21:36:25 +0000 (21:36 +0000)] 
ensure that the wxString gets all the wide chars

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

19 years agoanother change note
Robin Dunn [Fri, 10 Sep 2004 21:34:52 +0000 (21:34 +0000)] 
another change note

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

19 years agoForgot about CalendarEvent
Robin Dunn [Fri, 10 Sep 2004 20:54:41 +0000 (20:54 +0000)] 
Forgot about CalendarEvent

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

19 years agoExtended the wx.calendar.CalendarCtrl class with methods that get/set
Robin Dunn [Fri, 10 Sep 2004 20:53:21 +0000 (20:53 +0000)] 
Extended the wx.calendar.CalendarCtrl class with methods that get/set
a Python datetime or date object.  (These will only work with Python
2.3+) The methods are PySetDate, PyGetDate, PySetLowerDateLimit,
PySetUpperDateLimit, PySetDateRange, PyGetLowerDateLimit, and
PyGetUpperDateLimit.

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

19 years agomake background colour apply to choice/combobox dropdown listbox as well as the main...
Vadim Zeitlin [Fri, 10 Sep 2004 20:36:50 +0000 (20:36 +0000)] 
make background colour apply to choice/combobox dropdown listbox as well as the main part (patch 1023669)

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

19 years agoFixed typo
Robin Dunn [Fri, 10 Sep 2004 20:08:01 +0000 (20:08 +0000)] 
Fixed typo

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

19 years agoAdd depth param to ConvertToBitmap
Robin Dunn [Fri, 10 Sep 2004 20:06:16 +0000 (20:06 +0000)] 
Add depth param to ConvertToBitmap

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

19 years agoAdded GetListView accessor
Robin Dunn [Fri, 10 Sep 2004 20:01:02 +0000 (20:01 +0000)] 
Added GetListView accessor

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

19 years agoFix for ogl.FORMAT_SIZE_TO_CONTENTS
Robin Dunn [Fri, 10 Sep 2004 19:54:05 +0000 (19:54 +0000)] 
Fix for ogl.FORMAT_SIZE_TO_CONTENTS

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

19 years agoSome unnecessary wxUSE_MFC occurences removed following Vadim's experience (see wx...
Włodzimierz Skiba [Fri, 10 Sep 2004 13:24:20 +0000 (13:24 +0000)] 
Some unnecessary wxUSE_MFC occurences removed following Vadim's experience (see wx-dev on 6.8.2004).

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

19 years agoSource cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoor...
Włodzimierz Skiba [Fri, 10 Sep 2004 12:56:07 +0000 (12:56 +0000)] 
Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty().

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

19 years agoDMC reality.
Włodzimierz Skiba [Fri, 10 Sep 2004 12:09:35 +0000 (12:09 +0000)] 
DMC reality.

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

19 years agoreSWIGed
Robin Dunn [Fri, 10 Sep 2004 04:54:41 +0000 (04:54 +0000)] 
reSWIGed

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

19 years agofixed case typo
Robin Dunn [Thu, 9 Sep 2004 23:14:24 +0000 (23:14 +0000)] 
fixed case typo

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

19 years agoreSWIGged
Robin Dunn [Thu, 9 Sep 2004 21:02:38 +0000 (21:02 +0000)] 
reSWIGged

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

19 years agoundo last change
Robin Dunn [Thu, 9 Sep 2004 20:37:36 +0000 (20:37 +0000)] 
undo last change

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

19 years agodefault is gtk2 & unicode
Robin Dunn [Thu, 9 Sep 2004 20:35:00 +0000 (20:35 +0000)] 
default is gtk2 & unicode

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

19 years agodependencies for the new swig runtime files
Robin Dunn [Thu, 9 Sep 2004 20:34:17 +0000 (20:34 +0000)] 
dependencies for the new swig runtime files

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

19 years agoAdded RequestUserAttention
Robin Dunn [Thu, 9 Sep 2004 19:16:36 +0000 (19:16 +0000)] 
Added RequestUserAttention

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

19 years agoRemoved my copy of distutils from the wxPython source tree.
Robin Dunn [Thu, 9 Sep 2004 19:07:56 +0000 (19:07 +0000)] 
Removed my copy of distutils from the wxPython source tree.

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

19 years agoAdded RequestUserAttention
Robin Dunn [Thu, 9 Sep 2004 19:03:20 +0000 (19:03 +0000)] 
Added RequestUserAttention

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

19 years agoNew SWIG runtime files and api updates for the move to SWIG 1.3.22
Robin Dunn [Thu, 9 Sep 2004 18:59:20 +0000 (18:59 +0000)] 
New SWIG runtime files and api updates for the move to SWIG 1.3.22

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

19 years agoAdded StockButtons to main demo list
Robin Dunn [Thu, 9 Sep 2004 18:58:40 +0000 (18:58 +0000)] 
Added StockButtons to main demo list

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

19 years agotypo fixed
Robin Dunn [Thu, 9 Sep 2004 18:53:07 +0000 (18:53 +0000)] 
typo fixed

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

19 years agoNew SWIG runtime files and api updates for the move to SWIG 1.3.22
Robin Dunn [Thu, 9 Sep 2004 18:48:25 +0000 (18:48 +0000)] 
New SWIG runtime files and api updates for the move to SWIG 1.3.22

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

19 years agoNew patch for SWIG, updated to SWIG 1.3.22. Removed old patches that
Robin Dunn [Thu, 9 Sep 2004 18:32:44 +0000 (18:32 +0000)] 
New patch for SWIG, updated to SWIG 1.3.22.  Removed old patches that
have already been put in to SWIG

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

19 years agoFor editors and renderers the type registry takes precedence over the
Robin Dunn [Thu, 9 Sep 2004 18:29:25 +0000 (18:29 +0000)] 
For editors and renderers the type registry takes precedence over the
default attr, so we need to register the new editor/renderer for the string
data type in order to make setting a default editor/renderer appear to
work correctly.

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

19 years agoSource cleaning: TRUE/true, FALSE/false, whitespaces, tabs.
Włodzimierz Skiba [Thu, 9 Sep 2004 17:42:36 +0000 (17:42 +0000)] 
Source cleaning: TRUE/true, FALSE/false, whitespaces, tabs.

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

19 years agoRemoved my copy of distutils from the wxPython source tree.
Robin Dunn [Thu, 9 Sep 2004 17:26:39 +0000 (17:26 +0000)] 
Removed my copy of distutils from the wxPython source tree.

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

19 years agocompilation fix for VC6 (closes 1025093)
Vadim Zeitlin [Thu, 9 Sep 2004 14:34:48 +0000 (14:34 +0000)] 
compilation fix for VC6 (closes 1025093)

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

19 years agodefine WINVER as 0x0400 for VC++ 6 because its headers give a warning if WINVER ...
Vadim Zeitlin [Thu, 9 Sep 2004 14:33:02 +0000 (14:33 +0000)] 
define WINVER as 0x0400 for VC++ 6 because its headers give a warning if WINVER >= 0x0500 is used and are generally broken for higher WINVER values

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