]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years ago1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work
Vadim Zeitlin [Wed, 31 Jan 2001 17:16:40 +0000 (17:16 +0000)] 
1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work
2. moved ~50% of the event types in their own headers/sources from event.h/cpp

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

23 years agoevent handling seems to work again, new sample (event) added and documented
Vadim Zeitlin [Wed, 31 Jan 2001 16:00:00 +0000 (16:00 +0000)] 
event handling seems to work again, new sample (event) added and documented

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

23 years agocompilation warnings fixed
Vadim Zeitlin [Wed, 31 Jan 2001 15:58:20 +0000 (15:58 +0000)] 
compilation warnings fixed

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

23 years agowxDC scaling fix patch (Derry Bryson)
Vadim Zeitlin [Wed, 31 Jan 2001 15:57:09 +0000 (15:57 +0000)] 
wxDC scaling fix patch (Derry Bryson)

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

23 years agoDestructor for wxMimeTypesManager was deleting its member m_impl without checking...
George Tasker [Wed, 31 Jan 2001 14:50:02 +0000 (14:50 +0000)] 
Destructor for wxMimeTypesManager was deleting its member m_impl without checking if it was already NULL or not.

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

23 years agoDestructor for wxFileType was deleting its member m_impl without checking if it was...
George Tasker [Wed, 31 Jan 2001 14:48:57 +0000 (14:48 +0000)] 
Destructor for wxFileType was deleting its member m_impl without checking if it was already NULL or not.

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

23 years agoadded test for vertical gauge
Vadim Zeitlin [Wed, 31 Jan 2001 12:33:16 +0000 (12:33 +0000)] 
added test for vertical gauge

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

23 years agosupport for wxGA_VERTICAL in wxGauge
Vadim Zeitlin [Wed, 31 Jan 2001 12:22:04 +0000 (12:22 +0000)] 
support for wxGA_VERTICAL in wxGauge

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

23 years agoOwnerdrawn stuff for OS/2
David Webster [Wed, 31 Jan 2001 05:33:10 +0000 (05:33 +0000)] 
Ownerdrawn stuff for OS/2

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

23 years agoAdd a Get and Set for an OS/2 PS
David Webster [Wed, 31 Jan 2001 05:32:23 +0000 (05:32 +0000)] 
Add a Get and Set for an OS/2 PS

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

23 years agochanged argument types (replaced long with wxCoord)
Gilles Depeyrot [Tue, 30 Jan 2001 21:26:23 +0000 (21:26 +0000)] 
changed argument types (replaced long with wxCoord)

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

23 years agocorrected indentation
Gilles Depeyrot [Tue, 30 Jan 2001 21:22:50 +0000 (21:22 +0000)] 
corrected indentation

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

23 years agoadded missing return type (implicit int no longer accepted by compilers)
Gilles Depeyrot [Tue, 30 Jan 2001 21:17:27 +0000 (21:17 +0000)] 
added missing return type (implicit int no longer accepted by compilers)

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

23 years agoremoved unused variables
Gilles Depeyrot [Tue, 30 Jan 2001 21:15:53 +0000 (21:15 +0000)] 
removed unused variables

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

23 years agoadded test for __MACH__ for Mac OS X compilation
Gilles Depeyrot [Tue, 30 Jan 2001 21:06:57 +0000 (21:06 +0000)] 
added test for __MACH__ for Mac OS X compilation

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

23 years agoadded missing return type (implicit int no longer accepted by compilers)
Gilles Depeyrot [Tue, 30 Jan 2001 21:02:45 +0000 (21:02 +0000)] 
added missing return type (implicit int no longer accepted by compilers)

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

23 years agoadded tests for __MACH__ to compile under Mac OS X
Gilles Depeyrot [Tue, 30 Jan 2001 21:00:18 +0000 (21:00 +0000)] 
added tests for __MACH__ to compile under Mac OS X

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

23 years agoOS/2 compile error fix
David Webster [Tue, 30 Jan 2001 15:38:29 +0000 (15:38 +0000)] 
OS/2 compile error fix

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

23 years agoAllow MDI children to have a non-default window style passed down to them. Previousl...
George Tasker [Tue, 30 Jan 2001 14:14:03 +0000 (14:14 +0000)] 
Allow MDI children to have a non-default window style passed down to them.  Previously only default frame styles were possible, even when a valid style was passed.

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

