]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years ago Override OnSize in the scrollsub sample to disable
Robert Roebling [Tue, 8 Mar 2005 22:37:46 +0000 (22:37 +0000)] 
  Override OnSize in the scrollsub sample to disable
    sizer and scrollarea interferance.
  Made some code in wxScrolledWindow slightly clearer
    and removed a hack for something that shouldn't
    happen any more.

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

19 years agoFix crash when using a proxy (m_protocol already gets cleaned up via CleanData())
Ryan Norton [Tue, 8 Mar 2005 21:05:39 +0000 (21:05 +0000)] 
Fix crash when using a proxy (m_protocol already gets cleaned up via CleanData())

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

19 years agoCasting fix for events. Needs check by ARM eVC4 users.
Włodzimierz Skiba [Tue, 8 Mar 2005 20:53:16 +0000 (20:53 +0000)] 
Casting fix for events. Needs check by ARM eVC4 users.

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

19 years agoMore cleaning and wxFileOffset usage.
Włodzimierz Skiba [Tue, 8 Mar 2005 20:43:57 +0000 (20:43 +0000)] 
More cleaning and wxFileOffset usage.

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

19 years agoreSWIGged
Robin Dunn [Tue, 8 Mar 2005 20:43:27 +0000 (20:43 +0000)] 
reSWIGged

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

19 years agoreturn name and extension by const ref, not by value, to prevent bugs as the one...
Vadim Zeitlin [Tue, 8 Mar 2005 20:16:44 +0000 (20:16 +0000)] 
return name and extension by const ref, not by value, to prevent bugs as the one just fixed by patch 1159289 from compiling

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

19 years agofixed wrong use of = instead of == (patch 1159289)
Vadim Zeitlin [Tue, 8 Mar 2005 20:13:58 +0000 (20:13 +0000)] 
fixed wrong use of = instead of == (patch 1159289)

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

19 years agoremoved unused wxDirToWinStyle() (part of patch 1159289)
Vadim Zeitlin [Tue, 8 Mar 2005 20:11:06 +0000 (20:11 +0000)] 
removed unused wxDirToWinStyle() (part of patch 1159289)

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

19 years agoGTK1 compilation fix from Mart R., followup to patch 1157735
Kevin Hock [Tue, 8 Mar 2005 20:02:51 +0000 (20:02 +0000)] 
GTK1 compilation fix from Mart R., followup to patch 1157735

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

19 years agoRemoved descriptions of now-private m_ variables and moved the detailed information...
Kevin Hock [Tue, 8 Mar 2005 19:37:38 +0000 (19:37 +0000)] 
Removed descriptions of now-private m_ variables and moved the detailed information about the event information for each field to the appropriate Get() method descriptions.

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

