wxWidgets.git
21 years agofix DMars compilation to use precompiled headers
Chris Elliott [Wed, 18 Jun 2003 12:09:16 +0000 (12:09 +0000)] 
fix DMars compilation to use precompiled headers

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

21 years agoAdded extra wxGLCanvas documentation from
Julian Smart [Wed, 18 Jun 2003 09:20:46 +0000 (09:20 +0000)] 
Added extra wxGLCanvas documentation from
Davide Pasquini <davide.pasquini@fastwebnet.it>

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

21 years agoWorkaround a crash bug; real solution as yet unknown
Julian Smart [Wed, 18 Jun 2003 07:41:24 +0000 (07:41 +0000)] 
Workaround a crash bug; real solution as yet unknown

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

21 years agoremoved a now unnecessary line
Vadim Zeitlin [Wed, 18 Jun 2003 00:42:39 +0000 (00:42 +0000)] 
removed a now unnecessary line

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

21 years agobetter mask handling in wxBitmap to wxImage conversion (patch 754881)
Vadim Zeitlin [Wed, 18 Jun 2003 00:41:37 +0000 (00:41 +0000)] 
better mask handling in wxBitmap to wxImage conversion (patch 754881)

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

21 years agoDEFAULT_wxUSE_TABDIALOG=yes for wxCocoa (Generic notebook)
David Elliott [Tue, 17 Jun 2003 20:54:10 +0000 (20:54 +0000)] 
DEFAULT_wxUSE_TABDIALOG=yes for wxCocoa (Generic notebook)

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

21 years agofixed compilation warnings
Vadim Zeitlin [Tue, 17 Jun 2003 18:09:55 +0000 (18:09 +0000)] 
fixed compilation warnings

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

21 years agoAdded 'Go' button for quickly saving setup or configure file
Julian Smart [Tue, 17 Jun 2003 16:23:49 +0000 (16:23 +0000)] 
Added 'Go' button for quickly saving setup or configure file

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

21 years agoadded htlbox to samples
Václav Slavík [Tue, 17 Jun 2003 14:27:04 +0000 (14:27 +0000)] 
added htlbox to samples

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

21 years agoadded htlbox to samples
Václav Slavík [Tue, 17 Jun 2003 14:05:43 +0000 (14:05 +0000)] 
added htlbox to samples

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

21 years agomodify Borland makefile to include bc in library names
Chris Elliott [Tue, 17 Jun 2003 13:22:34 +0000 (13:22 +0000)] 
modify Borland makefile to include bc in library names

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

21 years agoRenamed Platform -> Target
Julian Smart [Tue, 17 Jun 2003 09:55:49 +0000 (09:55 +0000)] 
Renamed Platform -> Target
Bumped version

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

21 years agoEliminated some code.
Julian Smart [Tue, 17 Jun 2003 09:52:26 +0000 (09:52 +0000)] 
Eliminated some code.

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

21 years agoadd ipc client / server samples for digital mars
Chris Elliott [Tue, 17 Jun 2003 09:36:48 +0000 (09:36 +0000)] 
add ipc client / server samples for digital mars

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

21 years agofix for client / server samples
Chris Elliott [Tue, 17 Jun 2003 09:30:10 +0000 (09:30 +0000)] 
fix for client / server samples

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

21 years agoAdded corrected Show() to wxPopupWindow
Julian Smart [Tue, 17 Jun 2003 08:26:01 +0000 (08:26 +0000)] 
Added corrected Show() to wxPopupWindow

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

21 years agoRemove the test for parent window type when checking if to give a
Robin Dunn [Mon, 16 Jun 2003 22:08:01 +0000 (22:08 +0000)] 
Remove the test for parent window type when checking if to give a
sunken style automatically

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

21 years agoinitail Digital Mars makefile for stc
Chris Elliott [Mon, 16 Jun 2003 19:35:52 +0000 (19:35 +0000)] 
initail Digital Mars makefile for stc

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

21 years agoinitail Digital Mars makefile for stc
Chris Elliott [Mon, 16 Jun 2003 19:30:19 +0000 (19:30 +0000)] 
initail Digital Mars makefile for stc

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

21 years agofaster Borland makefile
Chris Elliott [Mon, 16 Jun 2003 16:52:26 +0000 (16:52 +0000)] 
faster Borland makefile

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

21 years agomakefiles for samples for digital mars
Chris Elliott [Mon, 16 Jun 2003 16:51:46 +0000 (16:51 +0000)] 
makefiles for samples for digital mars

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

