]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agotrying to fix threads compilation options: use -Ethreads under UnixWare, don't use...
Vadim Zeitlin [Sat, 12 Apr 2003 01:02:02 +0000 (01:02 +0000)] 
trying to fix threads compilation options: use -Ethreads under UnixWare, don't use -pthreads under IRIX

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

21 years agoUnixWare compilation fix (explicitly declare pthread_mutexattr_settype)
Vadim Zeitlin [Sat, 12 Apr 2003 00:53:37 +0000 (00:53 +0000)] 
UnixWare compilation fix (explicitly declare pthread_mutexattr_settype)

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

21 years agouser dash and container focus patches
Vadim Zeitlin [Sat, 12 Apr 2003 00:47:45 +0000 (00:47 +0000)] 
user dash and container focus patches

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

21 years agofixes return values of wxSemaphore::TryWait() and WaitTimeout() to behave as documented
Vadim Zeitlin [Sat, 12 Apr 2003 00:43:28 +0000 (00:43 +0000)] 
fixes return values of wxSemaphore::TryWait() and WaitTimeout() to behave as documented

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

21 years agoUnixWare compilation fix (include sys/filio.h)
Vadim Zeitlin [Sat, 12 Apr 2003 00:35:14 +0000 (00:35 +0000)] 
UnixWare compilation fix (include sys/filio.h)

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

21 years agoadded UnixWare recognition
Vadim Zeitlin [Sat, 12 Apr 2003 00:32:22 +0000 (00:32 +0000)] 
added UnixWare recognition

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

