wxWidgets.git
23 years agoFixed the problem of the RPM having the builder's user and group id
Robin Dunn [Fri, 25 May 2001 07:00:12 +0000 (07:00 +0000)] 
Fixed the problem of the RPM having the builder's user and group id
and complaining about it during install.

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

23 years agoReplaced \verb$....$ with \tt{....}
George Tasker [Fri, 25 May 2001 00:40:06 +0000 (00:40 +0000)] 
Replaced \verb$....$ with \tt{....}

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

23 years agoRemoved check for '\par' at beginning of line that I mistakenly added before
George Tasker [Thu, 24 May 2001 23:37:39 +0000 (23:37 +0000)] 
Removed check for '\par' at beginning of line that I mistakenly added before
Standardized the way I spelled 'curley' everywhere

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

23 years agofixed wxBase compilation
Vadim Zeitlin [Thu, 24 May 2001 21:36:41 +0000 (21:36 +0000)] 
fixed wxBase compilation

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

23 years agofixed compilation with NO_GUI
Vadim Zeitlin [Thu, 24 May 2001 21:36:11 +0000 (21:36 +0000)] 
fixed compilation with NO_GUI

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

23 years agosome broken links fixed
Vadim Zeitlin [Thu, 24 May 2001 21:35:34 +0000 (21:35 +0000)] 
some broken links fixed

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

23 years agobroken link fixed
Vadim Zeitlin [Thu, 24 May 2001 21:26:42 +0000 (21:26 +0000)] 
broken link fixed

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

23 years agoreverting to native mac pathnames
Stefan Csomor [Thu, 24 May 2001 21:22:04 +0000 (21:22 +0000)] 
reverting to native mac pathnames

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

23 years agoadded generic dir dlg
Stefan Csomor [Thu, 24 May 2001 21:19:20 +0000 (21:19 +0000)] 
added generic dir dlg

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

23 years agoCompilation fixes
George Tasker [Thu, 24 May 2001 18:31:49 +0000 (18:31 +0000)] 
Compilation fixes

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

23 years agofix for egcs internal compiler error
Vadim Zeitlin [Thu, 24 May 2001 17:20:22 +0000 (17:20 +0000)] 
fix for egcs internal compiler error

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

23 years agoAdded documentation for the new -checkcurleybraces and -checksyntax commandline param...
George Tasker [Thu, 24 May 2001 16:59:28 +0000 (16:59 +0000)] 
Added documentation for the new -checkcurleybraces and -checksyntax commandline parameters for tex2rtf

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

23 years agoAdded '_' checking that warns of the use of "_" or "\_" in the wrong places
George Tasker [Thu, 24 May 2001 16:54:19 +0000 (16:54 +0000)] 
Added '_' checking that warns of the use of "_" or "\_" in the wrong places
Added syntax checking for common documenting problems that tex2rtf does not handle properly (like \begin{verbatim} and others needing to be on a line by themselves)
Syntax checking and curley brace matching can be turned on via the commandline, or the new OPTIONS menu choice if using a GUI.  Both are OFF by default to match current behavior
Compilation again possible now if wxUSE_DEBUG_CONTEXT is set to 0 in setup.h
Various GUI glitches fixed

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

23 years agoadded missing check for wxUSE_JOYSTICK
Gilles Depeyrot [Thu, 24 May 2001 16:07:47 +0000 (16:07 +0000)] 
added missing check for wxUSE_JOYSTICK

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

23 years agoFixed more '_' issues
George Tasker [Thu, 24 May 2001 16:03:25 +0000 (16:03 +0000)] 
Fixed more '_' issues
Fixed all places that \begin{verbatim} and \end{verbatim} were not on lines by themselves (which tex2rtf cannot handle).
Changed all \verb$....$ occurrances to \tt{....}

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

23 years agoAdding borders to OS/2 objects
David Webster [Thu, 24 May 2001 16:01:45 +0000 (16:01 +0000)] 
Adding borders to OS/2 objects

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

