wxWidgets.git
19 years agosupport filenames with empty extension (foo.) (bug 1078200)
Vadim Zeitlin [Mon, 28 Feb 2005 00:18:37 +0000 (00:18 +0000)] 
support filenames with empty extension (foo.) (bug 1078200)

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

19 years agofixed last commit to not break ToString() for negative numbers but still fix it for...
Vadim Zeitlin [Mon, 28 Feb 2005 00:13:38 +0000 (00:13 +0000)] 
fixed last commit to not break ToString() for negative numbers but still fix it for wxLongLong(LONG_MIN, 0) for which Negate() doesn't work

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

19 years agoDetect SIZEOF_WCHAR_T when cross-compiling
Michael Wetherell [Sun, 27 Feb 2005 23:18:33 +0000 (23:18 +0000)] 
Detect SIZEOF_WCHAR_T when cross-compiling

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

19 years agofixed ToString() for negative long longs (bug 1101426)
Vadim Zeitlin [Sun, 27 Feb 2005 23:08:13 +0000 (23:08 +0000)] 
fixed ToString() for negative long longs (bug 1101426)

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

19 years agoGTK+ headers aren't needed anymore
Václav Slavík [Sun, 27 Feb 2005 21:55:26 +0000 (21:55 +0000)] 
GTK+ headers aren't needed anymore

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

19 years agono_rtti fix was not having correct eval order
Stefan Csomor [Sun, 27 Feb 2005 20:49:59 +0000 (20:49 +0000)] 
no_rtti fix was not having correct eval order

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

19 years agoMove wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW out of the common section in
Michael Wetherell [Sun, 27 Feb 2005 20:31:24 +0000 (20:31 +0000)] 
Move wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW out of the common section in
setup_inc.h to tackle the problem raised by patch 1152046.

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

19 years agoguard for 10.2
Stefan Csomor [Sun, 27 Feb 2005 19:31:10 +0000 (19:31 +0000)] 
guard for 10.2

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

19 years ago The position (mouse pos) returned by wxKeyEvent sometimes
Robert Roebling [Sun, 27 Feb 2005 17:47:57 +0000 (17:47 +0000)] 
  The position (mouse pos) returned by wxKeyEvent sometimes
    was wrong, as it reported the position relative to the
    TLW (this is what a bug report claims, in any case).

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

19 years agoold style casts for no-rtti builds
Stefan Csomor [Sun, 27 Feb 2005 17:01:16 +0000 (17:01 +0000)] 
old style casts for no-rtti builds

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

19 years agofurther resized icons to 16*15 (still patch 1151163)
Vadim Zeitlin [Sun, 27 Feb 2005 16:42:51 +0000 (16:42 +0000)] 
further resized icons to 16*15 (still patch 1151163)

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

19 years agoset WS_GROUP on the first button in the group, fixes hangs inside native radiobox...
Vadim Zeitlin [Sun, 27 Feb 2005 16:39:56 +0000 (16:39 +0000)] 
set WS_GROUP on the first button in the group, fixes hangs inside native radiobox code (bug 1091714)

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

19 years ago SetLabel() no longer invalidates the font which
Robert Roebling [Sun, 27 Feb 2005 16:35:30 +0000 (16:35 +0000)] 
  SetLabel() no longer invalidates the font which
    was previously set.

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

19 years agorefersh after changing the image (patch 1151163)
Vadim Zeitlin [Sun, 27 Feb 2005 15:58:34 +0000 (15:58 +0000)] 
refersh after changing the image (patch 1151163)

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

19 years agocropped icons to 16*16 (patch 1151163)
Vadim Zeitlin [Sun, 27 Feb 2005 15:57:19 +0000 (15:57 +0000)] 
cropped icons to 16*16 (patch 1151163)

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

