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

19 years agonote that GetFromWindow is windows only
Ryan Norton [Wed, 2 Mar 2005 02:47:47 +0000 (02:47 +0000)] 
note that GetFromWindow is windows only

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

19 years agoDocument wxDisplay::GetFromWindow
Ryan Norton [Wed, 2 Mar 2005 01:08:35 +0000 (01:08 +0000)] 
Document wxDisplay::GetFromWindow

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

19 years agofix unresolved reference
Ryan Norton [Wed, 2 Mar 2005 01:05:21 +0000 (01:05 +0000)] 
fix unresolved reference

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

19 years agofix backslashes
Ryan Norton [Wed, 2 Mar 2005 01:03:42 +0000 (01:03 +0000)] 
fix backslashes

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

19 years agogrammer
Ryan Norton [Wed, 2 Mar 2005 00:54:57 +0000 (00:54 +0000)] 
grammer

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

19 years agoclear up the 'something'
Ryan Norton [Wed, 2 Mar 2005 00:53:19 +0000 (00:53 +0000)] 
clear up the 'something'

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

19 years agoreword a bit - get rid of mention of the platforms it supports because nearly all...
Ryan Norton [Wed, 2 Mar 2005 00:51:53 +0000 (00:51 +0000)] 
reword a bit - get rid of mention of the platforms it supports because nearly all of them do now (all major ones do)

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

19 years agoAdd missing wxFileDialog flags to both dialog overview and wxFileDialog description...
Kevin Hock [Wed, 2 Mar 2005 00:15:48 +0000 (00:15 +0000)] 
Add missing wxFileDialog flags to both dialog overview and wxFileDialog description (modified patch 1154022)

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

19 years agoAdded newDirectory flag to DirBrowseButton
Robin Dunn [Tue, 1 Mar 2005 23:52:44 +0000 (23:52 +0000)] 
Added newDirectory flag to DirBrowseButton

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

19 years agoreSWIGged
Robin Dunn [Tue, 1 Mar 2005 23:49:52 +0000 (23:49 +0000)] 
reSWIGged

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

19 years agoMake IsSelected be a bit more specific
Robin Dunn [Tue, 1 Mar 2005 23:36:05 +0000 (23:36 +0000)] 
Make IsSelected be a bit more specific

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

19 years ago Revert my last commit, GetClientAreaOrigin was already implemented
Mattia Barbon [Tue, 1 Mar 2005 20:18:09 +0000 (20:18 +0000)] 
  Revert my last commit, GetClientAreaOrigin was already implemented
in common code by ABX.

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

19 years agoRevert last change moving wxFloodFill from imagfill.cpp to dcbase.cpp, which broke...
Kevin Hock [Tue, 1 Mar 2005 19:13:24 +0000 (19:13 +0000)] 
Revert last change moving wxFloodFill from imagfill.cpp to dcbase.cpp, which broke compilation across the board when wxUSE_IMAGE is defined.

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

19 years agorestored alpha test in raw image frame (why had it been commented out?)
Vadim Zeitlin [Tue, 1 Mar 2005 17:52:50 +0000 (17:52 +0000)] 
restored alpha test in raw image frame (why had it been commented out?)

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

19 years agodon't use WXDLLEXPORT with nested template classes: this doesn't work
Vadim Zeitlin [Tue, 1 Mar 2005 17:49:27 +0000 (17:49 +0000)] 
don't use WXDLLEXPORT with nested template classes: this doesn't work

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

19 years agodon't try to save invalid image: added a wxCHECK(Ok()) to Save() overloads which...
Vadim Zeitlin [Tue, 1 Mar 2005 17:42:28 +0000 (17:42 +0000)] 
don't try to save invalid image: added a wxCHECK(Ok()) to Save() overloads which didn't already have it

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

19 years agoMinor fixes for gcc
Michael Wetherell [Tue, 1 Mar 2005 17:11:15 +0000 (17:11 +0000)] 
Minor fixes for gcc

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

19 years agoAdd samples to configure: ipc, keyboard, listbox, multimon, popup, vscroll
Michael Wetherell [Tue, 1 Mar 2005 17:08:52 +0000 (17:08 +0000)] 
Add samples to configure: ipc, keyboard, listbox, multimon, popup, vscroll
richedit (partly), regtest, nativdlg, oleauto

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

19 years agoWarning fixes.
Włodzimierz Skiba [Tue, 1 Mar 2005 16:53:22 +0000 (16:53 +0000)] 
Warning fixes.

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

19 years agoUse GetMark if available
Robin Dunn [Tue, 1 Mar 2005 16:22:31 +0000 (16:22 +0000)] 
Use GetMark if available

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