]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years ago Remove debug code.
Robert Roebling [Sun, 17 Sep 2006 10:30:06 +0000 (10:30 +0000)] 
 Remove debug code.

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

17 years agoFix missing 3rd party builtin libs for static monolithic builds.
Michael Wetherell [Sun, 17 Sep 2006 09:07:07 +0000 (09:07 +0000)] 
Fix missing 3rd party builtin libs for static monolithic builds.

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

17 years agoCommiting re-baked files after wxListCtrl OS X additions.
Kevin Ollivier [Sun, 17 Sep 2006 08:06:09 +0000 (08:06 +0000)] 
Commiting re-baked files after wxListCtrl OS X additions.

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

17 years agoAccidently checked for invalid image index rather than using the mask.
Kevin Ollivier [Sun, 17 Sep 2006 01:30:26 +0000 (01:30 +0000)] 
Accidently checked for invalid image index rather than using the mask.

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

17 years agoInitial commit of native OS X list ctrl support. Compile tested on Win, Mac, FC4...
Kevin Ollivier [Sun, 17 Sep 2006 01:20:08 +0000 (01:20 +0000)] 
Initial commit of native OS X list ctrl support. Compile tested on Win, Mac, FC4/GTK2. Tested samples on Win and OS X. Also, support for co-existance of native and generic list ctrl on OS X.

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

17 years agoAdding OS X list ctrl implementation file, and listctrlcmn file for shared wxListCtrl...
Kevin Ollivier [Sat, 16 Sep 2006 23:04:34 +0000 (23:04 +0000)] 
Adding OS X list ctrl implementation file, and listctrlcmn file for shared wxListCtrl code (only events right now).

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

17 years ago Next round of RTL fixes. This change greatly simplifes
Robert Roebling [Sat, 16 Sep 2006 21:44:21 +0000 (21:44 +0000)] 
  Next round of RTL fixes. This change greatly simplifes
    the code and makes most #ifdefs redundant.

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

17 years agotweaks
Robin Dunn [Sat, 16 Sep 2006 19:55:03 +0000 (19:55 +0000)] 
tweaks

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

17 years agoTweaks and cleanup
Robin Dunn [Sat, 16 Sep 2006 19:50:26 +0000 (19:50 +0000)] 
Tweaks and cleanup

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

17 years agonew wxRect and wxPlatformInformation methods
Robin Dunn [Sat, 16 Sep 2006 19:05:36 +0000 (19:05 +0000)] 
new wxRect and wxPlatformInformation methods

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

17 years agoadded more properties
Robin Dunn [Sat, 16 Sep 2006 18:12:37 +0000 (18:12 +0000)] 
added more properties

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

17 years agoremove unused any more wxArrayHandlers
Vadim Zeitlin [Sat, 16 Sep 2006 13:51:22 +0000 (13:51 +0000)] 
remove unused any more wxArrayHandlers

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

17 years agoadded wxRect::GetTopRight/BottomLeft() for consistency with the existing GetTopLeft...
Vadim Zeitlin [Sat, 16 Sep 2006 13:36:30 +0000 (13:36 +0000)] 
added wxRect::GetTopRight/BottomLeft() for consistency with the existing GetTopLeft/BottomRight()

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

17 years agobuild extra wxUniv tags file
Vadim Zeitlin [Sat, 16 Sep 2006 13:15:13 +0000 (13:15 +0000)] 
build extra wxUniv tags file

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

17 years agoMinor cleanup: use AC_CHECK_DECLS for the gtk_icon_size_lookup check instead of
Michael Wetherell [Sat, 16 Sep 2006 08:09:43 +0000 (08:09 +0000)] 
Minor cleanup: use AC_CHECK_DECLS for the gtk_icon_size_lookup check instead of
AC_TRY_COMPILE.

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

17 years agoMissing header.
Michael Wetherell [Sat, 16 Sep 2006 08:01:17 +0000 (08:01 +0000)] 
Missing header.

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