23 years agoCompile error fixes
David Webster [Tue, 30 Jan 2001 06:07:50 +0000 (06:07 +0000)] 
Compile error fixes

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

23 years agoXPM updates
David Webster [Tue, 30 Jan 2001 06:06:22 +0000 (06:06 +0000)] 
XPM updates

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

23 years agoCorrected DoBlit code to use offset into mask
Julian Smart [Mon, 29 Jan 2001 23:05:01 +0000 (23:05 +0000)] 
Corrected DoBlit code to use offset into mask

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

23 years agoThe new SORT parameter for SelectViewType() and SelectDocumentType() sorted the displ...
George Tasker [Mon, 29 Jan 2001 23:01:21 +0000 (23:01 +0000)] 
The new SORT parameter for SelectViewType() and SelectDocumentType() sorted the displayed list, but the view/template returned as the one selected was corresponding to the template from the original unsorted list of templates.

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

23 years agoAdd wxInvertMask for OS/2 xpm processing
David Webster [Mon, 29 Jan 2001 21:42:53 +0000 (21:42 +0000)] 
Add wxInvertMask for OS/2 xpm processing

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

23 years agominor fix for OS/2
David Webster [Mon, 29 Jan 2001 21:37:17 +0000 (21:37 +0000)] 
minor fix for OS/2

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

23 years agonew icc file for VA4
David Webster [Mon, 29 Jan 2001 21:36:49 +0000 (21:36 +0000)] 
new icc file for VA4

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

23 years agoanother fix for MDI styles
Vadim Zeitlin [Mon, 29 Jan 2001 19:56:37 +0000 (19:56 +0000)] 
another fix for MDI styles

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

23 years agoOS/2 updates for XPM
David Webster [Mon, 29 Jan 2001 18:52:18 +0000 (18:52 +0000)] 
OS/2 updates for XPM

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

23 years agofix (?) for MDI children style problems
Vadim Zeitlin [Mon, 29 Jan 2001 17:43:53 +0000 (17:43 +0000)] 
fix (?) for MDI children style problems

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

23 years agomodified make and .spec files to build distribution files names with version suffix...
Vadim Zeitlin [Mon, 29 Jan 2001 17:39:24 +0000 (17:39 +0000)] 
modified make and .spec files to build distribution files names with version suffix (like wxFoo-major.minor.micro)

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

23 years ago1. updated docs/gtk/changes.txt for 2.2.5
Vadim Zeitlin [Mon, 29 Jan 2001 15:26:02 +0000 (15:26 +0000)] 
1. updated docs/gtk/changes.txt for 2.2.5
2. fixed configure/Makefile to handle no-rtti/no-exceptions better
3. added missing files of internat sample to the dist
4. fixed Makefile.in for the help sample

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

23 years agonew .def file for OS/2 to include event changes and addition of wxDir and the DirCtrl...
David Webster [Mon, 29 Jan 2001 05:50:27 +0000 (05:50 +0000)] 
new .def file for OS/2 to include event changes and addition of wxDir and the DirCtrldg control

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

23 years agoBitmap code, icon code and dir code updates
David Webster [Mon, 29 Jan 2001 05:48:26 +0000 (05:48 +0000)] 
Bitmap code, icon code and dir code updates

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

23 years agoOS/2 updates (mostly executing MSW code)
David Webster [Mon, 29 Jan 2001 05:47:27 +0000 (05:47 +0000)] 
OS/2 updates (mostly executing MSW code)

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

23 years agoBitmap and icon updates
David Webster [Mon, 29 Jan 2001 05:46:06 +0000 (05:46 +0000)] 
Bitmap and icon updates

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

23 years ago_T() -> wxT()
Václav Slavík [Sun, 28 Jan 2001 23:21:20 +0000 (23:21 +0000)] 
_T() -> wxT()

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

23 years agoFixed buffer overrun in call to wxStripMenuCodes()
George Tasker [Sun, 28 Jan 2001 19:29:23 +0000 (19:29 +0000)] 
Fixed buffer overrun in call to wxStripMenuCodes()

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

23 years agoFixed an incorrect statment saying the wxLB_SORT was not support under GTK
George Tasker [Sun, 28 Jan 2001 16:11:20 +0000 (16:11 +0000)] 
Fixed an incorrect statment saying the wxLB_SORT was not support under GTK

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

23 years agoOS/2 patch about a #pragma warning.
David Webster [Sun, 28 Jan 2001 15:34:19 +0000 (15:34 +0000)] 
OS/2 patch about a #pragma warning.

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