21 years agoPlatform and compiler-specific checking for MSW and Mac now done
Julian Smart [Mon, 16 Jun 2003 12:31:45 +0000 (12:31 +0000)] 
Platform and compiler-specific checking for MSW and Mac now done
in wx/xxx/chkconf.h.
Removed some very obsolete settings, and MSW-specific settings
from Mac's setup0.h.
wxTimer now derives from wxEvtHandler.

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

21 years agofixed misbehaving selection on some words
Václav Slavík [Sun, 15 Jun 2003 22:40:12 +0000 (22:40 +0000)] 
fixed misbehaving selection on some words

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

21 years agoempty description doesn't look good
Vadim Zeitlin [Sun, 15 Jun 2003 20:18:03 +0000 (20:18 +0000)] 
empty description doesn't look good

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

21 years agotypo fix
Vadim Zeitlin [Sun, 15 Jun 2003 20:14:57 +0000 (20:14 +0000)] 
typo fix

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

21 years agofixed bug with parsing filter string without description
Vadim Zeitlin [Sun, 15 Jun 2003 20:13:20 +0000 (20:13 +0000)] 
fixed bug with parsing filter string without description

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

21 years agoGTK2 Unicode build warning fix
Vadim Zeitlin [Sun, 15 Jun 2003 20:03:34 +0000 (20:03 +0000)] 
GTK2 Unicode build warning fix

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

21 years agocheck parmateres in Replace() (bug 752716)
Vadim Zeitlin [Sun, 15 Jun 2003 19:33:04 +0000 (19:33 +0000)] 
check parmateres in Replace() (bug 752716)

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

21 years agoAdded definition of wxUSE_DISPLAY.
Stefan Neis [Sun, 15 Jun 2003 18:36:42 +0000 (18:36 +0000)] 
Added definition of wxUSE_DISPLAY.

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

21 years ago Blind fix for startup crash with Lesstif.
Mattia Barbon [Sun, 15 Jun 2003 17:27:22 +0000 (17:27 +0000)] 
  Blind fix for startup crash with Lesstif.

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

21 years agopartially applied SF #753787 to correct wx-config --rezflags which was
Gilles Depeyrot [Sun, 15 Jun 2003 08:36:15 +0000 (08:36 +0000)] 
partially applied SF #753787 to correct wx-config --rezflags which was
refering to top build dir instead of install dir

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

21 years agoInclude wxHTML help controller from wx/helphtml.h.
Julian Smart [Sat, 14 Jun 2003 19:48:14 +0000 (19:48 +0000)] 
Include wxHTML help controller from wx/helphtml.h.

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

21 years agoAdded wxMenuBase::FindItemByPosition
Julian Smart [Sat, 14 Jun 2003 19:44:54 +0000 (19:44 +0000)] 
Added wxMenuBase::FindItemByPosition

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

21 years agoremoved duplicated stuff in Delete() docs
Vadim Zeitlin [Sat, 14 Jun 2003 16:55:35 +0000 (16:55 +0000)] 
removed duplicated stuff in Delete() docs

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

21 years agoalways NUL-terminate log messages, even if they're longer than buffer size
Vadim Zeitlin [Sat, 14 Jun 2003 16:45:31 +0000 (16:45 +0000)] 
always NUL-terminate log messages, even if they're longer than buffer size

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

21 years agoCan now skip default manifest inclusion by defining wxUSE_NO_MANIFEST
Julian Smart [Sat, 14 Jun 2003 16:44:18 +0000 (16:44 +0000)] 
Can now skip default manifest inclusion by defining wxUSE_NO_MANIFEST

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

21 years agoMade XPMs transparent
Julian Smart [Sat, 14 Jun 2003 16:42:40 +0000 (16:42 +0000)] 
Made XPMs transparent
Corrected wxMessageBox usage

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

