Mattia Barbon
|
044bbeb0b7
|
Fix (correct) warning about potentially uninitialized variables.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-02 15:39:01 +00:00 |
|
Mattia Barbon
|
094112e92e
|
Compilation fix for wxUSE_STL==1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-02 15:37:49 +00:00 |
|
Vadim Zeitlin
|
4cc6a9db04
|
compilation fix for VC++ statis MT build with wxUSE_STL==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-01 12:17:29 +00:00 |
|
Vadim Zeitlin
|
9c72ebec90
|
don't show hidden child frames when the parent is restored
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-01 09:28:44 +00:00 |
|
Václav Slavík
|
0dd6c07178
|
add upper-case extensions to fallbac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-31 19:51:03 +00:00 |
|
Václav Slavík
|
89d38f8c3a
|
added resolution option to JPEG handler (patch #833234)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-31 15:58:58 +00:00 |
|
Václav Slavík
|
1a97976a45
|
don't use deprecated symbols
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-31 15:16:25 +00:00 |
|
Vadim Zeitlin
|
1074721428
|
removed InitBase()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-31 14:11:41 +00:00 |
|
Robin Dunn
|
39c0acb666
|
Patch #826420, and also adapted to new SWIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-31 01:12:25 +00:00 |
|
Vadim Zeitlin
|
727953356d
|
removed calls to wxWindowBase::InitBase(), it is called from the ctor anyhow (and so was called twice)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-30 23:08:39 +00:00 |
|
Vadim Zeitlin
|
5031200a24
|
added missing _T()s in wxLogTraces
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-30 22:15:57 +00:00 |
|
Vadim Zeitlin
|
cc322b2cd5
|
changed case of the cursor names to be consistent with wx.rc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-29 22:44:44 +00:00 |
|
Robin Dunn
|
863e83fa43
|
Fixed compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-29 02:42:29 +00:00 |
|
Vadim Zeitlin
|
86a7257f11
|
don't give error msg when deleting non existing keys neither (part of patch 830049)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-28 10:55:05 +00:00 |
|
Vadim Zeitlin
|
45df080916
|
really applied Robert's patch (and not the converse of it)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-27 21:41:53 +00:00 |
|
Stefan Neis
|
0b483d6eef
|
Initialize m_lNumRects to avoid core dumps if GpiQueryRegionRects fails.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-27 08:04:25 +00:00 |
|
Stefan Neis
|
72a0a2de1e
|
Fixed update rectangle passed to WinInvalidateRect in wxWindowOS2::Refresh().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-26 16:11:20 +00:00 |
|
Vadim Zeitlin
|
c547282d5e
|
use iconv() for wxCSConv constructed from a wxFontEncoding; don't use wxFontMapper unless really needed; when it is used, don't use it interactively
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-24 21:50:00 +00:00 |
|
Vadim Zeitlin
|
a3f7fa6267
|
compilation fix for some Unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-24 20:12:07 +00:00 |
|
Václav Slavík
|
246428310e
|
fixed iso-8859-1 handling to report failures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-24 19:25:48 +00:00 |
|
Václav Slavík
|
c7c0629157
|
fixed crash if szLocale==NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-24 09:32:29 +00:00 |
|
Mattia Barbon
|
b2b9de21cb
|
Make both GCC and MSVC 5 happy.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-23 21:58:22 +00:00 |
|
Mattia Barbon
|
c0a83c519b
|
Suboptimal wxColour::CreateByName implementation for wxMotif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-23 21:49:44 +00:00 |
|
Vadim Zeitlin
|
07e9d4f0ed
|
don't refresh the font unnecessarily (patch from Robert Vazan)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-23 16:48:45 +00:00 |
|
Vadim Zeitlin
|
94a09ea5d3
|
don't crash on startup (fix for last change)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-23 12:09:04 +00:00 |
|
Vadim Zeitlin
|
a182a91391
|
removed a printf()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-23 11:28:36 +00:00 |
|
Vadim Zeitlin
|
93b79b6b57
|
don't append spaces to all arguments in ConvertStringToArgs()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-22 21:40:04 +00:00 |
|
Mattia Barbon
|
63407846da
|
Fixed condition not to be always false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-22 20:30:59 +00:00 |
|
Stefan Csomor
|
be6628ce35
|
string conversion bug fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-22 17:10:20 +00:00 |
|
Stefan Csomor
|
46e2a2e7f6
|
fix for unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-22 17:08:54 +00:00 |
|
Vadim Zeitlin
|
4e9d23cdae
|
account for parent area origin when creating controls and windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-22 08:43:28 +00:00 |
|
Vadim Zeitlin
|
e4bfb5c0cd
|
removed duplicate yellow green from colour database
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-22 07:49:45 +00:00 |
|
Vadim Zeitlin
|
c1ef87c33d
|
don't allocate system fonts/colours dynamically
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-21 23:30:03 +00:00 |
|
Vadim Zeitlin
|
f49d731fd4
|
fix for wxDateTime::SetToYearDay(last month day) (bug 816065)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-21 23:00:37 +00:00 |
|
Vadim Zeitlin
|
034742fcd6
|
fix for mistakenly prepending slash to the filenames without paths (bug introduced by last check in)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-21 22:45:28 +00:00 |
|
Vadim Zeitlin
|
2a36ad637f
|
generate trace messages with dialup mask so that they're not shown by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-21 21:34:56 +00:00 |
|
Gilles Depeyrot
|
33f39af3b0
|
applied SF patch # 826838 to fix removal of -psn_* command line argument
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-21 20:22:34 +00:00 |
|
Vadim Zeitlin
|
289307fa14
|
free the DIB for raw bitmaps even if they don't use alpha channel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-21 12:51:50 +00:00 |
|
Stefan Csomor
|
2c4c398782
|
VC6 template fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-19 13:41:33 +00:00 |
|
Mattia Barbon
|
728b21e56c
|
MSVC 5 compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-19 09:10:20 +00:00 |
|
Vadim Zeitlin
|
564a150b1f
|
replaced all occurences of wxColourDatabase::FindColour() with Find(); minor code cleanup here and there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-18 23:51:01 +00:00 |
|
Vadim Zeitlin
|
45bbbc5430
|
use #if WXWIN_COMPAT and not #ifdef (patch 826160)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-18 23:22:11 +00:00 |
|
Vadim Zeitlin
|
f75aecd00f
|
use wxColourDatabase::Find() instead of deprecated FindColour(); some minor code cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-18 23:20:13 +00:00 |
|
Robert Roebling
|
f9ebac93e7
|
Further corrections to bitmap and blit code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-18 19:23:19 +00:00 |
|
Stefan Csomor
|
05fa251a2f
|
adjusting to changes in xti.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-17 19:53:19 +00:00 |
|
Vadim Zeitlin
|
4e6b83091a
|
added CreateByName(), use it in wxColourDatabase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-17 17:39:28 +00:00 |
|
Robert Roebling
|
551b5391ae
|
\
Updated bitmap blitting code as per 2_4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-17 14:28:52 +00:00 |
|
Vadim Zeitlin
|
c50f92d08c
|
fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find() and AddColour(const wxColour&) methods to avoid such problems in the future
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-16 17:42:31 +00:00 |
|
Vadim Zeitlin
|
c0db962623
|
made wxRTTI macros namespace-friendly (patch 799434)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-16 11:33:46 +00:00 |
|
Vadim Zeitlin
|
311ccb86e4
|
compilation fix for Watcom (part of patch 813225)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-16 11:23:07 +00:00 |
|