23 years agoAdd RemoveChild
David Webster [Thu, 24 May 2001 13:24:03 +0000 (13:24 +0000)] 
Add RemoveChild

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

23 years agoremoved \small before \verbatim
Vadim Zeitlin [Thu, 24 May 2001 13:07:37 +0000 (13:07 +0000)] 
removed \small before \verbatim

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

23 years agoAdded '\' before all '_' chars that were not inside VERBATIM blocks
George Tasker [Thu, 24 May 2001 10:39:33 +0000 (10:39 +0000)] 
Added '\' before all '_' chars that were not inside VERBATIM blocks

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

23 years agoRemoved the '\' quote on some '_' characters where it should not have been (inside...
George Tasker [Thu, 24 May 2001 10:01:59 +0000 (10:01 +0000)] 
Removed the '\' quote on some '_' characters where it should not have been (inside verbatim blocks)

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

23 years agoMoved '\label' tag to the correct line, allowing tex2rtf to correctly build docs
George Tasker [Thu, 24 May 2001 09:20:04 +0000 (09:20 +0000)] 
Moved '\label' tag to the correct line, allowing tex2rtf to correctly build docs

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

23 years agosome minor fixes to ODBC docs
Vadim Zeitlin [Thu, 24 May 2001 00:02:21 +0000 (00:02 +0000)] 
some minor fixes to ODBC docs

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

