]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoApplied patch for Forty, print patch and wxHTML book patch
Julian Smart [Wed, 6 Mar 2002 17:50:52 +0000 (17:50 +0000)] 
Applied patch for Forty, print patch and wxHTML book patch

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

22 years agofixes to the new pointer array implementation
Vadim Zeitlin [Wed, 6 Mar 2002 16:26:25 +0000 (16:26 +0000)] 
fixes to the new pointer array implementation

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

22 years agoexplained how the existing array declarations must be updated
Vadim Zeitlin [Wed, 6 Mar 2002 15:52:08 +0000 (15:52 +0000)] 
explained how the existing array declarations must be updated

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

22 years agocheck for sizeof(void *), not sizeof(int *) - not really different but looks nicer
Vadim Zeitlin [Wed, 6 Mar 2002 14:05:57 +0000 (14:05 +0000)] 
check for sizeof(void *), not sizeof(int *) - not really different but looks nicer

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

22 years agoforbid copying wxEvtHandlers
Vadim Zeitlin [Wed, 6 Mar 2002 11:38:52 +0000 (11:38 +0000)] 
forbid copying wxEvtHandlers

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

22 years agoadded missing include guards
Vadim Zeitlin [Wed, 6 Mar 2002 11:17:14 +0000 (11:17 +0000)] 
added missing include guards

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

