]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agoFix to remove CW/Mac warning
Julian Smart [Tue, 19 Aug 2003 12:37:36 +0000 (12:37 +0000)] 
Fix to remove CW/Mac warning

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

21 years agounicode fixes, enabling notebook images again
Stefan Csomor [Tue, 19 Aug 2003 10:00:56 +0000 (10:00 +0000)] 
unicode fixes, enabling notebook images again

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

21 years agoUse _NO_THEMES
Julian Smart [Tue, 19 Aug 2003 08:41:17 +0000 (08:41 +0000)] 
Use _NO_THEMES

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

21 years agoWrap NSTableView in an NSScrollView and disable the header
David Elliott [Tue, 19 Aug 2003 04:27:12 +0000 (04:27 +0000)] 
Wrap NSTableView in an NSScrollView and disable the header

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

21 years agoUse bounds rect instead of frame rect when positioning subviews
David Elliott [Tue, 19 Aug 2003 04:10:47 +0000 (04:10 +0000)] 
Use bounds rect instead of frame rect when positioning subviews

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

21 years agoUse setAutoresizingMask: NSViewMinYMargin to keep subviews in the same
David Elliott [Tue, 19 Aug 2003 04:08:27 +0000 (04:08 +0000)] 
Use setAutoresizingMask: NSViewMinYMargin to keep subviews in the same
position relative to the wxWindows coordinate system

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

21 years agouse wxWindowBase::Create() instead of duplicating its code in MacPreControlCreate()
Vadim Zeitlin [Mon, 18 Aug 2003 23:57:34 +0000 (23:57 +0000)] 
use wxWindowBase::Create() instead of duplicating its code in MacPreControlCreate()

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

21 years agoadded missing Create() implementation
Vadim Zeitlin [Mon, 18 Aug 2003 23:56:57 +0000 (23:56 +0000)] 
added missing Create() implementation

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

21 years agono changes
Vadim Zeitlin [Mon, 18 Aug 2003 23:56:42 +0000 (23:56 +0000)] 
no changes

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

21 years agoreturn immediately if the XPM is bad instead of spitting out thousands of error messages
Vadim Zeitlin [Mon, 18 Aug 2003 23:55:17 +0000 (23:55 +0000)] 
return immediately if the XPM is bad instead of spitting out thousands of error messages

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

21 years agocommented out annoying wxLogDebug
Vadim Zeitlin [Mon, 18 Aug 2003 23:54:19 +0000 (23:54 +0000)] 
commented out annoying wxLogDebug

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

21 years agodeleted unused variable
Vadim Zeitlin [Mon, 18 Aug 2003 23:49:48 +0000 (23:49 +0000)] 
deleted unused variable

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

21 years agoSetInitialFrameRect: use frameRect.size.height to calculate frameRect.origin.y
David Elliott [Mon, 18 Aug 2003 19:21:32 +0000 (19:21 +0000)] 
SetInitialFrameRect: use frameRect.size.height to calculate frameRect.origin.y
Fixes bug where size.y!=frameRect.size.height (e.g. it is -1)

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

21 years agoDoMoveWindow: setNeedsDisplay:YES for the superview
David Elliott [Mon, 18 Aug 2003 19:15:53 +0000 (19:15 +0000)] 
DoMoveWindow: setNeedsDisplay:YES for the superview

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

21 years agoOS/2 fix
Václav Slavík [Mon, 18 Aug 2003 18:32:53 +0000 (18:32 +0000)] 
OS/2 fix

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

21 years ago* Implement GetValue() and SetValue().
David Elliott [Mon, 18 Aug 2003 18:27:48 +0000 (18:27 +0000)] 
* Implement GetValue() and SetValue().
* Send event when clicked.
* Implement radio button grouping.

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

21 years agoImplement GetValue() and SetValue() and send an event when clicked
David Elliott [Mon, 18 Aug 2003 18:21:46 +0000 (18:21 +0000)] 
Implement GetValue() and SetValue() and send an event when clicked

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

21 years agoFixed wxX11 compilo
Julian Smart [Mon, 18 Aug 2003 18:19:25 +0000 (18:19 +0000)] 
Fixed wxX11 compilo

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

21 years agoRTTI simplifications
Stefan Csomor [Mon, 18 Aug 2003 09:59:18 +0000 (09:59 +0000)] 
RTTI simplifications

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

21 years agortti api mods added
Stefan Csomor [Mon, 18 Aug 2003 09:57:02 +0000 (09:57 +0000)] 
rtti api mods added

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

