wxWidgets.git
23 years agofixed Farsi/Persian bug (not reflected in intl.cpp, intl.h yet due to the lock)
Václav Slavík [Fri, 19 Jan 2001 00:18:15 +0000 (00:18 +0000)] 
fixed Farsi/Persian bug (not reflected in intl.cpp, intl.h yet due to the lock)

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

23 years agoapplied pseudo-patch #103306
Václav Slavík [Fri, 19 Jan 2001 00:17:37 +0000 (00:17 +0000)] 
applied pseudo-patch #103306

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

23 years agomoved XMLIDs counter inside GetXMLID to prevent initialization order problems
Václav Slavík [Fri, 19 Jan 2001 00:16:03 +0000 (00:16 +0000)] 
moved XMLIDs counter inside GetXMLID to prevent initialization order problems

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

23 years agoadded timestamping to wxLogStream
Vadim Zeitlin [Thu, 18 Jan 2001 18:10:56 +0000 (18:10 +0000)] 
added timestamping to wxLogStream

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

23 years ago Committing in .
Jouk Jansen [Thu, 18 Jan 2001 13:35:51 +0000 (13:35 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/common/dynlib.cpp

 VMS patch for second argument of dlopen
----------------------------------------------------------------------

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

23 years ago This is how wxPlotWindow would look like with the
Robert Roebling [Thu, 18 Jan 2001 12:37:21 +0000 (12:37 +0000)] 
  This is how wxPlotWindow would look like with the
    suggested event type creation.

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

23 years agoapplied file history patch
Vadim Zeitlin [Wed, 17 Jan 2001 18:01:35 +0000 (18:01 +0000)] 
applied file history patch

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

23 years agofixed bug 128581
Vadim Zeitlin [Wed, 17 Jan 2001 17:05:05 +0000 (17:05 +0000)] 
fixed bug 128581

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

23 years agotried to fix layout of label-less static box sizers
Vadim Zeitlin [Wed, 17 Jan 2001 17:00:33 +0000 (17:00 +0000)] 
tried to fix layout of label-less static box sizers

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

23 years agoadded RTLD_GLOBAL to dlopen flags (bug 128705)
Vadim Zeitlin [Wed, 17 Jan 2001 16:45:04 +0000 (16:45 +0000)] 
added RTLD_GLOBAL to dlopen flags (bug 128705)

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

23 years agono changes
Vadim Zeitlin [Wed, 17 Jan 2001 16:18:49 +0000 (16:18 +0000)] 
no changes

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

23 years agofixed wxSplitPath() bug and added tests for it
Vadim Zeitlin [Wed, 17 Jan 2001 16:08:15 +0000 (16:08 +0000)] 
fixed wxSplitPath() bug and added tests for it

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

23 years ago Committing in .
Jouk Jansen [Wed, 17 Jan 2001 12:43:13 +0000 (12:43 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/generic/descrip.mms

 removed plot.cpp reference
----------------------------------------------------------------------

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

23 years agoBitmaps are no longer rescaled to reflect printerPPI/screenPPI ratio. Instead, we...
Václav Slavík [Wed, 17 Jan 2001 00:31:58 +0000 (00:31 +0000)] 
Bitmaps are no longer rescaled to reflect printerPPI/screenPPI ratio. Instead, we change user scale before drawing them and then restore it back.

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

23 years ago This way the plot events work.
Robert Roebling [Tue, 16 Jan 2001 23:59:03 +0000 (23:59 +0000)] 
  This way the plot events work.

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

23 years agopatch from Roland Scholz to fix the file permissions in wxCopyFile
Vadim Zeitlin [Tue, 16 Jan 2001 15:28:21 +0000 (15:28 +0000)] 
patch from Roland Scholz to fix the file permissions in wxCopyFile

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

23 years agoadded a note about GetPosition() not working for the events other than thumb track...
Vadim Zeitlin [Tue, 16 Jan 2001 13:29:10 +0000 (13:29 +0000)] 
added a note about GetPosition() not working for the events other than thumb track/release

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

23 years ago Removed plot.cpp.
Robert Roebling [Tue, 16 Jan 2001 13:29:08 +0000 (13:29 +0000)] 
  Removed plot.cpp.

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

23 years ago Removinmg plot sample from configure.
Robert Roebling [Tue, 16 Jan 2001 11:36:58 +0000 (11:36 +0000)] 
  Removinmg plot sample from configure.

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

23 years ago Removing plot sample.
Robert Roebling [Tue, 16 Jan 2001 11:36:21 +0000 (11:36 +0000)] 
  Removing plot sample.

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

23 years ago Readded wxPlotWindow as external lib.
Robert Roebling [Tue, 16 Jan 2001 11:33:29 +0000 (11:33 +0000)] 
  Readded wxPlotWindow as external lib.

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

23 years ago Removing wxPlotWindow from configure.
Robert Roebling [Tue, 16 Jan 2001 11:29:12 +0000 (11:29 +0000)] 
  Removing wxPlotWindow from configure.

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

23 years ago Removing wxPlotWindow.
Robert Roebling [Tue, 16 Jan 2001 11:27:35 +0000 (11:27 +0000)] 
  Removing wxPlotWindow.

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

23 years ago Removing wxPlotWindow from filelist.txt.
Robert Roebling [Tue, 16 Jan 2001 11:25:42 +0000 (11:25 +0000)] 
  Removing wxPlotWindow from filelist.txt.

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

23 years ago Removing wxPlotWindow.
Robert Roebling [Tue, 16 Jan 2001 11:24:54 +0000 (11:24 +0000)] 
  Removing wxPlotWindow.

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

23 years agoChanged code to use the RM environment variable (if one exists) to delete files....
George Tasker [Tue, 16 Jan 2001 11:10:35 +0000 (11:10 +0000)] 
Changed code to use the RM environment variable (if one exists) to delete files.  If one does not exist, the ERASE command is used which is what was used previously

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

23 years agoChanged code to use the RM environment variable (if one exists) to delete files....
George Tasker [Tue, 16 Jan 2001 10:59:36 +0000 (10:59 +0000)] 
Changed code to use the RM environment variable (if one exists) to delete files.  If one does not exist, the ERASE command is used which is what was used previously
Target added for building .OBJ files for .C files in DEBUG or RELEASE subdirs

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

23 years agoChanged code to use the RM environment variable (if one exists) to delete files....
George Tasker [Tue, 16 Jan 2001 10:58:34 +0000 (10:58 +0000)] 
Changed code to use the RM environment variable (if one exists) to delete files.  If one does not exist, the ERASE command is used which is what was used previously

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

23 years agoAdded code to create $D (debug or release) subdir to put the .OBJ files into.
George Tasker [Tue, 16 Jan 2001 10:57:48 +0000 (10:57 +0000)] 
Added code to create $D (debug or release) subdir to put the .OBJ files into.
Changed code to use the RM environment variable (if one exists) to delete files.  If one does not exist, the ERASE command is used which is what was used previously

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

23 years agoSwapped the directory seperator from / to \ for VC makefile
George Tasker [Tue, 16 Jan 2001 10:55:52 +0000 (10:55 +0000)] 
Swapped the directory seperator from / to \ for VC makefile

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

23 years agoRestructured the VC makefile to build the OBJ files in either a DEBUG or RELEASE...
George Tasker [Tue, 16 Jan 2001 10:47:03 +0000 (10:47 +0000)] 
Restructured the VC makefile to build the OBJ files in either a DEBUG or RELEASE subdir to allow concurrent debug and release builds to exist side by side.

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

23 years agoblind fix for setting selection in combobox text ctrl
Vadim Zeitlin [Mon, 15 Jan 2001 22:03:44 +0000 (22:03 +0000)] 
blind fix for setting selection in combobox text ctrl

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

23 years agomerged in the console for MIME handlers fix from 2.2 branch
Vadim Zeitlin [Mon, 15 Jan 2001 21:50:46 +0000 (21:50 +0000)] 
merged in the console for MIME handlers fix from 2.2 branch

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

23 years agofixed a bug in handling mailcap entries with more than one commands with tests
Vadim Zeitlin [Mon, 15 Jan 2001 18:01:28 +0000 (18:01 +0000)] 
fixed a bug in handling mailcap entries with more than one commands with tests

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

23 years agoFixed problem in wxDbColFor::Format() for mySQL (patch submittted directly to me...
George Tasker [Sun, 14 Jan 2001 12:46:33 +0000 (12:46 +0000)] 
Fixed problem in wxDbColFor::Format() for mySQL (patch submittted directly to me from Mark Johnson) to handle SQL_C_TIMESTAMP fields, which is what mySQL uses for DATE fields.

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

23 years agoFixed a couple spelling typos
George Tasker [Sat, 13 Jan 2001 14:32:03 +0000 (14:32 +0000)] 
Fixed a couple spelling typos

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

23 years agofixed stupid bug in LCID->locale string translation
Václav Slavík [Sat, 13 Jan 2001 12:56:30 +0000 (12:56 +0000)] 
fixed stupid bug in LCID->locale string translation

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

23 years agoadded English and English US for testing
Václav Slavík [Sat, 13 Jan 2001 12:50:10 +0000 (12:50 +0000)] 
added English and English US for testing

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

23 years agochanged internat sample so that it shows language choice dialog on startup
Václav Slavík [Fri, 12 Jan 2001 20:31:35 +0000 (20:31 +0000)] 
changed internat sample so that it shows language choice dialog on startup

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

23 years ago_Really_ fixed Norwegian, added Kernewek language
Václav Slavík [Fri, 12 Jan 2001 20:31:24 +0000 (20:31 +0000)] 
_Really_ fixed Norwegian, added Kernewek language

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

23 years agochanged wxLogWarning('catalog not found') message to wxLogVerbose; wxLocale::Init...
Václav Slavík [Fri, 12 Jan 2001 20:31:10 +0000 (20:31 +0000)] 
changed wxLogWarning('catalog not found') message to wxLogVerbose; wxLocale::Init now works with Windows9X, too

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

23 years agoverbose mode wxLog disabled by default even in debug mode
Václav Slavík [Fri, 12 Jan 2001 20:30:53 +0000 (20:30 +0000)] 
verbose mode wxLog disabled by default even in debug mode

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

23 years agoapplied patch to prevent crashing when libxml DLL doesn't contain some symbols
Václav Slavík [Fri, 12 Jan 2001 20:29:40 +0000 (20:29 +0000)] 
applied patch to prevent crashing when libxml DLL doesn't contain some symbols

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

23 years agoallow people use modal dialogs in wxApp::OnInit
Vadim Zeitlin [Thu, 11 Jan 2001 22:11:54 +0000 (22:11 +0000)] 
allow people use modal dialogs in wxApp::OnInit

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

23 years agofix/workaround for Trim() and accented letters
Vadim Zeitlin [Thu, 11 Jan 2001 21:51:16 +0000 (21:51 +0000)] 
fix/workaround for Trim() and accented letters

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

23 years ago wxYield() patch from stable tree.
Robert Roebling [Thu, 11 Jan 2001 18:54:10 +0000 (18:54 +0000)] 
  wxYield() patch from stable tree.

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

23 years agoUse wxClientDC in header window so we don't clip (because of gtk_paint_box not
Julian Smart [Thu, 11 Jan 2001 18:22:32 +0000 (18:22 +0000)] 
Use wxClientDC in header window so we don't clip (because of gtk_paint_box not
being clippable). This cures the header refresh problem.

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

23 years agoapplied Derry's patch to fix scaling bug
Vadim Zeitlin [Thu, 11 Jan 2001 16:26:24 +0000 (16:26 +0000)] 
applied Derry's patch to fix scaling bug

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

23 years agoapplied (slightly modified) patch for loading large/small icons
Vadim Zeitlin [Thu, 11 Jan 2001 14:58:19 +0000 (14:58 +0000)] 
applied (slightly modified) patch for loading large/small icons

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

23 years agofixed Norway languages
Václav Slavík [Wed, 10 Jan 2001 19:51:56 +0000 (19:51 +0000)] 
fixed Norway languages

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

23 years agocommited by mistake, removed
Václav Slavík [Wed, 10 Jan 2001 19:51:46 +0000 (19:51 +0000)] 
commited by mistake, removed

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

23 years agonew locales code checked in
Václav Slavík [Wed, 10 Jan 2001 18:31:26 +0000 (18:31 +0000)] 
new locales code checked in

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

23 years agoNeeded to initialize time_t to 0 in GetTimeZone to prevent a arithmetic underflow...
David Webster [Tue, 9 Jan 2001 23:29:09 +0000 (23:29 +0000)] 
Needed to initialize time_t to 0 in GetTimeZone to prevent a arithmetic underflow in VA 4.0

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

23 years agoExtended ProcessTextCommand so processes SETFOCUS/KILLFOCUS; checked for valid
Julian Smart [Tue, 9 Jan 2001 15:50:01 +0000 (15:50 +0000)] 
Extended ProcessTextCommand so processes SETFOCUS/KILLFOCUS; checked for valid
HWND in wxBuddyTextWndProc so if the event handler kills the HWND, it doesn't crash;
added support for disabling 3D effect in buddy window.

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

23 years agoExtended ProcessTextCommand so processes SETFOCUS/KILLFOCUS; checked for valid
Julian Smart [Tue, 9 Jan 2001 15:37:15 +0000 (15:37 +0000)] 
Extended ProcessTextCommand so processes SETFOCUS/KILLFOCUS; checked for valid
HWND in wxBuddyTextWndProc so if the event handler kills the HWND, it doesn't crash;
added support for disabling 3D effect in buddy window.

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

23 years agoFixes to resolve default Client Window painting when EVT_PAINT events are captured...
David Webster [Mon, 8 Jan 2001 19:00:47 +0000 (19:00 +0000)] 
Fixes to resolve default Client Window painting when EVT_PAINT events are captured by derived classes downstream.

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

23 years agofix for better European date format parsing
Vadim Zeitlin [Mon, 8 Jan 2001 16:48:59 +0000 (16:48 +0000)] 
fix for better European date format parsing

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

23 years agotest all selection methods
Vadim Zeitlin [Mon, 8 Jan 2001 13:35:16 +0000 (13:35 +0000)] 
test all selection methods

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

23 years agotypo: return Win98, not 99, from wxGetOSDescription()
Vadim Zeitlin [Sun, 7 Jan 2001 17:28:23 +0000 (17:28 +0000)] 
typo: return Win98, not 99, from wxGetOSDescription()

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

23 years ago Make wxMenuItem::GetLabel() handle escaped underscores
Robert Roebling [Sun, 7 Jan 2001 14:55:03 +0000 (14:55 +0000)] 
  Make wxMenuItem::GetLabel() handle escaped underscores
   (which are '__') correctly.

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

23 years agofix for gcc bug under Mac OS X
Vadim Zeitlin [Sat, 6 Jan 2001 14:31:35 +0000 (14:31 +0000)] 
fix for gcc bug under Mac OS X

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

23 years agofixed wxStreamBuffer::SetBufferIO() (thanks to Gilles Depeyrot)
Vadim Zeitlin [Sat, 6 Jan 2001 14:18:29 +0000 (14:18 +0000)] 
fixed wxStreamBuffer::SetBufferIO() (thanks to Gilles Depeyrot)

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

23 years agowxDateTime::IsValid() now returns m_time != (wxLongLong)-1
Vadim Zeitlin [Fri, 5 Jan 2001 21:03:19 +0000 (21:03 +0000)] 
wxDateTime::IsValid() now returns m_time != (wxLongLong)-1

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

23 years agoFixed a problem in ConvertWXArrayToC() that would assign a string to an incorrect...
George Tasker [Fri, 5 Jan 2001 19:10:04 +0000 (19:10 +0000)] 
Fixed a problem in ConvertWXArrayToC() that would assign a string to an incorrect memory location due to missing parens "(*choices)[i] = aChoices[i];"

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

23 years agoCorrected horizontal rule drawing when number of items is 1
Julian Smart [Fri, 5 Jan 2001 14:01:28 +0000 (14:01 +0000)] 
Corrected horizontal rule drawing when number of items is 1

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

23 years agoIn wxListCtrl::Find, don't decrement 'start' if already -1, or the search fails.
Julian Smart [Fri, 5 Jan 2001 13:35:38 +0000 (13:35 +0000)] 
In wxListCtrl::Find, don't decrement 'start' if already -1, or the search fails.

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

23 years agoChanged GetDocuments() to remove cast, added GetTemplates()
Julian Smart [Fri, 5 Jan 2001 10:50:24 +0000 (10:50 +0000)] 
Changed GetDocuments() to remove cast, added GetTemplates()

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

23 years agoadded wxArrayString::RemoveAt()
Vadim Zeitlin [Thu, 4 Jan 2001 19:42:22 +0000 (19:42 +0000)] 
added wxArrayString::RemoveAt()

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

23 years agofix for wxList copy ctor
Vadim Zeitlin [Thu, 4 Jan 2001 18:46:53 +0000 (18:46 +0000)] 
fix for wxList copy ctor

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

23 years ago Committing in .
Jouk Jansen [Thu, 4 Jan 2001 15:18:52 +0000 (15:18 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/common/descrip.mms

 Updating VMS support

----------------------------------------------------------------------

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

23 years agoadded src/msw/files.lst to the list of files to generate and updated it
Vadim Zeitlin [Thu, 4 Jan 2001 12:55:56 +0000 (12:55 +0000)] 
added src/msw/files.lst to the list of files to generate and updated it

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

23 years agouse default timeout of 1 minute
Vadim Zeitlin [Thu, 4 Jan 2001 12:17:47 +0000 (12:17 +0000)] 
use default timeout of 1 minute

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

23 years agotests for the new [de]selection grid methods (patch by Roland Scholz
Vadim Zeitlin [Thu, 4 Jan 2001 11:05:41 +0000 (11:05 +0000)] 
tests for the new [de]selection grid methods (patch by Roland Scholz
<scholz@pb.izm.fhg.de>)

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

23 years agofix for Centre() (thanks Derry!)
Vadim Zeitlin [Thu, 4 Jan 2001 02:30:08 +0000 (02:30 +0000)] 
fix for Centre() (thanks Derry!)

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

23 years agoadded SAX error callback (thanks go to Robert)
Václav Slavík [Wed, 3 Jan 2001 19:03:43 +0000 (19:03 +0000)] 
added SAX error callback (thanks go to Robert)

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

23 years agotest for bug with new wu-ftpd
Vadim Zeitlin [Wed, 3 Jan 2001 17:16:43 +0000 (17:16 +0000)] 
test for bug with new wu-ftpd

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

23 years agoa fix for new wu-ftpd
Vadim Zeitlin [Wed, 3 Jan 2001 17:14:28 +0000 (17:14 +0000)] 
a fix for new wu-ftpd

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

23 years agoregenerated the makefiles to include filename.cpp
Vadim Zeitlin [Wed, 3 Jan 2001 17:09:00 +0000 (17:09 +0000)] 
regenerated the makefiles to include filename.cpp

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

23 years agoAdded filename.obj to the target list so it gets built with VC
George Tasker [Wed, 3 Jan 2001 15:37:18 +0000 (15:37 +0000)] 
Added filename.obj to the target list so it gets built with VC

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

23 years agoyet more testing...
Robin Dunn [Tue, 2 Jan 2001 20:29:57 +0000 (20:29 +0000)] 
yet more testing...

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

23 years agomore testing of cvs update messages...
Robin Dunn [Tue, 2 Jan 2001 20:17:11 +0000 (20:17 +0000)] 
more testing of cvs update messages...

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

23 years agotest commit...
Robin Dunn [Tue, 2 Jan 2001 20:00:30 +0000 (20:00 +0000)] 
test commit...

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

23 years agotest cvs commit
Robin Dunn [Tue, 2 Jan 2001 19:41:04 +0000 (19:41 +0000)] 
test cvs commit

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

23 years agoAdded filename.cpp to .dsp files
Julian Smart [Tue, 2 Jan 2001 16:42:03 +0000 (16:42 +0000)] 
Added filename.cpp to .dsp files

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

23 years agopatch adding DeselectXXX() functions from Roland Scholz <scholz@pb.izm.fhg.de>
Vadim Zeitlin [Tue, 2 Jan 2001 15:35:46 +0000 (15:35 +0000)] 
patch adding DeselectXXX() functions from Roland Scholz <scholz@pb.izm.fhg.de>

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

23 years agoAdded line to wxMask doc.
Julian Smart [Tue, 2 Jan 2001 07:59:43 +0000 (07:59 +0000)] 
Added line to wxMask doc.

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

23 years agofixed docs of wxLocale::Init (forgotted bConvertEncoding)
Václav Slavík [Mon, 1 Jan 2001 11:32:56 +0000 (11:32 +0000)] 
fixed docs of wxLocale::Init (forgotted bConvertEncoding)

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

23 years agoreadded back SetFullName
Vadim Zeitlin [Sun, 31 Dec 2000 15:23:43 +0000 (15:23 +0000)] 
readded back SetFullName

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

23 years agoimplemented wxFileName::SplitPath(), wxSplitPath() now just calls it
Vadim Zeitlin [Sun, 31 Dec 2000 01:15:33 +0000 (01:15 +0000)] 
implemented wxFileName::SplitPath(), wxSplitPath() now just calls it

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

23 years agorewrote wxFileName::Normalize(), added a few methods, general clean up,
Vadim Zeitlin [Sun, 31 Dec 2000 00:23:09 +0000 (00:23 +0000)] 
rewrote wxFileName::Normalize(), added a few methods, general clean up,
added some tests

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

23 years agofixed nonsenses in tnoneng.tex
Václav Slavík [Sat, 30 Dec 2000 21:35:25 +0000 (21:35 +0000)] 
fixed nonsenses in tnoneng.tex

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

23 years agojust added some _T()s
Vadim Zeitlin [Sat, 30 Dec 2000 19:36:10 +0000 (19:36 +0000)] 
just added some _T()s

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

23 years ago Various fixes for wxFilename.
Robert Roebling [Sat, 30 Dec 2000 12:47:48 +0000 (12:47 +0000)] 
  Various fixes for wxFilename.

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

23 years ago wxFileName II. It actually works.
Robert Roebling [Sat, 30 Dec 2000 00:28:00 +0000 (00:28 +0000)] 
  wxFileName II. It actually works.

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

23 years agomerged wxStaticLine ctor fix
Vadim Zeitlin [Fri, 29 Dec 2000 23:44:11 +0000 (23:44 +0000)] 
merged wxStaticLine ctor fix

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

23 years agoAdded filename.cpp to build
David Webster [Fri, 29 Dec 2000 22:12:54 +0000 (22:12 +0000)] 
Added filename.cpp to build

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

23 years agoinclude "wx/filefn.h" instead of just "filefn.h".
David Webster [Fri, 29 Dec 2000 17:39:00 +0000 (17:39 +0000)] 
include "wx/filefn.h" instead of just "filefn.h".

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

23 years agoshould use array delete on a wxString object (line 991) that is not an array of wxStrings
David Webster [Fri, 29 Dec 2000 17:38:03 +0000 (17:38 +0000)] 
should use array delete on a wxString object (line 991) that is not an array of wxStrings

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

23 years agomodified check listbox indicators and made them customizable
Vadim Zeitlin [Thu, 28 Dec 2000 14:07:00 +0000 (14:07 +0000)] 
modified check listbox indicators and made them customizable

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

23 years ago Added wxFileName.
Robert Roebling [Thu, 28 Dec 2000 00:00:32 +0000 (00:00 +0000)] 
  Added wxFileName.
  Small fix for log error messages on startup.
  Added missing accessor to wxSizer.

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