19 years agoadded default ctor and fixed copying of wxFileData (patch 1149384)
Vadim Zeitlin [Sun, 27 Feb 2005 15:54:25 +0000 (15:54 +0000)] 
added default ctor and fixed copying of wxFileData (patch 1149384)

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

19 years ago Updated Italian translation.
Mattia Barbon [Sun, 27 Feb 2005 15:46:47 +0000 (15:46 +0000)] 
  Updated Italian translation.

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

19 years agorefresh bitmap when it's label changes, this is necessary for wxMSW and maybe wxGTK...
Vadim Zeitlin [Sun, 27 Feb 2005 15:43:58 +0000 (15:43 +0000)] 
refresh bitmap when it's label changes, this is necessary for wxMSW and maybe wxGTK and shouldn't hurt much for other ports

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

19 years agobetter compatibility with old wxList in wxUSE_STL==1 mode (patch 1075432)
Vadim Zeitlin [Sun, 27 Feb 2005 15:40:39 +0000 (15:40 +0000)] 
better compatibility with old wxList in wxUSE_STL==1 mode (patch 1075432)

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

19 years ago Use the same error message for wxMSW and wxMac.
Mattia Barbon [Sun, 27 Feb 2005 15:39:36 +0000 (15:39 +0000)] 
  Use the same error message for wxMSW and wxMac.

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

19 years agofix to previous patch: don't crash when saving in 16bpp
Vadim Zeitlin [Sun, 27 Feb 2005 15:36:21 +0000 (15:36 +0000)] 
fix to previous patch: don't crash when saving in 16bpp

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

19 years agoadded tests for savin PNG images in different formats; don't ask for BMP bpp if not...
Vadim Zeitlin [Sun, 27 Feb 2005 15:25:55 +0000 (15:25 +0000)] 
added tests for savin PNG images in different formats; don't ask for BMP bpp if not saving as BMP

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

19 years agoadded support for saving grey and grey-red PNG images (patch 985447)
Vadim Zeitlin [Sun, 27 Feb 2005 15:24:50 +0000 (15:24 +0000)] 
added support for saving grey and grey-red PNG images (patch 985447)

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

19 years agoommission
Stefan Csomor [Sun, 27 Feb 2005 14:58:09 +0000 (14:58 +0000)] 
ommission

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

19 years agocleanup
Stefan Csomor [Sun, 27 Feb 2005 14:57:25 +0000 (14:57 +0000)] 
cleanup

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

19 years agocleanup
Stefan Csomor [Sun, 27 Feb 2005 14:47:42 +0000 (14:47 +0000)] 
cleanup

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

19 years agomoving compositing knowledge into utility classes
Stefan Csomor [Sun, 27 Feb 2005 14:47:09 +0000 (14:47 +0000)] 
moving compositing knowledge into utility classes

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

19 years agoscrolling UPP moved
Stefan Csomor [Sun, 27 Feb 2005 14:44:36 +0000 (14:44 +0000)] 
scrolling UPP moved

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

19 years agofix for BCC compilation (see patch 1101702)
Vadim Zeitlin [Sun, 27 Feb 2005 14:43:31 +0000 (14:43 +0000)] 
fix for BCC compilation (see patch 1101702)

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

19 years agocompilation fix (missing header) (patch 1151763)
Vadim Zeitlin [Sun, 27 Feb 2005 14:35:34 +0000 (14:35 +0000)] 
compilation fix (missing header) (patch 1151763)

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

19 years agoTweaks to install guide
Julian Smart [Sun, 27 Feb 2005 14:06:34 +0000 (14:06 +0000)] 
Tweaks to install guide

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

19 years agoinclude version information in DLLs
Václav Slavík [Sun, 27 Feb 2005 12:03:11 +0000 (12:03 +0000)] 
include version information in DLLs

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

19 years agocopyright and name updates
Václav Slavík [Sun, 27 Feb 2005 12:01:46 +0000 (12:01 +0000)] 
copyright and name updates

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