21 years agoscope added for keyboard handler
Stefan Csomor [Mon, 18 Aug 2003 09:56:07 +0000 (09:56 +0000)] 
scope added for keyboard handler

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

21 years agorefactoring getters and setters to avoid signature madness, typeinfo is carrying...
Stefan Csomor [Mon, 18 Aug 2003 09:53:09 +0000 (09:53 +0000)] 
refactoring getters and setters to avoid signature madness, typeinfo is carrying string conversion info now.

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

21 years ago Correctly export events.
Mattia Barbon [Mon, 18 Aug 2003 09:30:45 +0000 (09:30 +0000)] 
  Correctly export events.

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

21 years agowxCocoa: Added NSMutableArray and NSTableColumn
David Elliott [Mon, 18 Aug 2003 02:19:12 +0000 (02:19 +0000)] 
wxCocoa: Added NSMutableArray and NSTableColumn

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

21 years agowxCocoa: added NSTableView.(mm|h)
David Elliott [Mon, 18 Aug 2003 02:16:53 +0000 (02:16 +0000)] 
wxCocoa: added NSTableView.(mm|h)

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

21 years agosome more wxListBox support
David Elliott [Mon, 18 Aug 2003 02:14:53 +0000 (02:14 +0000)] 
some more wxListBox support

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

21 years agoAdded NSTableView support
David Elliott [Mon, 18 Aug 2003 02:12:42 +0000 (02:12 +0000)] 
Added NSTableView support

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

21 years agoCompletely reworked OS/2 thread implementation.
Stefan Neis [Sun, 17 Aug 2003 23:32:00 +0000 (23:32 +0000)] 
Completely reworked OS/2 thread implementation.
Moved wxConditionInternal from src/msw/thread.cpp to include/wx/thrimpl.cpp
        to give OS/2 the possibility to reuse the code.

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

21 years agoHandle setting of client size for all types of windows
David Elliott [Sun, 17 Aug 2003 23:23:26 +0000 (23:23 +0000)] 
Handle setting of client size for all types of windows

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

21 years agoseveral patches and extensions
Stefan Csomor [Sun, 17 Aug 2003 21:15:39 +0000 (21:15 +0000)] 
several patches and extensions

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

21 years agoadded WXK_COMMAND
Stefan Csomor [Sun, 17 Aug 2003 21:14:28 +0000 (21:14 +0000)] 
added WXK_COMMAND

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

21 years ago Check for NULL base class.
Mattia Barbon [Sun, 17 Aug 2003 19:53:51 +0000 (19:53 +0000)] 
  Check for NULL base class.

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

21 years agotextcontrol handling change for mac (execute event in mid stream)
Stefan Csomor [Sun, 17 Aug 2003 19:47:00 +0000 (19:47 +0000)] 
textcontrol handling change for mac (execute event in mid stream)

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

21 years agotextcontrol handling change for mac (execute event in mid stream)
Stefan Csomor [Sun, 17 Aug 2003 19:41:16 +0000 (19:41 +0000)] 
textcontrol handling change for mac (execute event in mid stream)

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

21 years agoMust call DoMoveWindow in Create() or buttons may not be
Julian Smart [Sun, 17 Aug 2003 16:31:18 +0000 (16:31 +0000)] 
Must call DoMoveWindow in Create() or buttons may not be
moved

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

21 years agounicode wxMac CW fixes
Stefan Csomor [Sun, 17 Aug 2003 16:25:37 +0000 (16:25 +0000)] 
unicode wxMac CW fixes

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

21 years agoAdded OS/2 to the list of platforms known to AC_BAKEFILE_SHARED_LD.
Stefan Neis [Sun, 17 Aug 2003 15:29:00 +0000 (15:29 +0000)] 
Added OS/2 to the list of platforms known to AC_BAKEFILE_SHARED_LD.
  (Although it should not be needed since I always build static libs on OS/2?)

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

21 years agoPeter Lenhard's WinCE DoDraw[Elliptic]Arc additions: the WinCE-specific
Julian Smart [Sun, 17 Aug 2003 15:14:38 +0000 (15:14 +0000)] 
Peter Lenhard's WinCE DoDraw[Elliptic]Arc additions: the WinCE-specific
calling code

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

21 years agomore visible banner after installation
Václav Slavík [Sun, 17 Aug 2003 15:07:58 +0000 (15:07 +0000)] 
more visible banner after installation

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