21 years agoUnixware compilation fix (#undef index)
Vadim Zeitlin [Sat, 12 Apr 2003 00:22:45 +0000 (00:22 +0000)] 
Unixware compilation fix (#undef index)

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

21 years agofixed CheckTransparency() for RGBA images
Vadim Zeitlin [Sat, 12 Apr 2003 00:03:16 +0000 (00:03 +0000)] 
fixed CheckTransparency() for RGBA images

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

21 years ago2.4 -> 2.5; build in another directory than source one; mention --disable-shared
Vadim Zeitlin [Sat, 12 Apr 2003 00:02:28 +0000 (00:02 +0000)] 
2.4 -> 2.5; build in another directory than source one; mention --disable-shared

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

21 years agounstable doesn't mean it crashes
Vadim Zeitlin [Fri, 11 Apr 2003 23:56:27 +0000 (23:56 +0000)] 
unstable doesn't mean it crashes

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

21 years agodon't forget to backport manifest and wxLocale fix
Václav Slavík [Fri, 11 Apr 2003 23:24:05 +0000 (23:24 +0000)] 
don't forget to backport manifest and wxLocale fix

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

21 years agoadded WindowsXP manifest directly into application's resources
Václav Slavík [Fri, 11 Apr 2003 23:22:39 +0000 (23:22 +0000)] 
added WindowsXP manifest directly into application's resources

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

21 years agodon't report setlocale failure if trying to set Unicode-only language
Václav Slavík [Fri, 11 Apr 2003 23:20:36 +0000 (23:20 +0000)] 
don't report setlocale failure if trying to set Unicode-only language

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

21 years agoFixed wxMac's wxTextCtrl::SetSelection so that (-1,-1) will select the
Robin Dunn [Fri, 11 Apr 2003 22:38:56 +0000 (22:38 +0000)] 
Fixed wxMac's wxTextCtrl::SetSelection so that (-1,-1) will select the
entire value like other ports do.

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

21 years agofixed bug with searching in sorted arrays
Vadim Zeitlin [Fri, 11 Apr 2003 22:05:24 +0000 (22:05 +0000)] 
fixed bug with searching in sorted arrays

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

21 years agocorrect Watcom build instructions
Chris Elliott [Fri, 11 Apr 2003 14:31:24 +0000 (14:31 +0000)] 
correct Watcom build instructions

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

21 years agouse on gdk_draw_lines() call instead of multiple gdk_draw_line() ones (patch 717012)
Vadim Zeitlin [Fri, 11 Apr 2003 14:14:23 +0000 (14:14 +0000)] 
use on gdk_draw_lines() call instead of multiple gdk_draw_line() ones (patch 717012)

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

21 years agofixes for user dash handling (patch 717736)
Vadim Zeitlin [Fri, 11 Apr 2003 14:02:32 +0000 (14:02 +0000)] 
fixes for user dash handling (patch 717736)

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

21 years agocontainers don't always accept focus (patch 718913)
Vadim Zeitlin [Fri, 11 Apr 2003 13:48:27 +0000 (13:48 +0000)] 
containers don't always accept focus (patch 718913)

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

21 years agoMoved wxDateTime::TIME_T_FACTOR into datetime.cpp to
Julian Smart [Fri, 11 Apr 2003 11:01:39 +0000 (11:01 +0000)] 
Moved wxDateTime::TIME_T_FACTOR into datetime.cpp to
prevent VC++ confusion

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

21 years agodon't use deprecated macros
Václav Slavík [Thu, 10 Apr 2003 23:01:42 +0000 (23:01 +0000)] 
don't use deprecated macros

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

21 years agoregenerated with tmake after adding datacmn.cpp
Vadim Zeitlin [Thu, 10 Apr 2003 21:08:29 +0000 (21:08 +0000)] 
regenerated with tmake after adding datacmn.cpp

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

21 years agoextracted duplicated code from src/*/data.cpp in a common file
Vadim Zeitlin [Thu, 10 Apr 2003 20:33:17 +0000 (20:33 +0000)] 
extracted duplicated code from src/*/data.cpp in a common file

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

21 years agodon't use deprecated IntToString function
Vadim Zeitlin [Thu, 10 Apr 2003 18:14:38 +0000 (18:14 +0000)] 
don't use deprecated IntToString function

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

21 years agomoved wxFloat/DoubleToStringStr from src/*/data.cpp to src/common/utils.cpp; took...
Vadim Zeitlin [Thu, 10 Apr 2003 13:08:46 +0000 (13:08 +0000)] 
moved wxFloat/DoubleToStringStr from src/*/data.cpp to src/common/utils.cpp; took all String <-> Numebr functions inside WXWIN_COMPATIBILITY_2_4

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

21 years agoset krc to wxKILL_OK on success
Vadim Zeitlin [Thu, 10 Apr 2003 00:14:17 +0000 (00:14 +0000)] 
set krc to wxKILL_OK on success

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

21 years agoif we are not in the main thread, output the assert directly and trap since
Gilles Depeyrot [Wed, 9 Apr 2003 20:30:33 +0000 (20:30 +0000)] 
if we are not in the main thread, output the assert directly and trap since
dialogs cannot be displayed

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

21 years ago Compilation fix (missing headers).
Mattia Barbon [Wed, 9 Apr 2003 17:07:25 +0000 (17:07 +0000)] 
  Compilation fix (missing headers).

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

21 years ago Add tests for XShape extension API in configure,
Mattia Barbon [Wed, 9 Apr 2003 16:58:33 +0000 (16:58 +0000)] 
  Add tests for XShape extension API in configure,
and implements wxTLW::SetShape for wxMotif and wxX11
using the aforementioned extension.

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

21 years ago Use the wxBitmap implementation from wxX11
Mattia Barbon [Wed, 9 Apr 2003 16:44:27 +0000 (16:44 +0000)] 
  Use the wxBitmap implementation from wxX11
in wxMotif; solves various bugs related to wxMask
handling (and effectively adds a lot of wxMask
functionality previously missing).

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

21 years agoInclude winable.h for NotifyWinEvent.
Julian Smart [Wed, 9 Apr 2003 15:16:54 +0000 (15:16 +0000)] 
Include winable.h for NotifyWinEvent.

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

21 years agoupdate from NY
Vadim Zeitlin [Wed, 9 Apr 2003 14:48:04 +0000 (14:48 +0000)] 
update from NY

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

21 years agoFixed TARGETDEF usage. Now defined in the parent make to use include a DEF file in...
Michael Bedward [Wed, 9 Apr 2003 13:19:40 +0000 (13:19 +0000)] 
Fixed TARGETDEF usage. Now defined in the parent make to use include a DEF file in the build. Is there some better way of doing this ?

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

21 years agoTurn off all border styles for the inner window
Robin Dunn [Tue, 8 Apr 2003 22:24:14 +0000 (22:24 +0000)] 
Turn off all border styles for the inner window

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

21 years agoyet another versionof Greek translations
Vadim Zeitlin [Tue, 8 Apr 2003 18:51:36 +0000 (18:51 +0000)] 
yet another versionof Greek translations

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

21 years ago Compilation fix for !wxUSE_TOOLTIP.
Mattia Barbon [Tue, 8 Apr 2003 18:45:38 +0000 (18:45 +0000)] 
  Compilation fix for !wxUSE_TOOLTIP.

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

21 years ago Removed ".wxr fixes for Unicode" item, since wxr have been
Mattia Barbon [Tue, 8 Apr 2003 18:37:30 +0000 (18:37 +0000)] 
  Removed ".wxr fixes for Unicode" item, since wxr have been
removed from 2.6-to-be, and deprecated in 2.4.

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

21 years agoadded missing default argument value
Vadim Zeitlin [Tue, 8 Apr 2003 13:52:31 +0000 (13:52 +0000)] 
added missing default argument value

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

21 years agoprintf() format warning fixed
Vadim Zeitlin [Tue, 8 Apr 2003 11:28:57 +0000 (11:28 +0000)] 
printf() format warning fixed

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

21 years agowxMac doesn't use wxTaskBarIcon
Vadim Zeitlin [Tue, 8 Apr 2003 10:53:23 +0000 (10:53 +0000)] 
wxMac doesn't use wxTaskBarIcon

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

21 years agobackported some things
Václav Slavík [Mon, 7 Apr 2003 22:17:13 +0000 (22:17 +0000)] 
backported some things

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

21 years agodeprecated XMLID and friends macros
Václav Slavík [Mon, 7 Apr 2003 22:15:03 +0000 (22:15 +0000)] 
deprecated XMLID and friends macros

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

21 years agoexplicit app modality in SetModal
Stefan Csomor [Mon, 7 Apr 2003 20:37:30 +0000 (20:37 +0000)] 
explicit app modality in SetModal

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

21 years agoAfter delete wxPendingEventsLocker; wxPendingEventsLocker = NULL; so that
David Elliott [Mon, 7 Apr 2003 18:06:46 +0000 (18:06 +0000)] 
After delete wxPendingEventsLocker;  wxPendingEventsLocker = NULL; so that
the wxEvent code doesn't try to use it while cleaning up.

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

21 years ago Add GetDrawable convenience function that returns m_bitmap
Mattia Barbon [Mon, 7 Apr 2003 17:39:00 +0000 (17:39 +0000)] 
  Add GetDrawable convenience function that returns m_bitmap
if the wxBitmap is monochrome or m_pixmap if the wxBitmap
is polichrome.

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

21 years ago No sashtest.xbm to be found.
Mattia Barbon [Mon, 7 Apr 2003 17:35:22 +0000 (17:35 +0000)] 
  No sashtest.xbm to be found.

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

21 years ago Fix some GCC 3.2 -O2 warnings.
Mattia Barbon [Mon, 7 Apr 2003 17:32:19 +0000 (17:32 +0000)] 
  Fix some GCC 3.2 -O2 warnings.

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

21 years ago Moved m_visual* wxApp[X11] members used by wxBitmap and
Mattia Barbon [Mon, 7 Apr 2003 17:15:11 +0000 (17:15 +0000)] 
  Moved m_visual* wxApp[X11] members used by wxBitmap and
wxColour into a new wxXVisualInfo structure, and moved code
to initialize it to a new src/x11/utilsx.cpp file (utility
functions shared by wxMotif and wxX11).
  Added (currently unused) code in wxMotif to
retrieve wxXVisualInfo; it will be used when wxMotif
is switched to bitmap.cpp from wxX11.

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

21 years agoDo some sanity checks in DoDrawText to make sure we actually have some glyphs
David Elliott [Mon, 7 Apr 2003 04:04:10 +0000 (04:04 +0000)] 
Do some sanity checks in DoDrawText to make sure we actually have some glyphs

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

21 years agoAdded stub for wxIcon(const char **xpm)
David Elliott [Mon, 7 Apr 2003 03:38:12 +0000 (03:38 +0000)] 
Added stub for wxIcon(const char **xpm)

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

21 years agoRelocate DeviceToLogical[XY], add stub for LogicalToDevice[XY]
David Elliott [Mon, 7 Apr 2003 03:31:38 +0000 (03:31 +0000)] 
Relocate DeviceToLogical[XY], add stub for LogicalToDevice[XY]

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

21 years agoAdded preliminary resource fork support for wxCocoa
David Elliott [Mon, 7 Apr 2003 03:14:35 +0000 (03:14 +0000)] 
Added preliminary resource fork support for wxCocoa

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

21 years agoAllow wxUSE_DIRDLG and wxUSE_TREECTRL for wxCocoa (both are generic)
David Elliott [Mon, 7 Apr 2003 03:05:24 +0000 (03:05 +0000)] 
Allow wxUSE_DIRDLG and wxUSE_TREECTRL for wxCocoa (both are generic)

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

21 years agoX11-specific code doesn't work so well on wxCocoa
David Elliott [Mon, 7 Apr 2003 02:57:12 +0000 (02:57 +0000)] 
X11-specific code doesn't work so well on wxCocoa

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

21 years agoUse the generic tree control for wxCocoa
David Elliott [Mon, 7 Apr 2003 02:49:17 +0000 (02:49 +0000)] 
Use the generic tree control for wxCocoa

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

21 years agoThere is no task bar icon for Cocoa (yet).
David Elliott [Mon, 7 Apr 2003 02:21:10 +0000 (02:21 +0000)] 
There is no task bar icon for Cocoa (yet).

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

21 years agoWhoops! Might want the headers too.
David Elliott [Mon, 7 Apr 2003 01:44:11 +0000 (01:44 +0000)] 
Whoops!  Might want the headers too.

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

21 years agooption for using DirectX in wxDisplay
Vadim Zeitlin [Mon, 7 Apr 2003 00:38:06 +0000 (00:38 +0000)] 
option for using DirectX in wxDisplay

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

21 years agosupport for optionnally using DirectX for display manipulations
Vadim Zeitlin [Mon, 7 Apr 2003 00:30:18 +0000 (00:30 +0000)] 
support for optionnally using DirectX for display manipulations

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

21 years agoRemoved redundant fixme comment
Julian Smart [Sun, 6 Apr 2003 20:47:59 +0000 (20:47 +0000)] 
Removed redundant fixme comment

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

21 years ago Remove (now) pointless checks for __WXX11__/__WXMOTIF__ in
Mattia Barbon [Sun, 6 Apr 2003 20:39:45 +0000 (20:39 +0000)] 
  Remove (now) pointless checks for __WXX11__/__WXMOTIF__ in
src/x11/utils.cpp and src/motif/utils.cpp.

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

21 years agoApplied [ 716064 ] Second part of wxFileCtrl & wxDirCtrl patch
Julian Smart [Sun, 6 Apr 2003 19:57:51 +0000 (19:57 +0000)] 
Applied [ 716064 ] Second part of wxFileCtrl & wxDirCtrl patch
by John Labenski

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

21 years agofix bug with not accepting write-only formats in d&d
Vadim Zeitlin [Sun, 6 Apr 2003 19:40:54 +0000 (19:40 +0000)] 
fix bug with not accepting write-only formats in d&d

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

21 years agomerged 2 overloaded functions into a single membersections
Vadim Zeitlin [Sun, 6 Apr 2003 18:37:06 +0000 (18:37 +0000)] 
merged 2 overloaded functions into a single membersections

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

21 years agoMore patches done
Julian Smart [Sun, 6 Apr 2003 17:59:59 +0000 (17:59 +0000)] 
More patches done

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

21 years agoadded assert to check that notebook page does have notebook as parent; removed duplic...
Vadim Zeitlin [Sun, 6 Apr 2003 17:46:48 +0000 (17:46 +0000)] 
added assert to check that notebook page does have notebook as parent; removed duplicated AddPage()

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

21 years agoApplied some of them
Julian Smart [Sun, 6 Apr 2003 15:48:34 +0000 (15:48 +0000)] 
Applied some of them

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

21 years agoReordered functions
Julian Smart [Sun, 6 Apr 2003 15:14:50 +0000 (15:14 +0000)] 
Reordered functions

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

21 years agoRemoved backported fix from toback24.txt
Julian Smart [Sun, 6 Apr 2003 11:38:43 +0000 (11:38 +0000)] 
Removed backported fix from toback24.txt

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

21 years agoChanged dc.cpp to dc.mm and dcclient.cpp dcclient.mm for wxCocoa
David Elliott [Sun, 6 Apr 2003 00:55:41 +0000 (00:55 +0000)] 
Changed dc.cpp to dc.mm and dcclient.cpp dcclient.mm for wxCocoa

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

21 years agoReplace dc.cpp with dc.mm and dcclient.cpp with dc.mm
David Elliott [Sun, 6 Apr 2003 00:54:38 +0000 (00:54 +0000)] 
Replace dc.cpp with dc.mm and dcclient.cpp with dc.mm
Update app.mm to call wxDC text system startup and cleanup code

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

21 years agoUse the wxStaticBox::GetBordersForSizer method to get border information
David Elliott [Sun, 6 Apr 2003 00:51:44 +0000 (00:51 +0000)] 
Use the wxStaticBox::GetBordersForSizer method to get border information
on wxCocoa.  Perhaps the other ports should do this?

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

21 years agoAdded GetBordersForSizer(int *bordertop, int *borderOther)
David Elliott [Sat, 5 Apr 2003 23:26:30 +0000 (23:26 +0000)] 
Added GetBordersForSizer(int *bordertop, int *borderOther)

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

21 years agoCommented out most the the wxLogDebug
David Elliott [Sat, 5 Apr 2003 23:23:50 +0000 (23:23 +0000)] 
Commented out most the the wxLogDebug
Basic implementation of Refresh() does not take into account eraseBack or Rect

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

21 years agoCocoa still uses the generic file dialog (see include/wx/filedlg.h)
David Elliott [Sat, 5 Apr 2003 23:16:34 +0000 (23:16 +0000)] 
Cocoa still uses the generic file dialog (see include/wx/filedlg.h)

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

21 years agoAdded declarations for NSLayoutManager, NSTextContainer, and NSTextStorage
David Elliott [Sat, 5 Apr 2003 23:06:24 +0000 (23:06 +0000)] 
Added declarations for NSLayoutManager, NSTextContainer, and NSTextStorage

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

21 years agoregenerated makefiles
Václav Slavík [Sat, 5 Apr 2003 22:30:39 +0000 (22:30 +0000)] 
regenerated makefiles

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

21 years agopartially working wxTaskBarIcon for X11
Václav Slavík [Sat, 5 Apr 2003 22:27:47 +0000 (22:27 +0000)] 
partially working wxTaskBarIcon for X11

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

21 years agoadded taskbarcmn.cpp
Václav Slavík [Sat, 5 Apr 2003 22:25:36 +0000 (22:25 +0000)] 
added taskbarcmn.cpp

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

21 years agoremoved obsoleted virtuals from docs
Václav Slavík [Sat, 5 Apr 2003 22:22:01 +0000 (22:22 +0000)] 
removed obsoleted virtuals from docs

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

21 years agoupdates to taskbar sample to use events instead of virtuals and work under Unix
Václav Slavík [Sat, 5 Apr 2003 22:20:52 +0000 (22:20 +0000)] 
updates to taskbar sample to use events instead of virtuals and work under Unix

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

21 years agoFix for getting all frames from GIF animation
Julian Smart [Sat, 5 Apr 2003 18:59:50 +0000 (18:59 +0000)] 
Fix for getting all frames from GIF animation

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

21 years ago Derive wxBitmap from wxBitmapBase.
Mattia Barbon [Sat, 5 Apr 2003 12:11:05 +0000 (12:11 +0000)] 
  Derive wxBitmap from wxBitmapBase.
  Move code from LoadFile/SaveFile/Create* to
bitmap handlers.
  Implemented wxBitmap::GetSubBitmap.

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

21 years agoAdded a const for CW compilation
Julian Smart [Sat, 5 Apr 2003 10:38:18 +0000 (10:38 +0000)] 
Added a const for CW compilation

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

21 years agofix accidental overwrite of Makefile
Chris Elliott [Sat, 5 Apr 2003 10:34:19 +0000 (10:34 +0000)] 
fix accidental overwrite of Makefile

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

21 years agoAPplied patch [ 705301 ] Don't send event for wxSplitter::Unsplit
Julian Smart [Sat, 5 Apr 2003 10:33:10 +0000 (10:33 +0000)] 
APplied patch [ 705301 ] Don't send event for wxSplitter::Unsplit

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

21 years agochanges to watcom makefiles for OpenWatcom
Chris Elliott [Sat, 5 Apr 2003 10:14:07 +0000 (10:14 +0000)] 
changes to watcom makefiles for OpenWatcom

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

21 years agoremoved files with empty stubs
Václav Slavík [Fri, 4 Apr 2003 23:00:08 +0000 (23:00 +0000)] 
removed files with empty stubs

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

21 years agopreparation for X11 wxTaskBarIcon version:
Václav Slavík [Fri, 4 Apr 2003 22:47:58 +0000 (22:47 +0000)] 
preparation for X11 wxTaskBarIcon version:
1. moved events to common file from MSW specific
2. deprecated virtual functions in favour of event handlers
3. removed taskbar.cpp files from port that don't implement it

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

21 years agopreparation for X11 wxTaskBarIcon version:
Václav Slavík [Fri, 4 Apr 2003 22:33:47 +0000 (22:33 +0000)] 
preparation for X11 wxTaskBarIcon version:
1. moved events to common file from MSW specific
2. deprecated virtual functions in favour of event handlers
3. removed taskbar.cpp files from port that don't implement it

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

21 years agoHandle checkable items the right way in all cases
Robin Dunn [Fri, 4 Apr 2003 22:21:38 +0000 (22:21 +0000)] 
Handle checkable items the right way in all cases

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

21 years agoApplied [ 714756 ] Clean warnings on build
Julian Smart [Fri, 4 Apr 2003 13:13:46 +0000 (13:13 +0000)] 
Applied [ 714756 ] Clean warnings on build

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

21 years ago * rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax
Roger Gammans [Thu, 3 Apr 2003 21:14:07 +0000 (21:14 +0000)] 
 * rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax

 * ensure CoordToRowOrCol() range is  0 -> nMax if clipOnMinMax is set
                                and -1 -> nMax if clipOnMinMax is not set

 * check on uses of YToRow() / XToCol() and replace with
   calls internalYToRow() / internalXToCol() removing any external
   overflow handling where appropriate.

 * Add tests for overflow to prevent sending 'off grid' label events,
   would be indistinguishable from CornerLabel events.

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

21 years agoCorrection to my new menu code: handle submenus on menubar menus
Robin Dunn [Thu, 3 Apr 2003 21:01:52 +0000 (21:01 +0000)] 
Correction to my new menu code:  handle submenus on menubar menus

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

21 years agostart of Greek translations
Vadim Zeitlin [Thu, 3 Apr 2003 20:54:58 +0000 (20:54 +0000)] 
start of Greek translations

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

21 years agoFixed menu event propogation to be consistent across platforms, and
Robin Dunn [Thu, 3 Apr 2003 18:39:20 +0000 (18:39 +0000)] 
Fixed menu event propogation to be consistent across platforms, and
with the docs.

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

21 years agoFixed OnSetCursor for Mac
Julian Smart [Thu, 3 Apr 2003 18:17:05 +0000 (18:17 +0000)] 
Fixed OnSetCursor for Mac

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

21 years agoApplied patch [ 709618 ] fixes drawing position in wxPrinterDC::DoBlit()
Julian Smart [Thu, 3 Apr 2003 13:19:15 +0000 (13:19 +0000)] 
Applied patch [ 709618 ] fixes drawing position in wxPrinterDC::DoBlit()

wxPrinterDC::DoBlit() in current CVS is drawing to the
source coords rather than the dest coords. This patch
corrects that.

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

21 years agoApplied patch [ 708582 ] wxGenericFileDialog & expose generic wxFileCtrl
Julian Smart [Thu, 3 Apr 2003 13:10:08 +0000 (13:10 +0000)] 
Applied patch [ 708582 ] wxGenericFileDialog & expose generic wxFileCtrl
By John Labenski (jrl1)

The wxFileCtrl is a nice little widget that when
married with a wxDirCtrl makes for a simple, easy to
use explorer type widget.

include/wx/generic/filedlgg.h, src/generic/filedlg.cpp

Expose wxFileData and wxFileCtrl, rename wxFileDialog
to wxGenericFileDialog, it can be used in MSW now.

wxFileCtrl - added sorting for clicking in the col headers.
let wxGenericFileDialog manage it's own static text.
allow for viewing of root (for showing drives) in MSW
wxFileData - moved enum for wxFileCtrl col's into it.
added IsDrive and use bitmask instead of a slew of
bools for IsDir...

A couple bug fixes for wxFileCtrl for MSW, c:\.. is not
a file and can't be stated, show drives.

Basicly its the same as before, with no change besides
sorting for GTK. For MSW, the wxFileCtrl works in a few
more cases, hopefully all the MGL etc code was
untouched and should still work.

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

21 years agoApplied patch [ 706329 ] [wxMac] Fixes wxGetLocalTimeMillis
Julian Smart [Thu, 3 Apr 2003 13:01:59 +0000 (13:01 +0000)] 
Applied patch [ 706329 ] [wxMac] Fixes wxGetLocalTimeMillis

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