19 years agoAdded GetIcon, GetBitmap to wxImageList
Julian Smart [Sun, 27 Feb 2005 11:55:01 +0000 (11:55 +0000)] 
Added GetIcon, GetBitmap to wxImageList
Tweaked DC and bitmap docs

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

19 years agocleanup, adding common methods
Stefan Csomor [Sun, 27 Feb 2005 11:41:01 +0000 (11:41 +0000)] 
cleanup, adding common methods

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

19 years agoFixes
Julian Smart [Sun, 27 Feb 2005 10:54:09 +0000 (10:54 +0000)] 
Fixes

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

19 years agoAdded GetBitmap, GetIcon to wxImageList
Julian Smart [Sun, 27 Feb 2005 10:36:58 +0000 (10:36 +0000)] 
Added GetBitmap, GetIcon to wxImageList

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

19 years agofix compilation - Stefan see my last commit bundle :)
Ryan Norton [Sun, 27 Feb 2005 10:02:20 +0000 (10:02 +0000)] 
fix compilation - Stefan see my last commit bundle :)

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

19 years agocleanup
Stefan Csomor [Sun, 27 Feb 2005 09:51:45 +0000 (09:51 +0000)] 
cleanup

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

19 years agocleanup
Stefan Csomor [Sun, 27 Feb 2005 09:49:19 +0000 (09:49 +0000)] 
cleanup

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

19 years agoreintroducing non-composited functionality due to DataBrowser Bugs under 10.2
Stefan Csomor [Sun, 27 Feb 2005 09:10:52 +0000 (09:10 +0000)] 
reintroducing non-composited functionality due to DataBrowser Bugs under 10.2

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

19 years agoreintroducing non-composited functionality due to DataBrowser Bugs under 10.2
Stefan Csomor [Sun, 27 Feb 2005 08:54:16 +0000 (08:54 +0000)] 
reintroducing non-composited functionality due to DataBrowser Bugs under 10.2

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

19 years agoAdded wxFULL_REPAINT_ON_RESIZE and sample icon to OpenGL samples
Julian Smart [Sat, 26 Feb 2005 20:03:27 +0000 (20:03 +0000)] 
Added wxFULL_REPAINT_ON_RESIZE and sample icon to OpenGL samples

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

19 years agoFinalize --> Realize
Robin Dunn [Sat, 26 Feb 2005 18:02:02 +0000 (18:02 +0000)] 
Finalize --> Realize

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

19 years ago Commited fix for HP compiler in raw bitmap code.
Robert Roebling [Sat, 26 Feb 2005 17:26:24 +0000 (17:26 +0000)] 
  Commited fix for HP compiler in raw bitmap code.

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

19 years ago Add implementation for pure virtual method.
Mattia Barbon [Sat, 26 Feb 2005 15:51:46 +0000 (15:51 +0000)] 
  Add implementation for pure virtual method.

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

19 years ago No real change.
Mattia Barbon [Sat, 26 Feb 2005 15:45:10 +0000 (15:45 +0000)] 
  No real change.

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

19 years agoMove wxGetOSFHandle to include/wx/msw/private.h since it needs HANDLE anyway
Michael Wetherell [Sat, 26 Feb 2005 15:31:42 +0000 (15:31 +0000)] 
Move wxGetOSFHandle to include/wx/msw/private.h since it needs HANDLE anyway
and make it a macro. Make the 'default' return value for wxGetFileKind
wxFILE_KIND_DISK and add a comment explaining what it's for.

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

19 years agoSpacing is better on GTK+ and (hopefully) Mac
Julian Smart [Sat, 26 Feb 2005 14:40:39 +0000 (14:40 +0000)] 
Spacing is better on GTK+ and (hopefully) Mac

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

19 years agoupdate from Martin Srebotnjak <miles@filmsi.net>
Vadim Zeitlin [Sat, 26 Feb 2005 13:06:58 +0000 (13:06 +0000)] 
update from Martin Srebotnjak <miles@filmsi.net>

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

