]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agouse different image for pressed button state
Vadim Zeitlin [Mon, 21 Feb 2005 00:10:56 +0000 (00:10 +0000)] 
use different image for pressed button state

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

19 years agoimplementation of wxRendererXP::DrawComboBoxDropButton() (patch 1144845)
Vadim Zeitlin [Mon, 21 Feb 2005 00:04:24 +0000 (00:04 +0000)] 
implementation of wxRendererXP::DrawComboBoxDropButton() (patch 1144845)

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

19 years agofixed spec files: no data files are installed under prefix/share/wx anymore
Václav Slavík [Sun, 20 Feb 2005 22:22:44 +0000 (22:22 +0000)] 
fixed spec files: no data files are installed under prefix/share/wx anymore

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

19 years ago Changed wxFopen() calls to use c_str
Robert Roebling [Sun, 20 Feb 2005 20:50:17 +0000 (20:50 +0000)] 
  Changed wxFopen() calls to use c_str

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

19 years ago Applied patch to allow resizing the popup window.
Robert Roebling [Sun, 20 Feb 2005 20:46:37 +0000 (20:46 +0000)] 
  Applied patch to allow resizing the popup window.

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

19 years ago Added LDOWN handler for wxListBox so that it wil
Robert Roebling [Sun, 20 Feb 2005 20:39:51 +0000 (20:39 +0000)] 
  Added LDOWN handler for wxListBox so that it wil
   deselect a selected item if clicke upon. This is
   actually not the native GTK+ behaviour, but the
   native behaviour seems just broken.

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

19 years ago Commited fix for wrong background colour in TLWs. I don't
Robert Roebling [Sun, 20 Feb 2005 19:35:40 +0000 (19:35 +0000)] 
  Commited fix for wrong background colour in TLWs. I don't
   know if this will play well with themes. Alternatively,
   one could change one of the few lines below to parent == this;

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

19 years agoforce wxUSE_THREADS/EXCEPTIONS to 0 if wxNO_THREADS/EXCEPTIONS is defined
Vadim Zeitlin [Sun, 20 Feb 2005 19:15:43 +0000 (19:15 +0000)] 
force wxUSE_THREADS/EXCEPTIONS to 0 if wxNO_THREADS/EXCEPTIONS is defined

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

19 years agomention wxNO_THREADS/EXCEPTIONS in comment before wxUSE_THREADS/EXCEPTIONs
Vadim Zeitlin [Sun, 20 Feb 2005 19:13:23 +0000 (19:13 +0000)] 
mention wxNO_THREADS/EXCEPTIONS in comment before wxUSE_THREADS/EXCEPTIONs

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

19 years agodefine wxNO_(THREADS|RTTI|EXCEPTIONS) if the corresponding feature is disabled
Vadim Zeitlin [Sun, 20 Feb 2005 19:01:56 +0000 (19:01 +0000)] 
define wxNO_(THREADS|RTTI|EXCEPTIONS) if the corresponding feature is disabled

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

19 years agoremoved explicit calls to gtk_glwindow_(realized/map)_callback() as they should be...
Vadim Zeitlin [Sun, 20 Feb 2005 18:58:53 +0000 (18:58 +0000)] 
removed explicit calls to gtk_glwindow_(realized/map)_callback() as they should be called by GTK+ itself anyhow

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

19 years agoDuplicate label corrections
Julian Smart [Sun, 20 Feb 2005 18:25:14 +0000 (18:25 +0000)] 
Duplicate label corrections

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

19 years agomention [_]UNICODE
Vadim Zeitlin [Sun, 20 Feb 2005 18:09:10 +0000 (18:09 +0000)] 
mention [_]UNICODE

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

19 years agoregenerated after adding USE_THREADS and USE_RTTI flags
Vadim Zeitlin [Sun, 20 Feb 2005 17:31:36 +0000 (17:31 +0000)] 
regenerated after adding USE_THREADS and USE_RTTI flags

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

