]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoWeekly catch up.
David Webster [Mon, 13 May 2002 18:10:59 +0000 (18:10 +0000)] 
Weekly catch up.

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

22 years agoWXPM now uses popupwindows.
David Webster [Mon, 13 May 2002 18:09:46 +0000 (18:09 +0000)] 
WXPM now uses popupwindows.

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

22 years agotextctrl.cpp: Removed assert from CanRedo/CanUndo since the best behaviour is
Julian Smart [Mon, 13 May 2002 16:54:32 +0000 (16:54 +0000)] 
textctrl.cpp: Removed assert from CanRedo/CanUndo since the best behaviour is
to return FALSE (Redo/Undo functions are unimplemented)
treectrlg.cpp: in InsertItem, allow previous item to be null in order
to insert at first position of possibly-empty child list
dcclient.cpp: allow setting of null font (common espec. on Windows)

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

22 years agoCompiler bug
David Webster [Mon, 13 May 2002 15:49:41 +0000 (15:49 +0000)] 
Compiler bug

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

22 years agoEliminated a couple of warnings
Julian Smart [Mon, 13 May 2002 10:11:13 +0000 (10:11 +0000)] 
Eliminated a couple of warnings

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

22 years agouse built-in wcslen instead of disabling wide character support for Darwin
Gilles Depeyrot [Mon, 13 May 2002 05:41:51 +0000 (05:41 +0000)] 
use built-in wcslen instead of disabling wide character support for Darwin

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

22 years agofixed bug with using wrong interval (-1) when restarting a running timer
Vadim Zeitlin [Sun, 12 May 2002 22:46:12 +0000 (22:46 +0000)] 
fixed bug with using wrong interval (-1) when restarting a running timer

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

22 years agofixes to wxFontDialog after recent changes
Vadim Zeitlin [Sun, 12 May 2002 22:26:01 +0000 (22:26 +0000)] 
fixes to wxFontDialog after recent changes

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

22 years agofixed wxFontDialog API: accept const ref instead of (well, in addition to) a possibly...
Vadim Zeitlin [Sun, 12 May 2002 19:35:33 +0000 (19:35 +0000)] 
fixed wxFontDialog API: accept const ref instead of (well, in addition to) a possibly NULL pointer

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

22 years agoAdded overloaded AddChild from contributor
Julian Smart [Sun, 12 May 2002 18:43:46 +0000 (18:43 +0000)] 
Added overloaded AddChild from contributor

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

22 years agoFixed mouse handling for captured windows
Julian Smart [Sun, 12 May 2002 16:08:47 +0000 (16:08 +0000)] 
Fixed mouse handling for captured windows
Didn't need most of the cshelp fix

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

22 years agoDon't use context id for context help since it doesn't seem to be working at present
Julian Smart [Sun, 12 May 2002 12:47:54 +0000 (12:47 +0000)] 
Don't use context id for context help since it doesn't seem to be working at present

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

22 years agoAdded recursive event handler pushing to fix context help problem.
Julian Smart [Sun, 12 May 2002 12:46:34 +0000 (12:46 +0000)] 
Added recursive event handler pushing to fix context help problem.

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

22 years agoAdded missing brace in checkbox.tex
Julian Smart [Sun, 12 May 2002 11:34:19 +0000 (11:34 +0000)] 
Added missing brace in checkbox.tex

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

22 years agoadded the test for GtkText inside wxYield crash
Vadim Zeitlin [Sun, 12 May 2002 11:28:31 +0000 (11:28 +0000)] 
added the test for GtkText inside wxYield crash

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

22 years agofixed crashes in GtkText when it was refreshed from inside wxYield
Vadim Zeitlin [Sun, 12 May 2002 11:26:06 +0000 (11:26 +0000)] 
fixed crashes in GtkText when it was refreshed from inside wxYield

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

22 years agomade wxIsInsideYield global -- will be fixed when we have some better way to test...
Vadim Zeitlin [Sun, 12 May 2002 11:25:39 +0000 (11:25 +0000)] 
made wxIsInsideYield global -- will be fixed when we have some better way to test if we're inside wxYield() from wxApp

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

22 years agoAdded deprecated property classes for future reference (maybe separate manual)
Julian Smart [Sun, 12 May 2002 11:10:24 +0000 (11:10 +0000)] 
Added deprecated property classes for future reference (maybe separate manual)

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

22 years agouse tm_gmtoff instead of timezone variable if tm struct member exists
Gilles Depeyrot [Sun, 12 May 2002 09:17:04 +0000 (09:17 +0000)] 
use tm_gmtoff instead of timezone variable if tm struct member exists

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