19 years agoguess it wasn't
Ryan Norton [Sat, 26 Feb 2005 11:30:55 +0000 (11:30 +0000)] 
guess it wasn't

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

19 years agoI'm assuming this was meant to be included
Ryan Norton [Sat, 26 Feb 2005 10:23:39 +0000 (10:23 +0000)] 
I'm assuming this was meant to be included

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

19 years agosetup.h regeration
Ryan Norton [Sat, 26 Feb 2005 10:19:54 +0000 (10:19 +0000)] 
setup.h regeration

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

19 years agouse_gstreamer fix
Ryan Norton [Sat, 26 Feb 2005 10:09:34 +0000 (10:09 +0000)] 
use_gstreamer fix

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

19 years agochange superflous elif to else
Ryan Norton [Sat, 26 Feb 2005 10:05:56 +0000 (10:05 +0000)] 
change superflous elif to else

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

19 years agofix for nonsupporting carbon builds
Ryan Norton [Sat, 26 Feb 2005 10:05:05 +0000 (10:05 +0000)] 
fix for nonsupporting carbon builds

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

19 years agoFix error and some warnings - wxTopLevelWindowMac needs toplevel.h, but we only need...
Ryan Norton [Sat, 26 Feb 2005 10:00:30 +0000 (10:00 +0000)] 
Fix error and some warnings - wxTopLevelWindowMac needs toplevel.h, but we only need a plain window - warnings are an unused variable (commented out) and passing floats in place of shorts - and why is this file in wxBase anyway?  Oh well...

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

19 years agoreSWIGged
Robin Dunn [Sat, 26 Feb 2005 03:32:46 +0000 (03:32 +0000)] 
reSWIGged

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

19 years agoThe key event for the shift key should not start the cell editor
Robin Dunn [Sat, 26 Feb 2005 03:16:46 +0000 (03:16 +0000)] 
The key event for the shift key should not start the cell editor

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

19 years agominor tweaks
Robin Dunn [Sat, 26 Feb 2005 01:13:12 +0000 (01:13 +0000)] 
minor tweaks

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

19 years agoCorrect GetString check message
Robin Dunn [Sat, 26 Feb 2005 00:19:35 +0000 (00:19 +0000)] 
Correct GetString check message

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

19 years agoRange check the index in GetString
Robin Dunn [Sat, 26 Feb 2005 00:18:24 +0000 (00:18 +0000)] 
Range check the index in GetString

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

19 years agoAdded docview modules from Peter Yared and Morgan Hua
Robin Dunn [Fri, 25 Feb 2005 23:50:26 +0000 (23:50 +0000)] 
Added docview modules from Peter Yared and Morgan Hua

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

19 years agoVarious warning fixes and minor source cleaning.
Włodzimierz Skiba [Fri, 25 Feb 2005 20:38:17 +0000 (20:38 +0000)] 
Various warning fixes and minor source cleaning.

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

19 years agoBASE, NET and CORE separation in PalmOS build.
Włodzimierz Skiba [Fri, 25 Feb 2005 19:16:55 +0000 (19:16 +0000)] 
BASE, NET and CORE separation in PalmOS build.

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

19 years agoUse wxIMAGE_OPTION_QUALITY
Julian Smart [Fri, 25 Feb 2005 17:25:23 +0000 (17:25 +0000)] 
Use wxIMAGE_OPTION_QUALITY

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

19 years agoAdded wxIMAGE_OPTION_QUALITY
Julian Smart [Fri, 25 Feb 2005 17:24:37 +0000 (17:24 +0000)] 
Added wxIMAGE_OPTION_QUALITY

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

19 years agoadd mac theme -> rgb color conversion
Stefan Csomor [Fri, 25 Feb 2005 16:51:58 +0000 (16:51 +0000)] 
add mac theme -> rgb color conversion

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

