wxWidgets.git
23 years agofix for undefined LANG_XXX constants with some compilers
Václav Slavík [Wed, 7 Feb 2001 21:47:55 +0000 (21:47 +0000)] 
fix for undefined LANG_XXX constants with some compilers

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

23 years agoRadiobox control was being created with wxComboBoxNameStr instead of wxRadioBoxNameStr.
George Tasker [Wed, 7 Feb 2001 16:27:21 +0000 (16:27 +0000)] 
Radiobox control was being created with wxComboBoxNameStr instead of wxRadioBoxNameStr.
Widgets on the GAUGE tab were overlapping each other, so I slightly rearranged them to not overlap.

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

23 years agoSetBackgroundColour() and SetForegroundColour() were being called before the HWND...
George Tasker [Wed, 7 Feb 2001 16:12:56 +0000 (16:12 +0000)] 
SetBackgroundColour() and SetForegroundColour() were being called before the HWND was set for the wxGauge95, and these two functions require the HWND of the gauge.  Moved the call to these two functions to be after teh HWND is set.

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

23 years agomainly fixes for cross compiling..
Ron Lee [Wed, 7 Feb 2001 08:32:51 +0000 (08:32 +0000)] 
mainly fixes for cross compiling..

  - fixed vsnprintf detection for MSW
  - don't do getsockname test for mingw (and presumably for cygwin)
    as they use winsock
  - fixed broken ole2.h test, add -fvtable-thunks for gcc if we find it.

changed MAC_DIST to MACX_DIST since autoconf thinks MAC_ is a macro..

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

23 years agofixed previous compilation fix
Vadim Zeitlin [Wed, 7 Feb 2001 02:13:22 +0000 (02:13 +0000)] 
fixed previous compilation fix

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

23 years agoAdded event sample
Julian Smart [Tue, 6 Feb 2001 18:13:28 +0000 (18:13 +0000)] 
Added event sample

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

23 years agoAdded event sample to VC+ project file
Julian Smart [Tue, 6 Feb 2001 18:11:56 +0000 (18:11 +0000)] 
Added event sample to VC+ project file

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

23 years agoAdded VC++ project files for event sample
Julian Smart [Tue, 6 Feb 2001 18:08:26 +0000 (18:08 +0000)] 
Added VC++ project files for event sample

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

23 years agoUpdated VC++ project files for making DLL-based samples
Julian Smart [Tue, 6 Feb 2001 17:50:06 +0000 (17:50 +0000)] 
Updated VC++ project files for making DLL-based samples

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

23 years agoFixed sashwin events
Julian Smart [Tue, 6 Feb 2001 15:03:46 +0000 (15:03 +0000)] 
Fixed sashwin events

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

