wxWidgets.git
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

23 years agoBug in wxDocument::Save logic corrected, whereby Save didn't save when not
Julian Smart [Thu, 7 Jun 2001 13:30:54 +0000 (13:30 +0000)] 
Bug in wxDocument::Save logic corrected, whereby Save didn't save when not
first-time saved

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

23 years agodocumented wxLog::Suspend/Resume
Vadim Zeitlin [Thu, 7 Jun 2001 11:12:11 +0000 (11:12 +0000)] 
documented wxLog::Suspend/Resume

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

23 years agoUpdates for version change to 2.3.1
Julian Smart [Thu, 7 Jun 2001 10:57:58 +0000 (10:57 +0000)] 
Updates for version change to 2.3.1

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

23 years agoregenerated configure from configure.in
Robin Dunn [Wed, 6 Jun 2001 17:12:35 +0000 (17:12 +0000)] 
regenerated configure from configure.in

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

23 years agoapplied patch for compilation with gcc 3.0
Vadim Zeitlin [Wed, 6 Jun 2001 16:51:53 +0000 (16:51 +0000)] 
applied patch for compilation with gcc 3.0

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

23 years agoUpdated version numbers to 2.3.1
Robin Dunn [Wed, 6 Jun 2001 16:50:48 +0000 (16:50 +0000)] 
Updated version numbers to 2.3.1

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

23 years agoAdded technote about where the version numbers are located.
Robin Dunn [Wed, 6 Jun 2001 16:44:25 +0000 (16:44 +0000)] 
Added technote about where the version numbers are located.

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

23 years agoapplied patch 429317 (PCH fix for BC++)
Vadim Zeitlin [Wed, 6 Jun 2001 16:29:51 +0000 (16:29 +0000)] 
applied patch 429317 (PCH fix for BC++)

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

23 years agofixed slider value rounding once again
Vadim Zeitlin [Wed, 6 Jun 2001 16:27:45 +0000 (16:27 +0000)] 
fixed slider value rounding once again

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

23 years agoanother fix for enter processing in wxSpinCtrl
Vadim Zeitlin [Wed, 6 Jun 2001 14:54:29 +0000 (14:54 +0000)] 
another fix for enter processing in wxSpinCtrl

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

23 years agoFixed memory leak in textcmn.cpp
Julian Smart [Wed, 6 Jun 2001 11:17:30 +0000 (11:17 +0000)] 
Fixed memory leak in textcmn.cpp

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

23 years agoCorrection to accelerator bug fix: add FVIRTKEY if ctrl, alt or shift
Julian Smart [Wed, 6 Jun 2001 11:11:58 +0000 (11:11 +0000)] 
Correction to accelerator bug fix: add FVIRTKEY if ctrl, alt or shift

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

23 years agoOnly add FVIRTKEY if isVirtual is TRUE
Julian Smart [Wed, 6 Jun 2001 10:46:00 +0000 (10:46 +0000)] 
Only add FVIRTKEY if isVirtual is TRUE

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

23 years agofixed bug in determining the best listbox size
Vadim Zeitlin [Wed, 6 Jun 2001 00:05:42 +0000 (00:05 +0000)] 
fixed bug in determining the best listbox size

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

23 years agoFixed to recognise the FINAL=hybrid make flag and to then use the
Robin Dunn [Tue, 5 Jun 2001 22:06:06 +0000 (22:06 +0000)] 
Fixed to recognise the FINAL=hybrid make flag and to then use the
right library.

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

23 years agoAdded functions to initialize the local wxModules since it's possible
Robin Dunn [Tue, 5 Jun 2001 22:05:05 +0000 (22:05 +0000)] 
Added functions to initialize the local wxModules since it's possible
(normal in wxPython) for these modules to be loaded AFTER
wxModule::InitializeModules has been called for the rest of wx.

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

23 years agoChanged WXDLLEXPORT's to WXXMLDLLEXPORT so the xmlres library can be
Robin Dunn [Tue, 5 Jun 2001 22:03:02 +0000 (22:03 +0000)] 
Changed WXDLLEXPORT's to WXXMLDLLEXPORT so the xmlres library can be
used from wx DLL without it being a DLL also.  Some work will still
need to be done for making xmlres be a DLL...

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