19 years agosubmenus have to work in these as well
Stefan Csomor [Fri, 25 Feb 2005 14:19:33 +0000 (14:19 +0000)] 
submenus have to work in these as well

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

19 years agoMore wxFile fixes.
Włodzimierz Skiba [Fri, 25 Feb 2005 14:16:42 +0000 (14:16 +0000)] 
More wxFile fixes.

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

19 years agonew MLTE implementation, using our own scrolling
Stefan Csomor [Fri, 25 Feb 2005 13:57:37 +0000 (13:57 +0000)] 
new MLTE implementation, using our own scrolling

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

19 years agoavoid negative widths, moved deeper down
Stefan Csomor [Fri, 25 Feb 2005 13:49:49 +0000 (13:49 +0000)] 
avoid negative widths, moved deeper down

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

19 years agoavoid negative widths
Stefan Csomor [Fri, 25 Feb 2005 13:45:33 +0000 (13:45 +0000)] 
avoid negative widths

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

19 years agofix for disabling the control (bug 1150830)
Vadim Zeitlin [Fri, 25 Feb 2005 11:07:39 +0000 (11:07 +0000)] 
fix for disabling the control (bug 1150830)

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

19 years agoUse of date picker control flag must be somehow defined.
Włodzimierz Skiba [Fri, 25 Feb 2005 11:07:00 +0000 (11:07 +0000)] 
Use of date picker control flag must be somehow defined.

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

