]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoSupport for WXPM's native font info.
David Webster [Wed, 9 Jan 2002 23:18:07 +0000 (23:18 +0000)] 
Support for WXPM's native font info.

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

22 years agoLots of cleanup, mostly consolidating globals
David Webster [Wed, 9 Jan 2002 23:16:22 +0000 (23:16 +0000)] 
Lots of cleanup, mostly consolidating globals

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

22 years agoa few things I'd like to do
Vadim Zeitlin [Wed, 9 Jan 2002 21:18:24 +0000 (21:18 +0000)] 
a few things I'd like to do

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

22 years agoUpdated to use correct value for wxSTC_MASK_FOLDERS
Robin Dunn [Wed, 9 Jan 2002 21:14:48 +0000 (21:14 +0000)] 
Updated to use correct value for wxSTC_MASK_FOLDERS

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

22 years agobug fix for wxBufferedInputStream::LastCount() after Read()
Vadim Zeitlin [Wed, 9 Jan 2002 20:18:20 +0000 (20:18 +0000)] 
bug fix for wxBufferedInputStream::LastCount() after Read()

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

22 years ago wxDirDialog no longer shows hidden files. I don't
Robert Roebling [Wed, 9 Jan 2002 18:00:39 +0000 (18:00 +0000)] 
  wxDirDialog no longer shows hidden files. I don't
    know yet how to implement the reparsing when the
    user checks/unchecks the "Show hidden directories"
    button. And my mail is down...

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

22 years agomention that wxDialog doesn't derive from wxPanel any more
Vadim Zeitlin [Wed, 9 Jan 2002 17:03:42 +0000 (17:03 +0000)] 
mention that wxDialog doesn't derive from wxPanel any more

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

22 years agowinundef.h is needed for wxBase as well
Vadim Zeitlin [Wed, 9 Jan 2002 13:09:06 +0000 (13:09 +0000)] 
winundef.h is needed for wxBase as well

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

22 years agocopy dummy*.cpp files as well
Vadim Zeitlin [Wed, 9 Jan 2002 13:04:37 +0000 (13:04 +0000)] 
copy dummy*.cpp files as well

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

22 years agofixes for the compilation warnings with Sun CC:
Vadim Zeitlin [Wed, 9 Jan 2002 12:49:12 +0000 (12:49 +0000)] 
fixes for the compilation warnings with Sun CC:
1. some fixes for "String literal to char * conversion" warnings (many
   more left in the *.xpm files)
2. fixes for "assignment of function to extern "C" function"
3. a few other miscellaneous ones

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

22 years agono (real) changes
Vadim Zeitlin [Wed, 9 Jan 2002 01:35:48 +0000 (01:35 +0000)] 
no (real) changes

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

22 years agouse wxTE_RICH for the log window now that it should scroll correctly
Vadim Zeitlin [Wed, 9 Jan 2002 01:34:11 +0000 (01:34 +0000)] 
use wxTE_RICH for the log window now that it should scroll correctly

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

22 years agoadded, implemented, documented wxTE_RICH2 and wxTextCtrl::GetRange()
Vadim Zeitlin [Wed, 9 Jan 2002 01:32:02 +0000 (01:32 +0000)] 
added, implemented, documented wxTE_RICH2 and wxTextCtrl::GetRange()

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

22 years agomake listbox taller
Vadim Zeitlin [Wed, 9 Jan 2002 01:31:05 +0000 (01:31 +0000)] 
make listbox taller

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

22 years agoexercise wxTextCtrl::GetRange
Vadim Zeitlin [Wed, 9 Jan 2002 01:30:36 +0000 (01:30 +0000)] 
exercise wxTextCtrl::GetRange

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

22 years agowxNullFont shouldn't be passed to wxDC::SetFont()
Vadim Zeitlin [Wed, 9 Jan 2002 00:14:43 +0000 (00:14 +0000)] 
wxNullFont shouldn't be passed to wxDC::SetFont()

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

22 years agouse the new wxSystemSettings API everywhere
Václav Slavík [Tue, 8 Jan 2002 23:53:01 +0000 (23:53 +0000)] 
use the new wxSystemSettings API everywhere

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

22 years agomore MS-DOS stuff in generic wxFileDialog
Václav Slavík [Tue, 8 Jan 2002 23:38:11 +0000 (23:38 +0000)] 
more MS-DOS stuff in generic wxFileDialog

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

22 years agoOS/2 NativeFontInfo support
David Webster [Tue, 8 Jan 2002 23:37:40 +0000 (23:37 +0000)] 
OS/2 NativeFontInfo support

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