19 years agomore minor doc corrections (patch 1144628)
Vadim Zeitlin [Sun, 20 Feb 2005 17:06:25 +0000 (17:06 +0000)] 
more minor doc corrections (patch 1144628)

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

19 years agoFont correction
Julian Smart [Sun, 20 Feb 2005 16:41:49 +0000 (16:41 +0000)] 
Font correction

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

19 years agotoggle corrected for click as well
Stefan Csomor [Sun, 20 Feb 2005 16:41:09 +0000 (16:41 +0000)] 
toggle corrected for click as well

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

19 years agoadded missing files
Stefan Csomor [Sun, 20 Feb 2005 16:27:19 +0000 (16:27 +0000)] 
added missing files

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

19 years agocleanup
Stefan Csomor [Sun, 20 Feb 2005 16:26:10 +0000 (16:26 +0000)] 
cleanup

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

19 years agochanging include type for XCode
Stefan Csomor [Sun, 20 Feb 2005 16:24:35 +0000 (16:24 +0000)] 
changing include type for XCode

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

19 years agomenu name consistency
Julian Smart [Sun, 20 Feb 2005 16:14:03 +0000 (16:14 +0000)] 
menu name consistency

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

19 years agoDoc fixes
Julian Smart [Sun, 20 Feb 2005 15:57:24 +0000 (15:57 +0000)] 
Doc fixes

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

19 years agoIdentifiers can't be zero
Julian Smart [Sun, 20 Feb 2005 15:35:13 +0000 (15:35 +0000)] 
Identifiers can't be zero

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

19 years agoold translation file which apparently never got checked in somehow...
Vadim Zeitlin [Sun, 20 Feb 2005 15:32:03 +0000 (15:32 +0000)] 
old translation file which apparently never got checked in somehow...

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

19 years agoNorwegian Bokmal is named nb, not nb_NO -- renamed
Vadim Zeitlin [Sun, 20 Feb 2005 15:24:14 +0000 (15:24 +0000)] 
Norwegian Bokmal is named nb, not nb_NO -- renamed

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

19 years agowxUniv compilation fix
Vadim Zeitlin [Sun, 20 Feb 2005 15:09:20 +0000 (15:09 +0000)] 
wxUniv compilation fix

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

