]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

23 years agoadded alignment style to wxStaticText handler
Václav Slavík [Fri, 1 Jun 2001 21:47:13 +0000 (21:47 +0000)] 
added alignment style to wxStaticText handler

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

23 years agoAllowed MSW wxTrextCtrl styling to also set the background colour,
Robin Dunn [Fri, 1 Jun 2001 19:26:57 +0000 (19:26 +0000)] 
Allowed MSW wxTrextCtrl styling to also set the background colour,
added wxUSE_RICHEDIT2 so this can be disabled for compilers that don't
have the right structures.

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

23 years agoTranslated a double click into just a second click for Scintilla
Robin Dunn [Fri, 1 Jun 2001 18:42:09 +0000 (18:42 +0000)] 
Translated a double click into just a second click for Scintilla

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

23 years agofixed problem with HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER test
Vadim Zeitlin [Fri, 1 Jun 2001 15:34:08 +0000 (15:34 +0000)] 
fixed problem with HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER test

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

23 years agocompilation fix for old mingw32
Vadim Zeitlin [Fri, 1 Jun 2001 15:26:02 +0000 (15:26 +0000)] 
compilation fix for old mingw32

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

23 years agoadded wxBU_* styles
Václav Slavík [Fri, 1 Jun 2001 12:23:46 +0000 (12:23 +0000)] 
added wxBU_* styles

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

23 years agoadded wxNO_BORDER style
Václav Slavík [Fri, 1 Jun 2001 12:23:37 +0000 (12:23 +0000)] 
added wxNO_BORDER style

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

23 years agofix for last commit
Vadim Zeitlin [Fri, 1 Jun 2001 01:30:51 +0000 (01:30 +0000)] 
fix for last commit

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

23 years agoyet another attempt to wxFrame's last focus bug
Václav Slavík [Thu, 31 May 2001 23:02:06 +0000 (23:02 +0000)] 
yet another attempt to wxFrame's last focus bug

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

23 years agoUnix compilation fixed
Vadim Zeitlin [Thu, 31 May 2001 21:41:44 +0000 (21:41 +0000)] 
Unix compilation fixed

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

23 years agoadded wxLocale::GetSystemEncoding
Vadim Zeitlin [Thu, 31 May 2001 20:27:37 +0000 (20:27 +0000)] 
added wxLocale::GetSystemEncoding

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

23 years agofixed right click handling
Vadim Zeitlin [Thu, 31 May 2001 19:18:44 +0000 (19:18 +0000)] 
fixed right click handling

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

23 years agooops... removed test code from the sample, what was it doing there for the last 7...
Vadim Zeitlin [Thu, 31 May 2001 14:33:17 +0000 (14:33 +0000)] 
oops... removed test code from the sample, what was it doing there for the last 7 months

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

23 years agowe now send iconize events
Vadim Zeitlin [Thu, 31 May 2001 14:32:06 +0000 (14:32 +0000)] 
we now send iconize events

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

23 years agoAdded EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user
Robin Dunn [Thu, 31 May 2001 06:23:06 +0000 (06:23 +0000)] 
Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user
code can get access to the edit control when it is created, (to push
on a custom event handler for example.)

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

23 years agoForgot to check-in this change last week...
Robin Dunn [Thu, 31 May 2001 06:21:30 +0000 (06:21 +0000)] 
Forgot to check-in this change last week...

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

23 years agoremoved unnecessary ClipRect calls, refresh on MacActivate with eraseBkgnd false
Stefan Csomor [Thu, 31 May 2001 05:44:07 +0000 (05:44 +0000)] 
removed unnecessary ClipRect calls, refresh on MacActivate with eraseBkgnd false

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

23 years agoadapted to new sending for radiobutton events for unselecting too
Stefan Csomor [Thu, 31 May 2001 05:42:50 +0000 (05:42 +0000)] 
adapted to new sending for radiobutton events for unselecting too

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

23 years agofixed wxFrame::SetClientSize() with toolbar bug
Vadim Zeitlin [Wed, 30 May 2001 21:05:23 +0000 (21:05 +0000)] 
fixed wxFrame::SetClientSize() with toolbar bug

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

23 years agorewrite to avoid unnecessary redraws
Stefan Csomor [Wed, 30 May 2001 20:46:00 +0000 (20:46 +0000)] 
rewrite to avoid unnecessary redraws

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

23 years agoForgot ! in wxTreeCtrl flag test.
Robert Roebling [Wed, 30 May 2001 15:53:35 +0000 (15:53 +0000)] 
Forgot ! in wxTreeCtrl flag test.

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