19 years agoCompleted sync of BASE_CMN_SRC between PalmOS and bakefiles. Missing features (stdpat...
Włodzimierz Skiba [Fri, 25 Feb 2005 09:44:49 +0000 (09:44 +0000)] 
Completed sync of BASE_CMN_SRC between PalmOS and bakefiles. Missing features (stdpaths) added and buildable.

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

19 years agodaily build of inno msw
Chris Elliott [Fri, 25 Feb 2005 09:08:34 +0000 (09:08 +0000)] 
daily build of inno msw

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

19 years agoMake HTCLIENT code off by default
Julian Smart [Fri, 25 Feb 2005 08:08:22 +0000 (08:08 +0000)] 
Make HTCLIENT code off by default

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

19 years agoreSWIGged
Robin Dunn [Thu, 24 Feb 2005 19:52:14 +0000 (19:52 +0000)] 
reSWIGged

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

19 years agoSome build tweaks
Robin Dunn [Thu, 24 Feb 2005 19:50:53 +0000 (19:50 +0000)] 
Some build tweaks

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

19 years agobumped subrelease number
Robin Dunn [Thu, 24 Feb 2005 18:41:51 +0000 (18:41 +0000)] 
bumped subrelease number

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

19 years agoTook out IsValid. It is not public everywhere.
Robin Dunn [Thu, 24 Feb 2005 18:34:50 +0000 (18:34 +0000)] 
Took out IsValid.  It is not public everywhere.

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

19 years agoAdd IsValid()
Robin Dunn [Thu, 24 Feb 2005 18:22:52 +0000 (18:22 +0000)] 
Add IsValid()

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

19 years agono-op methods for ownerdrawn methods in wxMenuItem
Robin Dunn [Thu, 24 Feb 2005 18:21:57 +0000 (18:21 +0000)] 
no-op methods for ownerdrawn methods in wxMenuItem

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

19 years agoNext step on bringing PalmOS build to the same filelist as in bakefiles: adjustements...
Włodzimierz Skiba [Thu, 24 Feb 2005 18:01:42 +0000 (18:01 +0000)] 
Next step on bringing PalmOS build to the same filelist as in bakefiles: adjustements in file related wxAPI.

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

19 years agofix for SetValue() losing effect after focus change (patch 1150911)
Vadim Zeitlin [Thu, 24 Feb 2005 16:58:14 +0000 (16:58 +0000)] 
fix for SetValue() losing effect after focus change (patch 1150911)

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

19 years agoreally fixed bug with DST in Set(h, m, s, ms) (see patch 1097811)
Vadim Zeitlin [Thu, 24 Feb 2005 16:51:43 +0000 (16:51 +0000)] 
really fixed bug with DST in Set(h, m, s, ms) (see patch 1097811)

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

19 years agouse correct colour for the toolbar initially (patch 1150657)
Vadim Zeitlin [Thu, 24 Feb 2005 15:22:31 +0000 (15:22 +0000)] 
use correct colour for the toolbar initially (patch 1150657)

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

19 years agoProvide to Borland the same fix as for Cygwin due to historic placement of Borland...
Włodzimierz Skiba [Thu, 24 Feb 2005 15:18:36 +0000 (15:18 +0000)] 
Provide to Borland the same fix as for Cygwin due to historic placement of Borland between Unix compilers. Needs further fix with move of Borland into MSW section in filefn.h

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

19 years agoadded missing virtual dtors to base classes (patch 1150945)
Vadim Zeitlin [Thu, 24 Feb 2005 14:33:32 +0000 (14:33 +0000)] 
added missing virtual dtors to base classes (patch 1150945)

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

19 years agounder compositing windows when using the 'classic' mlte we must remove and reinsert...
Stefan Csomor [Thu, 24 Feb 2005 14:20:34 +0000 (14:20 +0000)] 
under compositing windows when using the 'classic' mlte we must remove and reinsert the scrollbars as they have been inserted 'out of embedding order' onto the root control

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

19 years agoadd version checks instead of symbol checks, so that CW builds do not complain on...
Stefan Csomor [Thu, 24 Feb 2005 14:09:39 +0000 (14:09 +0000)] 
add version checks instead of symbol checks, so that CW builds do not complain on 10.2

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

19 years agonotifying children of absolute position changes, add version checks instead of symbol...
Stefan Csomor [Thu, 24 Feb 2005 14:09:08 +0000 (14:09 +0000)] 
notifying children of absolute position changes, add version checks instead of symbol checks, so that CW builds do not complain on 10.2

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

19 years agomaking implementation independent of a wx-peer of that control
Stefan Csomor [Thu, 24 Feb 2005 14:07:55 +0000 (14:07 +0000)] 
making implementation independent of a wx-peer of that control

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

19 years agoforwarding position changed events to peer
Stefan Csomor [Thu, 24 Feb 2005 14:06:15 +0000 (14:06 +0000)] 
forwarding position changed events to peer

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

19 years agoFurther improvements in composite controls (wxRadioBox) on PalmOS.
Włodzimierz Skiba [Thu, 24 Feb 2005 10:51:11 +0000 (10:51 +0000)] 
Further improvements in composite controls (wxRadioBox) on PalmOS.

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

19 years agoSmall move towards similar set of files as in bakefiles for catching all the possible...
Włodzimierz Skiba [Thu, 24 Feb 2005 10:48:18 +0000 (10:48 +0000)] 
Small move towards similar set of files as in bakefiles for catching all the possible conflicts in sources and include and verify all missing files like extended.c

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

19 years agoPalmOS headers have ssize_t with no sign of it so we have to assume they are always...
Włodzimierz Skiba [Thu, 24 Feb 2005 10:43:27 +0000 (10:43 +0000)] 
PalmOS headers have ssize_t with no sign of it so we have to assume they are always there. Missed semicolon.

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

19 years agoRestored mouse sensitivity for static box and static bitmap
Julian Smart [Thu, 24 Feb 2005 08:26:50 +0000 (08:26 +0000)] 
Restored mouse sensitivity for static box and static bitmap

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

19 years agoupdate from Michalis Kabrianis (patch 1145218)
Vadim Zeitlin [Wed, 23 Feb 2005 22:55:37 +0000 (22:55 +0000)] 
update from Michalis Kabrianis (patch 1145218)

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