23 years agofixed bug in wxFrame::OnActivate
Václav Slavík [Wed, 23 May 2001 17:02:18 +0000 (17:02 +0000)] 
fixed bug in wxFrame::OnActivate
(added virtual void RemoveChild() which make sure OnActivate
won't accidentally use invalid m_winLastFocused ptr)

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

23 years agosome minor changes for the installer flags
Robin Dunn [Wed, 23 May 2001 15:05:41 +0000 (15:05 +0000)] 
some minor changes for the installer flags

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

23 years agoAdded missing files to listing
Julian Smart [Wed, 23 May 2001 14:52:32 +0000 (14:52 +0000)] 
Added missing files to listing

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

23 years agofixed broken links
Vadim Zeitlin [Wed, 23 May 2001 14:39:16 +0000 (14:39 +0000)] 
fixed broken links

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

23 years agoAll the major ODBC changes for 2.3 logged
George Tasker [Wed, 23 May 2001 14:10:36 +0000 (14:10 +0000)] 
All the major ODBC changes for 2.3 logged

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

23 years agoRemoved TABs that had gotten in to the source
George Tasker [Wed, 23 May 2001 13:48:04 +0000 (13:48 +0000)] 
Removed TABs that had gotten in to the source
Added more feature tests to the sample

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

23 years agoRemoved TABs that had gotten in to the source
George Tasker [Wed, 23 May 2001 13:46:59 +0000 (13:46 +0000)] 
Removed TABs that had gotten in to the source
Added more INTERBASE support fixes

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

23 years agoRemoved TABs that had gotten in to the source
George Tasker [Wed, 23 May 2001 13:45:50 +0000 (13:45 +0000)] 
Removed TABs that had gotten in to the source
Added assert if user tries to create a column name longer than the max supported column name length
Added more INTERBASE support fixes
Added a SQLServer7 fix for ASC/DESC support

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

23 years agoRemoved TABs that had gotten in to the source
George Tasker [Wed, 23 May 2001 13:39:40 +0000 (13:39 +0000)] 
Removed TABs that had gotten in to the source

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

23 years agoFixed a missing '}'
George Tasker [Wed, 23 May 2001 11:19:05 +0000 (11:19 +0000)] 
Fixed a missing '}'

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

23 years agoadded mouse down before activate event in background window
Stefan Csomor [Wed, 23 May 2001 06:50:57 +0000 (06:50 +0000)] 
added mouse down before activate event in background window

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

23 years agoscrollbar fixes and workaround for redraw problems w/o erase , setbitmap triggers...
Stefan Csomor [Wed, 23 May 2001 06:24:17 +0000 (06:24 +0000)] 
scrollbar fixes and workaround for redraw problems w/o erase , setbitmap triggers refresh

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

23 years agoscrollbar fixes
Stefan Csomor [Wed, 23 May 2001 06:15:16 +0000 (06:15 +0000)] 
scrollbar fixes

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

23 years agoapplied workaround patch to get rid of crashes in wxrcedit on MSW
Václav Slavík [Tue, 22 May 2001 22:04:00 +0000 (22:04 +0000)] 
applied workaround patch to get rid of crashes in wxrcedit on MSW

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

23 years agoimplemented wxGetSingleChoiceIndex version that takes wxArrayString
Václav Slavík [Tue, 22 May 2001 22:03:40 +0000 (22:03 +0000)] 
implemented wxGetSingleChoiceIndex version that takes wxArrayString

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

23 years agofixed wxSpinButton handler (did refer to spinbutton nodename, not wxSpinButton class)
Václav Slavík [Tue, 22 May 2001 22:03:33 +0000 (22:03 +0000)] 
fixed wxSpinButton handler (did refer to spinbutton nodename, not wxSpinButton class)

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

23 years agofixed ID handling in 'unknown' handler
Václav Slavík [Tue, 22 May 2001 22:03:24 +0000 (22:03 +0000)] 
fixed ID handling in 'unknown' handler

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

23 years agoXMLCTRL() macro now uses wxDynamicCast in debug builds
Václav Slavík [Tue, 22 May 2001 22:02:53 +0000 (22:02 +0000)] 
XMLCTRL() macro now uses wxDynamicCast in debug builds
(should help in catching typo bugs when accessing XRC controls)

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

23 years agoSome distribution tweaks
Robin Dunn [Tue, 22 May 2001 18:22:04 +0000 (18:22 +0000)] 
Some distribution tweaks

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

23 years agoFixed "make dist" so it doesn't try to copy some files that don't exist
Robin Dunn [Tue, 22 May 2001 17:57:05 +0000 (17:57 +0000)] 
Fixed "make dist" so it doesn't try to copy some files that don't exist

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

23 years agoFixes errno.h problems with OS/2
David Webster [Tue, 22 May 2001 17:25:57 +0000 (17:25 +0000)] 
Fixes errno.h problems with OS/2

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

23 years agoFixes errno.h problems
David Webster [Tue, 22 May 2001 17:25:39 +0000 (17:25 +0000)] 
Fixes errno.h problems

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

23 years agoFixes errno.h problems and enable joystick code
David Webster [Tue, 22 May 2001 17:25:21 +0000 (17:25 +0000)] 
Fixes errno.h problems and enable joystick code

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

23 years agoUpdated SWIG generated code for wxGTK version
Robin Dunn [Tue, 22 May 2001 16:58:26 +0000 (16:58 +0000)] 
Updated SWIG generated code for wxGTK version

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

23 years agoChanged IDs used for the popup menu
Robin Dunn [Tue, 22 May 2001 16:02:58 +0000 (16:02 +0000)] 
Changed IDs used for the popup menu

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

23 years agoCorrected recursive GetToolMargins()
Julian Smart [Tue, 22 May 2001 15:16:28 +0000 (15:16 +0000)] 
Corrected recursive GetToolMargins()

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

23 years agowxCommandEvent::IsChecked() now returns the toolbar button checked status as well
Vadim Zeitlin [Tue, 22 May 2001 14:02:17 +0000 (14:02 +0000)] 
wxCommandEvent::IsChecked() now returns the toolbar button checked status as well

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

23 years agofix for discrepancies between wxNotebookEvent and wxNotebook GetSelection() results
Vadim Zeitlin [Tue, 22 May 2001 14:01:02 +0000 (14:01 +0000)] 
fix for discrepancies between wxNotebookEvent and wxNotebook GetSelection() results

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

23 years agoalways return a non NULL font from wxLoadFont
Vadim Zeitlin [Tue, 22 May 2001 13:26:01 +0000 (13:26 +0000)] 
always return a non NULL font from wxLoadFont

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

23 years agoReplaced typedef with #define for VC++ 1.5, to prevent 'no constructor' error
Julian Smart [Tue, 22 May 2001 10:56:54 +0000 (10:56 +0000)] 
Replaced typedef with #define for VC++ 1.5, to prevent 'no constructor' error

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

23 years agochanged version number
Robin Dunn [Tue, 22 May 2001 05:59:09 +0000 (05:59 +0000)] 
changed version number
A few final twaeks and fixes

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

23 years agotried to fix the accel string drawing in the owner drawn menu items
Vadim Zeitlin [Mon, 21 May 2001 23:58:58 +0000 (23:58 +0000)] 
tried to fix the accel string drawing in the owner drawn menu items

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

23 years agofixed memory leak in colour parsing code
Vadim Zeitlin [Mon, 21 May 2001 23:22:26 +0000 (23:22 +0000)] 
fixed memory leak in colour parsing code

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

23 years agofix for releasing the HDC in WM_DRAWITEM handler
Vadim Zeitlin [Mon, 21 May 2001 23:10:31 +0000 (23:10 +0000)] 
fix for releasing the HDC in WM_DRAWITEM handler

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

23 years ago(blind) fix for joystick compilation problems
Vadim Zeitlin [Mon, 21 May 2001 22:49:40 +0000 (22:49 +0000)] 
(blind) fix for joystick compilation problems

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

23 years agoVisualage fixes for Stefan's socket implementations, some scrolling fixes and dir...
David Webster [Mon, 21 May 2001 20:31:47 +0000 (20:31 +0000)] 
Visualage fixes for Stefan's socket implementations, some scrolling fixes and dir fixes

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

23 years agoVisualage fixes for Stefan's socket implementations and true to TRUE in db.cpp
David Webster [Mon, 21 May 2001 20:30:24 +0000 (20:30 +0000)] 
Visualage fixes for Stefan's socket implementations and true to TRUE in db.cpp

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

23 years agoVisualage fixes for Stefan's socket implementations
David Webster [Mon, 21 May 2001 20:29:42 +0000 (20:29 +0000)] 
Visualage fixes for Stefan's socket implementations

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

23 years agoDefault wxDateTime objects are now 'invalid',
Ron Lee [Mon, 21 May 2001 19:03:33 +0000 (19:03 +0000)] 
Default wxDateTime objects are now 'invalid',
changed wxDefaultDateTime definition to suit.
Removed IsValid asserts from Set methods.
Fixed broken test for validity that was checking
m_time directly.

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

23 years agoremoved extra newlines from wxLogDebugs
Vadim Zeitlin [Mon, 21 May 2001 10:31:21 +0000 (10:31 +0000)] 
removed extra newlines from wxLogDebugs

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

23 years agoFinal scrolling updates
David Webster [Mon, 21 May 2001 04:06:04 +0000 (04:06 +0000)] 
Final scrolling updates

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

23 years agofixed usage of LOWORD/HIWORD instead of GET_[XY]_LPARAM
Vadim Zeitlin [Mon, 21 May 2001 00:17:04 +0000 (00:17 +0000)] 
fixed usage of LOWORD/HIWORD instead of GET_[XY]_LPARAM

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

23 years agofixed wxComboBox sizing problem again
Vadim Zeitlin [Mon, 21 May 2001 00:16:35 +0000 (00:16 +0000)] 
fixed wxComboBox sizing problem again

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

23 years agoNew code for inserting unknown controls into resources
Václav Slavík [Sun, 20 May 2001 22:18:28 +0000 (22:18 +0000)] 
New code for inserting unknown controls into resources
via <object class='unknown'>. This one even works.

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

23 years agoIncluded filefn.h for non-precompiled headers to
Stefan Neis [Sun, 20 May 2001 21:31:22 +0000 (21:31 +0000)] 
Included filefn.h for non-precompiled headers to
         get definition of wxFILE_SEP_PATH

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

23 years agoAdded dircmn.cpp to VC++ project files
Julian Smart [Sun, 20 May 2001 21:23:46 +0000 (21:23 +0000)] 
Added dircmn.cpp to VC++ project files

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

23 years agoAdded new files gsockpm.c and dircmn.cpp
Stefan Neis [Sun, 20 May 2001 20:47:20 +0000 (20:47 +0000)] 
Added new files gsockpm.c and dircmn.cpp

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

23 years agoAdded gsockpm.c for OS/2.
Stefan Neis [Sun, 20 May 2001 20:46:29 +0000 (20:46 +0000)] 
Added gsockpm.c for OS/2.

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

23 years agoFixed some OS/2 specific problems: EMX defines __UNIX__, which is what good
Stefan Neis [Sun, 20 May 2001 16:16:27 +0000 (16:16 +0000)] 
Fixed some OS/2 specific problems: EMX defines __UNIX__, which is what good
        for wxGTK/wxMotif, but sometimes a problem for the PM version.

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

23 years agoUpdated gsocket.c to current unix version, use gsockunx.h instead of gsockos2.h
Stefan Neis [Sun, 20 May 2001 13:25:28 +0000 (13:25 +0000)] 
Updated gsocket.c to current unix version, use gsockunx.h instead of gsockos2.h
Added gsockpm.c.
Hooked socket handling into main loop.

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

23 years agofixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used with dereferenced pointers (*array)
Václav Slavík [Sun, 20 May 2001 11:56:20 +0000 (11:56 +0000)] 
fixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used with dereferenced pointers (*array)

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

23 years agoVarious makefiles added. Only the VC and B32 makefiles have been tested
George Tasker [Sun, 20 May 2001 11:32:57 +0000 (11:32 +0000)] 
Various makefiles added.  Only the VC and B32 makefiles have been tested

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

23 years agoSome more tweaks
Robin Dunn [Sun, 20 May 2001 02:00:31 +0000 (02:00 +0000)] 
Some more tweaks

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

23 years agoSince there was no #include before the #if wxUSE_JOYSTICK then nothing
Robin Dunn [Sun, 20 May 2001 01:21:12 +0000 (01:21 +0000)] 
Since there was no #include before the #if wxUSE_JOYSTICK then nothing
would ever be compiled in this module.

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

23 years agoAdded sample to the demo for wxJoystick
Robin Dunn [Sun, 20 May 2001 01:18:39 +0000 (01:18 +0000)] 
Added sample to the demo for wxJoystick

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

23 years agowarning fix
Vadim Zeitlin [Sat, 19 May 2001 23:36:50 +0000 (23:36 +0000)] 
warning fix

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

23 years ago-fix for a bug in parsing tag's properties with common suffixes
Václav Slavík [Sat, 19 May 2001 18:00:28 +0000 (18:00 +0000)] 
-fix for a bug in parsing tag's properties with common suffixes
- some wxT() around char constants

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

23 years agoUnicode compilation fixes
Václav Slavík [Sat, 19 May 2001 17:59:51 +0000 (17:59 +0000)] 
Unicode compilation fixes

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

23 years agouse wxTreeCtrl, not wxGenericTreeCtrl
Václav Slavík [Sat, 19 May 2001 11:57:32 +0000 (11:57 +0000)] 
use wxTreeCtrl, not wxGenericTreeCtrl

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

23 years agogenerated code for wxGTK for all the changes made earlier today
Robin Dunn [Sat, 19 May 2001 04:12:38 +0000 (04:12 +0000)] 
generated code for wxGTK for all the changes made earlier today

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

23 years agomerged wxRegConf rename fix from 2.2
Vadim Zeitlin [Sat, 19 May 2001 01:04:25 +0000 (01:04 +0000)] 
merged wxRegConf rename fix from 2.2

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

23 years ago1. more proper fix for wxChoice/wxComboBox height problems than in 2,2 branch
Vadim Zeitlin [Sat, 19 May 2001 01:01:21 +0000 (01:01 +0000)] 
1. more proper fix for wxChoice/wxComboBox height problems than in 2,2 branch
2. wxIsspace() fix merged from the 2.2 branch

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

23 years agorenamed wxBase.dsp to wxBaseVC.dsp
Vadim Zeitlin [Sat, 19 May 2001 00:59:07 +0000 (00:59 +0000)] 
renamed wxBase.dsp to wxBaseVC.dsp

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

23 years agoadded wxDir::Traverse
Vadim Zeitlin [Sat, 19 May 2001 00:58:05 +0000 (00:58 +0000)] 
added wxDir::Traverse

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

23 years agowxDragImage fixes and cleanup
Robin Dunn [Fri, 18 May 2001 23:46:30 +0000 (23:46 +0000)] 
wxDragImage fixes and cleanup

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

23 years agoAdded mixins subpackage to wxPython.lib
Robin Dunn [Fri, 18 May 2001 22:26:19 +0000 (22:26 +0000)] 
Added mixins subpackage to wxPython.lib

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

23 years agofixed &agrave; parsing (here too)
Václav Slavík [Fri, 18 May 2001 22:13:30 +0000 (22:13 +0000)] 
fixed &agrave; parsing (here too)

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

23 years agoAdded wave files to the distribution scripts
Robin Dunn [Fri, 18 May 2001 22:02:56 +0000 (22:02 +0000)] 
Added wave files to the distribution scripts

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

23 years agoCleanup up the demo a bit
Robin Dunn [Fri, 18 May 2001 21:59:59 +0000 (21:59 +0000)] 
Cleanup up the demo a bit

Added wxWave

Added another patch for SWIG that optimizes the generated code some
and eliminates some unused type mappings in the type registry.
(Reduces it by about half!)

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

23 years agoXPMHAND.H dependency removed
George Tasker [Fri, 18 May 2001 18:43:30 +0000 (18:43 +0000)] 
XPMHAND.H dependency removed

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

23 years ago Applied patch for non-Latin keyboards.
Robert Roebling [Fri, 18 May 2001 18:39:13 +0000 (18:39 +0000)] 
  Applied patch for non-Latin keyboards.

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

23 years agoUnicode fixes
Václav Slavík [Fri, 18 May 2001 18:34:49 +0000 (18:34 +0000)] 
Unicode fixes

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

23 years agoapplied modified patch #424894 (wxrcedit & bcc compilation fixes)
Václav Slavík [Fri, 18 May 2001 18:34:34 +0000 (18:34 +0000)] 
applied modified patch #424894 (wxrcedit & bcc compilation fixes)

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

23 years agoregenerated
Václav Slavík [Fri, 18 May 2001 18:33:30 +0000 (18:33 +0000)] 
regenerated

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

23 years agoAdded compile-time check to be sure that wxUSE_ODBC is set to 1 before attempting...
George Tasker [Fri, 18 May 2001 18:32:33 +0000 (18:32 +0000)] 
Added compile-time check to be sure that wxUSE_ODBC is set to 1 before attempting to compile this program, and error out telling the user to change the setting if they want to compile this program

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

23 years agocompilation fix for mouse hack
Vadim Zeitlin [Fri, 18 May 2001 17:15:46 +0000 (17:15 +0000)] 
compilation fix for mouse hack

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

23 years agoBug fixes
Julian Smart [Fri, 18 May 2001 14:41:39 +0000 (14:41 +0000)] 
Bug fixes

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

23 years agoFixed OOR related problem in OGL
Robin Dunn [Fri, 18 May 2001 06:53:25 +0000 (06:53 +0000)] 
Fixed OOR related problem in OGL

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