17 years agowx.EvtHandler is OOR capable
Robin Dunn [Sat, 16 Sep 2006 01:37:29 +0000 (01:37 +0000)] 
wx.EvtHandler is OOR capable
docstring fixes

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

17 years agofix wxGetFreeMemory() for Linux 2.6 (part of patch 1549176)
Vadim Zeitlin [Sat, 16 Sep 2006 00:43:13 +0000 (00:43 +0000)] 
fix wxGetFreeMemory() for Linux 2.6 (part of patch 1549176)

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

17 years agoadded CheckOS/ToolkitVersion()
Vadim Zeitlin [Sat, 16 Sep 2006 00:38:36 +0000 (00:38 +0000)] 
added CheckOS/ToolkitVersion()

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

17 years agoadded more properties
Robin Dunn [Fri, 15 Sep 2006 21:31:02 +0000 (21:31 +0000)] 
added more properties

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

17 years agoIf we use a background brush, we _must_ set a colour (fixes a bug with static labels
Julian Smart [Fri, 15 Sep 2006 19:46:50 +0000 (19:46 +0000)] 
If we use a background brush, we _must_ set a colour (fixes a bug with static labels
not showing on a panel with a black background when system colours are high-contrast)

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

17 years agowrap print headers at top level
Paul Cornett [Fri, 15 Sep 2006 16:45:48 +0000 (16:45 +0000)] 
wrap print headers at top level

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

17 years agoadded Bryan's new icons
Stefan Csomor [Fri, 15 Sep 2006 10:22:07 +0000 (10:22 +0000)] 
added Bryan's new icons

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

17 years agoreSWIGged
Robin Dunn [Thu, 14 Sep 2006 21:27:26 +0000 (21:27 +0000)] 
reSWIGged

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

17 years agoAdded wx.lib.delayedresult from Oliver Schoenborn.
Robin Dunn [Thu, 14 Sep 2006 21:06:57 +0000 (21:06 +0000)] 
Added wx.lib.delayedresult from Oliver Schoenborn.

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

17 years agorelease the GIL before calling base version
Robin Dunn [Thu, 14 Sep 2006 20:39:33 +0000 (20:39 +0000)] 
release the GIL before calling base version

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

17 years agoGetScrollLines?
Robin Dunn [Thu, 14 Sep 2006 20:38:45 +0000 (20:38 +0000)] 
GetScrollLines?

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

17 years agoInside --> Contains
Robin Dunn [Thu, 14 Sep 2006 20:28:28 +0000 (20:28 +0000)] 
Inside --> Contains

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

17 years agoIsVisible --> IsShownOnScreen
Robin Dunn [Thu, 14 Sep 2006 20:27:47 +0000 (20:27 +0000)] 
IsVisible --> IsShownOnScreen

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

17 years agodocstring update
Robin Dunn [Thu, 14 Sep 2006 20:27:01 +0000 (20:27 +0000)] 
docstring update

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

17 years agoOops, file wasn't saved before last commit
Robin Dunn [Thu, 14 Sep 2006 19:45:27 +0000 (19:45 +0000)] 
Oops, file wasn't saved before last commit

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

17 years agoAs per wx-dev, split the sort arrow options out to a separate parameter.
Robin Dunn [Thu, 14 Sep 2006 19:42:41 +0000 (19:42 +0000)] 
As per wx-dev, split the sort arrow options out to a separate parameter.

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

17 years agomdi fix
Stefan Csomor [Thu, 14 Sep 2006 19:38:22 +0000 (19:38 +0000)] 
mdi fix

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

17 years agocleanup
Stefan Csomor [Thu, 14 Sep 2006 19:37:19 +0000 (19:37 +0000)] 
cleanup

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

17 years agoMany changes for wxInputHandler creation mainly related to:
Vadim Zeitlin [Thu, 14 Sep 2006 19:36:47 +0000 (19:36 +0000)] 
Many changes for wxInputHandler creation mainly related to:

1. Allow the theme to create only the input handlers it customizes instead
   of forcing it to always create a handler even if the standard one is used:
   wxTheme::GetInputHandler() now takes wxInputConsumer to make this possible

2. Prefer delegation to inheritance when creating customized input handlers,
   almost all (except for wxStdScrollbarInputHandler) standard handler classes
   are now private, use wxClassName::GetStdInputHandler() to retrieve the
   standard handler for any class or polymorphic DoGetStdInputHandler()

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

17 years ago More RTL fixes.
Robert Roebling [Thu, 14 Sep 2006 19:24:41 +0000 (19:24 +0000)] 
  More RTL fixes.

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

17 years agoadd Create to wxDocParentFrame
Paul Cornett [Thu, 14 Sep 2006 17:53:06 +0000 (17:53 +0000)] 
add Create to wxDocParentFrame

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

17 years agoswitching colors
Stefan Csomor [Thu, 14 Sep 2006 17:42:35 +0000 (17:42 +0000)] 
switching colors

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

17 years agoremove redundant declarations of wxFrameNameStr
Paul Cornett [Thu, 14 Sep 2006 17:36:18 +0000 (17:36 +0000)] 
remove redundant declarations of wxFrameNameStr

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

17 years agoFollow native renderer for DrawHeaderButton.
Włodzimierz Skiba [Thu, 14 Sep 2006 16:53:34 +0000 (16:53 +0000)] 
Follow native renderer for DrawHeaderButton.

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

17 years agom_displayMode needs complete wxVideoMode.
Włodzimierz Skiba [Thu, 14 Sep 2006 16:51:13 +0000 (16:51 +0000)] 
m_displayMode needs complete wxVideoMode.

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

17 years agofixed incorrect passing of bitmap dimensions in DoBlit
Václav Slavík [Thu, 14 Sep 2006 16:48:56 +0000 (16:48 +0000)] 
fixed incorrect passing of bitmap dimensions in DoBlit

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

17 years agoadded wxFAIL_MSG to unimplemented SetDepth/Width/Height
Václav Slavík [Thu, 14 Sep 2006 16:20:00 +0000 (16:20 +0000)] 
added wxFAIL_MSG to unimplemented SetDepth/Width/Height

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

17 years agoimplemented convertion between wxImage and wxBitmap
Václav Slavík [Thu, 14 Sep 2006 16:16:42 +0000 (16:16 +0000)] 
implemented convertion between wxImage and wxBitmap

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

17 years agoWarning fix.
Włodzimierz Skiba [Thu, 14 Sep 2006 16:06:09 +0000 (16:06 +0000)] 
Warning fix.

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

17 years agoMinor cleanup.
Włodzimierz Skiba [Thu, 14 Sep 2006 16:04:18 +0000 (16:04 +0000)] 
Minor cleanup.

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

17 years agowxHeaderButtonParams needs complete classes.
Włodzimierz Skiba [Thu, 14 Sep 2006 16:02:48 +0000 (16:02 +0000)] 
wxHeaderButtonParams needs complete classes.

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

17 years agodon't append trailing tab to items which don't have stock accels
Vadim Zeitlin [Thu, 14 Sep 2006 14:52:43 +0000 (14:52 +0000)] 
don't append trailing tab to items which don't have stock accels

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

17 years agoadded check for supported depth and 'not implemented' wxFAIL_MSG
Václav Slavík [Thu, 14 Sep 2006 14:39:13 +0000 (14:39 +0000)] 
added check for supported depth and 'not implemented' wxFAIL_MSG

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

17 years agoimplemented wxBitmap::GetSubBitmap()
Václav Slavík [Thu, 14 Sep 2006 14:36:12 +0000 (14:36 +0000)] 
implemented wxBitmap::GetSubBitmap()

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

17 years agoFixes bug whereby directory control foreground colour is always black on Windows
Julian Smart [Thu, 14 Sep 2006 13:17:39 +0000 (13:17 +0000)] 
Fixes bug whereby directory control foreground colour is always black on Windows

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

17 years agorenamed wxWindow::IsVisible() to IsShownOnScreen() to fix name conflicts with other...
Václav Slavík [Thu, 14 Sep 2006 12:22:46 +0000 (12:22 +0000)] 
renamed wxWindow::IsVisible() to IsShownOnScreen() to fix name conflicts with other classes

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

17 years agofix warnings about unused parameters and functions in wxUniv build; also clean up...
Vadim Zeitlin [Thu, 14 Sep 2006 10:53:12 +0000 (10:53 +0000)] 
fix warnings about unused parameters and functions in wxUniv build; also clean up wxGetPrinterDC() somewhat (a lot is left to do...)

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

17 years agodefine HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while it does have the standard declara...
Vadim Zeitlin [Thu, 14 Sep 2006 00:30:04 +0000 (00:30 +0000)] 
define HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while it does have the standard declaration its implementation is broken

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

17 years agoadded wxWindow::IsFrozen() (only existed in wxMSW and wxDFB before)
Vadim Zeitlin [Wed, 13 Sep 2006 23:45:31 +0000 (23:45 +0000)] 
added wxWindow::IsFrozen() (only existed in wxMSW and wxDFB before)

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

17 years ago More RTL work.
Robert Roebling [Wed, 13 Sep 2006 22:20:10 +0000 (22:20 +0000)] 
  More RTL work.

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

17 years ago Add GetScrollHelper() to wxWindow.
Robert Roebling [Wed, 13 Sep 2006 22:18:24 +0000 (22:18 +0000)] 
  Add GetScrollHelper() to wxWindow.
  Let wxScrollHelper set the underlying field itself.

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

17 years agoChanges for TreeListCtrl to take advantage of the new native
Robin Dunn [Wed, 13 Sep 2006 20:47:11 +0000 (20:47 +0000)] 
Changes for TreeListCtrl to take advantage of the new native
HeaderButton abilities

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

17 years agoDashes and Stipple accessors are not available on all platforms
Robin Dunn [Wed, 13 Sep 2006 20:44:46 +0000 (20:44 +0000)] 
Dashes and Stipple accessors are not available on all platforms

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

17 years agoMore support for drawing native column headers, adds more states
Robin Dunn [Wed, 13 Sep 2006 20:34:19 +0000 (20:34 +0000)] 
More support for drawing native column headers, adds more states
(selected, mouse-over) and also optionally drawing the contents of the
header (label and/or bitmap, sort arrow) in a consistent way.  Also
added a method to determine the default height of the column header.
This is based on work done for OSAF.

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

17 years agoMore support for drawing native column headers, adds more states
Robin Dunn [Wed, 13 Sep 2006 20:28:43 +0000 (20:28 +0000)] 
More support for drawing native column headers, adds more states
(selected, mouse-over) and also optionally drawing the contents of the
header (label and/or bitmap, sort arrow) in a consistent way.  Also
added a method to determine the default height of the column header.
This is based on work done for OSAF.

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

17 years agoit needs wxUSE_* guard to not break smartphone build.
Włodzimierz Skiba [Wed, 13 Sep 2006 19:10:31 +0000 (19:10 +0000)] 
it needs wxUSE_* guard to not break smartphone build.

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

17 years agowxStatusBarGeneric is used directly so the header needs to be included too
Robin Dunn [Wed, 13 Sep 2006 19:01:37 +0000 (19:01 +0000)] 
wxStatusBarGeneric is used directly so the header needs to be included too

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

17 years agorenamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing
Václav Slavík [Wed, 13 Sep 2006 17:12:25 +0000 (17:12 +0000)] 
renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing

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

17 years agorenamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing
Václav Slavík [Wed, 13 Sep 2006 17:06:01 +0000 (17:06 +0000)] 
renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing

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

17 years agominimize code duplication
Paul Cornett [Wed, 13 Sep 2006 16:31:36 +0000 (16:31 +0000)] 
minimize code duplication

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

17 years agoAdded public keyword
Julian Smart [Wed, 13 Sep 2006 16:27:56 +0000 (16:27 +0000)] 
Added public keyword

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

17 years agoBuild fix.
Włodzimierz Skiba [Wed, 13 Sep 2006 16:16:37 +0000 (16:16 +0000)] 
Build fix.

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

17 years ago[ 1556353 ] [wxOS2] Change derivation to add wxGauge::Pulse
Włodzimierz Skiba [Wed, 13 Sep 2006 16:14:26 +0000 (16:14 +0000)] 
1556353 ] [wxOS2] Change derivation to add wxGauge::Pulse

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