23 years agocorrected update upon activate
Stefan Csomor [Tue, 29 May 2001 21:15:27 +0000 (21:15 +0000)] 
corrected update upon activate

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

23 years agoadapted background color for mac for listcontrols
Stefan Csomor [Tue, 29 May 2001 21:12:26 +0000 (21:12 +0000)] 
adapted background color for mac for listcontrols

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

23 years agoadapted background color for mac
Stefan Csomor [Tue, 29 May 2001 21:11:26 +0000 (21:11 +0000)] 
adapted background color for mac

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

23 years agoAdd gridctrl
David Webster [Tue, 29 May 2001 18:59:46 +0000 (18:59 +0000)] 
Add gridctrl

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

23 years agoLots of OS/2 Updates mirroring msw updates
David Webster [Tue, 29 May 2001 18:59:17 +0000 (18:59 +0000)] 
Lots of OS/2 Updates mirroring msw updates

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

23 years agoNew grid control OS/2 compile issue
David Webster [Tue, 29 May 2001 18:58:02 +0000 (18:58 +0000)] 
New grid control OS/2 compile issue

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

23 years agoapplied patch #427244 (wxrcedit improvements: XRC version upgrade)
Václav Slavík [Tue, 29 May 2001 18:21:09 +0000 (18:21 +0000)] 
applied patch #427244 (wxrcedit improvements: XRC version upgrade)

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

23 years agoactivated dynlib
Stefan Csomor [Tue, 29 May 2001 17:52:44 +0000 (17:52 +0000)] 
activated dynlib

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

23 years agoupdated mac implementation to support the success parameter , the new filename2filesp...
Stefan Csomor [Tue, 29 May 2001 17:49:34 +0000 (17:49 +0000)] 
updated mac implementation to support the success parameter , the new filename2filespec call and reintroduced the disappeared dllClose definition

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

23 years agocorrected GetCharWidth and implemented MacSuperChangedPosition for toolbars
Stefan Csomor [Tue, 29 May 2001 14:37:43 +0000 (14:37 +0000)] 
corrected GetCharWidth and implemented MacSuperChangedPosition for toolbars

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

23 years agoMenu files for OS/2 builds
David Webster [Tue, 29 May 2001 03:49:36 +0000 (03:49 +0000)] 
Menu files for OS/2 builds

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

23 years agoVarious fixes in DC's, ownerdrawn menu items, etc...
David Webster [Tue, 29 May 2001 03:46:50 +0000 (03:46 +0000)] 
Various fixes in DC's, ownerdrawn menu items, etc...

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

23 years agolink preventing typo fixed
Vadim Zeitlin [Mon, 28 May 2001 18:55:40 +0000 (18:55 +0000)] 
link preventing typo fixed

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

23 years agocompilation fixes
Vadim Zeitlin [Mon, 28 May 2001 15:05:05 +0000 (15:05 +0000)] 
compilation fixes

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

23 years agoInformix fixes (submitted by Roger Gammans)
George Tasker [Mon, 28 May 2001 12:24:22 +0000 (12:24 +0000)] 
Informix fixes (submitted by Roger Gammans)
Added .c_str() to some wxString instances when being Printf()'d into another wxString

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

23 years agoFixed #pragma interface mismatches
George Tasker [Mon, 28 May 2001 12:10:04 +0000 (12:10 +0000)] 
Fixed #pragma interface mismatches
Updated comments

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

23 years agoFixed incorrect creation of the pColFor instances (per Roger Gammans patches). This...
George Tasker [Mon, 28 May 2001 12:02:51 +0000 (12:02 +0000)] 
Fixed incorrect creation of the pColFor instances (per Roger Gammans patches).  This fixes surious crashes with large database systems, and significantly increases the speed of the application when idntifying all datasource tables.

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

23 years agofixed parsing of comments before root node
Václav Slavík [Mon, 28 May 2001 10:37:11 +0000 (10:37 +0000)] 
fixed parsing of comments before root node

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

23 years agoInitial revision
Ryan Norton [Mon, 28 May 2001 04:45:41 +0000 (04:45 +0000)] 
Initial revision

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

23 years agowxDC::DrawPolygon correction
Robert Roebling [Sun, 27 May 2001 19:18:07 +0000 (19:18 +0000)] 
wxDC::DrawPolygon correction

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

23 years agowxTreeCtrl Mac look
Robert Roebling [Sun, 27 May 2001 19:17:10 +0000 (19:17 +0000)] 
wxTreeCtrl Mac look

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