wxWidgets.git
21 years agoWatcom compilation fix
Václav Slavík [Tue, 22 Jul 2003 12:11:35 +0000 (12:11 +0000)] 
Watcom compilation fix

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

21 years agomultilib mode compilation fix
Václav Slavík [Tue, 22 Jul 2003 11:50:40 +0000 (11:50 +0000)] 
multilib mode compilation fix

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

21 years agoexpat compilation fix for win32
Václav Slavík [Tue, 22 Jul 2003 11:37:40 +0000 (11:37 +0000)] 
expat compilation fix for win32

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

21 years agocompilation fixes for Vadim's changes and Borland C++
Václav Slavík [Tue, 22 Jul 2003 11:13:50 +0000 (11:13 +0000)] 
compilation fixes for Vadim's changes and Borland C++

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

21 years ago Applied pop menu patch.
Robert Roebling [Tue, 22 Jul 2003 09:01:49 +0000 (09:01 +0000)] 
  Applied pop menu patch.
  Applied font util patch for better font matching under GTK 1.2

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

21 years agoborland does not like ; at end of macros
Chris Elliott [Tue, 22 Jul 2003 09:01:02 +0000 (09:01 +0000)] 
borland does not like ; at end of macros

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

21 years agodon't sort filenames returned from the dialog
Vadim Zeitlin [Tue, 22 Jul 2003 01:47:16 +0000 (01:47 +0000)] 
don't sort filenames returned from the dialog

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

21 years agomore warning fixes; removed references to wxToolBarBase from wxRTTI
Vadim Zeitlin [Tue, 22 Jul 2003 01:42:41 +0000 (01:42 +0000)] 
more warning fixes; removed references to wxToolBarBase from wxRTTI

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

21 years agoCompile fixes
Robin Dunn [Tue, 22 Jul 2003 01:10:04 +0000 (01:10 +0000)] 
Compile fixes

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

21 years agoPatch #775355 Unicode fix for STC
Robin Dunn [Tue, 22 Jul 2003 01:00:16 +0000 (01:00 +0000)] 
Patch #775355   Unicode fix for STC

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

21 years agoundisable many warnings for VC++ in defs.h and fixed several thousands of them in...
Vadim Zeitlin [Tue, 22 Jul 2003 00:24:07 +0000 (00:24 +0000)] 
undisable many warnings for VC++ in defs.h and fixed several thousands of them in the sources

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

21 years agosuppress warning about not being able to generate copy ctor/operator=()
Vadim Zeitlin [Mon, 21 Jul 2003 23:16:57 +0000 (23:16 +0000)] 
suppress warning about not being able to generate copy ctor/operator=()

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

21 years agomust derive from wxDC, not wxDCBase
Vadim Zeitlin [Mon, 21 Jul 2003 23:13:34 +0000 (23:13 +0000)] 
must derive from wxDC, not wxDCBase

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

21 years agoadded default parameters to wxBrush/wxPen ctors
Vadim Zeitlin [Mon, 21 Jul 2003 23:13:15 +0000 (23:13 +0000)] 
added default parameters to wxBrush/wxPen ctors

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

21 years agovirtualized splitter drawing; removed/deprecated some styles and moved others from...
Vadim Zeitlin [Mon, 21 Jul 2003 23:12:17 +0000 (23:12 +0000)] 
virtualized splitter drawing; removed/deprecated some styles and moved others from wx/defs.h; eliminated flicker

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