17 years agoBuild fix.
Włodzimierz Skiba [Wed, 13 Sep 2006 16:06:24 +0000 (16:06 +0000)] 
Build fix.

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

17 years agodon't include generic/statusbr.h directly
Paul Cornett [Wed, 13 Sep 2006 15:50:26 +0000 (15:50 +0000)] 
don't include generic/statusbr.h directly

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

17 years agogot rid of some extra borders
Benjamin Williams [Wed, 13 Sep 2006 14:23:02 +0000 (14:23 +0000)] 
got rid of some extra borders

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

17 years agofix wxVsnprintf_ declaration for VC8
Vadim Zeitlin [Wed, 13 Sep 2006 11:59:31 +0000 (11:59 +0000)] 
fix wxVsnprintf_ declaration for VC8

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

17 years agodocument wxChildFocusEvent
Vadim Zeitlin [Wed, 13 Sep 2006 11:44:16 +0000 (11:44 +0000)] 
document wxChildFocusEvent

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

17 years agowxTLW::DoRefreshRect must check the rect, too
Václav Slavík [Wed, 13 Sep 2006 11:01:10 +0000 (11:01 +0000)] 
wxTLW::DoRefreshRect must check the rect, too

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

17 years ago Make wxGTK's wxScrolledWindow set m_x/xScrollLines to 0
Robert Roebling [Wed, 13 Sep 2006 10:01:21 +0000 (10:01 +0000)] 
  Make wxGTK's wxScrolledWindow set m_x/xScrollLines to 0
    if scrollbars disappear (instead of 1) as per wxMSW.
  Expose m_x/yScrollLines in public getters.
  Correct window origin for scrolled window in RTL.

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