23 years agoCorrection for Mingw32
Julian Smart [Sun, 28 Jan 2001 10:51:13 +0000 (10:51 +0000)] 
Correction for Mingw32

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

23 years agoextended RemoveLast() to take size_t parameter
Vadim Zeitlin [Sun, 28 Jan 2001 02:14:00 +0000 (02:14 +0000)] 
extended RemoveLast() to take size_t parameter

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

23 years agoreadded wxEVT_HELP inadvertently deleted the last time
Vadim Zeitlin [Sat, 27 Jan 2001 23:00:10 +0000 (23:00 +0000)] 
readded wxEVT_HELP inadvertently deleted  the last time

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

23 years agomodified macintosh ifdef compilations to also test for __APPLE__
Gilles Depeyrot [Sat, 27 Jan 2001 21:18:36 +0000 (21:18 +0000)] 
modified macintosh ifdef compilations to also test for __APPLE__
__APPLE__ is defined by the C/C++ compiler under Mac OS X

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

23 years agocompatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES and DECLARE_EVENT_TABLE_ENTRY...
Vadim Zeitlin [Sat, 27 Jan 2001 20:16:02 +0000 (20:16 +0000)] 
compatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES and DECLARE_EVENT_TABLE_ENTRY added

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

23 years agoAdded wxFrame support contributed by Aleks
George Tasker [Sat, 27 Jan 2001 14:29:01 +0000 (14:29 +0000)] 
Added wxFrame support contributed by Aleks

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

23 years agoAdded a check to make sure 'parent' is valid, otherwise a crash could occur
George Tasker [Sat, 27 Jan 2001 12:55:44 +0000 (12:55 +0000)] 
Added a check to make sure 'parent' is valid, otherwise a crash could occur

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

23 years agoadded Id cvs tag
Vadim Zeitlin [Sat, 27 Jan 2001 12:46:50 +0000 (12:46 +0000)] 
added Id cvs tag

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

23 years agowxEVT_USER_FIRST put back
Vadim Zeitlin [Sat, 27 Jan 2001 12:46:03 +0000 (12:46 +0000)] 
wxEVT_USER_FIRST put back

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

23 years agofix for DoPut() from long time ago
Vadim Zeitlin [Sat, 27 Jan 2001 12:40:57 +0000 (12:40 +0000)] 
fix for DoPut() from long time ago

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

23 years agowxEVT_USER_FIRST readded
Vadim Zeitlin [Sat, 27 Jan 2001 12:38:09 +0000 (12:38 +0000)] 
wxEVT_USER_FIRST readded

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

23 years agocorrections related to event.h modifications
Gilles Depeyrot [Sat, 27 Jan 2001 10:58:29 +0000 (10:58 +0000)] 
corrections related to event.h modifications

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

23 years agoBegan updating 2.2 Debian build scripts for 2.3
Ron Lee [Sat, 27 Jan 2001 08:46:25 +0000 (08:46 +0000)] 
Began updating 2.2 Debian build scripts for 2.3

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

23 years agoplot.cpp was moved out of the generic directory to contrib, so plot.obj no longer...
George Tasker [Fri, 26 Jan 2001 23:52:03 +0000 (23:52 +0000)] 
plot.cpp was moved out of the generic directory to contrib, so plot.obj no longer needs to be linked

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

23 years agocompilation fix for recent event changes
Vadim Zeitlin [Fri, 26 Jan 2001 22:26:45 +0000 (22:26 +0000)] 
compilation fix for recent event changes

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

23 years agocorrection to maintain data array in synch with string array
Gilles Depeyrot [Fri, 26 Jan 2001 20:59:41 +0000 (20:59 +0000)] 
correction to maintain data array in synch with string array

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

23 years agocorrected comment
Gilles Depeyrot [Fri, 26 Jan 2001 20:16:12 +0000 (20:16 +0000)] 
corrected comment

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

23 years agodynamic event types actually work with these changes, also corrected more
Vadim Zeitlin [Fri, 26 Jan 2001 18:58:14 +0000 (18:58 +0000)] 
dynamic event types actually work with these changes, also corrected more
event macro in the sources

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

23 years ago Corrected typo.
Robert Roebling [Fri, 26 Jan 2001 18:35:23 +0000 (18:35 +0000)] 
 Corrected typo.

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

