]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Thu, 24 Jul 2003 01:04:19 +0000 (01:04 +0000)]
more compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22268
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 24 Jul 2003 00:57:49 +0000 (00:57 +0000)]
Lots of changes for wxPython to start using many of the new featues in
wxWindows 2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22267
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 24 Jul 2003 00:42:29 +0000 (00:42 +0000)]
fix some warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22266
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 24 Jul 2003 00:28:34 +0000 (00:28 +0000)]
Lots of changes for wxPython to start using many of the new featues in
wxWindows 2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22265
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 23 Jul 2003 23:21:19 +0000 (23:21 +0000)]
Added missing header files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22264
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 23 Jul 2003 20:30:19 +0000 (20:30 +0000)]
Printing improvements: GetPageInfo() gets called after the DC has
been set and after OnPreparePrinting() has been called so it can
report the number of pages accurately; doesn't try to set
number of pages in print dialog, in common with other Windows apps;
wxHTML easy printing's preview shows number of pages
correctly; preview scrollbars are set correctly; keyboard navigation
improved
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22263
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 23 Jul 2003 19:26:32 +0000 (19:26 +0000)]
Remove single-argument constructor of wxHashMap::value_type.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22262
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 23 Jul 2003 19:19:06 +0000 (19:19 +0000)]
compilation fix...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22261
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 23 Jul 2003 19:06:27 +0000 (19:06 +0000)]
attempt to fix waiting for a thread in another non-main thread
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22260
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 23 Jul 2003 19:06:14 +0000 (19:06 +0000)]
Fixed memory leaks when wxUSE_STL=1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22259
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 23 Jul 2003 19:04:42 +0000 (19:04 +0000)]
various compilation/warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22258
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 23 Jul 2003 18:04:26 +0000 (18:04 +0000)]
module.h is not included by wxprec.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22257
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 23 Jul 2003 18:03:57 +0000 (18:03 +0000)]
another compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22256
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 23 Jul 2003 17:19:08 +0000 (17:19 +0000)]
compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22255
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 23 Jul 2003 17:13:20 +0000 (17:13 +0000)]
wxUSE_XML
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22254
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 23 Jul 2003 16:55:28 +0000 (16:55 +0000)]
return sensible (fake) values for DBCS query methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22253
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 23 Jul 2003 14:49:37 +0000 (14:49 +0000)]
fix warning on watcom
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22252
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 23 Jul 2003 14:43:13 +0000 (14:43 +0000)]
including header once is enough
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22251
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 23 Jul 2003 14:05:45 +0000 (14:05 +0000)]
(blind) fix for mingw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22250
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 23 Jul 2003 12:48:11 +0000 (12:48 +0000)]
fixed completely broken CheckForTransparency()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22249
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Jul 2003 23:50:38 +0000 (23:50 +0000)]
fixed wxSTAY_ON_TOP for the dialogs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22248
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Jul 2003 23:35:20 +0000 (23:35 +0000)]
failed attempts to implement native GTK look for the splitter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22247
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Jul 2003 22:12:32 +0000 (22:12 +0000)]
restore some of the styles; added support for splitters without border/sash to generic renderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22245
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Jul 2003 21:50:05 +0000 (21:50 +0000)]
more warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22244
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 22 Jul 2003 19:39:49 +0000 (19:39 +0000)]
fixes to setup_h rule
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22243
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Jul 2003 19:35:46 +0000 (19:35 +0000)]
wxAutomationObject is not VC++-only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22242
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 22 Jul 2003 17:40:52 +0000 (17:40 +0000)]
wxCocoa: Added preliminary Blit support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22241
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 22 Jul 2003 16:47:33 +0000 (16:47 +0000)]
Applied patch [ 774886 ] wxnotebook bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22240
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 22 Jul 2003 16:41:36 +0000 (16:41 +0000)]
Sorted out misc/oglmisc mess
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22239
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 22 Jul 2003 16:15:49 +0000 (16:15 +0000)]
Applied patch [ 774837 ] OGL wxLineShape::HitTest: smaller region
Also fixed .dsp file to reflect oglmisc.cpp name
Fixed some warnings
Added test for wxUSE_PROLOGIO
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22237
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 22 Jul 2003 13:03:24 +0000 (13:03 +0000)]
fixes to dependency problems in win32 makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22236
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 22 Jul 2003 13:02:13 +0000 (13:02 +0000)]
Added NSImage definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22235
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 22 Jul 2003 12:43:40 +0000 (12:43 +0000)]
msvc compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22234
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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