]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agoUpdates to xmlres.h to allow compiling XML code into a DLL correctly.
Kendall Bennett [Tue, 12 Jun 2001 19:49:51 +0000 (19:49 +0000)] 
Updates to xmlres.h to allow compiling XML code into a DLL correctly.

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

23 years agomust delcare methods as inline if we are going to actually inline them after the...
David Webster [Tue, 12 Jun 2001 18:57:26 +0000 (18:57 +0000)] 
must delcare methods as inline if we are going to actually inline them after the declarations or else some compilers will error in a linkage mismatch.

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

23 years agoCommited latest SciTech changes into CVS. This includes updates to the
Kendall Bennett [Tue, 12 Jun 2001 18:52:03 +0000 (18:52 +0000)] 
Commited latest SciTech changes into CVS. This includes updates to the
applet code (with changes copyright headers) as well as updates to the
wxImage and dib.cpp modules to use virtual file systems so that we can
load these objects from ZIP files correctly. The dib.cpp module was
also extensively cleaned up (although the DIB writing code does not
presently use file streams as we couldn't figure out if it was possible
to write to a ZIP file stream). The code has been tested and functions
correctly for both regular files and ZIP files.

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

23 years agoFixed compile problems under MingW32 compiler
George Tasker [Tue, 12 Jun 2001 17:20:10 +0000 (17:20 +0000)] 
Fixed compile problems under MingW32 compiler

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

23 years agoRemoved fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.
Julian Smart [Tue, 12 Jun 2001 17:04:33 +0000 (17:04 +0000)] 
Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.

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

23 years agoGot rid of VisualAge true/false defs with db class fixes.
David Webster [Tue, 12 Jun 2001 13:42:44 +0000 (13:42 +0000)] 
Got rid of VisualAge true/false defs with db class fixes.

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

23 years agoAdded geometry option to setup.h; added some missing make and project files
Julian Smart [Tue, 12 Jun 2001 10:14:58 +0000 (10:14 +0000)] 
Added geometry option to setup.h; added some missing make and project files

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

23 years agoFor all platforms except WXMAC, the wxGIFDecoder::dgif function was
Guillermo Rodriguez Garcia [Tue, 12 Jun 2001 06:34:24 +0000 (06:34 +0000)] 
For all platforms except WXMAC, the wxGIFDecoder::dgif function was
allocating 3 arrays of 4096 ints in the stack (48K) which causes
problems with Watcom. Now all platforms behave like WXMAC, i.e. the
arrays are allocated (and freed) dynamically on the heap.

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

23 years agofixed remaining bugs in configure.in that manifested themselves with ac-2.50; regener...
Václav Slavík [Mon, 11 Jun 2001 22:58:24 +0000 (22:58 +0000)] 
fixed remaining bugs in configure.in that manifested themselves with ac-2.50; regenerated configure with ac-2.50

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

23 years agofixed infinite loop when looking up nonexistent encoding in registry
Václav Slavík [Mon, 11 Jun 2001 22:55:01 +0000 (22:55 +0000)] 
fixed infinite loop when looking up nonexistent encoding in registry

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

23 years agoTex2RTF: underscores now only checked for if syntax checking is on.
Julian Smart [Mon, 11 Jun 2001 21:52:58 +0000 (21:52 +0000)] 
Tex2RTF: underscores now only checked for if syntax checking is on.
Removed the MDIS_ALLCHILDSTYLES style again.

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

23 years ago Applied wxImage::Scale() patch,
Robert Roebling [Mon, 11 Jun 2001 20:03:00 +0000 (20:03 +0000)] 
  Applied wxImage::Scale() patch,
  Added testing code for wxSplitterWindow bug.
  Added testing code for OnEraseBackground things.

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

23 years agoChanged the 'true's and 'false's back to TRUE and FALSE
George Tasker [Mon, 11 Jun 2001 16:59:45 +0000 (16:59 +0000)] 
Changed the 'true's and 'false's back to TRUE and FALSE

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

23 years agoChanged the 'true's and 'false's back to TRUE and FALSE
George Tasker [Mon, 11 Jun 2001 16:54:28 +0000 (16:54 +0000)] 
Changed the 'true's and 'false's back to TRUE and FALSE

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

