]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoCompilation fixes for Nano-X
Julian Smart [Mon, 25 Feb 2002 20:32:37 +0000 (20:32 +0000)] 
Compilation fixes for Nano-X

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

22 years agofixed linking errors
Vadim Zeitlin [Mon, 25 Feb 2002 18:45:47 +0000 (18:45 +0000)] 
fixed linking errors

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

22 years agoChanged greying out to very crude algorithm, just draining colour
Julian Smart [Mon, 25 Feb 2002 15:35:45 +0000 (15:35 +0000)] 
Changed greying out to very crude algorithm, just draining colour
from the image.

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

22 years agofixed error in mouse capture test
Vadim Zeitlin [Mon, 25 Feb 2002 15:21:13 +0000 (15:21 +0000)] 
fixed error in mouse capture test

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

22 years agoPut tool disabling back in, but we need to debug wxCreateGreyedImage
Julian Smart [Mon, 25 Feb 2002 11:35:52 +0000 (11:35 +0000)] 
Put tool disabling back in, but we need to debug wxCreateGreyedImage
since the scissors icon in the demo gets munged

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

22 years agodata_image -> mask_image, correcting some crashes in XPutImage
Julian Smart [Mon, 25 Feb 2002 11:20:24 +0000 (11:20 +0000)] 
data_image -> mask_image, correcting some crashes in XPutImage

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

22 years agoCommented out the bitmap-greying code until I have time to debug it
Julian Smart [Mon, 25 Feb 2002 11:01:31 +0000 (11:01 +0000)] 
Commented out the bitmap-greying code until I have time to debug it

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

22 years agoCorrected typos
Julian Smart [Mon, 25 Feb 2002 10:19:11 +0000 (10:19 +0000)] 
Corrected typos

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

22 years agoAdded middle mouse event macros to wxListCtrl doc; added wxCreateGreyedImage
Julian Smart [Mon, 25 Feb 2002 10:11:10 +0000 (10:11 +0000)] 
Added middle mouse event macros to wxListCtrl doc; added wxCreateGreyedImage
and attempt to show disabled buttons in wxUniversal wxToolBar

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