21 years agoUnicode compilation fixes
Václav Slavík [Sun, 17 Aug 2003 15:00:46 +0000 (15:00 +0000)] 
Unicode compilation fixes

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

21 years agoUnicode compilation fixes
Václav Slavík [Sun, 17 Aug 2003 14:55:33 +0000 (14:55 +0000)] 
Unicode compilation fixes

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

21 years agoAdded some special code to make generated configure script OS/2 compatible
Stefan Neis [Sun, 17 Aug 2003 14:53:27 +0000 (14:53 +0000)] 
Added some special code to make generated configure script OS/2 compatible
        no matter what platform it is generated on.

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

21 years agoRemoved redundant DSPs
Julian Smart [Sun, 17 Aug 2003 13:55:44 +0000 (13:55 +0000)] 
Removed redundant DSPs
Fixed default size of splitter in splittree sample

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

21 years agoremoved --enable-compat20
Václav Slavík [Sun, 17 Aug 2003 13:14:44 +0000 (13:14 +0000)] 
removed --enable-compat20

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

21 years agoremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
Václav Slavík [Sun, 17 Aug 2003 12:50:53 +0000 (12:50 +0000)] 
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2

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

21 years agonetutils code is MSW-only
Václav Slavík [Sun, 17 Aug 2003 12:48:18 +0000 (12:48 +0000)] 
netutils code is MSW-only

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

21 years agounicode wxMac CW fixes
Stefan Csomor [Sun, 17 Aug 2003 12:00:28 +0000 (12:00 +0000)] 
unicode wxMac CW fixes

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