23 years agoRemoved redundant sections from sizeevt.tex
Julian Smart [Mon, 11 Jun 2001 16:42:35 +0000 (16:42 +0000)] 
Removed redundant sections from sizeevt.tex

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

23 years agoAdded 'wx' prefix to a couple of functions
Julian Smart [Mon, 11 Jun 2001 16:23:51 +0000 (16:23 +0000)] 
Added 'wx' prefix to a couple of functions

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

23 years agocompilation fix
Vadim Zeitlin [Mon, 11 Jun 2001 16:17:47 +0000 (16:17 +0000)] 
compilation fix

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

23 years agofixed broken links to string functions
Vadim Zeitlin [Mon, 11 Jun 2001 15:29:34 +0000 (15:29 +0000)] 
fixed broken links to string functions

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

23 years agoUpdated manual date, removed underscore from label
Julian Smart [Mon, 11 Jun 2001 14:55:44 +0000 (14:55 +0000)] 
Updated manual date, removed underscore from label

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

23 years agoNeeded a comment after last #endif and defined true TRUE and false FALSE for Visual...
David Webster [Mon, 11 Jun 2001 14:12:32 +0000 (14:12 +0000)] 
Needed a comment after last #endif and defined true TRUE and false FALSE for Visual Age.

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

23 years agoremoved compiler warnings about assignments in logical expressions
David Webster [Mon, 11 Jun 2001 14:11:46 +0000 (14:11 +0000)] 
removed compiler warnings about assignments in logical expressions

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

23 years agoChanges to catch macros that are missing arguments - not perfect, but it will work...
George Tasker [Mon, 11 Jun 2001 12:54:38 +0000 (12:54 +0000)] 
Changes to catch macros that are missing arguments - not perfect, but it will work with all our current TEX files.
Added cleaner ABORT handling in some situations
If \\end{document} is not found, then program auto-aborts after first pass to avoid hanging in some endless loop until all system resources are exhausted and the program crashes.

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

23 years agoVC++ project file corrections
Julian Smart [Mon, 11 Jun 2001 12:26:25 +0000 (12:26 +0000)] 
VC++ project file corrections

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

23 years agoanother attempt to fix strconv.cpp compilation
Vadim Zeitlin [Mon, 11 Jun 2001 12:19:06 +0000 (12:19 +0000)] 
another attempt to fix strconv.cpp compilation

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

23 years agoproject file updates
Julian Smart [Mon, 11 Jun 2001 10:14:35 +0000 (10:14 +0000)] 
project file updates

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

23 years agoComment about wxDbGrid being added
George Tasker [Mon, 11 Jun 2001 09:51:38 +0000 (09:51 +0000)] 
Comment about wxDbGrid being added

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

23 years agoextracted classes into their own files to fix alphabetic order
Vadim Zeitlin [Mon, 11 Jun 2001 09:41:54 +0000 (09:41 +0000)] 
extracted classes into their own files to fix alphabetic order

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

23 years agoProject file updates; cast in strconv.cpp to compile with VC++ 6
Julian Smart [Mon, 11 Jun 2001 07:49:38 +0000 (07:49 +0000)] 
Project file updates; cast in strconv.cpp to compile with VC++ 6

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

23 years agofingers crossed..
Ron Lee [Mon, 11 Jun 2001 07:15:41 +0000 (07:15 +0000)] 
fingers crossed..

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

23 years agolast test, really!
Ron Lee [Mon, 11 Jun 2001 04:56:20 +0000 (04:56 +0000)] 
last test, really!

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

23 years agooops.
Ron Lee [Mon, 11 Jun 2001 04:43:06 +0000 (04:43 +0000)] 
oops.

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

23 years agothis time the log stuff will work, really it will..
Ron Lee [Mon, 11 Jun 2001 04:39:27 +0000 (04:39 +0000)] 
this time the log stuff will work, really it will..

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

23 years agocvs admin test..
Ron Lee [Mon, 11 Jun 2001 04:12:28 +0000 (04:12 +0000)] 
cvs admin test..

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