17 years agocorrected painting implementation for wxDFB
Václav Slavík [Wed, 13 Sep 2006 09:50:02 +0000 (09:50 +0000)] 
corrected painting implementation for wxDFB

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

17 years agocompile fix for Mac
Robin Dunn [Wed, 13 Sep 2006 01:31:11 +0000 (01:31 +0000)] 
compile fix for Mac

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

17 years agoremove unneeded m_inputHandler initialization (already done in the base class ctor)
Vadim Zeitlin [Tue, 12 Sep 2006 22:20:15 +0000 (22:20 +0000)] 
remove unneeded m_inputHandler initialization (already done in the base class ctor)

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

17 years agorephrase
Robin Dunn [Tue, 12 Sep 2006 21:06:43 +0000 (21:06 +0000)] 
rephrase

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

17 years agoUpdated the C++ code for wx.gizmos.TreeListCtrl from the wxCode
Robin Dunn [Tue, 12 Sep 2006 21:05:20 +0000 (21:05 +0000)] 
Updated the C++ code for wx.gizmos.TreeListCtrl from the wxCode
project.

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

17 years agoDisplayAvailable renamed
Robin Dunn [Tue, 12 Sep 2006 18:45:22 +0000 (18:45 +0000)] 
DisplayAvailable renamed

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