23 years agounnecessary ClipRects
Stefan Csomor [Tue, 5 Jun 2001 21:23:32 +0000 (21:23 +0000)] 
unnecessary ClipRects

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

23 years agoreverted some redrawing optimizations due to redraw errors
Stefan Csomor [Tue, 5 Jun 2001 20:33:00 +0000 (20:33 +0000)] 
reverted some redrawing optimizations due to redraw errors

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

23 years agoapplied patch 430452 (mingw32 compilation fixes)
Vadim Zeitlin [Tue, 5 Jun 2001 20:32:09 +0000 (20:32 +0000)] 
applied patch 430452 (mingw32 compilation fixes)

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

23 years agoremove xpm files replaced with internal xpm decoder/handler
Gilles Depeyrot [Tue, 5 Jun 2001 19:08:38 +0000 (19:08 +0000)] 
remove xpm files replaced with internal xpm decoder/handler

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

23 years agoremoved useless defines
Gilles Depeyrot [Tue, 5 Jun 2001 19:03:37 +0000 (19:03 +0000)] 
removed useless defines

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

23 years agocorrected instructions for MacHeaders precompilation
Gilles Depeyrot [Tue, 5 Jun 2001 18:53:41 +0000 (18:53 +0000)] 
corrected instructions for MacHeaders precompilation

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

23 years agolet wxSpinCtrl process the enter key
Vadim Zeitlin [Tue, 5 Jun 2001 17:10:33 +0000 (17:10 +0000)] 
let wxSpinCtrl process the enter key

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

23 years agoSize updates and new methods to export.
David Webster [Mon, 4 Jun 2001 19:03:35 +0000 (19:03 +0000)] 
Size updates and new methods to export.

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

23 years agodisplay file name correctly
Václav Slavík [Sun, 3 Jun 2001 18:01:27 +0000 (18:01 +0000)] 
display file name correctly

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

23 years agoadded wxUSE_INTL around wxLocale::GetSystemEncoding
Václav Slavík [Sun, 3 Jun 2001 16:19:36 +0000 (16:19 +0000)] 
added wxUSE_INTL around wxLocale::GetSystemEncoding

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

23 years agofixed stupid memory leak
Václav Slavík [Sun, 3 Jun 2001 16:19:17 +0000 (16:19 +0000)] 
fixed stupid memory leak

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

23 years agoadded GetControlBounds for accessing contrl.rect
Stefan Csomor [Sun, 3 Jun 2001 10:29:00 +0000 (10:29 +0000)] 
added GetControlBounds for accessing contrl.rect

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

23 years agoadded code to set wxFont's default encoding to wxLocale::GetSystemEncoding()
Václav Slavík [Sun, 3 Jun 2001 09:43:52 +0000 (09:43 +0000)] 
added code to set wxFont's default encoding to wxLocale::GetSystemEncoding()

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

23 years agofix for wxFrame's last focus bug (finally?)
Václav Slavík [Sun, 3 Jun 2001 09:43:36 +0000 (09:43 +0000)] 
fix for wxFrame's last focus bug (finally?)

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

23 years agoapplied Unicode fixes for mingw32 (patch 429654)
Vadim Zeitlin [Sun, 3 Jun 2001 02:58:56 +0000 (02:58 +0000)] 
applied Unicode fixes for mingw32 (patch 429654)

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

23 years agofixed new charset detection code (langinfo.h not included in intl.cpp; langinfo.h...
Václav Slavík [Sat, 2 Jun 2001 11:25:21 +0000 (11:25 +0000)] 
fixed new charset detection code (langinfo.h not included in intl.cpp; langinfo.h not neccessary in strconv.cpp

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

23 years agofixed bug #429351 (compilation broken in CJK environment (whatever it is) in 'agrave...
Václav Slavík [Fri, 1 Jun 2001 21:47:27 +0000 (21:47 +0000)] 
fixed bug #429351 (compilation broken in CJK environment (whatever it is) in 'agrave' definition)

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