23 years agolog test..
Ron Lee [Mon, 11 Jun 2001 03:54:57 +0000 (03:54 +0000)] 
log test..

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

23 years agomore admin tests.
Ron Lee [Mon, 11 Jun 2001 03:47:23 +0000 (03:47 +0000)] 
more admin tests.

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

23 years agotesting, testing, lalala..
Ron Lee [Mon, 11 Jun 2001 03:31:10 +0000 (03:31 +0000)] 
testing, testing, lalala..

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

23 years agoanother (semi) gratuitous commit to test the mailer script.
Ron Lee [Mon, 11 Jun 2001 03:13:09 +0000 (03:13 +0000)] 
another (semi) gratuitous commit to test the mailer script.

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

23 years agomerged 2.2 /debian changes to 2.3
Ron Lee [Mon, 11 Jun 2001 03:02:05 +0000 (03:02 +0000)] 
merged 2.2 /debian changes to 2.3
(and really test the new log mailer *after* committing
 CVSROOT changes :)

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

23 years agoregenerated with autoconf 2.13
Vadim Zeitlin [Mon, 11 Jun 2001 01:57:57 +0000 (01:57 +0000)] 
regenerated with autoconf 2.13

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

23 years agofix to alphabetic order of classes
Vadim Zeitlin [Sun, 10 Jun 2001 23:44:19 +0000 (23:44 +0000)] 
fix to alphabetic order of classes

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

23 years agofixed doc bug
Vadim Zeitlin [Sun, 10 Jun 2001 23:38:49 +0000 (23:38 +0000)] 
fixed doc bug

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

23 years agoFixed compilation if wxUSE_NEW_GRID and wxUSE_GRID are both set to 0
George Tasker [Sun, 10 Jun 2001 23:20:31 +0000 (23:20 +0000)] 
Fixed compilation if wxUSE_NEW_GRID and wxUSE_GRID are both set to 0

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

23 years agoanother compilation fix
Vadim Zeitlin [Sun, 10 Jun 2001 23:15:02 +0000 (23:15 +0000)] 
another compilation fix

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

23 years agochanges to work with autoconf 2.50
Václav Slavík [Sun, 10 Jun 2001 22:26:16 +0000 (22:26 +0000)] 
changes to work with autoconf 2.50

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

23 years agocorrected wxWindows library name under Mac OS X
Gilles Depeyrot [Sun, 10 Jun 2001 20:20:20 +0000 (20:20 +0000)] 
corrected wxWindows library name under Mac OS X
corrected detection of wchar_t under Mac OS X
tweaked detection of pthread library under Mac OS X

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

23 years agocorrected Mac OS X resource file name
Gilles Depeyrot [Sun, 10 Jun 2001 20:17:31 +0000 (20:17 +0000)] 
corrected Mac OS X resource file name

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

23 years agocorrected wchar handling for Mac OS X
Gilles Depeyrot [Sun, 10 Jun 2001 18:17:59 +0000 (18:17 +0000)] 
corrected wchar handling for Mac OS X

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

23 years agoAdded code to show off wxDbGrid (contributed by Paul and Roger Gammans) in wxUSE_NEW_...
George Tasker [Sun, 10 Jun 2001 17:12:56 +0000 (17:12 +0000)] 
Added code to show off wxDbGrid (contributed by Paul and Roger Gammans) in wxUSE_NEW_GRID is set to 1.  If grid is not enabled, the program does not compile in the wxDbGrid portion of the sample
Fixed a bug in the SetColDef() descriptions that had the Contribs column defined as a UCHAR but the SQL data type was set to be SQL_C_SHORT when it needed to be SQL_C_UTINYINT to match the size of the UCHAR data variable
General code cleanup
TRUE/FALSE changed to true/false
Now uses new wxDbLogExtendedErrorMsg() function for reporting human readable ODBC errors

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

23 years agoAdded wxDbGrid files
George Tasker [Sun, 10 Jun 2001 17:09:16 +0000 (17:09 +0000)] 
Added wxDbGrid files

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