22 years agono timezone variable is only a warning instead of an error (use tm_gmtoff
Gilles Depeyrot [Sun, 12 May 2002 08:49:36 +0000 (08:49 +0000)] 
no timezone variable is only a warning instead of an error (use tm_gmtoff
instead, in particular for Darwin / Mac OS X)

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

22 years agocorrected wxFontData assignement operator (was recursive!)
Gilles Depeyrot [Sun, 12 May 2002 07:48:53 +0000 (07:48 +0000)] 
corrected wxFontData assignement operator (was recursive!)

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

22 years agoswigged updates for wxGTK
Robin Dunn [Sun, 12 May 2002 04:16:47 +0000 (04:16 +0000)] 
swigged updates for wxGTK

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

22 years agovarious tweaks and updates
Robin Dunn [Sun, 12 May 2002 03:20:42 +0000 (03:20 +0000)] 
various tweaks and updates

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

22 years agoadded a comment about the default button handling
Vadim Zeitlin [Sat, 11 May 2002 23:40:38 +0000 (23:40 +0000)] 
added a comment about the default button handling

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

22 years agodon't treat Enter always as Tab, just for the text controls
Vadim Zeitlin [Sat, 11 May 2002 23:34:36 +0000 (23:34 +0000)] 
don't treat Enter always as Tab, just for the text controls

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

22 years agofixed typo
Vadim Zeitlin [Sat, 11 May 2002 23:24:01 +0000 (23:24 +0000)] 
fixed typo

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

22 years agochanged the handling of the default buttons to be more logical
Vadim Zeitlin [Sat, 11 May 2002 22:31:05 +0000 (22:31 +0000)] 
changed the handling of the default buttons to be more logical

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

22 years agoadded wxControlWithItems constructor/destructor (for Darwin)
Gilles Depeyrot [Sat, 11 May 2002 17:14:46 +0000 (17:14 +0000)] 
added wxControlWithItems constructor/destructor (for Darwin)

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

22 years agocorrected pragma interface
Gilles Depeyrot [Sat, 11 May 2002 17:13:20 +0000 (17:13 +0000)] 
corrected pragma interface

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

22 years agofixed zlib compression test
Vadim Zeitlin [Sat, 11 May 2002 15:09:10 +0000 (15:09 +0000)] 
fixed zlib compression test

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

22 years agofixed incorrect assert for the default compression level value
Vadim Zeitlin [Sat, 11 May 2002 15:08:53 +0000 (15:08 +0000)] 
fixed incorrect assert for the default compression level value

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

22 years agodon't test for msvcrt under Unix nor libw under Windows in wcslen() test
Vadim Zeitlin [Sat, 11 May 2002 14:41:42 +0000 (14:41 +0000)] 
don't test for msvcrt under Unix nor libw under Windows in wcslen() test

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

22 years agofixed the rule for compiling the RC files
Vadim Zeitlin [Sat, 11 May 2002 13:45:23 +0000 (13:45 +0000)] 
fixed the rule for compiling the RC files

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

22 years agoconst KEY_T& does not do the right thing for pointers.
Mattia Barbon [Sat, 11 May 2002 08:43:35 +0000 (08:43 +0000)] 
const KEY_T& does not do the right thing for pointers.

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

22 years agoappearance box drawing
Stefan Csomor [Sat, 11 May 2002 06:55:38 +0000 (06:55 +0000)] 
appearance box drawing

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

22 years agoappearance fonts
Stefan Csomor [Sat, 11 May 2002 06:55:06 +0000 (06:55 +0000)] 
appearance fonts

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

22 years agokey handling
Stefan Csomor [Sat, 11 May 2002 06:54:50 +0000 (06:54 +0000)] 
key handling

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

22 years agocorrected background
Stefan Csomor [Sat, 11 May 2002 06:54:36 +0000 (06:54 +0000)] 
corrected background

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

22 years agocommon value changed code for spinbutton
Stefan Csomor [Sat, 11 May 2002 06:53:56 +0000 (06:53 +0000)] 
common value changed code for spinbutton

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

22 years agofixed redrawing bug
Stefan Csomor [Sat, 11 May 2002 06:53:27 +0000 (06:53 +0000)] 
fixed redrawing bug

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

22 years agoadded carbon events for navigation keys, size corrections
Stefan Csomor [Sat, 11 May 2002 06:52:50 +0000 (06:52 +0000)] 
added carbon events for navigation keys, size corrections

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

22 years agotooltip displaying correct background under OSX , antialiased system font used
Stefan Csomor [Sat, 11 May 2002 06:51:15 +0000 (06:51 +0000)] 
tooltip displaying correct background under OSX , antialiased system font used

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

22 years agotoplevel native window disposal in deferred delete clas
Stefan Csomor [Sat, 11 May 2002 06:50:06 +0000 (06:50 +0000)] 
toplevel native window disposal in deferred delete clas

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

22 years agochanged initialization of TXN in order to avoid crashes on OSX
Stefan Csomor [Sat, 11 May 2002 06:49:29 +0000 (06:49 +0000)] 
changed initialization of TXN in order to avoid crashes on OSX

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

22 years agonative window disposal is moved to deferred delete, size of parent taken into account...
Stefan Csomor [Sat, 11 May 2002 06:48:50 +0000 (06:48 +0000)] 
native window disposal is moved to deferred delete, size of parent taken into account for apply background

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

22 years agocorrected appeaance of boxes und OSX
Stefan Csomor [Sat, 11 May 2002 06:45:42 +0000 (06:45 +0000)] 
corrected appeaance of boxes und OSX

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

22 years agoswitched to appearance savvy gui/system fonts
Stefan Csomor [Sat, 11 May 2002 06:43:14 +0000 (06:43 +0000)] 
switched to appearance savvy gui/system fonts

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

22 years agoexposed background theme
Stefan Csomor [Sat, 11 May 2002 06:39:49 +0000 (06:39 +0000)] 
exposed background theme

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

22 years agoDrawParagraph changed
Stefan Csomor [Sat, 11 May 2002 06:39:24 +0000 (06:39 +0000)] 
DrawParagraph changed

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

22 years agocommon value change method
Stefan Csomor [Sat, 11 May 2002 06:38:53 +0000 (06:38 +0000)] 
common value change method

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

22 years agoadded keyboard focus & typein
Stefan Csomor [Sat, 11 May 2002 06:38:31 +0000 (06:38 +0000)] 
added keyboard focus & typein

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

22 years agosome warnings fixed, checks for various wxUSE_XXX added
Vadim Zeitlin [Fri, 10 May 2002 19:21:42 +0000 (19:21 +0000)] 
some warnings fixed, checks for various wxUSE_XXX added

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

22 years agofixes for BSD make
Vadim Zeitlin [Fri, 10 May 2002 19:15:35 +0000 (19:15 +0000)] 
fixes for BSD make

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

22 years agoremoved test supposed to detect lazy binding issues since it breaks
Gilles Depeyrot [Fri, 10 May 2002 19:01:47 +0000 (19:01 +0000)] 
removed test supposed to detect lazy binding issues since it breaks
loading of dynamic modules

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

22 years agoFixed a crash when GetMonthControl returns NULL
Robin Dunn [Fri, 10 May 2002 18:41:57 +0000 (18:41 +0000)] 
Fixed a crash when GetMonthControl returns NULL

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

22 years agofix compilation for the platforms which don't have RTLD_NOW/GLOBAL (like OpenBSD...
Vadim Zeitlin [Fri, 10 May 2002 18:28:16 +0000 (18:28 +0000)] 
fix compilation for the platforms which don't have RTLD_NOW/GLOBAL (like OpenBSD 3.0)

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

22 years agodon't define wxUSE_WCHAR_T on systems without wcslen(), don't check for wchar_t twice
Vadim Zeitlin [Fri, 10 May 2002 18:21:23 +0000 (18:21 +0000)] 
don't define wxUSE_WCHAR_T on systems without wcslen(), don't check for wchar_t twice

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

22 years agotest for HAVE_FNMATCH, not HAVE_FNMATCH_H
Vadim Zeitlin [Fri, 10 May 2002 16:56:11 +0000 (16:56 +0000)] 
test for HAVE_FNMATCH, not HAVE_FNMATCH_H

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

22 years agoHAVE_FNMATCH added
Vadim Zeitlin [Fri, 10 May 2002 16:55:18 +0000 (16:55 +0000)] 
HAVE_FNMATCH added

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

22 years agorenamed Wiztest.bmp to wiztest.bmp
Vadim Zeitlin [Fri, 10 May 2002 15:16:33 +0000 (15:16 +0000)] 
renamed Wiztest.bmp to wiztest.bmp

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

22 years agofixed compilation error when x-compiling (patch from Fabian Wenzel)
Vadim Zeitlin [Fri, 10 May 2002 12:56:51 +0000 (12:56 +0000)] 
fixed compilation error when x-compiling (patch from Fabian Wenzel)

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

22 years agoset OPENGL_LIBS when x-compiling for MSW (patch from Fabian Wenzel)
Vadim Zeitlin [Fri, 10 May 2002 12:53:49 +0000 (12:53 +0000)] 
set OPENGL_LIBS when x-compiling for MSW (patch from Fabian Wenzel)

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

22 years ago1. moved the test for glibc >= 2.1 after AC_PROG_CC
Vadim Zeitlin [Fri, 10 May 2002 12:51:02 +0000 (12:51 +0000)] 
1. moved the test for glibc >= 2.1 after AC_PROG_CC
2. fixed this test so the result is realyl cached
3. added test for fnmatch() because when cross-compiling we can find
   fnmatch.h but fnmatch() could still be unaccessible

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

22 years agoUnicode compilation problems in the samples (patch from Dimitri)
Vadim Zeitlin [Fri, 10 May 2002 12:26:30 +0000 (12:26 +0000)] 
Unicode compilation problems in the samples (patch from Dimitri)

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

22 years agoFix for upside down bmp projections
David Webster [Fri, 10 May 2002 04:09:27 +0000 (04:09 +0000)] 
Fix for upside down bmp projections

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

22 years agoFolder icon
David Webster [Fri, 10 May 2002 04:08:11 +0000 (04:08 +0000)] 
Folder icon

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

22 years agofixed return value of Enable() and Disable()
Vadim Zeitlin [Thu, 9 May 2002 23:04:46 +0000 (23:04 +0000)] 
fixed return value of Enable() and Disable()

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

22 years agodon't put the windows created with y or height of -1 off screen
Vadim Zeitlin [Thu, 9 May 2002 23:01:42 +0000 (23:01 +0000)] 
don't put the windows created with y or height of -1 off screen

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

22 years agoAdded a couple missing WXDLLEXPORTs
Robin Dunn [Thu, 9 May 2002 22:49:07 +0000 (22:49 +0000)] 
Added a couple missing WXDLLEXPORTs

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

22 years agoapplied patch to build wxMSW with CW7 (patch 550445)
Vadim Zeitlin [Thu, 9 May 2002 22:34:44 +0000 (22:34 +0000)] 
applied patch to build wxMSW with CW7 (patch 550445)

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

22 years agofixed list item attributes when inserting/deleting items (patch 548391)
Vadim Zeitlin [Thu, 9 May 2002 22:21:15 +0000 (22:21 +0000)] 
fixed list item attributes when inserting/deleting items (patch 548391)

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

22 years agotests for multiple selection check listboxes
Vadim Zeitlin [Thu, 9 May 2002 21:58:04 +0000 (21:58 +0000)] 
tests for multiple selection check listboxes

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

22 years agoswigged updates for wxMac
Robin Dunn [Thu, 9 May 2002 18:52:47 +0000 (18:52 +0000)] 
swigged updates for wxMac

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

22 years agoupdates for recent CVS changes
Robin Dunn [Thu, 9 May 2002 18:21:17 +0000 (18:21 +0000)] 
updates for recent CVS changes

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

22 years agoadded/documented wxApp::FilterEvent
Vadim Zeitlin [Thu, 9 May 2002 17:21:02 +0000 (17:21 +0000)] 
added/documented wxApp::FilterEvent

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

22 years agoadded (and documented) wxSafeShowMessage, use it in wxLogFatalError instead of wxMess...
Vadim Zeitlin [Thu, 9 May 2002 15:59:42 +0000 (15:59 +0000)] 
added (and documented) wxSafeShowMessage, use it in wxLogFatalError instead of wxMessageBox

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

22 years agoadded build options check
Vadim Zeitlin [Thu, 9 May 2002 15:59:07 +0000 (15:59 +0000)] 
added build options check

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

22 years agothe build options are now checked in the application, not the library which allows...
Vadim Zeitlin [Thu, 9 May 2002 15:58:29 +0000 (15:58 +0000)] 
the build options are now checked in the application, not the library which allows to avoid having to define wxGetBuildOptions()

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

22 years agono changes
Vadim Zeitlin [Thu, 9 May 2002 15:57:56 +0000 (15:57 +0000)] 
no changes

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

22 years agoupdated CodeWarrior 5.3 exported xml projects
Gilles Depeyrot [Thu, 9 May 2002 12:38:11 +0000 (12:38 +0000)] 
updated CodeWarrior 5.3 exported xml projects

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

22 years agoimplement explicit copying instead of forbidding it
Gilles Depeyrot [Thu, 9 May 2002 12:18:54 +0000 (12:18 +0000)] 
implement explicit copying instead of forbidding it

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

22 years agoCustomization dialog not implemented, so don't show the menu item
Julian Smart [Thu, 9 May 2002 10:01:41 +0000 (10:01 +0000)] 
Customization dialog not implemented, so don't show the menu item

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

22 years agogenerate the mouse click events for the static controls
Vadim Zeitlin [Thu, 9 May 2002 00:28:57 +0000 (00:28 +0000)] 
generate the mouse click events for the static controls

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

22 years agotest that static text and box get the click events
Vadim Zeitlin [Thu, 9 May 2002 00:28:36 +0000 (00:28 +0000)] 
test that static text and box get the click events

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

22 years agofixed casting for X
Stefan Csomor [Wed, 8 May 2002 23:59:06 +0000 (23:59 +0000)] 
fixed casting for X

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

22 years agoadded spinctrl to be ignored when clicked (otherwise its siblings on the same window...
Stefan Csomor [Wed, 8 May 2002 23:30:22 +0000 (23:30 +0000)] 
added spinctrl to be ignored when clicked (otherwise its siblings on the same window position will not get the clicks)

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

22 years agodisplay rect fixed
Stefan Csomor [Wed, 8 May 2002 23:28:24 +0000 (23:28 +0000)] 
display rect fixed

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

22 years agoonly use tool window style for floating windows, no modal dialog class (layer problems)
Stefan Csomor [Wed, 8 May 2002 23:25:20 +0000 (23:25 +0000)] 
only use tool window style for floating windows, no modal dialog class (layer problems)

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

22 years agoadded mlte initialization
Stefan Csomor [Wed, 8 May 2002 23:23:43 +0000 (23:23 +0000)] 
added mlte initialization

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

22 years agoadded mlte implementation
Stefan Csomor [Wed, 8 May 2002 23:22:57 +0000 (23:22 +0000)] 
added mlte implementation

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

22 years agoadded rtti info (python problem)
Stefan Csomor [Wed, 8 May 2002 23:14:02 +0000 (23:14 +0000)] 
added rtti info (python problem)

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

22 years agolayout improvement on mac
Stefan Csomor [Wed, 8 May 2002 22:55:14 +0000 (22:55 +0000)] 
layout improvement on mac

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

22 years agoadded small font for wxSWISS
Stefan Csomor [Wed, 8 May 2002 22:53:41 +0000 (22:53 +0000)] 
added small font for wxSWISS

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

22 years agofilename workaround CW bug in debug builds
Stefan Csomor [Wed, 8 May 2002 22:52:40 +0000 (22:52 +0000)] 
filename workaround CW bug in debug builds

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

22 years agoadded rtti to tooltip, mlte implementation to textctrl
Stefan Csomor [Wed, 8 May 2002 22:50:09 +0000 (22:50 +0000)] 
added rtti to tooltip, mlte implementation to textctrl

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

22 years agoadded missing wxListItem copy ctor to wxMSW, moved wxListItem to the header
Vadim Zeitlin [Wed, 8 May 2002 22:29:57 +0000 (22:29 +0000)] 
added missing wxListItem copy ctor to wxMSW, moved wxListItem to the header
to avoid duplicating it in wxMSW and the generic versions

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

22 years agocompilation fix for wxObject NO_COPY
Vadim Zeitlin [Wed, 8 May 2002 22:20:13 +0000 (22:20 +0000)] 
compilation fix for wxObject NO_COPY

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

22 years agoregenerated for new build.h file
Gilles Depeyrot [Wed, 8 May 2002 21:28:23 +0000 (21:28 +0000)] 
regenerated for new build.h file

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

22 years agoimplemented lazy binding detection (broken RTTI classinfo detection)
Gilles Depeyrot [Wed, 8 May 2002 21:17:17 +0000 (21:17 +0000)] 
implemented lazy binding detection (broken RTTI classinfo detection)
forbid copying of wxObject and wxClassInfo
corrected conditional compilation for CodeWarrior 5.3

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

22 years agoimplemented explicit copy constructors (needed for cloning)
Gilles Depeyrot [Wed, 8 May 2002 21:13:51 +0000 (21:13 +0000)] 
implemented explicit copy constructors (needed for cloning)
declared private assignement operators

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