21 years agospeed up for debug mode startup (doesn't matter much but as it doesn't cost anything...
Vadim Zeitlin [Sat, 14 Jun 2003 16:36:08 +0000 (16:36 +0000)] 
speed up for debug mode startup (doesn't matter much but as it doesn't cost anything to fix this...)

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

21 years agoAdded Find dialog
Julian Smart [Sat, 14 Jun 2003 16:25:26 +0000 (16:25 +0000)] 
Added Find dialog
Bumped version to 1.01

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

21 years agoAdded configtool to configure and Makefile.in
Julian Smart [Sat, 14 Jun 2003 16:18:39 +0000 (16:18 +0000)] 
Added configtool to configure and Makefile.in
Added -lsupc++ to end of LDLIBS to avoid link errors

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

21 years agoRemoved compilo
Julian Smart [Sat, 14 Jun 2003 16:04:11 +0000 (16:04 +0000)] 
Removed compilo

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

21 years agoregenerated using tmake to add fldlgcmn.cpp
Vadim Zeitlin [Sat, 14 Jun 2003 13:39:10 +0000 (13:39 +0000)] 
regenerated using tmake to add fldlgcmn.cpp

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

21 years agowxFileDialog cleanup, extracted common code to fldlgcmn.cpp (patch 754187)
Vadim Zeitlin [Sat, 14 Jun 2003 13:31:49 +0000 (13:31 +0000)] 
wxFileDialog cleanup, extracted common code to fldlgcmn.cpp (patch 754187)

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

21 years agoadded virtual dtor to wxDateTimeHolidayAuthority (patch 753947)
Vadim Zeitlin [Sat, 14 Jun 2003 13:23:56 +0000 (13:23 +0000)] 
added virtual dtor to wxDateTimeHolidayAuthority (patch 753947)

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

21 years agoadded a few #ifdefs needed to build a smaller library (patch 751523)
Vadim Zeitlin [Sat, 14 Jun 2003 13:00:55 +0000 (13:00 +0000)] 
added a few #ifdefs needed to build a smaller library (patch 751523)

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

21 years agono changes
Vadim Zeitlin [Sat, 14 Jun 2003 13:00:31 +0000 (13:00 +0000)] 
no changes

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

21 years agoimplemented alpha support for raw bitmaps under Mac
Vadim Zeitlin [Sat, 14 Jun 2003 12:57:44 +0000 (12:57 +0000)] 
implemented alpha support for raw bitmaps under Mac

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

21 years agoSmall updates to wxCT
Julian Smart [Sat, 14 Jun 2003 09:29:45 +0000 (09:29 +0000)] 
Small updates to wxCT

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

21 years agofix some more samples for digital mars
Chris Elliott [Sat, 14 Jun 2003 08:48:42 +0000 (08:48 +0000)] 
fix some more samples for digital mars

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

21 years agocompilation fix for platforms w/o wxRawBitmap
Václav Slavík [Fri, 13 Jun 2003 23:25:09 +0000 (23:25 +0000)] 
compilation fix for platforms w/o wxRawBitmap

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

21 years agono real changes
Vadim Zeitlin [Fri, 13 Jun 2003 22:32:23 +0000 (22:32 +0000)] 
no real changes

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

21 years agoSetSelection() may be used for both single and multi selection listboxes
Vadim Zeitlin [Fri, 13 Jun 2003 22:30:55 +0000 (22:30 +0000)] 
SetSelection() may be used for both single and multi selection listboxes

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

21 years agoadded possibility to customize the listbox colours
Vadim Zeitlin [Fri, 13 Jun 2003 22:26:45 +0000 (22:26 +0000)] 
added possibility to customize the listbox colours

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

21 years agoInclude wx/file.h even when using precompiled headers
David Elliott [Fri, 13 Jun 2003 21:32:07 +0000 (21:32 +0000)] 
Include wx/file.h even when using precompiled headers

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

21 years ago* Added gsockcocoa.c to files list
David Elliott [Fri, 13 Jun 2003 21:28:45 +0000 (21:28 +0000)] 
* Added gsockcocoa.c to files list
* Regenerated files lists, wxCocoa now includes selstore

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

21 years agoAdded GSocket stubs for wxCocoa
David Elliott [Fri, 13 Jun 2003 21:19:49 +0000 (21:19 +0000)] 
Added GSocket stubs for wxCocoa

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

21 years agoUse the new wxNSStringWithWxString conversion function
David Elliott [Fri, 13 Jun 2003 21:15:04 +0000 (21:15 +0000)] 
Use the new wxNSStringWithWxString conversion function

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

21 years agoAdded wxString to NSString conversion functions
David Elliott [Fri, 13 Jun 2003 21:09:21 +0000 (21:09 +0000)] 
Added wxString to NSString conversion functions

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

21 years agofix some more samples for digital mars [allow contrib to work]
Chris Elliott [Fri, 13 Jun 2003 20:30:52 +0000 (20:30 +0000)] 
fix some more samples for digital mars [allow contrib to work]

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

21 years agoProposed wxMac MDI interface (in limbo)
David Elliott [Fri, 13 Jun 2003 20:29:48 +0000 (20:29 +0000)] 
Proposed wxMac MDI interface (in limbo)

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

21 years agofix some more samples for digital mars
Chris Elliott [Fri, 13 Jun 2003 20:26:54 +0000 (20:26 +0000)] 
fix some more samples for digital mars

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

21 years agoAdded support for delayed deactivation of windows (for MDI)
David Elliott [Fri, 13 Jun 2003 20:24:32 +0000 (20:24 +0000)] 
Added support for delayed deactivation of windows (for MDI)

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

21 years agodocumented all methods pertaining to the multiple selection
Vadim Zeitlin [Fri, 13 Jun 2003 19:21:37 +0000 (19:21 +0000)] 
documented all methods pertaining to the multiple selection

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

21 years agoFixed MDI scrollbars
Julian Smart [Fri, 13 Jun 2003 18:56:53 +0000 (18:56 +0000)] 
Fixed MDI scrollbars

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

21 years agoadd dmc makefile (samples compile and run OK)
Chris Elliott [Fri, 13 Jun 2003 18:43:35 +0000 (18:43 +0000)] 
add dmc makefile (samples compile and run OK)

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

21 years agofix for dmc compilation of projects with more than one obj
Chris Elliott [Fri, 13 Jun 2003 18:39:45 +0000 (18:39 +0000)] 
fix for dmc compilation of projects with more than one obj

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

21 years agoadded RefreshLine(s), HitTest() and IsVisible()
Vadim Zeitlin [Fri, 13 Jun 2003 17:18:28 +0000 (17:18 +0000)] 
added RefreshLine(s), HitTest() and IsVisible()

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

21 years agoadded def value for Create() id parameter
Vadim Zeitlin [Fri, 13 Jun 2003 17:17:46 +0000 (17:17 +0000)] 
added def value for Create() id parameter

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

21 years agoquote '|' inside regexes (fixes dump mode); fixed crash due to strange HelpGenApp...
Vadim Zeitlin [Fri, 13 Jun 2003 17:05:43 +0000 (17:05 +0000)] 
quote '|' inside regexes (fixes dump mode); fixed crash due to strange HelpGenApp code

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

21 years agofixed bug in group counting Compile()
Vadim Zeitlin [Fri, 13 Jun 2003 17:02:29 +0000 (17:02 +0000)] 
fixed bug in group counting Compile()

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

21 years agocollected all deprecated methods in the beginning
Vadim Zeitlin [Fri, 13 Jun 2003 16:38:09 +0000 (16:38 +0000)] 
collected all deprecated methods in the beginning

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

21 years agomention wxMac THUMBRELEASE bug fix and wxHtmlLbox &c
Vadim Zeitlin [Fri, 13 Jun 2003 16:30:14 +0000 (16:30 +0000)] 
mention wxMac THUMBRELEASE bug fix and wxHtmlLbox &c

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

21 years agosend wxEVT_SCROLLWIN_THUMBRELEASE events
Vadim Zeitlin [Fri, 13 Jun 2003 16:25:10 +0000 (16:25 +0000)] 
send wxEVT_SCROLLWIN_THUMBRELEASE events

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

21 years agofs_inet depends on protocol classes
Václav Slavík [Fri, 13 Jun 2003 15:33:14 +0000 (15:33 +0000)] 
fs_inet depends on protocol classes

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

21 years agocompilation fix for PCH
Vadim Zeitlin [Fri, 13 Jun 2003 15:24:40 +0000 (15:24 +0000)] 
compilation fix for PCH

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

21 years agofixed off by 1 bug in SelectRange()
Vadim Zeitlin [Fri, 13 Jun 2003 13:29:52 +0000 (13:29 +0000)] 
fixed off by 1 bug in SelectRange()

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

21 years agoadded commands to toggle multiple selection and to select all items
Vadim Zeitlin [Fri, 13 Jun 2003 13:23:49 +0000 (13:23 +0000)] 
added commands to toggle multiple selection and to select all items

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

21 years agomade multiple selection behave more consistently with the usual (Windows) way
Vadim Zeitlin [Fri, 13 Jun 2003 13:09:30 +0000 (13:09 +0000)] 
made multiple selection behave more consistently with the usual (Windows) way

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

21 years agoregenerated all make/project files to include selstore.cpp/.h
Vadim Zeitlin [Fri, 13 Jun 2003 13:06:51 +0000 (13:06 +0000)] 
regenerated all make/project files to include selstore.cpp/.h

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

21 years agoadded checks for the item index
Vadim Zeitlin [Fri, 13 Jun 2003 12:42:35 +0000 (12:42 +0000)] 
added checks for the item index

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

21 years agoSome fixes for gcc compilation
Julian Smart [Fri, 13 Jun 2003 12:20:33 +0000 (12:20 +0000)] 
Some fixes for gcc compilation

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

21 years agoSmall fixes
Julian Smart [Fri, 13 Jun 2003 10:56:26 +0000 (10:56 +0000)] 
Small fixes

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

21 years agoMerged some info from the 2.4 branch.
Julian Smart [Fri, 13 Jun 2003 10:30:03 +0000 (10:30 +0000)] 
Merged some info from the 2.4 branch.

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

21 years agoadded wxLocale::GetLanguageName
Václav Slavík [Fri, 13 Jun 2003 10:16:19 +0000 (10:16 +0000)] 
added wxLocale::GetLanguageName

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

21 years agoAdded DialogBlocks file for configtool
Julian Smart [Fri, 13 Jun 2003 09:08:39 +0000 (09:08 +0000)] 
Added DialogBlocks file for configtool

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

21 years agoAdded first cut wxWindows Configuration Tool
Julian Smart [Thu, 12 Jun 2003 20:43:55 +0000 (20:43 +0000)] 
Added first cut wxWindows Configuration Tool

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

21 years agoPatch #753465 a fix for Bug#750363.
Robin Dunn [Thu, 12 Jun 2003 18:53:42 +0000 (18:53 +0000)] 
Patch #753465 a fix for Bug#750363.

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

21 years agoadded wxRTTI to XRC handlers (patch #752996 by David Falkinder)
Václav Slavík [Thu, 12 Jun 2003 18:10:38 +0000 (18:10 +0000)] 
added wxRTTI to XRC handlers (patch #752996 by David Falkinder)

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

21 years agofixed typo
Václav Slavík [Thu, 12 Jun 2003 16:15:26 +0000 (16:15 +0000)] 
fixed typo

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

21 years agofix Borland makefile as per 2 recent bug reports
Chris Elliott [Thu, 12 Jun 2003 15:23:25 +0000 (15:23 +0000)] 
fix Borland makefile as per 2 recent bug reports

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

21 years agoMake wxMDIParentFrame a regular top level window
David Elliott [Thu, 12 Jun 2003 13:41:05 +0000 (13:41 +0000)] 
Make wxMDIParentFrame a regular top level window
- Override DoGetClientSize for wxMDIClientWindow instead of wxMDIParentFrame
- Do not override OnSize for wxMDIParentFrame

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

21 years agofix Borland makefile for xrc as per SF report 747099
Chris Elliott [Thu, 12 Jun 2003 12:32:22 +0000 (12:32 +0000)] 
fix Borland makefile for xrc as per SF report 747099

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

21 years ago Committing in .
Jouk Jansen [Thu, 12 Jun 2003 11:28:16 +0000 (11:28 +0000)] 
 Committing in .

 OpenVMS compile issues

 Modified Files:
  wxWindows/include/wx/vms_x_fix.h
  wxWindows/samples/image/image.cpp
  wxWindows/src/generic/descrip.mms
  wxWindows/src/motif/clipbrd.cpp
  wxWindows/src/motif/combobox.cpp
  wxWindows/src/motif/scrolbar.cpp
 ----------------------------------------------------------------------

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

21 years agoadded missing selstore.cpp
Vadim Zeitlin [Thu, 12 Jun 2003 08:54:28 +0000 (08:54 +0000)] 
added missing selstore.cpp

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

21 years agofixed warnings about assigning literal strings to char *
Vadim Zeitlin [Wed, 11 Jun 2003 22:21:42 +0000 (22:21 +0000)] 
fixed warnings about assigning literal strings to char *

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

21 years agoWriteString() doesn't append EOL automatically
Vadim Zeitlin [Wed, 11 Jun 2003 22:02:05 +0000 (22:02 +0000)] 
WriteString() doesn't append EOL automatically

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

21 years agodon't ignore wxLC_NO_HEADER style when inserting first column
Vadim Zeitlin [Wed, 11 Jun 2003 21:58:55 +0000 (21:58 +0000)] 
don't ignore wxLC_NO_HEADER style when inserting first column

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

21 years agoapplied SF patch #752538 to implement wxGetOSDirectory() for Mac
Gilles Depeyrot [Wed, 11 Jun 2003 18:17:56 +0000 (18:17 +0000)] 
applied SF patch #752538 to implement wxGetOSDirectory() for Mac

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

21 years agofix SF bug report 751351
Chris Elliott [Wed, 11 Jun 2003 14:44:43 +0000 (14:44 +0000)] 
fix SF bug report 751351

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

21 years agoAllow for multiple CHM controllers in app (don't leak dynamic libs)
Julian Smart [Wed, 11 Jun 2003 14:15:36 +0000 (14:15 +0000)] 
Allow for multiple CHM controllers in app (don't leak dynamic libs)

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