17 years agogtk_pizza_set_external is redundant
Paul Cornett [Tue, 12 Sep 2006 17:18:23 +0000 (17:18 +0000)] 
gtk_pizza_set_external is redundant

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

17 years agocalling GtkPizza base class method on non-GtkPizza widget doesn't seem like such...
Paul Cornett [Tue, 12 Sep 2006 17:09:56 +0000 (17:09 +0000)] 
calling GtkPizza base class method on non-GtkPizza widget doesn't seem like such a good idea

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

17 years agoIncreased size slightly
Julian Smart [Tue, 12 Sep 2006 12:02:54 +0000 (12:02 +0000)] 
Increased size slightly

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

17 years agoSometimes, m_x and m_y don't reflect the true position of the window,
Julian Smart [Tue, 12 Sep 2006 11:57:55 +0000 (11:57 +0000)] 
Sometimes, m_x and m_y don't reflect the true position of the window,
for example after using wxToolBar::AddControl. This change gets the
actual position if necessary; it fixes a popup window positioning problem
for combo controls on a toolbar.

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

17 years agoAdded pango_context_get_language to speed up pango_context_get_metrics
Julian Smart [Tue, 12 Sep 2006 11:38:17 +0000 (11:38 +0000)] 
Added pango_context_get_language to speed up pango_context_get_metrics

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