22 years agoMoved typedef to within public block to avoid compile error in VC++
Julian Smart [Wed, 6 Mar 2002 09:34:59 +0000 (09:34 +0000)] 
Moved typedef to within public block to avoid compile error in VC++
(can't access privately declared typedef)

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

22 years agowxArray<T> macros have been changed to fix runtime problems under 64 bit
Gilles Depeyrot [Wed, 6 Mar 2002 06:31:34 +0000 (06:31 +0000)] 
wxArray<T> macros have been changed to fix runtime problems under 64 bit
architectures. The base class is now implemented once for each needed
primitive type in order to avoid invalid reference casts. Macros are
provided to implement new arrays using these primitive base arrays.

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

22 years agofixed creation of the dialogs with a simple (non 3D, non resizeable) border; also...
Vadim Zeitlin [Wed, 6 Mar 2002 01:25:29 +0000 (01:25 +0000)] 
fixed creation of the dialogs with a simple (non 3D, non resizeable) border; also fixed handling of minimize/maximize box style bits (but is this really needed for the dialogs?)

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

22 years agofixed menu accel
Vadim Zeitlin [Wed, 6 Mar 2002 01:24:27 +0000 (01:24 +0000)] 
fixed menu accel

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

22 years agoremoved the dialog templates unneeded/unused any longer
Vadim Zeitlin [Wed, 6 Mar 2002 01:23:58 +0000 (01:23 +0000)] 
removed the dialog templates unneeded/unused any longer

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

22 years agocorrect Insert() docs (bug #526172)
Vadim Zeitlin [Wed, 6 Mar 2002 00:24:33 +0000 (00:24 +0000)] 
correct Insert() docs (bug #526172)

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

22 years agoMore blind fixes for daily builds
Mattia Barbon [Tue, 5 Mar 2002 21:23:47 +0000 (21:23 +0000)] 
More blind fixes for daily builds

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

22 years agoadded missing WXDLLEXPORT
Vadim Zeitlin [Tue, 5 Mar 2002 18:55:22 +0000 (18:55 +0000)] 
added missing WXDLLEXPORT

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

22 years agocompilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case
Vadim Zeitlin [Tue, 5 Mar 2002 16:38:08 +0000 (16:38 +0000)] 
compilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case

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

22 years agochanged charset to iso8859-2
Vadim Zeitlin [Tue, 5 Mar 2002 13:32:30 +0000 (13:32 +0000)] 
changed charset to iso8859-2

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

22 years agofix for wxScreenDC::GetSize
Vadim Zeitlin [Tue, 5 Mar 2002 00:52:01 +0000 (00:52 +0000)] 
fix for wxScreenDC::GetSize

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

22 years agoadded missing default values for the 2nd argument of DeleteEntry()
Vadim Zeitlin [Tue, 5 Mar 2002 00:32:46 +0000 (00:32 +0000)] 
added missing default values for the 2nd argument of DeleteEntry()

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

22 years agofixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0
Václav Slavík [Tue, 5 Mar 2002 00:18:28 +0000 (00:18 +0000)] 
fixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0

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

22 years agoBlind fix for daily builds
Mattia Barbon [Mon, 4 Mar 2002 20:22:47 +0000 (20:22 +0000)] 
Blind fix for daily builds

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

22 years agoadded Hungarian translations
Vadim Zeitlin [Mon, 4 Mar 2002 16:01:09 +0000 (16:01 +0000)] 
added Hungarian translations

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

22 years ago Committing in .
Jouk Jansen [Mon, 4 Mar 2002 14:22:32 +0000 (14:22 +0000)] 
 Committing in .

 OpenVMS updates

 Modified Files:
  wxWindows/descrip.mms wxWindows/setup.h_vms
  wxWindows/src/motif/utils.cpp
 ----------------------------------------------------------------------

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

22 years agoRemoved obsolete -WE flags from WIN32 BC++ makefiles
Julian Smart [Mon, 4 Mar 2002 07:52:05 +0000 (07:52 +0000)] 
Removed obsolete -WE flags from WIN32 BC++ makefiles

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

22 years agofixed translatable strings handling in XRC
Václav Slavík [Sun, 3 Mar 2002 23:25:58 +0000 (23:25 +0000)] 
fixed translatable strings handling in XRC

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

22 years agoremoved implicit dependency on wxPNGHandler from wxGTK's wxBitmapDataObject
Václav Slavík [Sun, 3 Mar 2002 23:25:28 +0000 (23:25 +0000)] 
removed implicit dependency on wxPNGHandler from wxGTK's wxBitmapDataObject

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

22 years agoThis weeks interface and compile catchup
David Webster [Fri, 1 Mar 2002 19:50:08 +0000 (19:50 +0000)] 
This weeks interface and compile catchup

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

22 years ago Lots of things to make menus and submenus work.
Robert Roebling [Thu, 28 Feb 2002 22:42:14 +0000 (22:42 +0000)] 
  Lots of things to make menus and submenus work.
  Also added wxPopTransientWindow::CanDismiss() which will
    be needed for pop-up menus, although that actually
    still has to be done...

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

22 years agodon't allow clicking disabled buttons
Vadim Zeitlin [Thu, 28 Feb 2002 21:11:41 +0000 (21:11 +0000)] 
don't allow clicking disabled buttons

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

22 years agofix button double click handling (should be treated the same as single click)
Vadim Zeitlin [Thu, 28 Feb 2002 21:09:32 +0000 (21:09 +0000)] 
fix button double click handling (should be treated the same as single click)

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

22 years agoremoved unnecessary include
Vadim Zeitlin [Thu, 28 Feb 2002 20:57:16 +0000 (20:57 +0000)] 
removed unnecessary include

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

22 years agofixed typo
Robin Dunn [Thu, 28 Feb 2002 19:06:32 +0000 (19:06 +0000)] 
fixed typo

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

22 years agoAdded wxPython.lib.rcsizer which contains RowColSizer. This sizer is
Robin Dunn [Thu, 28 Feb 2002 19:01:19 +0000 (19:01 +0000)] 
Added wxPython.lib.rcsizer which contains RowColSizer.  This sizer is
based on code from Niki Spahiev and lets you specify a row and column
for each item, as well as optional column or row spanning.  Cells with
not item assigned to it are just left blank.  Stretchable rows or
columns are specified and work the same as in wxFlexGridSizer.

A few other minor changes too.

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

22 years agofixes to toolbar, seems to work
Vadim Zeitlin [Thu, 28 Feb 2002 18:07:03 +0000 (18:07 +0000)] 
fixes to toolbar, seems to work

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

22 years agowarnings fixed
Vadim Zeitlin [Thu, 28 Feb 2002 18:06:37 +0000 (18:06 +0000)] 
warnings fixed

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

22 years agoAdded a test for lastH.IsOk()
Julian Smart [Thu, 28 Feb 2002 18:00:33 +0000 (18:00 +0000)] 
Added a test for lastH.IsOk()

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

22 years agoMoved declaratrions of wxPyInputStream and etc. into it's own header
Robin Dunn [Thu, 28 Feb 2002 17:05:56 +0000 (17:05 +0000)] 
Moved declaratrions of wxPyInputStream and etc. into it's own header
file.

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

22 years agoMoved declaratrions of wxPyInputStream and etc. into it's own header
Robin Dunn [Thu, 28 Feb 2002 16:59:20 +0000 (16:59 +0000)] 
Moved declaratrions of wxPyInputStream and etc. into it's own header
file.

SWIGged updates for wxGTK

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

22 years agoCorrected points to pixels calculation
Julian Smart [Thu, 28 Feb 2002 15:57:26 +0000 (15:57 +0000)] 
Corrected points to pixels calculation

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

22 years agoMoved declaratrions of wxPyInputStream and etc. into it's own header
Robin Dunn [Thu, 28 Feb 2002 15:53:14 +0000 (15:53 +0000)] 
Moved declaratrions of wxPyInputStream and etc. into it's own header
file.

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

22 years agoTypo fix for GetSizer.
Ron Lee [Thu, 28 Feb 2002 09:20:12 +0000 (09:20 +0000)] 
Typo fix for GetSizer.

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

22 years ago[start of] a wxUniversal implementation of wxToolBar
Vadim Zeitlin [Wed, 27 Feb 2002 21:42:48 +0000 (21:42 +0000)] 
[start of] a wxUniversal implementation of wxToolBar

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

22 years agoremoved the SetMargins call
Vadim Zeitlin [Wed, 27 Feb 2002 21:42:08 +0000 (21:42 +0000)] 
removed the SetMargins call

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

22 years agoAdded static wxBuffer
Julian Smart [Wed, 27 Feb 2002 21:39:22 +0000 (21:39 +0000)] 
Added static wxBuffer

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

22 years agoNano-X: used drawable-to-wxImage function in wxBitmap::ConvertToImage
Julian Smart [Wed, 27 Feb 2002 16:10:45 +0000 (16:10 +0000)] 
Nano-X: used drawable-to-wxImage function in wxBitmap::ConvertToImage

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

22 years agoNano-X: added function to copy from a drawable to a wxImage
Julian Smart [Wed, 27 Feb 2002 16:01:46 +0000 (16:01 +0000)] 
Nano-X: added function to copy from a drawable to a wxImage

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

22 years agoNano-X: bitmap now showing in wxMessageBox, but it'll be a while
Julian Smart [Wed, 27 Feb 2002 09:45:19 +0000 (09:45 +0000)] 
Nano-X: bitmap now showing in wxMessageBox, but it'll be a while
before masked drawing is possible.

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

22 years agoChanged the img2py tool to use PNG instead of XPM for embedding image
Robin Dunn [Tue, 26 Feb 2002 22:35:10 +0000 (22:35 +0000)] 
Changed the img2py tool to use PNG instead of XPM for embedding image
data in Python source code, and the generated code now uses streams to
convert the image data to wxImage, wxBitmap, or wxIcon.

A few other changes to match recent additions to CVS.

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

22 years agoGot dialog sizing to work, downsized fonts a bit (though it always returns
Julian Smart [Tue, 26 Feb 2002 21:58:07 +0000 (21:58 +0000)] 
Got dialog sizing to work, downsized fonts a bit (though it always returns
the same standard font right now)

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

22 years agoWindow management and sizer layout corrections
Julian Smart [Tue, 26 Feb 2002 18:28:34 +0000 (18:28 +0000)] 
Window management and sizer layout corrections

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

22 years agofixed a few warnings
Vadim Zeitlin [Tue, 26 Feb 2002 15:45:41 +0000 (15:45 +0000)] 
fixed a few warnings

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

22 years agoFixed XGetWindowAttributes so 'mapped' is reported
Julian Smart [Tue, 26 Feb 2002 14:51:08 +0000 (14:51 +0000)] 
Fixed XGetWindowAttributes so 'mapped' is reported
correctly. About box now pops up, but is a mess.

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

22 years agoAttempt at creating appropriate fonts in Nano-X
Julian Smart [Tue, 26 Feb 2002 13:16:41 +0000 (13:16 +0000)] 
Attempt at creating appropriate fonts in Nano-X

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

22 years agoNano-X changes: removed spurious -O for Nano-X configuration;
Julian Smart [Tue, 26 Feb 2002 10:06:07 +0000 (10:06 +0000)] 
Nano-X changes: removed spurious -O for Nano-X configuration;
got colour working in Nano-X (uses 8 bit RGB values, not 16 bit);
now sets font background mode correctly; window management
call correction

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

22 years ago New code for greying out.
Robert Roebling [Mon, 25 Feb 2002 22:56:19 +0000 (22:56 +0000)] 
  New code for greying out.
  Implemented wxTB_FLAT.

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

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