23 years ago Updated ten thousand macros for new event type code.
Robert Roebling [Fri, 26 Jan 2001 17:35:36 +0000 (17:35 +0000)] 
  Updated ten thousand macros for new event type code.

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

23 years agoChanged m_eventType to int
Julian Smart [Fri, 26 Jan 2001 14:13:10 +0000 (14:13 +0000)] 
Changed m_eventType to int

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

23 years ago New event types for use in external libs (and from
Robert Roebling [Thu, 25 Jan 2001 18:30:30 +0000 (18:30 +0000)] 
  New event types for use in external libs (and from
   now on actually everywhere).
  Adapted cshelp to new event types.
  Adapted wxGrid to new event types.
  Update for German translation.

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

23 years ago Beautified header.
Robert Roebling [Thu, 25 Jan 2001 18:27:44 +0000 (18:27 +0000)] 
  Beautified header.

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

23 years ago Prepare wxToolBarSimple for event type change.
Robert Roebling [Thu, 25 Jan 2001 18:27:01 +0000 (18:27 +0000)] 
  Prepare wxToolBarSimple for event type change.
  Make wxGrid use new event types.

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

23 years ago Changed wxCanvas constants from XXX to wxXXX
Robert Roebling [Thu, 25 Jan 2001 18:25:21 +0000 (18:25 +0000)] 
  Changed wxCanvas constants from XXX to wxXXX

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

23 years ago Removing obsolete ditrib files.
Robert Roebling [Thu, 25 Jan 2001 18:23:49 +0000 (18:23 +0000)] 
  Removing obsolete ditrib files.

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

23 years agoanother compile problem fixed
Vadim Zeitlin [Thu, 25 Jan 2001 14:56:06 +0000 (14:56 +0000)] 
another compile problem fixed

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

23 years agocompile/link problem fixed
Vadim Zeitlin [Thu, 25 Jan 2001 14:33:01 +0000 (14:33 +0000)] 
compile/link problem fixed

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

23 years agoPatched to enable building on Debian/Alpha
Ron Lee [Thu, 25 Jan 2001 02:33:03 +0000 (02:33 +0000)] 
Patched to enable building on Debian/Alpha

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

23 years agoapplied wxNativeFontInfo patch #103089
Vadim Zeitlin [Wed, 24 Jan 2001 17:16:04 +0000 (17:16 +0000)] 
applied wxNativeFontInfo patch #103089

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

23 years ago1. patch from Søren Erland Vestø implementing wxFTP::GetFileSize()
Vadim Zeitlin [Wed, 24 Jan 2001 16:37:04 +0000 (16:37 +0000)] 
1. patch from Søren Erland Vestø implementing wxFTP::GetFileSize()
   with my fixes to the patch
2. significantly updated/cleaned FTP tests in the sample
3. don't log FTP passwords in wxLogTrace

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

23 years agocompilation fix for new iostreams
Vadim Zeitlin [Wed, 24 Jan 2001 14:51:38 +0000 (14:51 +0000)] 
compilation fix for new iostreams

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

23 years agoMIME type manager fixes described earlier on the list:
Vadim Zeitlin [Wed, 24 Jan 2001 14:51:06 +0000 (14:51 +0000)] 
MIME type manager fixes described earlier on the list:
1. extended wxFileTypeInfo
2. moved handling of fallbacks into wxMimeTypesManager (instead of Impl)
3. added wxMimeTypesManager::Associate() and Unassociate()
4. Unix version only reads the files on demand => much faster startup

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

23 years agoAdded optional parameter to SelectDocumentType() and SelectViewType() to allow the...
George Tasker [Wed, 24 Jan 2001 11:04:30 +0000 (11:04 +0000)] 
Added optional parameter to SelectDocumentType() and SelectViewType() to allow the choice lists of documents/views to be alphabetically sorted if desired.  Default behavior is FALSE on the sort to maintain backward compatability.

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

23 years agosynced intl.cpp and intl.h
Václav Slavík [Tue, 23 Jan 2001 23:20:23 +0000 (23:20 +0000)] 
synced intl.cpp and intl.h

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

23 years agonew locales code checked in
Václav Slavík [Tue, 23 Jan 2001 23:17:57 +0000 (23:17 +0000)] 
new locales code checked in

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

23 years ago Change required for new event types.
Robert Roebling [Tue, 23 Jan 2001 18:38:42 +0000 (18:38 +0000)] 
  Change required for new event types.

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

23 years agofixed FindItem() to work with submenus
Vadim Zeitlin [Tue, 23 Jan 2001 17:30:22 +0000 (17:30 +0000)] 
fixed FindItem() to work with submenus

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

23 years agoOne more function was out of alphanumeric sequence
George Tasker [Tue, 23 Jan 2001 15:12:08 +0000 (15:12 +0000)] 
One more function was out of alphanumeric sequence

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

23 years agoReordered some of the functions from the sequence they were listed in to make them...
George Tasker [Tue, 23 Jan 2001 14:01:07 +0000 (14:01 +0000)] 
Reordered some of the functions from the sequence they were listed in to make them be in alphabetical order

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

23 years agofixed bug in parsing filenames without paths, added more/better tests
Vadim Zeitlin [Tue, 23 Jan 2001 00:24:32 +0000 (00:24 +0000)] 
fixed bug in parsing filenames without paths, added more/better tests

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

23 years agoFixed wxToolBar colour mapping problem (I hope)
Julian Smart [Mon, 22 Jan 2001 11:55:47 +0000 (11:55 +0000)] 
Fixed wxToolBar colour mapping problem (I hope)

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

23 years agoAnd a 'standard colours' bitmap to help fix wxToolBar colour mapping problem
Julian Smart [Mon, 22 Jan 2001 11:54:25 +0000 (11:54 +0000)] 
And a 'standard colours' bitmap to help fix wxToolBar colour mapping problem

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

23 years agoinitial coding of and OS/2 XpmHandler
David Webster [Sun, 21 Jan 2001 23:00:59 +0000 (23:00 +0000)] 
initial coding of and OS/2 XpmHandler

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

23 years agonew makefile and gdiimage suport for xpm data
David Webster [Sun, 21 Jan 2001 23:00:16 +0000 (23:00 +0000)] 
new makefile and gdiimage suport for xpm data

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

23 years agoCodeWarrior project for Classic Mac OS
Gilles Depeyrot [Sun, 21 Jan 2001 18:29:08 +0000 (18:29 +0000)] 
CodeWarrior project for Classic Mac OS

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

23 years agoRemove plot.cpp
Julian Smart [Sun, 21 Jan 2001 17:45:50 +0000 (17:45 +0000)] 
Remove plot.cpp

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

23 years agoanother attempt to fix parser compilation
Vadim Zeitlin [Sun, 21 Jan 2001 01:22:39 +0000 (01:22 +0000)] 
another attempt to fix parser compilation

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

23 years agofixed bug #129464 (hopefully)
Václav Slavík [Sat, 20 Jan 2001 19:50:05 +0000 (19:50 +0000)] 
fixed bug #129464 (hopefully)

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

23 years agocorrected creation of wxNORMAL_FONT for Mac OS
Gilles Depeyrot [Sat, 20 Jan 2001 19:35:18 +0000 (19:35 +0000)] 
corrected creation of wxNORMAL_FONT for Mac OS

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

23 years agoapplied wxNativeFontInfo patch from Derry Bryson (with minor changes)
Gilles Depeyrot [Sat, 20 Jan 2001 19:30:47 +0000 (19:30 +0000)] 
applied wxNativeFontInfo patch from Derry Bryson (with minor changes)

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

23 years agoCodeWarrior project for Classic Mac OS
Gilles Depeyrot [Sat, 20 Jan 2001 19:25:35 +0000 (19:25 +0000)] 
CodeWarrior project for Classic Mac OS

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

23 years agochmod is not available in VisualAge
David Webster [Fri, 19 Jan 2001 22:32:22 +0000 (22:32 +0000)] 
chmod is not available in VisualAge

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

23 years agoremove plot.cpp from build
David Webster [Fri, 19 Jan 2001 22:30:50 +0000 (22:30 +0000)] 
remove plot.cpp from build

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

23 years agoremoved shift/reduce conflict
Vadim Zeitlin [Fri, 19 Jan 2001 18:46:54 +0000 (18:46 +0000)] 
removed shift/reduce conflict

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

23 years agoupdated wxLocale documentation to reflect API changes
Václav Slavík [Fri, 19 Jan 2001 00:20:49 +0000 (00:20 +0000)] 
updated wxLocale documentation to reflect API changes

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

23 years agoupdated the script to generate pieces of TeX documentation as well
Václav Slavík [Fri, 19 Jan 2001 00:18:43 +0000 (00:18 +0000)] 
updated the script to generate pieces of TeX documentation as well

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

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