23 years agowxDbGrid additions contributed by Paul and Roger Gammans with additions/corrections...
George Tasker [Sun, 10 Jun 2001 17:08:42 +0000 (17:08 +0000)] 
wxDbGrid additions contributed by Paul and Roger Gammans with additions/corrections from George Tasker

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

23 years agowxDbGrid additions
George Tasker [Sun, 10 Jun 2001 17:07:23 +0000 (17:07 +0000)] 
wxDbGrid additions
Changed all TRUE/FALSEs to true/false
General code cleanup

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

23 years agowxDbGrid additions
George Tasker [Sun, 10 Jun 2001 17:06:09 +0000 (17:06 +0000)] 
wxDbGrid additions
Changed all TRUE/FALSEs to true/false
Added wxDbLogExtendedErrorMsg() function to  retrieve human readable ODBC error information from the ODBC driver
General code cleanup

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

23 years agowxDbGrid additions
George Tasker [Sun, 10 Jun 2001 17:05:25 +0000 (17:05 +0000)] 
wxDbGrid additions
Changed all TRUE/FALSEs to true/false
Added wxDbLogExtendedErrorMsg() function to  retrieve human readable ODBC error information from the ODBC driver

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

23 years agowxDbGrid additions - Added support for ODBC date types
George Tasker [Sun, 10 Jun 2001 17:04:00 +0000 (17:04 +0000)] 
wxDbGrid additions - Added support for ODBC date types

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

23 years agoInitialized m_startint in the constructor to avoid cloning of uninitialized value
George Tasker [Sun, 10 Jun 2001 17:01:25 +0000 (17:01 +0000)] 
Initialized m_startint in the constructor to avoid cloning of uninitialized value

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

23 years agocompilation fix for SIZEOF_WCHAR_T being undefined
Vadim Zeitlin [Sun, 10 Jun 2001 17:00:32 +0000 (17:00 +0000)] 
compilation fix for SIZEOF_WCHAR_T being undefined

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

23 years agoRenamed project files
Julian Smart [Sun, 10 Jun 2001 11:58:30 +0000 (11:58 +0000)] 
Renamed project files

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

23 years agoRenamed XRC project files
Julian Smart [Sun, 10 Jun 2001 11:52:51 +0000 (11:52 +0000)] 
Renamed XRC project files

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

23 years agoadd #error for platforms with weird sizeof(wchar_t)
Vadim Zeitlin [Sat, 9 Jun 2001 23:22:44 +0000 (23:22 +0000)] 
add #error for platforms with weird sizeof(wchar_t)

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

23 years agochanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
Václav Slavík [Sat, 9 Jun 2001 22:43:51 +0000 (22:43 +0000)] 
changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h

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

23 years agochanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
Václav Slavík [Sat, 9 Jun 2001 22:18:45 +0000 (22:18 +0000)] 
changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h

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

23 years agouse SetForegroundWindow instead of BringWindowToTop
Vadim Zeitlin [Sat, 9 Jun 2001 21:38:00 +0000 (21:38 +0000)] 
use SetForegroundWindow instead of BringWindowToTop

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

23 years agoadded CodeWarrior 5 projects for samples
Gilles Depeyrot [Sat, 9 Jun 2001 20:22:36 +0000 (20:22 +0000)] 
added CodeWarrior 5 projects for samples

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

23 years agoadded OpenGL sample project for CodeWarrior 5
Gilles Depeyrot [Sat, 9 Jun 2001 20:12:14 +0000 (20:12 +0000)] 
added OpenGL sample project for CodeWarrior 5

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

23 years agoadded dead-strip static initialization code option
Gilles Depeyrot [Sat, 9 Jun 2001 20:08:42 +0000 (20:08 +0000)] 
added dead-strip static initialization code option

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

23 years agoadded dead-strip static initialization code option
Gilles Depeyrot [Sat, 9 Jun 2001 20:03:18 +0000 (20:03 +0000)] 
added dead-strip static initialization code option

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

23 years agodocumented Kendall's change of wxHtmlWindow::LoadPage to virtual function
Václav Slavík [Sat, 9 Jun 2001 19:11:24 +0000 (19:11 +0000)] 
documented Kendall's change of wxHtmlWindow::LoadPage to virtual function

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