21 years agodon't test for Flex and Yacc, we don't use them anymore (contrib/deprecated uses...
Václav Slavík [Sun, 17 Aug 2003 11:35:44 +0000 (11:35 +0000)] 
don't test for Flex and Yacc, we don't use them anymore (contrib/deprecated uses pregenerated versions)

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

21 years agoMisc. contrib compilation fixes
Julian Smart [Sun, 17 Aug 2003 11:31:04 +0000 (11:31 +0000)] 
Misc. contrib compilation fixes

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

21 years agoregenerated makefiles after fixing files.bkl
Václav Slavík [Sun, 17 Aug 2003 11:17:34 +0000 (11:17 +0000)] 
regenerated makefiles after fixing files.bkl

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

21 years agorestored wxBuildOptions class, for backward compatibility with wx-2.4
Václav Slavík [Sun, 17 Aug 2003 11:14:18 +0000 (11:14 +0000)] 
restored wxBuildOptions class, for backward compatibility with wx-2.4

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

21 years agoFixed compilation of OGL samples
Julian Smart [Sun, 17 Aug 2003 11:14:08 +0000 (11:14 +0000)] 
Fixed compilation of OGL samples

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

21 years agowxMutexGuiEnter/Leave didn't work because this file is compiled with wxUSE_GUI=0
Václav Slavík [Sun, 17 Aug 2003 10:59:13 +0000 (10:59 +0000)] 
wxMutexGuiEnter/Leave didn't work because this file is compiled with wxUSE_GUI=0

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

21 years agorestored changes accidentally reverted by previous commit
Václav Slavík [Sun, 17 Aug 2003 10:41:12 +0000 (10:41 +0000)] 
restored changes accidentally reverted by previous commit

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

21 years agono wxToolBarSimple
Václav Slavík [Sun, 17 Aug 2003 10:35:43 +0000 (10:35 +0000)] 
no wxToolBarSimple

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

21 years agoremoved unused wxObject::Dump
Václav Slavík [Sun, 17 Aug 2003 10:34:45 +0000 (10:34 +0000)] 
removed unused wxObject::Dump

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

21 years agohave TryValidator even if wxUSE_VALIDATORS=1, so that wxBase library can be used...
Václav Slavík [Sun, 17 Aug 2003 10:33:25 +0000 (10:33 +0000)] 
have TryValidator even if wxUSE_VALIDATORS=1, so that wxBase library can be used by GUI ports

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

21 years agobuild options signature is too long, use more lines
Václav Slavík [Sun, 17 Aug 2003 10:31:54 +0000 (10:31 +0000)] 
build options signature is too long, use more lines

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

21 years agocheck for WXWIN_COMPATIBLITY settings, they affect binary compatibility
Václav Slavík [Sun, 17 Aug 2003 10:30:46 +0000 (10:30 +0000)] 
check for WXWIN_COMPATIBLITY settings, they affect binary compatibility

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

21 years agodon't change WXWIN_COMPATIBLITY settings, it affects binary compatibility
Václav Slavík [Sun, 17 Aug 2003 10:30:15 +0000 (10:30 +0000)] 
don't change WXWIN_COMPATIBLITY settings, it affects binary compatibility

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

21 years agoMoved wxToolBarSimple to deprecated library
Julian Smart [Sun, 17 Aug 2003 10:20:08 +0000 (10:20 +0000)] 
Moved wxToolBarSimple to deprecated library

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

21 years agounicode for mac fixes
Stefan Csomor [Sun, 17 Aug 2003 07:37:06 +0000 (07:37 +0000)] 
unicode for mac fixes

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

21 years agounicode for mac fixes
Stefan Csomor [Sun, 17 Aug 2003 07:16:09 +0000 (07:16 +0000)] 
unicode for mac fixes

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

21 years agounicode for mac fixes
Stefan Csomor [Sun, 17 Aug 2003 06:38:42 +0000 (06:38 +0000)] 
unicode for mac fixes

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

21 years agoremoved unneeded #ifdef
Václav Slavík [Sat, 16 Aug 2003 22:30:54 +0000 (22:30 +0000)] 
removed unneeded #ifdef

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

21 years ago MSVC 5 compilation fixes.
Mattia Barbon [Sat, 16 Aug 2003 21:39:23 +0000 (21:39 +0000)] 
  MSVC 5 compilation fixes.

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

21 years agoadded configtool, helpview and emulator makefiles
Václav Slavík [Sat, 16 Aug 2003 21:30:16 +0000 (21:30 +0000)] 
added configtool, helpview and emulator makefiles

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

21 years agoafterstd.h is wxBase header
Václav Slavík [Sat, 16 Aug 2003 21:26:35 +0000 (21:26 +0000)] 
afterstd.h is wxBase header

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

21 years agonot used anymore
Václav Slavík [Sat, 16 Aug 2003 21:26:05 +0000 (21:26 +0000)] 
not used anymore

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

21 years agoremoved old bc++ makefiles
Václav Slavík [Sat, 16 Aug 2003 21:22:26 +0000 (21:22 +0000)] 
removed old bc++ makefiles

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

21 years agoODBC library is built when wxUSE_GUI=0, too
Václav Slavík [Sat, 16 Aug 2003 19:54:59 +0000 (19:54 +0000)] 
ODBC library is built when wxUSE_GUI=0, too

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

21 years agoODBC is part of wxBase now
Václav Slavík [Sat, 16 Aug 2003 19:08:27 +0000 (19:08 +0000)] 
ODBC is part of wxBase now

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

21 years agounicode for mac fixes
Stefan Csomor [Sat, 16 Aug 2003 16:46:24 +0000 (16:46 +0000)] 
unicode for mac fixes

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

21 years agounicode for mac fixes
Stefan Csomor [Sat, 16 Aug 2003 16:46:23 +0000 (16:46 +0000)] 
unicode for mac fixes

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

21 years agocorrected include for __WXMAC__
Stefan Csomor [Sat, 16 Aug 2003 16:37:01 +0000 (16:37 +0000)] 
corrected include for __WXMAC__

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

21 years agooutput -Wl,--subsystem,console for Mingw if any GUI library is used
Václav Slavík [Sat, 16 Aug 2003 16:12:31 +0000 (16:12 +0000)] 
output -Wl,--subsystem,console for Mingw if any GUI library is used

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

21 years agomoved WinMain into the application even for static build
Václav Slavík [Sat, 16 Aug 2003 15:30:25 +0000 (15:30 +0000)] 
moved WinMain into the application even for static build

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

21 years agoSome fixes for OS/2.
Stefan Neis [Sat, 16 Aug 2003 14:25:45 +0000 (14:25 +0000)] 
Some fixes for OS/2.

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

21 years agoforgot to commit some regenerated files
Václav Slavík [Sat, 16 Aug 2003 13:37:20 +0000 (13:37 +0000)] 
forgot to commit some regenerated files

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

21 years agoadded helpview bakefile
Václav Slavík [Sat, 16 Aug 2003 13:24:11 +0000 (13:24 +0000)] 
added helpview bakefile

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

21 years agotypo in assert (patch 789156)
Vadim Zeitlin [Sat, 16 Aug 2003 12:09:56 +0000 (12:09 +0000)] 
typo in assert (patch 789156)

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

21 years agofix bug with entries present in both global and local files (patch 773360)
Vadim Zeitlin [Sat, 16 Aug 2003 12:07:03 +0000 (12:07 +0000)] 
fix bug with entries present in both global and local files (patch 773360)

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

21 years agoapplied fixes for CodeWarrior compilation
Gilles Depeyrot [Sat, 16 Aug 2003 11:58:06 +0000 (11:58 +0000)] 
applied fixes for CodeWarrior compilation

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

21 years agoreSWIGged
Robin Dunn [Fri, 15 Aug 2003 23:12:27 +0000 (23:12 +0000)] 
reSWIGged

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

21 years agowxPostScriptPrinter needs wxGenericPrintDialog but it wasn't being
Robin Dunn [Fri, 15 Aug 2003 23:02:55 +0000 (23:02 +0000)] 
wxPostScriptPrinter needs wxGenericPrintDialog but it wasn't being
built on Mac

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

21 years agodon't create a multiline text control in the text editor (even not under MSW)
Vadim Zeitlin [Fri, 15 Aug 2003 22:20:33 +0000 (22:20 +0000)] 
don't create a multiline text control in the text editor (even not under MSW)

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

21 years agochange MSW libs directories so that libraries are shared by builds
Václav Slavík [Fri, 15 Aug 2003 22:08:13 +0000 (22:08 +0000)] 
change MSW libs directories so that libraries are shared by builds

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

21 years agoexpat must be added to the template, not generated wxWindows.dsp
Václav Slavík [Fri, 15 Aug 2003 21:42:52 +0000 (21:42 +0000)] 
expat must be added to the template, not generated wxWindows.dsp

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

21 years agochange MSW libs directories so that libraries are shared by builds
Václav Slavík [Fri, 15 Aug 2003 21:31:05 +0000 (21:31 +0000)] 
change MSW libs directories so that libraries are shared by builds

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

21 years agoWatcom compilation fix
Václav Slavík [Fri, 15 Aug 2003 21:23:32 +0000 (21:23 +0000)] 
Watcom compilation fix

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

21 years agoVC++ compilation fix
Václav Slavík [Fri, 15 Aug 2003 21:22:33 +0000 (21:22 +0000)] 
VC++ compilation fix

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

21 years agochange MSW libs directories so that libraries are shared by builds
Václav Slavík [Fri, 15 Aug 2003 21:20:32 +0000 (21:20 +0000)] 
change MSW libs directories so that libraries are shared by builds

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

21 years agoinclude compiler name in plugin DLL name on Windows
Václav Slavík [Fri, 15 Aug 2003 17:21:02 +0000 (17:21 +0000)] 
include compiler name in plugin DLL name on Windows

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

21 years agoMisc. corrections
Julian Smart [Fri, 15 Aug 2003 16:17:40 +0000 (16:17 +0000)] 
Misc. corrections

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

21 years agoRegenerated Makefile.in after printps.cpp changes
Julian Smart [Fri, 15 Aug 2003 14:29:49 +0000 (14:29 +0000)] 
Regenerated Makefile.in after printps.cpp changes

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

21 years agoremoved old makefiles
Václav Slavík [Fri, 15 Aug 2003 14:19:06 +0000 (14:19 +0000)] 
removed old makefiles

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

21 years agoCan now switch between PostScript and WIN32 print dialogs
Julian Smart [Fri, 15 Aug 2003 10:17:14 +0000 (10:17 +0000)] 
Can now switch between PostScript and WIN32 print dialogs
by setting the value of wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW.
Added first part of Peter Lenhard's WinCE DrawEllipticArc
implementation.

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

21 years agoPut printdc.cpp into all GUI builds because there's not a way
Julian Smart [Fri, 15 Aug 2003 10:11:41 +0000 (10:11 +0000)] 
Put printdc.cpp into all GUI builds because there's not a way
of adding it to a MSW/Univ build otherwise
Now includes PostScript and WIN32 print dialogs in MSW/Univ build,
and setup.h determines which will be used.

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

21 years agoCorrected silly recursion mistake
Julian Smart [Fri, 15 Aug 2003 09:44:52 +0000 (09:44 +0000)] 
Corrected silly recursion mistake

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

21 years agoCorrected typo
Julian Smart [Fri, 15 Aug 2003 08:43:53 +0000 (08:43 +0000)] 
Corrected typo

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