22 years agodisable long filenames under DJGPP
Václav Slavík [Tue, 8 Jan 2002 23:37:32 +0000 (23:37 +0000)] 
disable long filenames under DJGPP

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

22 years agoexpand . into cwd
Václav Slavík [Tue, 8 Jan 2002 23:36:57 +0000 (23:36 +0000)] 
expand . into cwd

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

22 years agoMS-DOS fix to wxDir
Václav Slavík [Tue, 8 Jan 2002 23:36:51 +0000 (23:36 +0000)] 
MS-DOS fix to wxDir

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

22 years agowxDirDialog port to MS-DOS
Václav Slavík [Tue, 8 Jan 2002 23:36:00 +0000 (23:36 +0000)] 
wxDirDialog port to MS-DOS

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

22 years agocompilation fix
Václav Slavík [Tue, 8 Jan 2002 23:35:42 +0000 (23:35 +0000)] 
compilation fix

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

22 years agouse the new wxSystemSettings API everywhere
Václav Slavík [Tue, 8 Jan 2002 23:35:26 +0000 (23:35 +0000)] 
use the new wxSystemSettings API everywhere

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

22 years agoOS/2 NativeFontInfo support
David Webster [Tue, 8 Jan 2002 23:33:27 +0000 (23:33 +0000)] 
OS/2 NativeFontInfo support

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

22 years agodon't allow setting an invalid font
Vadim Zeitlin [Tue, 8 Jan 2002 23:29:33 +0000 (23:29 +0000)] 
don't allow setting an invalid font

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

22 years agouse the new wxSystemSettings API everywhere
Václav Slavík [Tue, 8 Jan 2002 23:27:54 +0000 (23:27 +0000)] 
use the new wxSystemSettings API everywhere

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

22 years agowxSystemSettings docs correction
Václav Slavík [Tue, 8 Jan 2002 23:26:01 +0000 (23:26 +0000)] 
wxSystemSettings docs correction

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