17 years agoStyle listbox now shows current style
Julian Smart [Tue, 12 Sep 2006 10:19:45 +0000 (10:19 +0000)] 
Style listbox now shows current style
Added combo control for selecting styles
Updated the sample to show the combo control

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

17 years ago Reverse Left and Right meaning of keys.
Robert Roebling [Tue, 12 Sep 2006 09:57:24 +0000 (09:57 +0000)] 
  Reverse Left and Right meaning of keys.

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

17 years ago More RTL fixes.
Robert Roebling [Tue, 12 Sep 2006 09:48:27 +0000 (09:48 +0000)] 
  More RTL fixes.

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

17 years agolimit clipping to surface area
Václav Slavík [Tue, 12 Sep 2006 09:26:14 +0000 (09:26 +0000)] 
limit clipping to surface area

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

17 years ago Add const to GetTargetSize()
Robert Roebling [Tue, 12 Sep 2006 09:12:52 +0000 (09:12 +0000)] 
  Add const to GetTargetSize()

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

17 years agoSetting the current style from the UI is a mode that is cancelled when moving away
Julian Smart [Tue, 12 Sep 2006 08:42:40 +0000 (08:42 +0000)] 
Setting the current style from the UI is a mode that is cancelled when moving away
from the current caret position. This must be done to avoid confusing default
attributes and attributes at the current caret position, in normal use.
Style feedback now correct when caret is at the start of a paragraph (don't use
previous paragraph's style), and out-by-one style feedback bug fixed (start/end
of styled content).
Added ApplyStyle for applying a character or paragraph style.
Some coding style cleanup.

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

17 years ago RD forgot to add "Do"
Robert Roebling [Tue, 12 Sep 2006 07:39:42 +0000 (07:39 +0000)] 
  RD forgot to add "Do"

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

17 years agoFixed flag setting omission that showed up as list problems in sample
Julian Smart [Tue, 12 Sep 2006 07:18:20 +0000 (07:18 +0000)] 
Fixed flag setting omission that showed up as list problems in sample

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

17 years agomore properties
Robin Dunn [Tue, 12 Sep 2006 03:20:12 +0000 (03:20 +0000)] 
more properties

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

17 years agofixed two typos: XLOG2DEV was used instead of YLOG2DEV
Václav Slavík [Mon, 11 Sep 2006 21:00:30 +0000 (21:00 +0000)] 
fixed two typos: XLOG2DEV was used instead of YLOG2DEV

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

17 years agoUse DoIsExposed for the virtual version of the method, so the wxPoint
Robin Dunn [Mon, 11 Sep 2006 17:50:12 +0000 (17:50 +0000)] 
Use DoIsExposed for the virtual version of the method, so the wxPoint
and wxRect versions don't get hidden in derived classes.

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

17 years agosync with CVS updates
Robin Dunn [Mon, 11 Sep 2006 16:54:57 +0000 (16:54 +0000)] 
sync with CVS updates

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

17 years ago Further RTL fixes.
Robert Roebling [Mon, 11 Sep 2006 14:20:24 +0000 (14:20 +0000)] 
  Further RTL fixes.

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