23 years agoFixed some warnings (don't know why dialoged Makefile is being committed)
Julian Smart [Tue, 6 Feb 2001 14:23:44 +0000 (14:23 +0000)] 
Fixed some warnings (don't know why dialoged Makefile is being committed)

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

23 years agofixed (?) mingw32/cygwin compilation
Vadim Zeitlin [Tue, 6 Feb 2001 00:53:56 +0000 (00:53 +0000)] 
fixed (?) mingw32/cygwin compilation

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

23 years agoregenerated all makefiles from filelist.txt
Vadim Zeitlin [Tue, 6 Feb 2001 00:17:09 +0000 (00:17 +0000)] 
regenerated all makefiles from filelist.txt

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

23 years agoapplied patch 103610
Vadim Zeitlin [Tue, 6 Feb 2001 00:14:27 +0000 (00:14 +0000)] 
applied patch 103610

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

23 years agoadded splash.h headers
Vadim Zeitlin [Tue, 6 Feb 2001 00:11:43 +0000 (00:11 +0000)] 
added splash.h headers

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

23 years agoapplied patch 103591 which should fix wxWakeUpIdle()
Vadim Zeitlin [Tue, 6 Feb 2001 00:04:24 +0000 (00:04 +0000)] 
applied patch 103591 which should fix wxWakeUpIdle()

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

23 years agoAdded two more lines of c_str() calls for GCC compilation.
George Tasker [Mon, 5 Feb 2001 23:26:46 +0000 (23:26 +0000)] 
Added two more lines of c_str() calls for GCC compilation.

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

23 years ago::Initialize() methods added to the helper classes
George Tasker [Mon, 5 Feb 2001 13:36:33 +0000 (13:36 +0000)] 
::Initialize() methods added to the helper classes
Changed wxT("") to wxEmptyString everywhere

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

23 years agoODBC database class documentation updates
George Tasker [Mon, 5 Feb 2001 13:33:43 +0000 (13:33 +0000)] 
ODBC database class documentation updates

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

23 years agosupply the sun style dlopen etc. functions in terms of NeXTs rld_*
Gilles Depeyrot [Sun, 4 Feb 2001 21:31:51 +0000 (21:31 +0000)] 
supply the sun style dlopen etc. functions in terms of NeXTs rld_*

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

23 years agohelper for changing types/creators of files based on the file extension
Gilles Depeyrot [Sun, 4 Feb 2001 21:29:20 +0000 (21:29 +0000)] 
helper for changing types/creators of files based on the file extension

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

23 years agocorrections for event handling changes in wxWindows
Gilles Depeyrot [Sun, 4 Feb 2001 20:11:49 +0000 (20:11 +0000)] 
corrections for event handling changes in wxWindows
renamed Cell and CellBox to LifeCell and LifeCellBox to avoid conflict
with Classic Mac OS Toolbox type

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

23 years agore-added CodeWarrior projects for Classic Mac OS (as binary!)
Gilles Depeyrot [Sun, 4 Feb 2001 20:06:45 +0000 (20:06 +0000)] 
re-added CodeWarrior projects for Classic Mac OS (as binary!)

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

23 years agoremoved CodeWarrior projects added as binary instead of ascii
Gilles Depeyrot [Sun, 4 Feb 2001 20:04:58 +0000 (20:04 +0000)] 
removed CodeWarrior projects added as binary instead of ascii

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

23 years agoadded CodeWarrior projects for Classic Mac OS
Gilles Depeyrot [Sun, 4 Feb 2001 20:00:39 +0000 (20:00 +0000)] 
added CodeWarrior projects for Classic Mac OS
ignore CodeWarrior build directory and files produced

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

23 years agoadded Classic Mac OS and Mac OS X build instructions
Gilles Depeyrot [Sun, 4 Feb 2001 19:54:26 +0000 (19:54 +0000)] 
added Classic Mac OS and Mac OS X build instructions

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

23 years agoadded Mac OS X toolkit configuration
Gilles Depeyrot [Sun, 4 Feb 2001 19:53:25 +0000 (19:53 +0000)] 
added Mac OS X toolkit configuration

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

23 years agoMore changes to use the latest wxDb/wxDbTable method enhancements
George Tasker [Sun, 4 Feb 2001 16:01:33 +0000 (16:01 +0000)] 
More changes to use the latest wxDb/wxDbTable method enhancements
More Unicode additions

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

23 years agoCleanup of formatting of text
George Tasker [Sun, 4 Feb 2001 15:58:39 +0000 (15:58 +0000)] 
Cleanup of formatting of text
Added Initialize() functions to a couple of the helper classes
More code changed to reflect new class methods that are now available.

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

23 years agoOne more wxString change that I originally missed
George Tasker [Sun, 4 Feb 2001 15:56:59 +0000 (15:56 +0000)] 
One more wxString change that I originally missed
A few more Unicode changes I missed
Made one more param in the wxDb constructor be a const (like it should have been).

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

23 years agoCommenting and text formatting cleanup. No source changes
George Tasker [Sun, 4 Feb 2001 15:55:15 +0000 (15:55 +0000)] 
Commenting and text formatting cleanup.  No source changes

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

23 years agoUpdated docs to reflect new changes (mostly wxChar* and wxString param changes, plus...
George Tasker [Sun, 4 Feb 2001 15:52:46 +0000 (15:52 +0000)] 
Updated docs to reflect new changes (mostly wxChar* and wxString param changes, plus a few new methods, and forms of the methods.
Documents the new wxDbConnectInf class (which used to be a struct)
A few typos from my last checkin fixed

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

23 years agoignore CodeWarrior build directory and files produced during compilation
Gilles Depeyrot [Sun, 4 Feb 2001 14:56:23 +0000 (14:56 +0000)] 
ignore CodeWarrior build directory and files produced during compilation

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

23 years agoInitial checkin of the wxFrame support added by Aleks G.
George Tasker [Sat, 3 Feb 2001 21:44:28 +0000 (21:44 +0000)] 
Initial checkin of the wxFrame support added by Aleks G.

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

23 years agoMore Unicode support added (though untested and still unfinished).
George Tasker [Sat, 3 Feb 2001 17:55:00 +0000 (17:55 +0000)] 
More Unicode support added (though untested and still unfinished).
Changed code to demonstrate the new wxDbConnectInf class
ODBC environment handle now managed via the wxDbConnectInf class
Condensed the use of multiple wxDbConnectInf instances to one and got rid of the bogus EXTERNs of the wxDbConnectInf that were causing so many headaches and mismatched usages of them.
Other minor bug fixes - still have not foudn the reason for the crash on exit

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

23 years agoMassive cleanup of the code.
George Tasker [Sat, 3 Feb 2001 17:52:58 +0000 (17:52 +0000)] 
Massive cleanup of the code.
More Unicode support added (though untested).
Added TONS of comments
Changed code to demonstrate the new wxDbConnectInf class
ODBC environment handle now managed via the wxDbConnectInf class
Fixed bug where editing a displayed record would not save if the user name was changed.
Other minor bug fixes

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

23 years agowxDbConnectInf is now converted to a class. Fully backward compatible with all versi...
George Tasker [Sat, 3 Feb 2001 17:50:45 +0000 (17:50 +0000)] 
wxDbConnectInf is now converted to a class.  Fully backward compatible with all version except the last checkin I did (changed datatypes back to what they were before for in this class).  Class now has all accessors and member functions.  Functions added to remove need for calling SQLAllocEnv() and SQLFreeEnv().

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

23 years agohstmtUpdate handle was not always being freed in all situations
George Tasker [Sat, 3 Feb 2001 17:50:05 +0000 (17:50 +0000)] 
hstmtUpdate handle was not always being freed in all situations
General gcc changes in the Printf() statement when using wxStrings as params to Printf()
General code clean up, correcting comments, added more comments tagging where changes for ODBC 3.0 support needs to be added

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

23 years agowxDbConnectInf is now converted to a class. Fully backward compatible with all versi...
George Tasker [Sat, 3 Feb 2001 17:48:06 +0000 (17:48 +0000)] 
wxDbConnectInf is now converted to a class.  Fully backward compatible with all version except the last checkin I did (changed datatypes back to what they were before for in this class).  Class now has all accessors and member functions.  Functions added to remove need for calling SQLAllocEnv() and SQLFreeEnv().
General gcc changes in the Printf() statement when using wxStrings as params to Printf()
General code clean up, correcting comments, added more comments

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

23 years agofixed previous commit (no changes)
Vadim Zeitlin [Sat, 3 Feb 2001 14:53:12 +0000 (14:53 +0000)] 
fixed previous commit (no changes)

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

23 years agoSpelling typos fixed
George Tasker [Sat, 3 Feb 2001 14:29:38 +0000 (14:29 +0000)] 
Spelling typos fixed

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

23 years agoapplied patch 103575 (more efficient wxString comparison)
Vadim Zeitlin [Sat, 3 Feb 2001 13:42:47 +0000 (13:42 +0000)] 
applied patch 103575 (more efficient wxString comparison)

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

23 years agoignore CodeWarrior build directory
Gilles Depeyrot [Sat, 3 Feb 2001 12:14:09 +0000 (12:14 +0000)] 
ignore CodeWarrior build directory

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

23 years agoignore CodeWarrior build directory
Gilles Depeyrot [Fri, 2 Feb 2001 21:25:08 +0000 (21:25 +0000)] 
ignore CodeWarrior build directory

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

23 years agominor corrections for CodeWarrior
Gilles Depeyrot [Fri, 2 Feb 2001 20:48:54 +0000 (20:48 +0000)] 
minor corrections for CodeWarrior

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

23 years agoapplied patch #103444
Vadim Zeitlin [Fri, 2 Feb 2001 16:53:08 +0000 (16:53 +0000)] 
applied patch #103444

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

23 years agoadded missing GetEventHandler() (patch #103561)
Vadim Zeitlin [Fri, 2 Feb 2001 15:56:30 +0000 (15:56 +0000)] 
added missing GetEventHandler() (patch #103561)

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

23 years ago Committing in .
Jouk Jansen [Fri, 2 Feb 2001 13:22:14 +0000 (13:22 +0000)] 
 Committing in .

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

 RTLD_GLOBAL is not allowed in the second argument of dlopen on True64-Unix.

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

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

23 years ago Committing in .
Jouk Jansen [Fri, 2 Feb 2001 13:19:57 +0000 (13:19 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/configure

 Compaq's preporcessor on True64-Unix does not allow A #include with the "#"
 on another position than the first.

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

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

23 years agolatest module definition file for OS/2 .dll build
David Webster [Fri, 2 Feb 2001 05:05:56 +0000 (05:05 +0000)] 
latest module definition file for OS/2 .dll build

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

23 years agoRedfine some events
David Webster [Fri, 2 Feb 2001 05:04:27 +0000 (05:04 +0000)] 
Redfine some events

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

23 years agoHuge cleanup of the code. Reformatting, spelling fixes, standardizing on wxWindows...
George Tasker [Thu, 1 Feb 2001 20:24:44 +0000 (20:24 +0000)] 
Huge cleanup of the code.  Reformatting, spelling fixes, standardizing on wxWindows conventions, etc.
Changed the couple lines of code required to work with checkins of the new ODBC classes that use wxStrings.
Fixed a ton of memory leaks
Demo still crashes on exit though - this problem has exited for nearly a year though.

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

23 years agoAll char, char *, and char arrays changed to use wxChar or wxString. 99% backward...
George Tasker [Thu, 1 Feb 2001 20:21:52 +0000 (20:21 +0000)] 
All char, char *, and char arrays changed to use wxChar or wxString.  99% backward compatability maintained
Cleaned up code to remove duplicate blocks from multiple functions
Added better handling of failed creation of wxDbTable/wxDb objects
Moved code out of class constructors to a private function called from within the constructor
Moved destructor code to a cleanup() function so it could be called from within the constructor if the constructor failed.
Added wxDb::ModifyColumn() function.

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

23 years agoChanged a couple lines to intialize member variables correctly to match db/dbtable...
George Tasker [Thu, 1 Feb 2001 20:17:15 +0000 (20:17 +0000)] 
Changed a couple lines to intialize member variables correctly to match db/dbtable type changes to wxString from char *
Spelling typos fixed
All hardcoded text strings and characters now inside wxT()

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

23 years agoCodeWarrior project for Classic Mac OS
Gilles Depeyrot [Thu, 1 Feb 2001 20:10:49 +0000 (20:10 +0000)] 
CodeWarrior project for Classic Mac OS

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

23 years agoadded missing WXDLLEXPORT
Vadim Zeitlin [Thu, 1 Feb 2001 16:12:21 +0000 (16:12 +0000)] 
added missing WXDLLEXPORT

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

23 years agoChanged declaration of TREE events from being in both treectlg and treectrl to having...
George Tasker [Thu, 1 Feb 2001 15:27:16 +0000 (15:27 +0000)] 
Changed declaration of TREE events from being in both treectlg and treectrl to having it just once in treebase

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

23 years agosmall fix for control positions
Vadim Zeitlin [Wed, 31 Jan 2001 22:51:10 +0000 (22:51 +0000)] 
small fix for control positions

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

23 years agoRemoved obsolete files
Vadim Zeitlin [Wed, 31 Jan 2001 22:46:29 +0000 (22:46 +0000)] 
Removed obsolete files

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

23 years agoand another...
Vadim Zeitlin [Wed, 31 Jan 2001 17:31:15 +0000 (17:31 +0000)] 
and another...

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

23 years agoargh... yet another compilation fix
Vadim Zeitlin [Wed, 31 Jan 2001 17:25:56 +0000 (17:25 +0000)] 
argh... yet another compilation fix

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

23 years agoanother compilation fix
Vadim Zeitlin [Wed, 31 Jan 2001 17:21:59 +0000 (17:21 +0000)] 
another compilation fix

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

23 years agooops... fixed a typo
Vadim Zeitlin [Wed, 31 Jan 2001 17:19:06 +0000 (17:19 +0000)] 
oops... fixed a typo

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

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