19 years agoCorrect header filename (part of bug #1154011).
Włodzimierz Skiba [Tue, 8 Mar 2005 15:18:36 +0000 (15:18 +0000)] 
Correct header filename (part of bug #1154011).

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

19 years agodon't need AC_CXX_DYNAMIC_CAST for now
Vadim Zeitlin [Tue, 8 Mar 2005 13:12:21 +0000 (13:12 +0000)] 
don't need AC_CXX_DYNAMIC_CAST for now

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

19 years agouse static_cast<> for wxStaticCast; updated comment in front of wxDynamicCast()
Vadim Zeitlin [Tue, 8 Mar 2005 13:09:25 +0000 (13:09 +0000)] 
use static_cast<> for wxStaticCast; updated comment in front of wxDynamicCast()

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

19 years agomention Linux/AMD64 build fix
Vadim Zeitlin [Tue, 8 Mar 2005 11:17:48 +0000 (11:17 +0000)] 
mention Linux/AMD64 build fix

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

19 years agoremoved wx_dynamic_cast(), it can't be implemented properly without real dynamic_cast<>
Vadim Zeitlin [Tue, 8 Mar 2005 11:17:01 +0000 (11:17 +0000)] 
removed wx_dynamic_cast(), it can't be implemented properly without real dynamic_cast<>

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

19 years agoset wxDIALOG_UNIT_COMPATIBILITY to 0 by default
Vadim Zeitlin [Tue, 8 Mar 2005 10:56:46 +0000 (10:56 +0000)] 
set wxDIALOG_UNIT_COMPATIBILITY to 0 by default

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

19 years agoAllow forward declaration of wxSlider in wxMSW (bug 1157614). Remove unused header...
Włodzimierz Skiba [Tue, 8 Mar 2005 10:44:38 +0000 (10:44 +0000)] 
Allow forward declaration of wxSlider in wxMSW (bug 1157614). Remove unused header from wxSliderMSW.

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

19 years agofixed loop deleting the old filters in SetWildcard() after last commit
Vadim Zeitlin [Tue, 8 Mar 2005 10:37:35 +0000 (10:37 +0000)] 
fixed loop deleting the old filters in SetWildcard() after last commit

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

19 years agoMissing flags.
Włodzimierz Skiba [Tue, 8 Mar 2005 10:04:24 +0000 (10:04 +0000)] 
Missing flags.

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

19 years agoXTI has own wxObjectEventFunction and has to follow event.h
Włodzimierz Skiba [Tue, 8 Mar 2005 09:51:20 +0000 (09:51 +0000)] 
XTI has own wxObjectEventFunction and has to follow event.h

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

19 years agoWorkaround for toolbartool tooltip not getting written to the XRC file.
Robin Dunn [Tue, 8 Mar 2005 01:47:45 +0000 (01:47 +0000)] 
Workaround for toolbartool tooltip not getting written to the XRC file.

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

19 years agoreSWIGged
Robin Dunn [Tue, 8 Mar 2005 01:16:49 +0000 (01:16 +0000)] 
reSWIGged

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

19 years agoFix compilation error
Robin Dunn [Tue, 8 Mar 2005 01:14:33 +0000 (01:14 +0000)] 
Fix compilation error

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

19 years agoreSWIGged
Robin Dunn [Tue, 8 Mar 2005 01:06:44 +0000 (01:06 +0000)] 
reSWIGged

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

19 years agoLittle tweaks to match CVS changes
Robin Dunn [Tue, 8 Mar 2005 00:43:06 +0000 (00:43 +0000)] 
Little tweaks to match CVS changes

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

19 years agoMove wxPyCallback back to derive from wxObject
Robin Dunn [Tue, 8 Mar 2005 00:41:35 +0000 (00:41 +0000)] 
Move wxPyCallback back to derive from wxObject

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

19 years agohonour stateMask in GetItem() too (patch 1153451)
Vadim Zeitlin [Tue, 8 Mar 2005 00:40:06 +0000 (00:40 +0000)] 
honour stateMask in GetItem() too (patch 1153451)

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

19 years agoAllow wxBufferedDC to be constructed with just a wxDC.
Robin Dunn [Tue, 8 Mar 2005 00:38:53 +0000 (00:38 +0000)] 
Allow wxBufferedDC to be constructed with just a wxDC.

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

19 years agoinit member variables properly (patch 1156088)
Vadim Zeitlin [Tue, 8 Mar 2005 00:29:56 +0000 (00:29 +0000)] 
init member variables properly (patch 1156088)

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

19 years agoupdate from Hakki Dogusan
Vadim Zeitlin [Tue, 8 Mar 2005 00:10:32 +0000 (00:10 +0000)] 
update from Hakki Dogusan

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

19 years agoadded wxUSE_STDPATHS
Vadim Zeitlin [Tue, 8 Mar 2005 00:08:54 +0000 (00:08 +0000)] 
added wxUSE_STDPATHS

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

19 years agoPPC 2003 SDK doesn't seem to have setlocale() neither so just don't use it under...
Vadim Zeitlin [Tue, 8 Mar 2005 00:07:55 +0000 (00:07 +0000)] 
PPC 2003 SDK doesn't seem to have setlocale() neither so just don't use it under Win CE at all

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

19 years agofixed bug in Set(double jdn): don't test whether the date is valid before setting...
Vadim Zeitlin [Tue, 8 Mar 2005 00:01:32 +0000 (00:01 +0000)] 
fixed bug in Set(double jdn): don't test whether the date is valid before setting it (closes 1158535)

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

19 years agofix top margin for static box sizer when wxDIALOG_UNIT_COMPATIBILITY == 0
Vadim Zeitlin [Mon, 7 Mar 2005 23:41:07 +0000 (23:41 +0000)] 
fix top margin for static box sizer when wxDIALOG_UNIT_COMPATIBILITY == 0

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

19 years agoextracted platform-specific code to determine static box borders to wxStaticBox:...
Vadim Zeitlin [Mon, 7 Mar 2005 23:37:15 +0000 (23:37 +0000)] 
extracted platform-specific code to determine static box borders to wxStaticBox::GetBordersForSizer()

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

19 years agodon't exclude msw/gsocket.cpp and msw/gsockmsw.cpp from using PCH, there is no reason...
Vadim Zeitlin [Mon, 7 Mar 2005 23:07:31 +0000 (23:07 +0000)] 
don't exclude msw/gsocket.cpp and msw/gsockmsw.cpp from using PCH, there is no reason to do it now that these files are in C++ and not in C

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

19 years agoadded wxUSE_STDPATHS
Vadim Zeitlin [Mon, 7 Mar 2005 22:48:04 +0000 (22:48 +0000)] 
added wxUSE_STDPATHS

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

19 years agoadded file with WinCE-specific configuration options checks
Vadim Zeitlin [Mon, 7 Mar 2005 22:42:59 +0000 (22:42 +0000)] 
added file with WinCE-specific configuration options checks

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

19 years agocompilation fix for CE with Standard SDK
Vadim Zeitlin [Mon, 7 Mar 2005 22:40:51 +0000 (22:40 +0000)] 
compilation fix for CE with Standard SDK

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

19 years agoadded wxUSE_STDPATHS
Vadim Zeitlin [Mon, 7 Mar 2005 22:37:58 +0000 (22:37 +0000)] 
added wxUSE_STDPATHS

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

19 years agoNeed wxFULL_REPAINT_ON_SIZE for the background to erase properly (needs to be
Julian Smart [Mon, 7 Mar 2005 22:17:01 +0000 (22:17 +0000)] 
Need wxFULL_REPAINT_ON_SIZE for the background to erase properly (needs to be
optimized)

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

19 years agocompilation fix for VC6 (patch 1158433)
Vadim Zeitlin [Mon, 7 Mar 2005 22:12:46 +0000 (22:12 +0000)] 
compilation fix for VC6 (patch 1158433)

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

19 years agoAdded metal styles
Julian Smart [Mon, 7 Mar 2005 21:52:17 +0000 (21:52 +0000)] 
Added metal styles

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

19 years agoAdded wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal appearance (saves #ifdefing)
Julian Smart [Mon, 7 Mar 2005 21:50:11 +0000 (21:50 +0000)] 
Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal appearance (saves #ifdefing)

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

19 years agolook in /usr/lib64 before standard locations, this should fix build on Linux AMD64
Vadim Zeitlin [Mon, 7 Mar 2005 21:35:06 +0000 (21:35 +0000)] 
look in /usr/lib64 before standard locations, this should fix build on Linux AMD64

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

19 years agoRemoved very very obsolete flags from 1.x
Julian Smart [Mon, 7 Mar 2005 20:44:06 +0000 (20:44 +0000)] 
Removed very very obsolete flags from 1.x

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

19 years agoMore wxFileOffset usage and making layout of the code little more readable.
Włodzimierz Skiba [Mon, 7 Mar 2005 20:18:47 +0000 (20:18 +0000)] 
More wxFileOffset usage and making layout of the code little more readable.

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

19 years agofix evaluation order bug (patch 1158099)
Vadim Zeitlin [Mon, 7 Mar 2005 20:06:14 +0000 (20:06 +0000)] 
fix evaluation order bug (patch 1158099)

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

19 years agoharmless warning fixes for WinCE (mostly unused parameters)
Vadim Zeitlin [Mon, 7 Mar 2005 19:50:06 +0000 (19:50 +0000)] 
harmless warning fixes for WinCE (mostly unused parameters)

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

19 years agoharmless warning fixes for WinCE (mostly unused parameters)
Vadim Zeitlin [Mon, 7 Mar 2005 19:26:51 +0000 (19:26 +0000)] 
harmless warning fixes for WinCE (mostly unused parameters)

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

19 years agofix to avoid eVC crashes: restored wxObjectEventFunction declaration so that it defin...
Vadim Zeitlin [Mon, 7 Mar 2005 19:22:00 +0000 (19:22 +0000)] 
fix to avoid eVC crashes: restored wxObjectEventFunction declaration so that it defines a wxObject method, not wxEvtHandler one

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

19 years agoInform settings about wxWindow class existence.
Włodzimierz Skiba [Mon, 7 Mar 2005 19:10:42 +0000 (19:10 +0000)] 
Inform settings about wxWindow class existence.

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

19 years agoDon't enable the mediactrl on jaguar
Robin Dunn [Mon, 7 Mar 2005 18:28:20 +0000 (18:28 +0000)] 
Don't enable the mediactrl on jaguar

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

19 years agoWarning fix.
Włodzimierz Skiba [Mon, 7 Mar 2005 17:39:22 +0000 (17:39 +0000)] 
Warning fix.

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

19 years ago Applied GetSystemMetric patch to suppurt GTK and multihead
Robert Roebling [Mon, 7 Mar 2005 17:38:31 +0000 (17:38 +0000)] 
  Applied GetSystemMetric patch to suppurt GTK and multihead
    display.

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

19 years ago Applied patch to reenable single selection mode.
Robert Roebling [Mon, 7 Mar 2005 17:27:20 +0000 (17:27 +0000)] 
  Applied patch to reenable single selection mode.

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

19 years ago This fixes a problem in the two tree and list controls that
Robert Roebling [Mon, 7 Mar 2005 17:25:29 +0000 (17:25 +0000)] 
 This fixes a problem in the two tree and list controls that
   are trigger if the user app shows dialog in reaction to
   the user pressing e.g. <ENTER>. The edit text control will
   lose focus and emit another event. Might be possible to
   fix without adding another field, but this way it surely
   works.
  Also added correction to treecontrol as per listcontrol in
   the situation when a label change happens by losing the
   focus and the user cannot reject it, another event is emitted.

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

19 years ago Readd support for prelight tree control triangles (visual
Robert Roebling [Mon, 7 Mar 2005 17:20:41 +0000 (17:20 +0000)] 
  Readd support for prelight tree control triangles (visual
   effect when mouse is over the triangle/button)

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

19 years ago Use GtkPixmap instead of GtkImage as the latter incorrectly
Robert Roebling [Mon, 7 Mar 2005 17:19:02 +0000 (17:19 +0000)] 
  Use GtkPixmap instead of GtkImage as the latter incorrectly
   displays greyed images for some reason.

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

19 years agoreplaced complicated and not working test for WinCE version with a simple and working...
Vadim Zeitlin [Mon, 7 Mar 2005 02:11:30 +0000 (02:11 +0000)] 
replaced complicated and not working test for WinCE version with a simple and working test for whether WM_CONTEXTMENU is defined

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

19 years agoadded wxUSE_DATEPICKCTRL
Vadim Zeitlin [Mon, 7 Mar 2005 02:01:45 +0000 (02:01 +0000)] 
added wxUSE_DATEPICKCTRL

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

19 years agoRemoved spurious comment
Julian Smart [Sun, 6 Mar 2005 20:47:38 +0000 (20:47 +0000)] 
Removed spurious comment

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

19 years agoDoc tweaks
Julian Smart [Sun, 6 Mar 2005 17:16:58 +0000 (17:16 +0000)] 
Doc tweaks
SetAxisOrientation: Y is top down by default, not bottom up!

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

19 years agofix warning about comparing (signed) -1 with (unsigned) in_addr_t under Solaris
Vadim Zeitlin [Sun, 6 Mar 2005 13:43:56 +0000 (13:43 +0000)] 
fix warning about comparing (signed) -1 with (unsigned) in_addr_t under Solaris

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

19 years agoreplaced C++ comment with a C one
Vadim Zeitlin [Sun, 6 Mar 2005 12:16:24 +0000 (12:16 +0000)] 
replaced C++ comment with a C one

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

19 years agoAdded toolbar wxTB_TEXT flag and tool label property
Robin Dunn [Sun, 6 Mar 2005 03:31:21 +0000 (03:31 +0000)] 
Added toolbar wxTB_TEXT flag and tool label property

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

19 years ago(blind) GTK1 compilation fix
Vadim Zeitlin [Sat, 5 Mar 2005 23:36:07 +0000 (23:36 +0000)] 
(blind) GTK1 compilation fix

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

19 years agoFix for problem with wxGetFileKind on WinCE
Michael Wetherell [Sat, 5 Mar 2005 23:24:17 +0000 (23:24 +0000)] 
Fix for problem with wxGetFileKind on WinCE

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

19 years ago Use the common wxParseCommonDialogsFilter function
Mattia Barbon [Sat, 5 Mar 2005 17:16:44 +0000 (17:16 +0000)] 
  Use the common wxParseCommonDialogsFilter function
in wxMotif wxFileDialog.

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

19 years ago Avoid uninitialized variable warnings.
Mattia Barbon [Sat, 5 Mar 2005 16:13:55 +0000 (16:13 +0000)] 
  Avoid uninitialized variable warnings.

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

19 years ago Use the IsMDIChild() function instead of wxRTTI,
Mattia Barbon [Sat, 5 Mar 2005 16:11:29 +0000 (16:11 +0000)] 
  Use the IsMDIChild() function instead of wxRTTI,
avoiding linking MDI classes in all programs.

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

19 years ago Corrected wxStringListBase implementation of
Mattia Barbon [Sat, 5 Mar 2005 16:09:20 +0000 (16:09 +0000)] 
  Corrected wxStringListBase implementation of
DeleteFunction. Since wxStringList, when wxUSE_STL == 1
is a list of object (not pointers to objects) it requires
and empty DeleteFunction.

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

19 years ago Use the correct WXDLLIMPEXT declaration for
Mattia Barbon [Sat, 5 Mar 2005 16:06:02 +0000 (16:06 +0000)] 
  Use the correct WXDLLIMPEXT declaration for
wxStringListBase.

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

19 years agoreSWIGged
Robin Dunn [Sat, 5 Mar 2005 00:57:36 +0000 (00:57 +0000)] 
reSWIGged

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

19 years agoDocstring updates
Robin Dunn [Sat, 5 Mar 2005 00:52:48 +0000 (00:52 +0000)] 
Docstring updates

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

19 years agoAdded wx.ArtProvider.GetSize
Robin Dunn [Sat, 5 Mar 2005 00:52:07 +0000 (00:52 +0000)] 
Added wx.ArtProvider.GetSize

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

19 years agoreSWIGged
Robin Dunn [Sat, 5 Mar 2005 00:40:30 +0000 (00:40 +0000)] 
reSWIGged

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

19 years agobump the version flags
Robin Dunn [Sat, 5 Mar 2005 00:24:31 +0000 (00:24 +0000)] 
bump the version flags

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

19 years agoTweak how we cheat on the resource files
Robin Dunn [Sat, 5 Mar 2005 00:21:00 +0000 (00:21 +0000)] 
Tweak how we cheat on the resource files

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

19 years agoAdd Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image
Robin Dunn [Sat, 5 Mar 2005 00:18:49 +0000 (00:18 +0000)] 
Add Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image

Added wx.Rect.IsEmpty

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

19 years agoAdded wx.Rect.IsEmpty
Robin Dunn [Sat, 5 Mar 2005 00:17:37 +0000 (00:17 +0000)] 
Added wx.Rect.IsEmpty

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

19 years agoAdd Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image
Robin Dunn [Sat, 5 Mar 2005 00:15:45 +0000 (00:15 +0000)] 
Add Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image

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

19 years agoRemove refrences to building OGL
Robin Dunn [Sat, 5 Mar 2005 00:13:58 +0000 (00:13 +0000)] 
Remove refrences to building OGL

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

19 years ago Try to catch theme change on the fly in button in
Robert Roebling [Fri, 4 Mar 2005 23:23:05 +0000 (23:23 +0000)] 
  Try to catch theme change on the fly in button in
   order to resize buttons.

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

19 years agoBetter wxFile support, warning fixes and minor source cleaning.
Włodzimierz Skiba [Fri, 4 Mar 2005 19:32:40 +0000 (19:32 +0000)] 
Better wxFile support, warning fixes and minor source cleaning.

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

19 years agoUnicode markup.
Włodzimierz Skiba [Fri, 4 Mar 2005 19:29:28 +0000 (19:29 +0000)] 
Unicode markup.

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

19 years agoRemoved ambiguity between deprecated and new constructor.
Włodzimierz Skiba [Fri, 4 Mar 2005 19:27:02 +0000 (19:27 +0000)] 
Removed ambiguity between deprecated and new constructor.

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

19 years agoSmall warning fixes.
Włodzimierz Skiba [Fri, 4 Mar 2005 19:23:28 +0000 (19:23 +0000)] 
Small warning fixes.

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

19 years agoName conflict correction.
Włodzimierz Skiba [Fri, 4 Mar 2005 19:19:19 +0000 (19:19 +0000)] 
Name conflict correction.

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

19 years ago Trying to get default button placement and size right.
Robert Roebling [Fri, 4 Mar 2005 19:14:24 +0000 (19:14 +0000)] 
  Trying to get default button placement and size right.

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

19 years ago Applied John L's patches for curson scaling, image resizing
Robert Roebling [Fri, 4 Mar 2005 18:33:57 +0000 (18:33 +0000)] 
  Applied John L's patches for curson scaling, image resizing
    without scaling and the art provider resize bitmap patch.
    I'll look into adapting the generic file dialog to it.

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

19 years ago Changed wxFileName::SetExt() as per the discussion, added
Robert Roebling [Fri, 4 Mar 2005 17:31:18 +0000 (17:31 +0000)] 
  Changed wxFileName::SetExt() as per the discussion, added
   ClearExt() and SetEmptyExt() and documented it.

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

19 years ago#pragma implementation fix.
Włodzimierz Skiba [Fri, 4 Mar 2005 07:24:04 +0000 (07:24 +0000)] 
#pragma implementation fix.

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

19 years agoComplete wxW set of files in PalmOS makefile (still builds fine due to wxUSE_XXX...
Włodzimierz Skiba [Fri, 4 Mar 2005 07:18:47 +0000 (07:18 +0000)] 
Complete wxW set of files in PalmOS makefile (still builds fine due to wxUSE_XXX flags). Initial (BASE) movement towards files.bkl.

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

19 years agoWarning fixes for formating.
Włodzimierz Skiba [Thu, 3 Mar 2005 21:07:12 +0000 (21:07 +0000)] 
Warning fixes for formating.

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

19 years agoreworded a bit
Robin Dunn [Thu, 3 Mar 2005 20:57:37 +0000 (20:57 +0000)] 
reworded a bit

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

19 years agoWarning fix.
Włodzimierz Skiba [Thu, 3 Mar 2005 20:21:34 +0000 (20:21 +0000)] 
Warning fix.

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

19 years agoreSWIGged
Robin Dunn [Thu, 3 Mar 2005 20:13:45 +0000 (20:13 +0000)] 
reSWIGged

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

19 years agonew style flags for wxBufferedDC
Robin Dunn [Thu, 3 Mar 2005 19:58:32 +0000 (19:58 +0000)] 
new style flags for wxBufferedDC

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

19 years agoAdd copy ctor for wxPyCBInputStream and use it to prevent double
Robin Dunn [Thu, 3 Mar 2005 19:56:42 +0000 (19:56 +0000)] 
Add copy ctor for wxPyCBInputStream and use it to prevent double
deletion of the wxInputStream passed to wxFSFile

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