22 years agoreverted wxMGL-specific code (didn't mean to commit this...)
Václav Slavík [Sun, 24 Feb 2002 23:27:52 +0000 (23:27 +0000)] 
reverted wxMGL-specific code (didn't mean to commit this...)

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

22 years agoadded a note that wxStringList is obsolete
Vadim Zeitlin [Sun, 24 Feb 2002 23:22:46 +0000 (23:22 +0000)] 
added a note that wxStringList is obsolete

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

22 years agoReverted to my own solution; I think it's better because it distinguishes
Julian Smart [Sun, 24 Feb 2002 23:18:35 +0000 (23:18 +0000)] 
Reverted to my own solution; I think it's better because it distinguishes
between Universal and non-Universal solutions where menubars are
built in and don't affect client origin

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

22 years agoFixed conflicts with Robert's similar fixes; fixed toolbar size calculation
Julian Smart [Sun, 24 Feb 2002 23:04:46 +0000 (23:04 +0000)] 
Fixed conflicts with Robert's similar fixes; fixed toolbar size calculation
and allowed for vertical toolbar

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

22 years ago Corrections to position and size for toolbar.
Robert Roebling [Sun, 24 Feb 2002 20:42:20 +0000 (20:42 +0000)] 
  Corrections to position and size for toolbar.

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

22 years ago Added simplistic wxToolBar to wxUniversal. It
Robert Roebling [Sun, 24 Feb 2002 19:49:36 +0000 (19:49 +0000)] 
  Added simplistic wxToolBar to wxUniversal. It
   still corrupts the non-client area.

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

22 years agotake title of radiobox into account to calculate best size (SF #509963)
Gilles Depeyrot [Sun, 24 Feb 2002 19:32:11 +0000 (19:32 +0000)] 
take title of radiobox into account to calculate best size (SF #509963)

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

22 years agoremoved obsolete CodeWarrior project file
Gilles Depeyrot [Sun, 24 Feb 2002 19:11:02 +0000 (19:11 +0000)] 
removed obsolete CodeWarrior project file

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

22 years agoadded Mac OS X application bundle (framework) building
Gilles Depeyrot [Sun, 24 Feb 2002 18:02:51 +0000 (18:02 +0000)] 
added Mac OS X application bundle (framework) building

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

22 years agochanges needed for compilation with Project Builder
Gilles Depeyrot [Sun, 24 Feb 2002 17:58:30 +0000 (17:58 +0000)] 
changes needed for compilation with Project Builder

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

22 years ago Added expose event compression.
Robert Roebling [Sun, 24 Feb 2002 16:23:43 +0000 (16:23 +0000)] 
  Added expose event compression.
  Made wxUniv scrollbars not accept any focus
    if they are owned by the window (in contrast
    to stand alone scrollbars).
  Further corrections to ScrollWindow()

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

22 years ago Done some work on wxFocusEvent::SetWindow(). Enough
Robert Roebling [Sun, 24 Feb 2002 13:59:21 +0000 (13:59 +0000)] 
  Done some work on wxFocusEvent::SetWindow(). Enough
   at least solve the menu problem that dismissed
   menus when the parent menu (correctly) lost the
   focus.

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

22 years agoonly call GSocket_Init() when needed and do call it before using GAddress_XXX
Vadim Zeitlin [Sun, 24 Feb 2002 13:51:43 +0000 (13:51 +0000)] 
only call GSocket_Init() when needed and do call it before using GAddress_XXX
functions (fixes bug 510722)

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

22 years ago More tests in erase sample.
Robert Roebling [Sun, 24 Feb 2002 11:06:55 +0000 (11:06 +0000)] 
  More tests in erase sample.
  Added wxControlStr to data.cpp.
  Fixed scrolling for window with a border. The
    area which was copied was off by the border
    width sometimes.
  Added two more AddTool() variants to wxToolBar
    when used with universal. It compiles now,
    but doesn't work...

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

22 years agomore wxMac specific updates
Robin Dunn [Sun, 24 Feb 2002 04:18:57 +0000 (04:18 +0000)] 
more wxMac specific updates

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

22 years agocorrection to wxUSE_FSVOLUME handling, don't give #error if it is not set
Vadim Zeitlin [Sun, 24 Feb 2002 00:21:18 +0000 (00:21 +0000)] 
correction to wxUSE_FSVOLUME handling, don't give #error if it is not set

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

22 years agoadded wxUSE_FSVOLUME
Vadim Zeitlin [Sun, 24 Feb 2002 00:19:01 +0000 (00:19 +0000)] 
added wxUSE_FSVOLUME

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

22 years agomade AdjustForParentClientOrigin const
Václav Slavík [Sun, 24 Feb 2002 00:17:23 +0000 (00:17 +0000)] 
made AdjustForParentClientOrigin const

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

22 years agoremoved AdjustForParentClientOrigin from wxMotif and all its forks
Václav Slavík [Sun, 24 Feb 2002 00:15:02 +0000 (00:15 +0000)] 
removed AdjustForParentClientOrigin from wxMotif and all its forks

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

22 years agomade generic wxListCtrl work with well-behaved ports (wxGTK hack still in place)
Václav Slavík [Sun, 24 Feb 2002 00:14:18 +0000 (00:14 +0000)] 
made generic wxListCtrl work with well-behaved ports (wxGTK hack still in place)

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

22 years agoremoved AdjustForParentClientOrigin from wxMotif and all its forks
Václav Slavík [Sun, 24 Feb 2002 00:08:45 +0000 (00:08 +0000)] 
removed AdjustForParentClientOrigin from wxMotif and all its forks

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

22 years ago1. changed doubleclick events sequence to 'down,up,double,up' (turned out to be MGL...
Václav Slavík [Sun, 24 Feb 2002 00:06:33 +0000 (00:06 +0000)] 
1. changed doubleclick events sequence to 'down,up,double,up' (turned out to be MGL's native one)
2. wxWindow::GetPosition() returns value relative to parent's client area origin now

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

22 years agocompilation fix
Václav Slavík [Sun, 24 Feb 2002 00:06:12 +0000 (00:06 +0000)] 
compilation fix

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

22 years agoadded EVT_MENU_OPEN and EVT_MENU_CLOSE events
Vadim Zeitlin [Sat, 23 Feb 2002 23:16:32 +0000 (23:16 +0000)] 
added EVT_MENU_OPEN and EVT_MENU_CLOSE events

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

22 years agono changes
Vadim Zeitlin [Sat, 23 Feb 2002 21:56:55 +0000 (21:56 +0000)] 
no changes

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

22 years agochanged wxColourToRGB() to use RGB() instead of PALETTERGB() to fix the bug #503022
Vadim Zeitlin [Sat, 23 Feb 2002 21:55:27 +0000 (21:55 +0000)] 
changed wxColourToRGB() to use RGB() instead of PALETTERGB() to fix the bug #503022

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

22 years agopart of the fix to the initial colour selection in the font picker dialog (the real...
Vadim Zeitlin [Sat, 23 Feb 2002 21:54:18 +0000 (21:54 +0000)] 
part of the fix to the initial colour selection in the font picker dialog (the real fix was the change to wxColourToRGB() in msw/private.h)

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

22 years agoimplemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022)
Vadim Zeitlin [Sat, 23 Feb 2002 21:32:45 +0000 (21:32 +0000)] 
implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022)

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

22 years agotemp linking quick fix
Vadim Zeitlin [Sat, 23 Feb 2002 21:29:36 +0000 (21:29 +0000)] 
temp linking quick fix

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

22 years ago Implemented a simple modality under X11.
Robert Roebling [Sat, 23 Feb 2002 21:26:16 +0000 (21:26 +0000)] 
  Implemented a simple modality under X11.
  Filled wxDataFormat and wxDataObject etc.
  Added skeleton for X11 clipboard.

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

22 years agoundef LoadMenu() (patch #521743)
Vadim Zeitlin [Sat, 23 Feb 2002 21:05:40 +0000 (21:05 +0000)] 
undef LoadMenu() (patch #521743)

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

22 years agoSIGged updates for wxMac
Robin Dunn [Sat, 23 Feb 2002 21:02:33 +0000 (21:02 +0000)] 
SIGged updates for wxMac

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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Sat, 23 Feb 2002 20:47:46 +0000 (20:47 +0000)] 
SWIGged updates for wxGTK

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

22 years agoFinished wrapping and providing typemaps for wxInputStream and also
Robin Dunn [Sat, 23 Feb 2002 19:59:59 +0000 (19:59 +0000)] 
Finished wrapping and providing typemaps for wxInputStream and also
added the stream ctor and other methods for wxImage so images can now
be loaded from any Python "file-like" object.

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

22 years agoFinished wrapping and providing typemaps for wxInputStream and also
Robin Dunn [Sat, 23 Feb 2002 19:50:01 +0000 (19:50 +0000)] 
Finished wrapping and providing typemaps for wxInputStream and also
added the stream ctor and other methods for wxImage so images can now
be loaded from any Python "file-like" object.

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

22 years agoChanges for wxOGL since wxFatalError has been deprecated.
Robin Dunn [Sat, 23 Feb 2002 19:16:07 +0000 (19:16 +0000)] 
Changes for wxOGL since wxFatalError has been deprecated.

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

22 years ago Some work on GTK focus handling and events.
Robert Roebling [Sat, 23 Feb 2002 18:59:46 +0000 (18:59 +0000)] 
  Some work on GTK focus handling and events.
  Removed some code #ifdeffed for GTK from
    wxListCtrl.

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

22 years ago Applied wxList::Prepend() patch.
Robert Roebling [Sat, 23 Feb 2002 18:58:25 +0000 (18:58 +0000)] 
  Applied wxList::Prepend() patch.

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

22 years ago applied doc patch for wxPostEvent().
Robert Roebling [Sat, 23 Feb 2002 18:57:57 +0000 (18:57 +0000)] 
  applied doc patch for wxPostEvent().

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

22 years ago Added new stream tests to typetest.
Robert Roebling [Sat, 23 Feb 2002 18:57:11 +0000 (18:57 +0000)] 
  Added new stream tests to typetest.

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

22 years agoAdded some notes on the Nano-X port.
Julian Smart [Sat, 23 Feb 2002 17:45:59 +0000 (17:45 +0000)] 
Added some notes on the Nano-X port.

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

22 years agowxUSE_CONSTRAINTS now refers to constraints only, since sizers
Julian Smart [Sat, 23 Feb 2002 17:36:48 +0000 (17:36 +0000)] 
wxUSE_CONSTRAINTS now refers to constraints only, since sizers
are now crucial to wxWindows. Further Nano-X fixes; now
compiles and links in Nano-X mode.

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

22 years ago Minor fixes to buffered stream in connection
Robert Roebling [Sat, 23 Feb 2002 16:06:54 +0000 (16:06 +0000)] 
  Minor fixes to buffered stream in connection
     with ungetch. See comments in the code.

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

22 years agofix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build
Václav Slavík [Sat, 23 Feb 2002 13:22:03 +0000 (13:22 +0000)] 
fix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build

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

22 years agoremoved libxpm
Václav Slavík [Sat, 23 Feb 2002 13:21:47 +0000 (13:21 +0000)] 
removed libxpm

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

22 years agoStyle updates
David Webster [Fri, 22 Feb 2002 23:30:31 +0000 (23:30 +0000)] 
Style updates

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

22 years agoDarwin dlopen functions is needed both for DYNLIB_CLASS and DYNAMIC_LOADER
Gilles Depeyrot [Fri, 22 Feb 2002 21:42:06 +0000 (21:42 +0000)] 
Darwin dlopen functions is needed both for DYNLIB_CLASS and DYNAMIC_LOADER

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

22 years agofix for a nasty bug with colouor copying
Vadim Zeitlin [Fri, 22 Feb 2002 18:48:19 +0000 (18:48 +0000)] 
fix for a nasty bug with colouor copying

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

22 years ago1. made wxDebugMsg, wxError and wxFatalError deprecated (still available
Vadim Zeitlin [Fri, 22 Feb 2002 18:18:36 +0000 (18:18 +0000)] 
1. made wxDebugMsg, wxError and wxFatalError deprecated (still available
   with WXWIN_COMPATIBILITY_2_2)
2. moved wxInternalErrorStr and wxFatalErrorStr to a common file
CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS:  include/wx/app.h include/wx/chkconf.h include/wx/utils.h
CVS:  src/common/appcmn.cpp src/common/fontmap.cpp
CVS:  src/common/utilscmn.cpp src/gtk/data.cpp src/mac/data.cpp
CVS:  src/mac/utils.cpp src/msw/data.cpp src/msw/utils.cpp
CVS:  src/os2/DATA.CPP src/os2/UTILS.CPP src/unix/utilsunx.cpp
CVS: ----------------------------------------------------------------------

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

22 years agoensure that the compatibility defines are not set for wxBase which doesn't need them
Vadim Zeitlin [Fri, 22 Feb 2002 18:18:10 +0000 (18:18 +0000)] 
ensure that the compatibility defines are not set for wxBase which doesn't need them

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

22 years agowxLogFatalError() now always aborts the program and doesn't use the active log target...
Vadim Zeitlin [Fri, 22 Feb 2002 18:13:10 +0000 (18:13 +0000)] 
wxLogFatalError() now always aborts the program and doesn't use the active log target but always shows the standard message box

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

22 years agoadded a menu item to toggle live splitter update
Vadim Zeitlin [Fri, 22 Feb 2002 15:09:45 +0000 (15:09 +0000)] 
added a menu item to toggle live splitter update

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

22 years agofixed dead update splitters
Vadim Zeitlin [Fri, 22 Feb 2002 15:08:27 +0000 (15:08 +0000)] 
fixed dead update splitters

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

22 years ago Committing in .
Jouk Jansen [Fri, 22 Feb 2002 13:19:36 +0000 (13:19 +0000)] 
 Committing in .

 OPENVMS MAKEFILE UPDATE

 Modified Files:
  wxWindows/src/common/descrip.mms
 ----------------------------------------------------------------------

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

22 years agomisc fixes for (absense of) the borders
Vadim Zeitlin [Fri, 22 Feb 2002 00:48:52 +0000 (00:48 +0000)] 
misc fixes for (absense of) the borders

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

22 years agofixes to handling of 0 and negative splitter position when splitting it initially
Vadim Zeitlin [Fri, 22 Feb 2002 00:48:02 +0000 (00:48 +0000)] 
fixes to handling of 0 and negative splitter position when splitting it initially

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

22 years agoUpdated PyCrust from Patrick O'Brien
Robin Dunn [Fri, 22 Feb 2002 00:09:42 +0000 (00:09 +0000)] 
Updated PyCrust from Patrick O'Brien

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

22 years agoapplied a fix for the patch 446325
Vadim Zeitlin [Thu, 21 Feb 2002 16:19:33 +0000 (16:19 +0000)] 
applied a fix for the patch 446325

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

22 years agodon't crash if editing of the cell wasn't started for whatever reason (patch 502692)
Vadim Zeitlin [Thu, 21 Feb 2002 16:17:13 +0000 (16:17 +0000)] 
don't crash if editing of the cell wasn't started for whatever reason (patch 502692)

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

22 years agowxCursor(wxImage) added (Chris Elliott, patch 517439)
Vadim Zeitlin [Thu, 21 Feb 2002 15:22:58 +0000 (15:22 +0000)] 
wxCursor(wxImage) added (Chris Elliott, patch 517439)

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

22 years agofixes for big endiand machines (Chris Elliott, patch 520879)
Vadim Zeitlin [Thu, 21 Feb 2002 15:19:25 +0000 (15:19 +0000)] 
fixes for big endiand machines (Chris Elliott, patch 520879)

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

22 years agoapplied patch for calculating the tree items size with non default font (patch 520965)
Vadim Zeitlin [Thu, 21 Feb 2002 15:09:13 +0000 (15:09 +0000)] 
applied patch for calculating the tree items size with non default font (patch 520965)

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

22 years agoSome more NanoX compile fixes
Julian Smart [Thu, 21 Feb 2002 14:52:04 +0000 (14:52 +0000)] 
Some more NanoX compile fixes

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

22 years agoRemoved bizarre test code of which I have no recollection...
Julian Smart [Thu, 21 Feb 2002 14:46:19 +0000 (14:46 +0000)] 
Removed bizarre test code of which I have no recollection...

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

22 years agoBetter wrapper for wxListCtrl.GetColumn, and some other cleanup
Robin Dunn [Thu, 21 Feb 2002 00:54:23 +0000 (00:54 +0000)] 
Better wrapper for wxListCtrl.GetColumn, and some other cleanup

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

22 years agoBetter doc
Robin Dunn [Thu, 21 Feb 2002 00:51:11 +0000 (00:51 +0000)] 
Better doc

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

22 years agoA few tweaks and some cleanup for the wxPython demo
Robin Dunn [Thu, 21 Feb 2002 00:50:27 +0000 (00:50 +0000)] 
A few tweaks and some cleanup for the wxPython demo

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

22 years agoFix so the Host: header in wxHTTP really works. With virtual hosts it
Robin Dunn [Thu, 21 Feb 2002 00:01:32 +0000 (00:01 +0000)] 
Fix so the Host: header in wxHTTP really works.  With virtual hosts it
is vital that the original host name given in the URL is used in the
Host: header so the sever will use the right vhost config.  Previously
it was using the value returned from gethostbyaddr which will often
not be the same as the hostname in the URL.

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

22 years agoNanoX modificati
Julian Smart [Wed, 20 Feb 2002 23:19:40 +0000 (23:19 +0000)] 
NanoX modificati
NanoX modifications

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

22 years ago Always send an erase event to satisfy some users...
Robert Roebling [Wed, 20 Feb 2002 21:50:17 +0000 (21:50 +0000)] 
  Always send an erase event to satisfy some users...

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

22 years agofixed SetForegroundColour() for the generic tree ctrl
Vadim Zeitlin [Wed, 20 Feb 2002 17:42:05 +0000 (17:42 +0000)] 
fixed SetForegroundColour() for the generic tree ctrl

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

22 years agoadded tests for setting fg/bg colour
Vadim Zeitlin [Wed, 20 Feb 2002 17:41:39 +0000 (17:41 +0000)] 
added tests for setting fg/bg colour

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

22 years agoadded commands to rename the menus and menu items for testing various characters...
Vadim Zeitlin [Wed, 20 Feb 2002 16:41:35 +0000 (16:41 +0000)] 
added commands to rename the menus and menu items for testing various characters in the menu labels

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

22 years agofix setting the font for a single-line text control (bug 508169)
Vadim Zeitlin [Wed, 20 Feb 2002 14:38:22 +0000 (14:38 +0000)] 
fix setting the font for a single-line text control (bug 508169)

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

22 years agocompilation fix
Vadim Zeitlin [Wed, 20 Feb 2002 13:52:46 +0000 (13:52 +0000)] 
compilation fix

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

22 years agoreverted the previous fix, it's no longer needed now after the change to the default...
Vadim Zeitlin [Wed, 20 Feb 2002 13:27:38 +0000 (13:27 +0000)] 
reverted the previous fix, it's no longer needed now after the change to the default base in wxString::ToULong

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

22 years agouse base 10 by default in wxString::To[U]Long
Vadim Zeitlin [Wed, 20 Feb 2002 13:24:19 +0000 (13:24 +0000)] 
use base 10 by default in wxString::To[U]Long

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

22 years agocorrected typo in Darwin specific code
Gilles Depeyrot [Wed, 20 Feb 2002 07:22:46 +0000 (07:22 +0000)] 
corrected typo in Darwin specific code

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

22 years agoFix so the value given to wxTextEntryDialog::SetValue will actually be
Robin Dunn [Wed, 20 Feb 2002 01:53:04 +0000 (01:53 +0000)] 
Fix so the value given to wxTextEntryDialog::SetValue will actually be
used in the entry field.

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

22 years agoFix so OGL can build without wxBuffer
Robin Dunn [Wed, 20 Feb 2002 01:51:08 +0000 (01:51 +0000)] 
Fix so OGL can build without wxBuffer

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

22 years ago*do* generate the LEAVE events even when the mouse is captured
Vadim Zeitlin [Wed, 20 Feb 2002 01:39:20 +0000 (01:39 +0000)] 
*do* generate the LEAVE events even when the mouse is captured

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

22 years agofixed mouse input handling in wxUniv: the static boxes ust be transparent
Vadim Zeitlin [Wed, 20 Feb 2002 01:37:47 +0000 (01:37 +0000)] 
fixed mouse input handling in wxUniv: the static boxes ust be transparent
or the windows inside them don't get any mouse events at all

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

22 years agodon't use border styles for windows in wxUniversal
Vadim Zeitlin [Wed, 20 Feb 2002 00:52:19 +0000 (00:52 +0000)] 
don't use border styles for windows in wxUniversal

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

22 years agouse WS_CLIPSIBLINGS for wxStaticLine as well
Vadim Zeitlin [Wed, 20 Feb 2002 00:25:54 +0000 (00:25 +0000)] 
use WS_CLIPSIBLINGS for wxStaticLine as well

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

22 years agoremoved unused test code (no real changes)
Vadim Zeitlin [Wed, 20 Feb 2002 00:22:30 +0000 (00:22 +0000)] 
removed unused test code (no real changes)

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

22 years agodon't inherit the controls colours from the parent - at least for the background...
Vadim Zeitlin [Wed, 20 Feb 2002 00:21:26 +0000 (00:21 +0000)] 
don't inherit the controls colours from the parent - at least for the background colour this is not the right thing to do

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

22 years ago1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them
Vadim Zeitlin [Wed, 20 Feb 2002 00:02:51 +0000 (00:02 +0000)] 
1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them
   from overwriting each other when the main window is resized
2. more tweaks to MSWGetStyle() and related code, added a new, easier to use,
   version of MSWCreateControl()

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

22 years agoadded an image to wxHTML printing sample
Václav Slavík [Tue, 19 Feb 2002 23:58:39 +0000 (23:58 +0000)] 
added an image to wxHTML printing sample

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

22 years ago Added test for default action (button normally)
Robert Roebling [Tue, 19 Feb 2002 21:48:03 +0000 (21:48 +0000)] 
  Added test for default action (button normally)
    to combo box when hittinh return. In a normal
    Find&Replace dialog, hitting enter in one of
    the two fields will usually mean "OK".
  Corrected the same test in wxTextCtrl.
  Removed some debug code.

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

22 years agoshow the resize cursor when the mouse is above the grip and not only when it's just...
Vadim Zeitlin [Tue, 19 Feb 2002 18:00:59 +0000 (18:00 +0000)] 
show the resize cursor when the mouse is above the grip and not only when it's just on it

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

22 years agoadded GetButton(), some cleanups
Vadim Zeitlin [Tue, 19 Feb 2002 17:50:47 +0000 (17:50 +0000)] 
added GetButton(), some cleanups

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