23 years agooops, forgot to add editlbox
Václav Slavík [Sat, 9 Jun 2001 19:11:16 +0000 (19:11 +0000)] 
oops, forgot to add editlbox

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

23 years agoapplied patch 430835 (missing wxSTD breaking compilation for VC++ 5)
Vadim Zeitlin [Sat, 9 Jun 2001 17:57:06 +0000 (17:57 +0000)] 
applied patch 430835 (missing wxSTD breaking compilation for VC++ 5)

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

23 years agoapplied patch 428783 (fix B32 makefiles)
Vadim Zeitlin [Sat, 9 Jun 2001 17:55:09 +0000 (17:55 +0000)] 
applied patch 428783 (fix B32 makefiles)

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

23 years agoapplied patch 431596 (fixes some crashes in wxDocView classes)
Vadim Zeitlin [Sat, 9 Jun 2001 17:51:20 +0000 (17:51 +0000)] 
applied patch 431596 (fixes some crashes in wxDocView classes)

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

23 years agoapplied patch 424550 (fix compilation of the notebook sample in tabbed dialog mode)
Vadim Zeitlin [Sat, 9 Jun 2001 17:48:20 +0000 (17:48 +0000)] 
applied patch 424550 (fix compilation of the notebook sample in tabbed dialog mode)

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

23 years agoUpdates for 2.3.1; fixed syntax error in makefile.b32 but this probably
Julian Smart [Sat, 9 Jun 2001 17:43:16 +0000 (17:43 +0000)] 
Updates for 2.3.1; fixed syntax error in makefile.b32 but this probably
means that the 'version' fix for BC++ doesn't work (misapplied?)

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