19 years agocleanup of TrackMouseEvent() code (use a single #ifdef instead of 3 different ones...
Vadim Zeitlin [Sun, 20 Feb 2005 15:07:19 +0000 (15:07 +0000)] 
cleanup of TrackMouseEvent() code (use a single #ifdef instead of 3 different ones to test for the same thing)

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

19 years agocompilation fix for wxUSE_STL==1
Vadim Zeitlin [Sun, 20 Feb 2005 14:38:17 +0000 (14:38 +0000)] 
compilation fix for wxUSE_STL==1

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

19 years agoadded USE_RTTI (instead of it being set by USE_EXCEPTIONS)
Vadim Zeitlin [Sun, 20 Feb 2005 14:14:08 +0000 (14:14 +0000)] 
added USE_RTTI (instead of it being set by USE_EXCEPTIONS)

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

19 years agoadded USE_THREADS
Václav Slavík [Sun, 20 Feb 2005 13:22:24 +0000 (13:22 +0000)] 
added USE_THREADS

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

19 years agowxrc no longer lives under contrib
Julian Smart [Sun, 20 Feb 2005 13:07:11 +0000 (13:07 +0000)] 
wxrc no longer lives under contrib

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

19 years agoremoved wxLoadBitmap() introduced in 1.37 -> 1.38; just use DIBs under Windows CE...
Vadim Zeitlin [Sun, 20 Feb 2005 12:07:25 +0000 (12:07 +0000)] 
removed wxLoadBitmap() introduced in 1.37 -> 1.38; just use DIBs under Windows CE as well, we surely shouldn't duplicate system functions _especially_ on a platform with limited resources such as CE

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

19 years agoDon't repaint window if hidden
Julian Smart [Sun, 20 Feb 2005 10:39:50 +0000 (10:39 +0000)] 
Don't repaint window if hidden

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

19 years agoFix for compilo
Julian Smart [Sun, 20 Feb 2005 10:35:51 +0000 (10:35 +0000)] 
Fix for compilo

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

19 years agoif wxUSE_XXX fixes
Ryan Norton [Sun, 20 Feb 2005 09:33:04 +0000 (09:33 +0000)] 
if wxUSE_XXX fixes

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

19 years agouse on cocoa without fontmapper
Ryan Norton [Sun, 20 Feb 2005 08:45:29 +0000 (08:45 +0000)] 
use on cocoa without fontmapper

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

19 years agoDon't build when __WXMAC__ is defined but __WXMAC_OSX__ is not (i.e. CFM).
David Elliott [Sun, 20 Feb 2005 03:45:11 +0000 (03:45 +0000)] 
Don't build when __WXMAC__ is defined but __WXMAC_OSX__ is not (i.e. CFM).
FIXME: We really ought to put this (as well as the existing __WXWINCE__ check)
into files.bkl but I have no idea how to do it cleanly.

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

19 years agoColor dialog sliders make more sense inverted, with 0 at the bottom (slide the scale...
Kevin Hock [Sun, 20 Feb 2005 03:22:54 +0000 (03:22 +0000)] 
Color dialog sliders make more sense inverted, with 0 at the bottom (slide the scale UP to add color, consistent with other "generic" color dialogs in other programs).

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

19 years agoDon't automatically define WX_PRECOMP when building using configure.
David Elliott [Sun, 20 Feb 2005 02:19:52 +0000 (02:19 +0000)] 
Don't automatically define WX_PRECOMP when building using configure.

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

19 years agouse native gtk_paint_expander() to implement DrawTreeItemButton() under GTK+ 2.0
Vadim Zeitlin [Sun, 20 Feb 2005 01:54:51 +0000 (01:54 +0000)] 
use native gtk_paint_expander() to implement DrawTreeItemButton() under GTK+ 2.0

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

19 years agominor textual fix
Dimitri Schoolwerth [Sun, 20 Feb 2005 01:54:32 +0000 (01:54 +0000)] 
minor textual fix

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

19 years agotrying to draw transparent arrow instead of opaque one but it doesn't seem to change...
Vadim Zeitlin [Sun, 20 Feb 2005 01:33:03 +0000 (01:33 +0000)] 
trying to draw transparent arrow instead of opaque one but it doesn't seem to change anything

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

19 years agoyet more corrections to drop down button drawing: don't draw a border around the...
Vadim Zeitlin [Sun, 20 Feb 2005 01:06:42 +0000 (01:06 +0000)] 
yet more corrections to drop down button drawing: don't draw a border around the arrow

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

19 years agodon't use invalid font in wxDC used for measuring text extent
Vadim Zeitlin [Sun, 20 Feb 2005 00:52:49 +0000 (00:52 +0000)] 
don't use invalid font in wxDC used for measuring text extent

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

19 years agocompilation fix after last patch
Vadim Zeitlin [Sun, 20 Feb 2005 00:45:10 +0000 (00:45 +0000)] 
compilation fix after last patch

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

19 years agoreSWIGged
Robin Dunn [Sun, 20 Feb 2005 00:15:10 +0000 (00:15 +0000)] 
reSWIGged

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

19 years agoadded OnSysColourChanged() (modified patch 1103439)
Vadim Zeitlin [Sun, 20 Feb 2005 00:12:01 +0000 (00:12 +0000)] 
added OnSysColourChanged() (modified patch 1103439)

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

19 years agominor docs corrections (patch 1144566)
Vadim Zeitlin [Sun, 20 Feb 2005 00:07:35 +0000 (00:07 +0000)] 
minor docs corrections (patch 1144566)

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

19 years agoOn wxMac don't call Refresh from FullPaint as that is the biggest
Robin Dunn [Sat, 19 Feb 2005 23:45:18 +0000 (23:45 +0000)] 
On wxMac don't call Refresh from FullPaint as that is the biggest
cause of the performance problems.  Instead call refresh when the
AutoComp window is displayed or hidden to ensure that borders,
etc. are drawn/erased as needed.

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

19 years agore-enable wxDrawWindowOnDC
Robin Dunn [Sat, 19 Feb 2005 23:08:26 +0000 (23:08 +0000)] 
re-enable wxDrawWindowOnDC

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

19 years agoreSWIGged
Robin Dunn [Sat, 19 Feb 2005 23:05:19 +0000 (23:05 +0000)] 
reSWIGged

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

19 years agoAdd more art IDs
Robin Dunn [Sat, 19 Feb 2005 22:59:48 +0000 (22:59 +0000)] 
Add more art IDs

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

19 years agoAdd InitAlpha
Robin Dunn [Sat, 19 Feb 2005 22:55:35 +0000 (22:55 +0000)] 
Add InitAlpha

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

19 years agooops, fixed crash introduced in last check in
Vadim Zeitlin [Sat, 19 Feb 2005 22:53:22 +0000 (22:53 +0000)] 
oops, fixed crash introduced in last check in

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

19 years agocompilation fix (need meth.h for fabs)
Vadim Zeitlin [Sat, 19 Feb 2005 22:48:26 +0000 (22:48 +0000)] 
compilation fix (need meth.h for fabs)

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

19 years agoset string length to 0 in AllocBeforeWrite() just to be tidy (replaces patch 1123226)
Vadim Zeitlin [Sat, 19 Feb 2005 22:46:06 +0000 (22:46 +0000)] 
set string length to 0 in AllocBeforeWrite() just to be tidy (replaces patch 1123226)

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

19 years agoAdd tab methods to NavigationKeyEvent
Robin Dunn [Sat, 19 Feb 2005 22:39:17 +0000 (22:39 +0000)] 
Add tab methods to NavigationKeyEvent

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

19 years agoAdd more art IDs
Robin Dunn [Sat, 19 Feb 2005 22:37:24 +0000 (22:37 +0000)] 
Add more art IDs

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

19 years agoadded wxNavigationEvent::FromTab flag
Vadim Zeitlin [Sat, 19 Feb 2005 21:59:21 +0000 (21:59 +0000)] 
added wxNavigationEvent::FromTab flag

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

19 years agofix (with unknown but apparently beneficial effects) for TAB navigation in radio...
Vadim Zeitlin [Sat, 19 Feb 2005 21:58:48 +0000 (21:58 +0000)] 
fix (with unknown but apparently beneficial effects) for TAB navigation in radio buttons (patch 1038330)

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

19 years agoadded InitAlpha() (replaces patch 991168)
Vadim Zeitlin [Sat, 19 Feb 2005 21:51:37 +0000 (21:51 +0000)] 
added InitAlpha() (replaces patch 991168)

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

19 years agoreenable WS_TABSTOP (patch 1045547)
Vadim Zeitlin [Sat, 19 Feb 2005 21:09:49 +0000 (21:09 +0000)] 
reenable WS_TABSTOP (patch 1045547)

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

19 years agoprocess CBN_SELENDOK and not only CBN_SELCHANGE (patch 1083907)
Vadim Zeitlin [Sat, 19 Feb 2005 20:57:50 +0000 (20:57 +0000)] 
process CBN_SELENDOK and not only CBN_SELCHANGE (patch 1083907)

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

19 years agofix for Create(wxDateInvalidDate)
Vadim Zeitlin [Sat, 19 Feb 2005 20:52:38 +0000 (20:52 +0000)] 
fix for Create(wxDateInvalidDate)

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

19 years agowe don't need to use solid colour for background drawing when we're inside notebook...
Vadim Zeitlin [Sat, 19 Feb 2005 20:50:59 +0000 (20:50 +0000)] 
we don't need to use solid colour for background drawing when we're inside notebook any longer, so no need to override MSWGetBgBrushForSelf()

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

19 years agoadded MSWPrintChild() for drawing child background (replaces patch 1108389)
Vadim Zeitlin [Sat, 19 Feb 2005 20:49:50 +0000 (20:49 +0000)] 
added MSWPrintChild() for drawing child background (replaces patch 1108389)

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

19 years agoFixed compile error
Robin Dunn [Sat, 19 Feb 2005 20:16:37 +0000 (20:16 +0000)] 
Fixed compile error

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

19 years agoadded missing LFs to the header
Vadim Zeitlin [Sat, 19 Feb 2005 20:16:29 +0000 (20:16 +0000)] 
added missing LFs to the header

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

19 years agoguarding against non supported logical modes
Stefan Csomor [Sat, 19 Feb 2005 20:04:05 +0000 (20:04 +0000)] 
guarding against non supported logical modes

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

19 years agouse theme drawing
Stefan Csomor [Sat, 19 Feb 2005 19:56:23 +0000 (19:56 +0000)] 
use theme drawing

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

19 years agoadapt to mac l&f
Stefan Csomor [Sat, 19 Feb 2005 19:55:18 +0000 (19:55 +0000)] 
adapt to mac l&f

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

19 years agoextracted check for wxListCtrl in WM_PRINT handler to wxListCtrl itself, base class...
Vadim Zeitlin [Sat, 19 Feb 2005 19:24:46 +0000 (19:24 +0000)] 
extracted check for wxListCtrl in WM_PRINT handler to wxListCtrl itself, base class shouldn't have to worry about its derived classes

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

19 years agofixes after wx-config and other changes (patch 1076156)
Vadim Zeitlin [Sat, 19 Feb 2005 18:17:58 +0000 (18:17 +0000)] 
fixes after wx-config and other changes (patch 1076156)

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

19 years agoAdding theme drawing for list header under 10.3
Stefan Csomor [Sat, 19 Feb 2005 17:43:50 +0000 (17:43 +0000)] 
Adding theme drawing for list header under 10.3

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

19 years agoEVT_CHAR_HOOK added
Stefan Csomor [Sat, 19 Feb 2005 17:37:45 +0000 (17:37 +0000)] 
EVT_CHAR_HOOK added

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

19 years agodon't steal EVT_RIGHT_UP in rich edit controls for context menu (patch 1143823)
Vadim Zeitlin [Sat, 19 Feb 2005 17:27:30 +0000 (17:27 +0000)] 
don't steal EVT_RIGHT_UP in rich edit controls for context menu (patch 1143823)

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

19 years agomore visual improvements to owner-drawn menus (patch 1143785)
Vadim Zeitlin [Sat, 19 Feb 2005 17:25:37 +0000 (17:25 +0000)] 
more visual improvements to owner-drawn menus (patch 1143785)

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

19 years agoupdate for 2.5.4 from Francisco Vila <francisco.vila@hispalinux.es>
Vadim Zeitlin [Sat, 19 Feb 2005 17:11:04 +0000 (17:11 +0000)] 
update for 2.5.4 from Francisco Vila <francisco.vila@hispalinux.es>

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

19 years agowxGenericListCtrl::SetItemState(-1) now changes the state of all items (patch 1101650)
Vadim Zeitlin [Sat, 19 Feb 2005 17:07:17 +0000 (17:07 +0000)] 
wxGenericListCtrl::SetItemState(-1) now changes the state of all items (patch 1101650)

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

19 years agoadded more icons (for GTK only) (patch 1097684)
Vadim Zeitlin [Sat, 19 Feb 2005 16:56:13 +0000 (16:56 +0000)] 
added more icons (for GTK only) (patch 1097684)

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

19 years agofixed hash collisions in ZIP files (patch 1082026)
Vadim Zeitlin [Sat, 19 Feb 2005 16:53:49 +0000 (16:53 +0000)] 
fixed hash collisions in ZIP files (patch 1082026)

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

19 years agowxCommandProcessor::MarkAsSaved() and IsDirty() added (modified patch 1062556)
Vadim Zeitlin [Sat, 19 Feb 2005 16:52:08 +0000 (16:52 +0000)] 
wxCommandProcessor::MarkAsSaved() and IsDirty() added (modified patch 1062556)

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

19 years agofix operator=() (patch 1126195)
Vadim Zeitlin [Sat, 19 Feb 2005 16:35:00 +0000 (16:35 +0000)] 
fix operator=() (patch 1126195)

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

19 years agodocument GetOptionInt() as returning 0 for the options which are not present
Vadim Zeitlin [Sat, 19 Feb 2005 16:33:38 +0000 (16:33 +0000)] 
document GetOptionInt() as returning 0 for the options which are not present

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

19 years agomore options for JPEG and TIFF handlers (slightly modified patch 1044470)
Vadim Zeitlin [Sat, 19 Feb 2005 16:32:29 +0000 (16:32 +0000)] 
more options for JPEG and TIFF handlers (slightly modified patch 1044470)

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

19 years agodraw drop down button using native calls (patch 1144389)
Vadim Zeitlin [Sat, 19 Feb 2005 15:54:07 +0000 (15:54 +0000)] 
draw drop down button using native calls (patch 1144389)

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

19 years agoadded wxMBConv parameter for wxFFile::ReadAll() and documented it (improved patch...
Vadim Zeitlin [Sat, 19 Feb 2005 15:53:04 +0000 (15:53 +0000)] 
added wxMBConv parameter for wxFFile::ReadAll() and documented it (improved patch 1041642)

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

19 years agoswitching to IconRefs for menu bitmaps
Stefan Csomor [Sat, 19 Feb 2005 15:42:37 +0000 (15:42 +0000)] 
switching to IconRefs for menu bitmaps

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

19 years agocleaning up, adding support for Quartz / Themeing before 10.3
Stefan Csomor [Sat, 19 Feb 2005 15:34:35 +0000 (15:34 +0000)] 
cleaning up, adding support for Quartz / Themeing before 10.3

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

19 years agofixes, adding paint handler for non OSX case toplevel window
Stefan Csomor [Sat, 19 Feb 2005 15:30:16 +0000 (15:30 +0000)] 
fixes, adding paint handler for non OSX case toplevel window

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

19 years agoadding PICT conversion for IconRef
Stefan Csomor [Sat, 19 Feb 2005 15:24:13 +0000 (15:24 +0000)] 
adding PICT conversion for IconRef

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

19 years agouse const char * buffer to fix CW compilation (patch 1117210)
Vadim Zeitlin [Sat, 19 Feb 2005 15:20:13 +0000 (15:20 +0000)] 
use const char * buffer to fix CW compilation (patch 1117210)

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

19 years agofixes after wx-config changes (patch 1076155)
Vadim Zeitlin [Sat, 19 Feb 2005 15:15:07 +0000 (15:15 +0000)] 
fixes after wx-config changes (patch 1076155)

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

19 years agoVK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)
Vadim Zeitlin [Sat, 19 Feb 2005 15:08:36 +0000 (15:08 +0000)] 
VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)

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

19 years agofixes for MSW
Vadim Zeitlin [Sat, 19 Feb 2005 14:25:21 +0000 (14:25 +0000)] 
fixes for MSW

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

19 years ago Updated but not completed Italian translation. Translated all
Mattia Barbon [Sat, 19 Feb 2005 14:07:46 +0000 (14:07 +0000)] 
  Updated but not completed Italian translation. Translated all
non-error strings.

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

19 years agoupdate from Jonas Rydberg (patch 1143491)
Vadim Zeitlin [Sat, 19 Feb 2005 14:00:05 +0000 (14:00 +0000)] 
update from Jonas Rydberg (patch 1143491)

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

19 years agoBugfixes for OS/2.
Stefan Neis [Sat, 19 Feb 2005 13:58:40 +0000 (13:58 +0000)] 
Bugfixes for OS/2.

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

19 years agochanged wx version to 2.5.4
Vadim Zeitlin [Sat, 19 Feb 2005 13:51:18 +0000 (13:51 +0000)] 
changed wx version to 2.5.4

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

19 years agoupdate from Jaakko Salli (patch 1123796)
Vadim Zeitlin [Sat, 19 Feb 2005 13:49:24 +0000 (13:49 +0000)] 
update from Jaakko Salli (patch 1123796)

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