]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

19 years agoSource cleaning.
Włodzimierz Skiba [Thu, 3 Mar 2005 19:50:33 +0000 (19:50 +0000)] 
Source cleaning.

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

19 years agoAllow build without fatal exceptions support.
Włodzimierz Skiba [Thu, 3 Mar 2005 19:46:15 +0000 (19:46 +0000)] 
Allow build without fatal exceptions support.

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

19 years ago Adapt SetExt() to new availability of m_hasExt. I also
Robert Roebling [Thu, 3 Mar 2005 19:45:24 +0000 (19:45 +0000)] 
 Adapt SetExt() to new availability of m_hasExt. I also
   added SetNoExt() as there needs to be a way to remove
   the extension. One wonders what SetExt( "" ) is supposed
   to do. Maybe adding SetEmptyExt() would be better and
   backwards compatible.

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

19 years agoUsage of common default colours in OGL + minor warning fixes.
Włodzimierz Skiba [Thu, 3 Mar 2005 19:37:15 +0000 (19:37 +0000)] 
Usage of common default colours in OGL + minor warning fixes.

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

19 years agoSource cleaning.
Włodzimierz Skiba [Thu, 3 Mar 2005 19:21:53 +0000 (19:21 +0000)] 
Source cleaning.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Thu, 3 Mar 2005 19:19:43 +0000 (19:19 +0000)] 
Warning fixes.

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

19 years agoFollow api of wxInputStream (warning fixes).
Włodzimierz Skiba [Thu, 3 Mar 2005 19:17:45 +0000 (19:17 +0000)] 
Follow api of wxInputStream (warning fixes).

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

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

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

19 years agoHuge streams checking and warning fixes.
Włodzimierz Skiba [Thu, 3 Mar 2005 19:12:18 +0000 (19:12 +0000)] 
Huge streams checking and warning fixes.

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

19 years agoRecent commits added new variables for length when there is already one available...
Włodzimierz Skiba [Thu, 3 Mar 2005 19:09:11 +0000 (19:09 +0000)] 
Recent commits added new variables for length when there is already one available with warnings silenced.

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

19 years agofixed crash when wxHtmlWindow's content is updated when making selection
Václav Slavík [Thu, 3 Mar 2005 17:18:47 +0000 (17:18 +0000)] 
fixed crash when wxHtmlWindow's content is updated when making selection

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

19 years agofixed bug in ReadAll(): it always returned error when reading files with DOS EOLs...
Vadim Zeitlin [Thu, 3 Mar 2005 13:46:42 +0000 (13:46 +0000)] 
fixed bug in ReadAll(): it always returned error when reading files with DOS EOLs in text mode

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

19 years ago Committing in .
Jouk Jansen [Thu, 3 Mar 2005 12:52:43 +0000 (12:52 +0000)] 
 Committing in .

 OpenVMS compile support updates

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms
  wxWidgets/src/common/string.cpp
 ----------------------------------------------------------------------

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

19 years agouse HINSTANCE for first DllMain() parameter (should fix compilation with VC 2005)
Vadim Zeitlin [Thu, 3 Mar 2005 10:54:59 +0000 (10:54 +0000)] 
use HINSTANCE for first DllMain() parameter (should fix compilation with VC 2005)

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

19 years agoadded wx_dynamic_cast()
Vadim Zeitlin [Thu, 3 Mar 2005 10:53:55 +0000 (10:53 +0000)] 
added wx_dynamic_cast()

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

19 years agoadded AC_CXX_DYNAMIC_CAST
Vadim Zeitlin [Thu, 3 Mar 2005 10:39:46 +0000 (10:39 +0000)] 
added AC_CXX_DYNAMIC_CAST

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

19 years agoAdded wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to buffered DC
Julian Smart [Thu, 3 Mar 2005 06:56:15 +0000 (06:56 +0000)] 
Added wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to buffered DC

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

19 years agoAdd SetDefault()
Robin Dunn [Thu, 3 Mar 2005 01:51:53 +0000 (01:51 +0000)] 
Add SetDefault()

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

19 years agoAdd forcelnk.h and version.rc to distribution tars and zips
Michael Wetherell [Wed, 2 Mar 2005 22:49:32 +0000 (22:49 +0000)] 
Add forcelnk.h and version.rc to distribution tars and zips

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

19 years agoget rid of duplicate comment :)
Ryan Norton [Wed, 2 Mar 2005 22:16:48 +0000 (22:16 +0000)] 
get rid of duplicate comment :)

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

19 years agoreSWIGged
Robin Dunn [Wed, 2 Mar 2005 22:11:28 +0000 (22:11 +0000)] 
reSWIGged

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

19 years agoreSWIGged
Robin Dunn [Wed, 2 Mar 2005 22:02:55 +0000 (22:02 +0000)] 
reSWIGged

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

19 years agoReduce the value of the fkey guard for unicode characters
Robin Dunn [Wed, 2 Mar 2005 21:35:50 +0000 (21:35 +0000)] 
Reduce the value of the fkey guard for unicode characters

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

19 years agoallow border flags
Robin Dunn [Wed, 2 Mar 2005 20:42:17 +0000 (20:42 +0000)] 
allow border flags

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

19 years agomore build load-balancing
Robin Dunn [Wed, 2 Mar 2005 20:41:36 +0000 (20:41 +0000)] 
more build load-balancing

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

19 years agodon't need to import xml.sax anymore
Robin Dunn [Wed, 2 Mar 2005 20:38:43 +0000 (20:38 +0000)] 
don't need to import xml.sax anymore

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

19 years agoAdd GetToolTip accessor
Robin Dunn [Wed, 2 Mar 2005 18:32:52 +0000 (18:32 +0000)] 
Add GetToolTip accessor

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

19 years agoSet the mouse pos for the drag events, add support for the tooltip event
Robin Dunn [Wed, 2 Mar 2005 18:32:28 +0000 (18:32 +0000)] 
Set the mouse pos for the drag events, add support for the tooltip event

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

19 years agoSet the mouse pos for the drag events
Robin Dunn [Wed, 2 Mar 2005 18:31:54 +0000 (18:31 +0000)] 
Set the mouse pos for the drag events

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

19 years agounicode character events
Stefan Csomor [Wed, 2 Mar 2005 17:45:49 +0000 (17:45 +0000)] 
unicode character events

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

19 years agoIn MSWUniv wxWindow and wxWindowMSW are different classes so we can't access some...
Włodzimierz Skiba [Wed, 2 Mar 2005 10:57:08 +0000 (10:57 +0000)] 
In MSWUniv wxWindow and wxWindowMSW are different classes so we can't access some of protected members (catched only by Borland). Therefore some of the flags related to background needs reading API.

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

19 years agoMust use GetAdjustedBestSize for getting child window sizes, since
Julian Smart [Wed, 2 Mar 2005 10:44:17 +0000 (10:44 +0000)] 
Must use GetAdjustedBestSize for getting child window sizes, since
DoGetBestSize returns standard control size e.g. 100x100 on Windows,
and not an explicit size passed to it. This may be because the splitter
window isn't a true sizer and m_bestSizeCache isn't updated properly
(see window.h, GetBestSize: IsFullySpecified fails.)

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

19 years agoFixed wxBufferedPaintDC for scrolled windows
Julian Smart [Wed, 2 Mar 2005 08:16:48 +0000 (08:16 +0000)] 
Fixed wxBufferedPaintDC for scrolled windows

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

19 years ago*** empty log message ***
Ryan Norton [Wed, 2 Mar 2005 05:17:20 +0000 (05:17 +0000)] 
*** empty log message ***

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