23 years agofixed bug 418496 (wxDC::SetClippingRegion doesn't clear the previous clipping region)
Vadim Zeitlin [Sat, 9 Jun 2001 17:40:44 +0000 (17:40 +0000)] 
fixed bug 418496 (wxDC::SetClippingRegion doesn't clear the previous clipping region)

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

23 years agofixed bug 418766 (elapsed time not initialized in wxProgressDialog)
Vadim Zeitlin [Sat, 9 Jun 2001 17:07:10 +0000 (17:07 +0000)] 
fixed bug 418766 (elapsed time not initialized in wxProgressDialog)

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

23 years agofixed bug 419079 (wxDateTime::ParseTime() didn't find am/pm)
Vadim Zeitlin [Sat, 9 Jun 2001 17:00:36 +0000 (17:00 +0000)] 
fixed bug 419079 (wxDateTime::ParseTime() didn't find am/pm)

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

23 years agofixed bug 424212 (unworking close button in the progress dialog)
Vadim Zeitlin [Sat, 9 Jun 2001 16:49:56 +0000 (16:49 +0000)] 
fixed bug 424212 (unworking close button in the progress dialog)

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

23 years ago1. added wxAssertIsEqual() function to be used in wxASSERT()
Vadim Zeitlin [Sat, 9 Jun 2001 16:35:38 +0000 (16:35 +0000)] 
1. added wxAssertIsEqual() function to be used in wxASSERT()
2. made wxTrap() public, documented it

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

23 years agosrc/common
Vadim Zeitlin [Sat, 9 Jun 2001 16:34:54 +0000 (16:34 +0000)] 
src/common

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

23 years agofix for crash when pressing TAB in the tree text control
Vadim Zeitlin [Sat, 9 Jun 2001 15:57:51 +0000 (15:57 +0000)] 
fix for crash when pressing TAB in the tree text control

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

23 years agodelete now does remove the item in correct synch from m_datas and m_strings
Stefan Csomor [Sat, 9 Jun 2001 09:11:45 +0000 (09:11 +0000)] 
delete now does remove the item in correct synch from m_datas and m_strings

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

23 years agowarning fix
Vadim Zeitlin [Sat, 9 Jun 2001 02:01:54 +0000 (02:01 +0000)] 
warning fix

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

23 years agosome fixes to wxSingleInstanceChecker error reporting
Vadim Zeitlin [Sat, 9 Jun 2001 01:56:00 +0000 (01:56 +0000)] 
some fixes to wxSingleInstanceChecker error reporting

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

23 years agoadded missing brace
Vadim Zeitlin [Sat, 9 Jun 2001 00:27:50 +0000 (00:27 +0000)] 
added missing brace

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

23 years agosome missing c_str()s added
Vadim Zeitlin [Sat, 9 Jun 2001 00:21:47 +0000 (00:21 +0000)] 
some missing c_str()s added

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

23 years agoregenerated files with tmake
Vadim Zeitlin [Fri, 8 Jun 2001 23:57:13 +0000 (23:57 +0000)] 
regenerated files with tmake

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

23 years agoimplemented wxSingleInstanceChecker for Unix
Vadim Zeitlin [Fri, 8 Jun 2001 23:42:59 +0000 (23:42 +0000)] 
implemented wxSingleInstanceChecker for Unix

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

23 years agoadded tiny wxInitializer class
Vadim Zeitlin [Fri, 8 Jun 2001 23:11:15 +0000 (23:11 +0000)] 
added tiny wxInitializer class

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

23 years agoMerged latest changes from SciTech code base into wxWindows CVS Tree.
Kendall Bennett [Fri, 8 Jun 2001 19:37:56 +0000 (19:37 +0000)] 
Merged latest changes from SciTech code base into wxWindows CVS Tree.
Includes updates to remove Watcom compiler warnings and the latest
updates to the wxApplet code.

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

23 years agoEnabling the Pop Menu fix to peek at all the command messages. Required adding a...
David Webster [Fri, 8 Jun 2001 15:24:37 +0000 (15:24 +0000)] 
Enabling the Pop Menu fix to peek at all the command messages.  Required adding a secondary DoMessage to wxApp. Some textctrl work as well.

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

23 years agoAdd support for the eventual inclusion of the single instance code.
David Webster [Fri, 8 Jun 2001 15:23:14 +0000 (15:23 +0000)] 
Add support for the eventual inclusion of the single instance code.

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

23 years agoSupport for Cygwin 1.0 (thought it worked before, but...)
Julian Smart [Fri, 8 Jun 2001 15:04:00 +0000 (15:04 +0000)] 
Support for Cygwin 1.0 (thought it worked before, but...)

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

23 years agoAltered the message loop to process implicit accelerators correctly in controls
Julian Smart [Fri, 8 Jun 2001 11:33:22 +0000 (11:33 +0000)] 
Altered the message loop to process implicit accelerators correctly in controls

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

23 years agomove the tech note to a correctly named file
Robin Dunn [Fri, 8 Jun 2001 04:26:35 +0000 (04:26 +0000)] 
move the tech note to a correctly named file

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

23 years agoreplaced wxYield() call in PopupMenu() by a much safer wxYieldForCommandsOnly() ...
Vadim Zeitlin [Fri, 8 Jun 2001 01:47:15 +0000 (01:47 +0000)] 
replaced wxYield() call in PopupMenu() by a much safer wxYieldForCommandsOnly() - fixes tree ctrl bug

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

23 years agoadded wxSingleInstanceChecker test
Vadim Zeitlin [Fri, 8 Jun 2001 01:29:59 +0000 (01:29 +0000)] 
added wxSingleInstanceChecker test

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

23 years agoadded wxSingleInstanceChecker class
Vadim Zeitlin [Fri, 8 Jun 2001 01:28:49 +0000 (01:28 +0000)] 
added wxSingleInstanceChecker class

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

23 years agoimplemented generic clipboard, corrected event handling for radiobutton
Stefan Csomor [Thu, 7 Jun 2001 21:05:01 +0000 (21:05 +0000)] 
implemented generic clipboard, corrected event handling for radiobutton

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

23 years agoremoved duplicate definition
Stefan Csomor [Thu, 7 Jun 2001 21:01:39 +0000 (21:01 +0000)] 
removed duplicate definition

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

23 years agoclipboard implementation generalized
Stefan Csomor [Thu, 7 Jun 2001 20:57:31 +0000 (20:57 +0000)] 
clipboard implementation generalized

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