21 years agoexpand wildcards on windows (patch #773160)
Václav Slavík [Mon, 21 Jul 2003 22:23:09 +0000 (22:23 +0000)] 
expand wildcards on windows (patch #773160)

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

21 years agodetect broken expat.h
Václav Slavík [Mon, 21 Jul 2003 22:18:06 +0000 (22:18 +0000)] 
detect broken expat.h

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

21 years agoinstall resource files with wxMSW
Václav Slavík [Mon, 21 Jul 2003 21:53:58 +0000 (21:53 +0000)] 
install resource files with wxMSW

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

21 years agodcmemory.cpp is now dcmemory.mm
David Elliott [Mon, 21 Jul 2003 20:57:32 +0000 (20:57 +0000)] 
dcmemory.cpp is now dcmemory.mm

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

21 years agowxCocoa: Preliminary wxMemoryDC implementation
David Elliott [Mon, 21 Jul 2003 20:55:50 +0000 (20:55 +0000)] 
wxCocoa: Preliminary wxMemoryDC implementation

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

21 years agogave default parameters for wxBrush() ctor from wxColour (this is what is used in...
Vadim Zeitlin [Mon, 21 Jul 2003 20:48:08 +0000 (20:48 +0000)] 
gave default parameters for wxBrush() ctor from wxColour (this is what is used in 99 of cases...)

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

21 years agogave default parameters for wxBrush() ctor from wxColour (this is what is used in...
Vadim Zeitlin [Mon, 21 Jul 2003 20:41:48 +0000 (20:41 +0000)] 
gave default parameters for wxBrush() ctor from wxColour (this is what is used in 99 of cases...)

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

21 years ago wxX11 and wxMotif STL-ification, part 1. it does not compile.
Mattia Barbon [Mon, 21 Jul 2003 20:00:38 +0000 (20:00 +0000)] 
  wxX11 and wxMotif STL-ification, part 1. it does not compile.
yet, but keeps the diff between my local copy and HEAD < 4000
lines...

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

21 years ago Compilation fixes for wxUSE_STL=1 and for
Mattia Barbon [Mon, 21 Jul 2003 19:55:46 +0000 (19:55 +0000)] 
  Compilation fixes for wxUSE_STL=1 and for
WXWIN_COMPATIBILITY_2_4=0.

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

21 years agogave default parameters for wxPen() ctor from wxColour (this is what is used in 99...
Vadim Zeitlin [Mon, 21 Jul 2003 19:39:34 +0000 (19:39 +0000)] 
gave default parameters for wxPen() ctor from wxColour (this is what is used in 99 of cases...)

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

21 years agoadded wxMirrorDC
Vadim Zeitlin [Mon, 21 Jul 2003 19:15:17 +0000 (19:15 +0000)] 
added wxMirrorDC

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

21 years agofixed inclusion of expat include dir
Václav Slavík [Mon, 21 Jul 2003 18:58:58 +0000 (18:58 +0000)] 
fixed inclusion of expat include dir

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

21 years agoDon't depend on wx/dcmemory.h to include wx/dcclient.h for wxPaintDC
David Elliott [Mon, 21 Jul 2003 18:57:04 +0000 (18:57 +0000)] 
Don't depend on wx/dcmemory.h to include wx/dcclient.h for wxPaintDC

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

21 years agofixed inclusion of expat include dir
Václav Slavík [Mon, 21 Jul 2003 18:45:53 +0000 (18:45 +0000)] 
fixed inclusion of expat include dir

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

21 years agoapplied Mandrake patch to expat, fixes compilation
Václav Slavík [Mon, 21 Jul 2003 18:33:53 +0000 (18:33 +0000)] 
applied Mandrake patch to expat, fixes compilation

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

21 years agoImplemented wxDC stack with focus locking and unlocking
David Elliott [Mon, 21 Jul 2003 17:06:02 +0000 (17:06 +0000)] 
Implemented wxDC stack with focus locking and unlocking
Implemented wxClientDC

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

21 years agoRemove CR at end of each line (had been checked in as DOS on UNIX)
David Elliott [Mon, 21 Jul 2003 15:52:02 +0000 (15:52 +0000)] 
Remove CR at end of each line (had been checked in as DOS on UNIX)

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

21 years agocompilation fix for VC6
Vadim Zeitlin [Mon, 21 Jul 2003 13:04:58 +0000 (13:04 +0000)] 
compilation fix for VC6

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

21 years agoonly define operator bool() if operator long() is not defined
Vadim Zeitlin [Mon, 21 Jul 2003 13:03:33 +0000 (13:03 +0000)] 
only define operator bool() if operator long() is not defined

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

21 years agono real changes; just reformatting
Vadim Zeitlin [Mon, 21 Jul 2003 12:30:47 +0000 (12:30 +0000)] 
no real changes; just reformatting

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

21 years agoinitialize ICONINFO to avoid Purify warnings
Vadim Zeitlin [Mon, 21 Jul 2003 12:30:30 +0000 (12:30 +0000)] 
initialize ICONINFO to avoid Purify warnings

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

21 years agobitmaps of size 0 shouldn't be valid
Vadim Zeitlin [Mon, 21 Jul 2003 12:28:48 +0000 (12:28 +0000)] 
bitmaps of size 0 shouldn't be valid

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

21 years agoload any files, not only XPMs, in wxIcon(wxIconLocation)
Vadim Zeitlin [Mon, 21 Jul 2003 12:21:22 +0000 (12:21 +0000)] 
load any files, not only XPMs, in wxIcon(wxIconLocation)

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

21 years agocompilation fix
Vadim Zeitlin [Mon, 21 Jul 2003 11:58:53 +0000 (11:58 +0000)] 
compilation fix

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

21 years ago Compilaton fixes.
Mattia Barbon [Mon, 21 Jul 2003 10:01:56 +0000 (10:01 +0000)] 
  Compilaton fixes.

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

21 years ago Use wxStringBuffer[Length] instead of explicit calls to
Mattia Barbon [Mon, 21 Jul 2003 09:41:26 +0000 (09:41 +0000)] 
  Use wxStringBuffer[Length] instead of explicit calls to
wxString::get/UngetWriteBuffer.

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

21 years agoicon location may contain , so added GetIcon() overload taking MessageParameters
Vadim Zeitlin [Mon, 21 Jul 2003 01:13:18 +0000 (01:13 +0000)] 
icon location may contain , so added GetIcon() overload taking MessageParameters

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

21 years agoAdded bitmap drawing support
David Elliott [Mon, 21 Jul 2003 00:29:04 +0000 (00:29 +0000)] 
Added bitmap drawing support

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

21 years agowxCocoa: Added preliminary wxBitmap support
David Elliott [Mon, 21 Jul 2003 00:27:32 +0000 (00:27 +0000)] 
wxCocoa: Added preliminary wxBitmap support

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

21 years agoRemove wxBitmapHandler code
David Elliott [Mon, 21 Jul 2003 00:08:47 +0000 (00:08 +0000)] 
Remove wxBitmapHandler code

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

21 years agowxCursorRefData inherits from wxObjectRefData instead of wxBitmapRefData
David Elliott [Mon, 21 Jul 2003 00:07:58 +0000 (00:07 +0000)] 
wxCursorRefData inherits from wxObjectRefData instead of wxBitmapRefData

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

21 years agoAdded NSBitmapImageRep
David Elliott [Mon, 21 Jul 2003 00:05:16 +0000 (00:05 +0000)] 
Added NSBitmapImageRep

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

21 years agoAdded a resource for Smartphone menubar
Julian Smart [Sun, 20 Jul 2003 22:59:09 +0000 (22:59 +0000)] 
Added a resource for Smartphone menubar

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

21 years agoQuit item = wxID_EXIT in case we use standard ids in resources
Julian Smart [Sun, 20 Jul 2003 22:58:05 +0000 (22:58 +0000)] 
Quit item = wxID_EXIT in case we use standard ids in resources
Minimal sample frame style suits Smartphone and Pocket PC now

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

21 years agoNo significant change
Julian Smart [Sun, 20 Jul 2003 22:56:10 +0000 (22:56 +0000)] 
No significant change

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

21 years agoLoad Smartphone-specific dummy menu
Julian Smart [Sun, 20 Jul 2003 22:54:34 +0000 (22:54 +0000)] 
Load Smartphone-specific dummy menu
Unfortunately you can't change it, yet

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

21 years agofixes for win32
Václav Slavík [Sun, 20 Jul 2003 22:43:31 +0000 (22:43 +0000)] 
fixes for win32

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

21 years agoXML library moved to the core
Václav Slavík [Sun, 20 Jul 2003 22:15:32 +0000 (22:15 +0000)] 
XML library moved to the core

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

21 years agomoved XML classes to the core
Václav Slavík [Sun, 20 Jul 2003 22:12:55 +0000 (22:12 +0000)] 
moved XML classes to the core

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

21 years agoremoved old expat
Václav Slavík [Sun, 20 Jul 2003 22:06:35 +0000 (22:06 +0000)] 
removed old expat

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

21 years agomoved XML classes to the core
Václav Slavík [Sun, 20 Jul 2003 22:04:57 +0000 (22:04 +0000)] 
moved XML classes to the core

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

21 years agoadded expat and XML libraries
Václav Slavík [Sun, 20 Jul 2003 22:00:40 +0000 (22:00 +0000)] 
added expat and XML libraries

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

21 years agoadded contrib makefiles
Václav Slavík [Sun, 20 Jul 2003 21:55:50 +0000 (21:55 +0000)] 
added contrib makefiles

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

21 years agomoved XML classes to the core
Václav Slavík [Sun, 20 Jul 2003 21:50:39 +0000 (21:50 +0000)] 
moved XML classes to the core

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

21 years agomoved XML classes to the core
Václav Slavík [Sun, 20 Jul 2003 21:37:03 +0000 (21:37 +0000)] 
moved XML classes to the core

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

21 years agofix for bug introduced in GetNextChild() yesterday
Vadim Zeitlin [Sun, 20 Jul 2003 20:52:32 +0000 (20:52 +0000)] 
fix for bug introduced in GetNextChild() yesterday

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

21 years agoadded sizers support; allow resizeable wizards (Robert Vazan)
Vadim Zeitlin [Sun, 20 Jul 2003 20:48:52 +0000 (20:48 +0000)] 
added sizers support; allow resizeable wizards (Robert Vazan)

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

21 years agocompilation fix
Václav Slavík [Sun, 20 Jul 2003 20:39:35 +0000 (20:39 +0000)] 
compilation fix

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

21 years agocompilation fix
Vadim Zeitlin [Sun, 20 Jul 2003 20:22:26 +0000 (20:22 +0000)] 
compilation fix

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

21 years agoadded wxSize::IncTo/DecTo
Vadim Zeitlin [Sun, 20 Jul 2003 20:04:22 +0000 (20:04 +0000)] 
added wxSize::IncTo/DecTo

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

21 years ago(incomplete) compilation fix
Václav Slavík [Sun, 20 Jul 2003 20:03:29 +0000 (20:03 +0000)] 
(incomplete) compilation fix

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

21 years agoadded \arg macro
Vadim Zeitlin [Sun, 20 Jul 2003 20:02:56 +0000 (20:02 +0000)] 
added \arg macro

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

21 years agoremoved old makefile
Václav Slavík [Sun, 20 Jul 2003 19:37:35 +0000 (19:37 +0000)] 
removed old makefile

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

21 years ago Always initialize variable.
Mattia Barbon [Sun, 20 Jul 2003 19:33:56 +0000 (19:33 +0000)] 
  Always initialize variable.

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

21 years ago Compilation fix for !WXWIN_COMPATIBILITY_2_4.
Mattia Barbon [Sun, 20 Jul 2003 19:32:44 +0000 (19:32 +0000)] 
  Compilation fix for !WXWIN_COMPATIBILITY_2_4.

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

21 years ago wxUSE_STL=1 compilation fix.
Mattia Barbon [Sun, 20 Jul 2003 19:29:30 +0000 (19:29 +0000)] 
  wxUSE_STL=1 compilation fix.

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

21 years ago Bakefile fix.
Mattia Barbon [Sun, 20 Jul 2003 19:28:36 +0000 (19:28 +0000)] 
  Bakefile fix.

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

21 years ago Compilation fixes for !WXWIN_COMPATIBILITY_2_4.
Mattia Barbon [Sun, 20 Jul 2003 19:27:14 +0000 (19:27 +0000)] 
  Compilation fixes for !WXWIN_COMPATIBILITY_2_4.

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

21 years ago'-' and '+' icons were reversed
Vadim Zeitlin [Sun, 20 Jul 2003 18:59:36 +0000 (18:59 +0000)] 
'-' and '+' icons were reversed

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

21 years agomore compilation fixes
Vadim Zeitlin [Sun, 20 Jul 2003 18:54:10 +0000 (18:54 +0000)] 
more compilation fixes

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

21 years agoadded library target to regen only lib makefiles
Václav Slavík [Sun, 20 Jul 2003 18:47:55 +0000 (18:47 +0000)] 
added library target to regen only lib makefiles

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

21 years agofixed suppressing of wxFontMapper questions which was broken by GUI/base separation...
Vadim Zeitlin [Sun, 20 Jul 2003 18:40:24 +0000 (18:40 +0000)] 
fixed suppressing of wxFontMapper questions which was broken by GUI/base separation changes

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

21 years agocompilation fixes
Vadim Zeitlin [Sun, 20 Jul 2003 18:29:21 +0000 (18:29 +0000)] 
compilation fixes

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

21 years agoadded renderer.h/.cpp
Vadim Zeitlin [Sun, 20 Jul 2003 18:09:21 +0000 (18:09 +0000)] 
added renderer.h/.cpp

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

21 years agorebaked after adding renderer.h/.cpp
Vadim Zeitlin [Sun, 20 Jul 2003 18:08:13 +0000 (18:08 +0000)] 
rebaked after adding renderer.h/.cpp

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

21 years agoadded wxRendererNative to be used by the generic controls for rendering platfomr...
Vadim Zeitlin [Sun, 20 Jul 2003 17:52:26 +0000 (17:52 +0000)] 
added wxRendererNative to be used by the generic controls for rendering platfomr-specific parts

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

21 years agofixed /Mxx flag when using static RTL
Václav Slavík [Sun, 20 Jul 2003 17:37:15 +0000 (17:37 +0000)] 
fixed /Mxx flag when using static RTL

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

21 years agofixed loading of icons from MIME types
Vadim Zeitlin [Sun, 20 Jul 2003 17:21:15 +0000 (17:21 +0000)] 
fixed loading of icons from MIME types

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

21 years agofiles.lst files are no longer used
Václav Slavík [Sun, 20 Jul 2003 16:38:30 +0000 (16:38 +0000)] 
files.lst files are no longer used

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

21 years agoInitial revision
Václav Slavík [Sun, 20 Jul 2003 16:22:55 +0000 (16:22 +0000)] 
Initial revision

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

21 years agowarning fix
Vadim Zeitlin [Sun, 20 Jul 2003 14:05:48 +0000 (14:05 +0000)] 
warning fix

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

21 years agofixes for deprecated warnings
Vadim Zeitlin [Sun, 20 Jul 2003 14:01:00 +0000 (14:01 +0000)] 
fixes for deprecated warnings

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

21 years agofixed import lib creation with gcc
Václav Slavík [Sun, 20 Jul 2003 12:20:25 +0000 (12:20 +0000)] 
fixed import lib creation with gcc

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

21 years agotest undividable words
Václav Slavík [Sun, 20 Jul 2003 12:13:52 +0000 (12:13 +0000)] 
test undividable words

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

21 years agoprevent IsDialogMessage() from hanging in yet another case
Vadim Zeitlin [Sun, 20 Jul 2003 11:56:39 +0000 (11:56 +0000)] 
prevent IsDialogMessage() from hanging in yet another case

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

21 years agoreverted gdk_fontset_load() change
Vadim Zeitlin [Sun, 20 Jul 2003 11:53:37 +0000 (11:53 +0000)] 
reverted gdk_fontset_load() change

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

21 years agodon't disable MDI for Cocoa finally
Vadim Zeitlin [Sun, 20 Jul 2003 01:25:56 +0000 (01:25 +0000)] 
don't disable MDI for Cocoa finally

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

21 years agoanother attempt to open files via DDE corrctly: try Request() first, *then* Execute()
Vadim Zeitlin [Sun, 20 Jul 2003 00:35:49 +0000 (00:35 +0000)] 
another attempt to open files via DDE corrctly: try Request() first, *then* Execute()

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

21 years agoA new set of baked makefiles
Robin Dunn [Sun, 20 Jul 2003 00:06:37 +0000 (00:06 +0000)] 
A new set of baked makefiles

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

21 years agomention wxTreeItemId change
Vadim Zeitlin [Sat, 19 Jul 2003 23:13:30 +0000 (23:13 +0000)] 
mention wxTreeItemId change

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

21 years agomade wx[Array]TreeItemId[s] more backwards compatible
Vadim Zeitlin [Sat, 19 Jul 2003 23:12:33 +0000 (23:12 +0000)] 
made wx[Array]TreeItemId[s] more backwards compatible

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

21 years ago wxUSE_STL=1 compilation fixes.
Mattia Barbon [Sat, 19 Jul 2003 22:42:12 +0000 (22:42 +0000)] 
  wxUSE_STL=1 compilation fixes.

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

21 years ago Fix use of deprecated wxList/Node methods.
Mattia Barbon [Sat, 19 Jul 2003 22:10:19 +0000 (22:10 +0000)] 
  Fix use of deprecated wxList/Node methods.

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

21 years ago Don't #include Motif headers from src/x11/glcanvas.cpp.
Mattia Barbon [Sat, 19 Jul 2003 22:07:15 +0000 (22:07 +0000)] 
  Don't #include Motif headers from src/x11/glcanvas.cpp.
  prepare for using src/x11/glcanvas.cpp for wxMotif.

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

21 years ago Remove commented-out code.
Mattia Barbon [Sat, 19 Jul 2003 22:04:23 +0000 (22:04 +0000)] 
  Remove commented-out code.

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