22 years agobackward-compatiblity functions must go to wxSystemSettings,
Václav Slavík [Tue, 8 Jan 2002 23:25:53 +0000 (23:25 +0000)] 
backward-compatiblity functions must go to wxSystemSettings,
otherwise (non-virtual) wxSSNative version would be used :(

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

22 years agoreverted my previous fix
Václav Slavík [Tue, 8 Jan 2002 23:25:30 +0000 (23:25 +0000)] 
reverted my previous fix

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

22 years agowxRTTI for wxPopupWindow in wxMGL
Václav Slavík [Tue, 8 Jan 2002 23:25:23 +0000 (23:25 +0000)] 
wxRTTI for wxPopupWindow in wxMGL

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

22 years agoDLL compilation fix
Václav Slavík [Tue, 8 Jan 2002 23:25:01 +0000 (23:25 +0000)] 
DLL compilation fix

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

22 years agoGetting rid of odd control characters at EOL in source.
David Webster [Tue, 8 Jan 2002 22:28:40 +0000 (22:28 +0000)] 
Getting rid of odd control characters at EOL in source.

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

22 years agowxGenericDirDialog related corrections for wxMac
Gilles Depeyrot [Tue, 8 Jan 2002 22:05:42 +0000 (22:05 +0000)] 
wxGenericDirDialog related corrections for wxMac

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

22 years agomoved InteractiveMove to wxUniv's wxTopLevelWindow
Václav Slavík [Tue, 8 Jan 2002 18:06:15 +0000 (18:06 +0000)] 
moved InteractiveMove to wxUniv's wxTopLevelWindow

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

22 years agouse UNIX wxDir if available
Václav Slavík [Tue, 8 Jan 2002 18:03:14 +0000 (18:03 +0000)] 
use UNIX wxDir if available

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

22 years agoinfinite recursion fix in wxTLW/Univ
Václav Slavík [Tue, 8 Jan 2002 18:02:31 +0000 (18:02 +0000)] 
infinite recursion fix in wxTLW/Univ

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

22 years agoMoved include for Windows compilation; minor doc tweaks
Julian Smart [Tue, 8 Jan 2002 14:15:57 +0000 (14:15 +0000)] 
Moved include for Windows compilation; minor doc tweaks

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

22 years ago Committing in .
Jouk Jansen [Tue, 8 Jan 2002 10:13:46 +0000 (10:13 +0000)] 
 Committing in .

 Added [.src.common]dircmn.cpp in makefile for OpenVMS

 Modified Files:
  wxWindows/src/common/descrip.mms
 ----------------------------------------------------------------------

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

22 years agoimplement out-of-line destructors where needed instead of using __DARWIN__
Gilles Depeyrot [Mon, 7 Jan 2002 21:52:28 +0000 (21:52 +0000)] 
implement out-of-line destructors where needed instead of using __DARWIN__
specific conditional compilation

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

22 years agoPrevent crash when m_defGridAttr is NULL
Robin Dunn [Mon, 7 Jan 2002 21:38:12 +0000 (21:38 +0000)] 
Prevent crash when m_defGridAttr is NULL

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

22 years agoAdded sample of using client data to the wxComboBox demo
Robin Dunn [Mon, 7 Jan 2002 19:15:47 +0000 (19:15 +0000)] 
Added sample of using client data to the wxComboBox demo

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

22 years agoClean up $(WXDIR)\$D too
Robin Dunn [Mon, 7 Jan 2002 18:35:37 +0000 (18:35 +0000)] 
Clean up $(WXDIR)\$D too

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

22 years agoadded the splitter event processing and also cleaned up the sample a bit
Vadim Zeitlin [Mon, 7 Jan 2002 18:33:30 +0000 (18:33 +0000)] 
added the splitter event processing and also cleaned up the sample a bit

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

22 years agoclipboard update and latest module definition file of .dll build
David Webster [Mon, 7 Jan 2002 18:08:23 +0000 (18:08 +0000)] 
clipboard update and latest module definition file of .dll build

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

22 years agotoplevel fixes to deal with base class fixes. Create interface change to support...
David Webster [Mon, 7 Jan 2002 16:51:01 +0000 (16:51 +0000)] 
toplevel fixes to deal with base class fixes.  Create interface change to support passing in stacksize and OS/2 SystemSettingsNative support

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

22 years agoOS/2 fix to support removal of WXPM ifdefs in header.
David Webster [Mon, 7 Jan 2002 16:45:23 +0000 (16:45 +0000)] 
OS/2 fix to support removal of WXPM ifdefs in header.

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

22 years agoimplemented OS/2's wxSystemSettingsNative
David Webster [Mon, 7 Jan 2002 16:44:45 +0000 (16:44 +0000)] 
implemented OS/2's wxSystemSettingsNative

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

22 years agoRemoval of WXPM ifdefs.
David Webster [Mon, 7 Jan 2002 16:44:11 +0000 (16:44 +0000)] 
Removal of WXPM ifdefs.

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

22 years agotoplevel fixes and USE_RUL and PRTOTCOL stuff
David Webster [Mon, 7 Jan 2002 16:40:17 +0000 (16:40 +0000)] 
toplevel fixes and USE_RUL and PRTOTCOL stuff

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

22 years agoNo longer needed
David Webster [Mon, 7 Jan 2002 16:18:19 +0000 (16:18 +0000)] 
No longer needed

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

22 years agodon't assign string literals to a char * variable
Vadim Zeitlin [Mon, 7 Jan 2002 15:24:41 +0000 (15:24 +0000)] 
don't assign string literals to a char * variable

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

22 years agopatch from Dimitri fixing crashes when decoding the invalid GIFs
Vadim Zeitlin [Mon, 7 Jan 2002 14:34:13 +0000 (14:34 +0000)] 
patch from Dimitri fixing crashes when decoding the invalid GIFs

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

22 years agofix for GL library soname under Solaris
Vadim Zeitlin [Mon, 7 Jan 2002 14:25:38 +0000 (14:25 +0000)] 
fix for GL library soname under Solaris

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

22 years agoToplevel window support
David Webster [Mon, 7 Jan 2002 00:49:52 +0000 (00:49 +0000)] 
Toplevel window support

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

22 years agoOS/2 scrolling support for controls
David Webster [Mon, 7 Jan 2002 00:49:10 +0000 (00:49 +0000)] 
OS/2 scrolling support for controls

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

22 years agoSome things needed in the base class of OS/2
David Webster [Mon, 7 Jan 2002 00:45:57 +0000 (00:45 +0000)] 
Some things needed in the base class of OS/2

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

22 years agoSupport for Toplevel window
David Webster [Mon, 7 Jan 2002 00:44:31 +0000 (00:44 +0000)] 
Support for Toplevel window

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

22 years agoSome needed OS/2 things in the base class for OS/2 Toplevel support.
David Webster [Mon, 7 Jan 2002 00:43:02 +0000 (00:43 +0000)] 
Some needed OS/2 things in the base class for OS/2 Toplevel support.

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

22 years agounfortunately the fuzzy colour comparison is really needed (why?)
Vadim Zeitlin [Mon, 7 Jan 2002 00:38:05 +0000 (00:38 +0000)] 
unfortunately the fuzzy colour comparison is really needed (why?)

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

22 years agohasSubDirs already defined in dircmn
Václav Slavík [Sun, 6 Jan 2002 23:11:52 +0000 (23:11 +0000)] 
hasSubDirs already defined in dircmn

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

22 years agocompilation fix
Václav Slavík [Sun, 6 Jan 2002 23:11:47 +0000 (23:11 +0000)] 
compilation fix

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

22 years agoNuked Sections
Václav Slavík [Sun, 6 Jan 2002 23:11:29 +0000 (23:11 +0000)] 
Nuked Sections

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

22 years agomerged both implementations of wxGenericDirCtrl
Václav Slavík [Sun, 6 Jan 2002 23:10:56 +0000 (23:10 +0000)] 
merged both implementations of wxGenericDirCtrl

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

22 years agoremoved extra erroneous DeleteContents()
Vadim Zeitlin [Sun, 6 Jan 2002 22:46:12 +0000 (22:46 +0000)] 
removed extra erroneous DeleteContents()

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

22 years agomoved TARGET_CARBON to mac private header
Gilles Depeyrot [Sun, 6 Jan 2002 16:13:48 +0000 (16:13 +0000)] 
moved TARGET_CARBON to mac private header
disabled MacOS X -cpp-precomp option which has problems with _T macro and
precompiled Carbon headers (order of includes has changed)

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

22 years agounified Carbon/Classic and Session/Port printing member name
Gilles Depeyrot [Sun, 6 Jan 2002 16:00:22 +0000 (16:00 +0000)] 
unified Carbon/Classic and Session/Port printing member name

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

22 years agoremoved conditional for Apple DevTools now that mac headers are not included
Gilles Depeyrot [Sun, 6 Jan 2002 15:59:13 +0000 (15:59 +0000)] 
removed conditional for Apple DevTools now that mac headers are not included

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

22 years agoremoving dependancy on mac headers from public wx headers (eventually adding wx/
Gilles Depeyrot [Sun, 6 Jan 2002 15:54:13 +0000 (15:54 +0000)] 
removing dependancy on mac headers from public wx headers (eventually adding wx/
mac/private and typecasts)

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

22 years agounified Carbon/Classic and Session/Port printing member name
Gilles Depeyrot [Sun, 6 Jan 2002 15:49:54 +0000 (15:49 +0000)] 
unified Carbon/Classic and Session/Port printing member name

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

22 years agoremoving dependancy on mac headers from public wx headers (eventually adding wx/
Gilles Depeyrot [Sun, 6 Jan 2002 15:48:16 +0000 (15:48 +0000)] 
removing dependancy on mac headers from public wx headers (eventually adding wx/
mac/private and typecasts)

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

22 years agounified Carbon/Classic and Session/Port printing member name
Gilles Depeyrot [Sun, 6 Jan 2002 15:43:29 +0000 (15:43 +0000)] 
unified Carbon/Classic and Session/Port printing member name

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

22 years agomoved TARGET_CARBON define to private include for MacOS X
Gilles Depeyrot [Sun, 6 Jan 2002 15:42:13 +0000 (15:42 +0000)] 
moved TARGET_CARBON define to private include for MacOS X

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

22 years agouse "..." instead of <...> for wx headers
Gilles Depeyrot [Sun, 6 Jan 2002 15:40:15 +0000 (15:40 +0000)] 
use "..." instead of <...> for wx headers

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

22 years agoremoving dependancy on mac headers from public wx headers
Gilles Depeyrot [Sun, 6 Jan 2002 15:38:43 +0000 (15:38 +0000)] 
removing dependancy on mac headers from public wx headers

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

22 years agocopyright update
Václav Slavík [Sun, 6 Jan 2002 14:51:28 +0000 (14:51 +0000)] 
copyright update

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

22 years ago1. fixed CR/LF mess (sorry)
Václav Slavík [Sun, 6 Jan 2002 14:50:55 +0000 (14:50 +0000)] 
1. fixed CR/LF mess (sorry)
2. applied Dimitri's patch for foo..bar case
3. explained while my workaround for MSLU bug will have to stay here forever

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

22 years agocorrection for wxMac
Gilles Depeyrot [Sun, 6 Jan 2002 14:48:08 +0000 (14:48 +0000)] 
correction for wxMac

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

22 years ago Further correction to wxListCtrl line wrapping.
Robert Roebling [Sun, 6 Jan 2002 14:39:37 +0000 (14:39 +0000)] 
  Further correction to wxListCtrl line wrapping.

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

22 years agoremoved unneeded ;
Gilles Depeyrot [Sun, 6 Jan 2002 14:12:51 +0000 (14:12 +0000)] 
removed unneeded ;

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

22 years agoadded missing virtual for overidden function
Gilles Depeyrot [Sun, 6 Jan 2002 14:12:11 +0000 (14:12 +0000)] 
added missing virtual for overidden function

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

22 years agoUpdated wxPython version number
Robin Dunn [Sun, 6 Jan 2002 01:43:46 +0000 (01:43 +0000)] 
Updated wxPython version number

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

22 years agoUpdated DLL version number
Robin Dunn [Sun, 6 Jan 2002 01:41:55 +0000 (01:41 +0000)] 
Updated DLL version number

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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Sun, 6 Jan 2002 01:40:50 +0000 (01:40 +0000)] 
SWIGged updates for wxGTK

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

22 years agoSome compilation fixes
Robin Dunn [Sun, 6 Jan 2002 01:14:49 +0000 (01:14 +0000)] 
Some compilation fixes

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

22 years agoSWIGged code updates for wxMAC
Robin Dunn [Sun, 6 Jan 2002 01:14:26 +0000 (01:14 +0000)] 
SWIGged code updates for wxMAC

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

22 years agoSome updates to go with changes in current CVS.
Robin Dunn [Sat, 5 Jan 2002 23:45:33 +0000 (23:45 +0000)] 
Some updates to go with changes in current CVS.

Added wxSplashScreen.

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

22 years agofix order of initializiton of rootless treectrl
Václav Slavík [Sat, 5 Jan 2002 23:27:42 +0000 (23:27 +0000)] 
fix order of initializiton of rootless treectrl

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

22 years agofix for root behavior under MSW
Václav Slavík [Sat, 5 Jan 2002 23:26:51 +0000 (23:26 +0000)] 
fix for root behavior under MSW

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

22 years agoAdded bone structure for Gizmos docs
Julian Smart [Sat, 5 Jan 2002 23:16:44 +0000 (23:16 +0000)] 
Added bone structure for Gizmos docs

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

22 years agoAdded makefile
Julian Smart [Sat, 5 Jan 2002 23:02:30 +0000 (23:02 +0000)] 
Added makefile

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

22 years agoAdded bone structure for FL documentation
Julian Smart [Sat, 5 Jan 2002 22:59:59 +0000 (22:59 +0000)] 
Added bone structure for FL documentation

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

22 years agoFixed an off-by-one error in the rectangle converter
Robin Dunn [Sat, 5 Jan 2002 22:49:02 +0000 (22:49 +0000)] 
Fixed an off-by-one error in the rectangle converter

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

22 years agoFixed gs_metricsMap so the constants line up correctly, there was an
Robin Dunn [Sat, 5 Jan 2002 22:48:25 +0000 (22:48 +0000)] 
Fixed gs_metricsMap so the constants line up correctly, there was an
off-by-one since the wx enum starts at 1 instead of 0.

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

22 years agoAdded missing wxNativeFontInfo::GetFamily(). I think I did it right
Robin Dunn [Sat, 5 Jan 2002 22:47:13 +0000 (22:47 +0000)] 
Added missing wxNativeFontInfo::GetFamily().  I think I did it right
but somebody who knows should check it.

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

22 years agomove wxMGL cursor files to Scitech MGL itself
Václav Slavík [Sat, 5 Jan 2002 19:30:29 +0000 (19:30 +0000)] 
move wxMGL cursor files to Scitech MGL itself

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

22 years agoMSLU fixes for RichEdit
Václav Slavík [Sat, 5 Jan 2002 19:30:05 +0000 (19:30 +0000)] 
MSLU fixes for RichEdit

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

22 years agocorrected the non masked blitting code, brush hatched colors corrected
Stefan Csomor [Sat, 5 Jan 2002 16:40:58 +0000 (16:40 +0000)] 
corrected the non masked blitting code, brush hatched colors corrected

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

22 years agomade sure the alignment for the non-carbon fake list def resource is always 68k
Stefan Csomor [Sat, 5 Jan 2002 16:40:14 +0000 (16:40 +0000)] 
made sure the alignment for the non-carbon fake list def resource is always 68k

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