]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoAdded wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise,
Julian Smart [Fri, 5 Jul 2002 14:09:31 +0000 (14:09 +0000)] 
Added wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise,
if RB1 has the focus, then you click on RB2, then back on RB1, no
command event will be generated for the last click.

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

22 years agouse GtkUpdateSize() for consitency everywhere instead of directly setting m_sizeSet
Vadim Zeitlin [Fri, 5 Jul 2002 13:24:49 +0000 (13:24 +0000)] 
use GtkUpdateSize() for consitency everywhere instead of directly setting m_sizeSet

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

22 years agofixed SetToolBar(NULL) behaviour -- don't leave a hole from toolbar
Vadim Zeitlin [Fri, 5 Jul 2002 13:20:54 +0000 (13:20 +0000)] 
fixed SetToolBar(NULL) behaviour -- don't leave a hole from toolbar

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

22 years agoremoved unneeded inclusion of wx/wx.h
Vadim Zeitlin [Fri, 5 Jul 2002 12:53:34 +0000 (12:53 +0000)] 
removed unneeded inclusion of wx/wx.h

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

22 years agoargh, last compilation fix had a typo, fixed now
Vadim Zeitlin [Thu, 4 Jul 2002 23:23:25 +0000 (23:23 +0000)] 
argh, last compilation fix had a typo, fixed now

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

22 years agoCorrected my wrong application of patch
Julian Smart [Thu, 4 Jul 2002 19:08:39 +0000 (19:08 +0000)] 
Corrected my wrong application of patch

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

22 years agoundid the patches which shouldn't (IMHO) have been applied to this branch
Vadim Zeitlin [Thu, 4 Jul 2002 17:26:36 +0000 (17:26 +0000)] 
undid the patches which shouldn't (IMHO) have been applied to this branch

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

22 years agofixed typo in including function.tex
Vadim Zeitlin [Thu, 4 Jul 2002 17:03:57 +0000 (17:03 +0000)] 
fixed typo in including function.tex

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

22 years agoold mingw32 compilation fix
Vadim Zeitlin [Thu, 4 Jul 2002 16:57:18 +0000 (16:57 +0000)] 
old mingw32 compilation fix

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

22 years agoonly fowarding events if there is a focus window
Stefan Csomor [Thu, 4 Jul 2002 09:42:03 +0000 (09:42 +0000)] 
only fowarding events if there is a focus window

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

22 years agoUpdated script + FAQs
Julian Smart [Thu, 4 Jul 2002 09:38:39 +0000 (09:38 +0000)] 
Updated script + FAQs

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

22 years agoDocumented various patches from Mark Armstrong <marka@availsolutions.com>
Julian Smart [Thu, 4 Jul 2002 09:37:11 +0000 (09:37 +0000)] 
Documented various patches from Mark Armstrong <marka@availsolutions.com>

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

22 years agoApplied patch from Mark Armstrong <marka@availsolutions.com>
Julian Smart [Thu, 4 Jul 2002 09:08:59 +0000 (09:08 +0000)] 
Applied patch from Mark Armstrong <marka@availsolutions.com>
This patch fixes a debug assertion in tooltips.

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

22 years agoApplied patch from Mark Armstrong <marka@availsolutions.com>
Julian Smart [Thu, 4 Jul 2002 09:08:12 +0000 (09:08 +0000)] 
Applied patch from Mark Armstrong <marka@availsolutions.com>
This patch fixes wx combo box callbacks being executed
multiple times per MSW callback.

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

22 years agoApplied patch from Mark Armstrong <marka@availsolutions.com>
Julian Smart [Thu, 4 Jul 2002 09:07:15 +0000 (09:07 +0000)] 
Applied patch from Mark Armstrong <marka@availsolutions.com>
This patch fixes two problems.
The first is a race condition during a thread exit and a join.
The second is condition where a thread can hang during
msg/event processing.

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

22 years agoApplied patch from Mark Armstrong <marka@availsolutions.com>
Julian Smart [Thu, 4 Jul 2002 09:05:18 +0000 (09:05 +0000)] 
Applied patch from Mark Armstrong <marka@availsolutions.com>
Allows GC pool to grow dynamically.

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

22 years agoApplied patch from Mark Armstrong <marka@availsolutions.com>
Julian Smart [Thu, 4 Jul 2002 09:04:17 +0000 (09:04 +0000)] 
Applied patch from Mark Armstrong <marka@availsolutions.com>
Allows you to set a thread priority under Linux.

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

22 years agoUpdates related to wxID_ANY and etc.
Robin Dunn [Wed, 3 Jul 2002 22:54:13 +0000 (22:54 +0000)] 
Updates related to wxID_ANY and etc.

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

22 years agoAdded wxIEHtmlWin wrappers to wxPython.
Robin Dunn [Wed, 3 Jul 2002 22:05:30 +0000 (22:05 +0000)] 
Added wxIEHtmlWin wrappers to wxPython.

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

22 years agoUpdated Makefiles for MinGW GCC 3.1
Mattia Barbon [Wed, 3 Jul 2002 21:46:28 +0000 (21:46 +0000)] 
Updated Makefiles for MinGW GCC 3.1

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

22 years agoMenu corruption fix
David Webster [Wed, 3 Jul 2002 21:44:40 +0000 (21:44 +0000)] 
Menu corruption fix

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

22 years agoNicer default fonts for OS/2
David Webster [Wed, 3 Jul 2002 21:44:15 +0000 (21:44 +0000)] 
Nicer default fonts for OS/2

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

22 years agoMade wxBU_EXACTFIT work as documented instead of being ignored.
Robin Dunn [Wed, 3 Jul 2002 21:34:48 +0000 (21:34 +0000)] 
Made wxBU_EXACTFIT work as documented instead of being ignored.

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

22 years agoextracted the constants to their own chapter and documented wxID_ANY and
Vadim Zeitlin [Wed, 3 Jul 2002 16:37:43 +0000 (16:37 +0000)] 
extracted the constants to their own chapter and documented wxID_ANY and
other standard ids

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

22 years agofixed a compilation warning about signed/unsigned comparison
Vadim Zeitlin [Wed, 3 Jul 2002 16:29:15 +0000 (16:29 +0000)] 
fixed a compilation warning about signed/unsigned comparison

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

22 years agoadded wxID_ANY, replaced #define's with enum
Vadim Zeitlin [Wed, 3 Jul 2002 16:25:22 +0000 (16:25 +0000)] 
added wxID_ANY, replaced #define's with enum

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

22 years agoremoved hardcoded 48 (number of standard colours) from a few places -- still left...
Vadim Zeitlin [Wed, 3 Jul 2002 16:23:35 +0000 (16:23 +0000)] 
removed hardcoded 48 (number of standard colours) from a few places -- still left in the others though

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

22 years agowxMotif compilation fix with gcc 3.1 (patch 576847)
Vadim Zeitlin [Wed, 3 Jul 2002 15:09:37 +0000 (15:09 +0000)] 
wxMotif compilation fix with gcc 3.1 (patch 576847)

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

22 years agofixed off-by-few-pixels error in horz scrollbar calculations (patch 575412)
Vadim Zeitlin [Wed, 3 Jul 2002 15:05:43 +0000 (15:05 +0000)] 
fixed off-by-few-pixels error in horz scrollbar calculations (patch 575412)

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

22 years agotypos and other doc corrections from Olly Betts (patch 573738)
Vadim Zeitlin [Wed, 3 Jul 2002 15:01:26 +0000 (15:01 +0000)] 
typos and other doc corrections from Olly Betts (patch 573738)

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

22 years agoAttempt to fix buggy menus.
David Webster [Wed, 3 Jul 2002 15:00:59 +0000 (15:00 +0000)] 
Attempt to fix buggy menus.

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

22 years agofixed a Really Stupid Bug
Václav Slavík [Wed, 3 Jul 2002 09:49:03 +0000 (09:49 +0000)] 
fixed a Really Stupid Bug

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

22 years agofixed checking/unchecking find/replace items in the menu problem (they becameo ut...
Vadim Zeitlin [Tue, 2 Jul 2002 22:30:31 +0000 (22:30 +0000)] 
fixed checking/unchecking find/replace items in the menu problem (they becameo ut of sync with the real status)

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

22 years agofixed cmd line args parsing in wxrc (contributed patch)
Václav Slavík [Tue, 2 Jul 2002 22:06:00 +0000 (22:06 +0000)] 
fixed cmd line args parsing in wxrc (contributed patch)

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

22 years agoToolbar updates
David Webster [Tue, 2 Jul 2002 21:10:52 +0000 (21:10 +0000)] 
Toolbar updates

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

22 years agoAnother demo tweak
Robin Dunn [Tue, 2 Jul 2002 17:17:09 +0000 (17:17 +0000)] 
Another demo tweak

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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Tue, 2 Jul 2002 17:14:32 +0000 (17:14 +0000)] 
SWIGged updates for wxGTK

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

22 years agoAdded note about module not being supported
Robin Dunn [Tue, 2 Jul 2002 17:12:13 +0000 (17:12 +0000)] 
Added note about module not being supported

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

22 years agoSome improvements and additions for wxListCtrl and logging
Robin Dunn [Tue, 2 Jul 2002 17:11:35 +0000 (17:11 +0000)] 
Some improvements and additions for wxListCtrl and logging

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

22 years agoAllow compiling when _WIN32_IE < 0x300
Mattia Barbon [Tue, 2 Jul 2002 17:11:19 +0000 (17:11 +0000)] 
Allow compiling when _WIN32_IE < 0x300

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

22 years agoAdded menu sample, and some other minor changes to the demo
Robin Dunn [Tue, 2 Jul 2002 17:08:55 +0000 (17:08 +0000)] 
Added menu sample, and some other minor changes to the demo

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

22 years agofix another icon error
Chris Elliott [Tue, 2 Jul 2002 13:25:44 +0000 (13:25 +0000)] 
fix another icon error

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

22 years agofixes bugs reading icons
Chris Elliott [Tue, 2 Jul 2002 13:02:04 +0000 (13:02 +0000)] 
fixes bugs reading icons

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

22 years agoRemoved strange _T()
Julian Smart [Tue, 2 Jul 2002 09:05:45 +0000 (09:05 +0000)] 
Removed strange _T()

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

22 years agoUNC fix to directory path
Chris Elliott [Tue, 2 Jul 2002 08:41:34 +0000 (08:41 +0000)] 
UNC fix to directory path

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

22 years agoadded DECLARE_EXPORTED_LOCAL_EVENT_TYPE for use with user libs.
Ron Lee [Tue, 2 Jul 2002 04:56:41 +0000 (04:56 +0000)] 
added DECLARE_EXPORTED_LOCAL_EVENT_TYPE for use with user libs.

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

22 years agoand yet once more to fix gtk compilation.. this is a nasty kludge
Ron Lee [Tue, 2 Jul 2002 01:21:09 +0000 (01:21 +0000)] 
and yet once more to fix gtk compilation..  this is a nasty kludge
though, if anyone knows better, please do..

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

22 years agoToolbar update
David Webster [Mon, 1 Jul 2002 22:26:05 +0000 (22:26 +0000)] 
Toolbar update

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

22 years agoOS/2 updates and initial toolbar implementation
David Webster [Mon, 1 Jul 2002 22:22:13 +0000 (22:22 +0000)] 
OS/2 updates and initial toolbar implementation

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

22 years agomake motif cursor from wxImage
Chris Elliott [Mon, 1 Jul 2002 20:34:20 +0000 (20:34 +0000)] 
make motif cursor from wxImage

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

22 years agoFixed "different linkage" compile error
Robin Dunn [Mon, 1 Jul 2002 17:45:31 +0000 (17:45 +0000)] 
Fixed "different linkage" compile error

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

22 years agoremoved out of date copy of the file which is now in wxWebSite module
Vadim Zeitlin [Mon, 1 Jul 2002 15:18:04 +0000 (15:18 +0000)] 
removed out of date copy of the file which is now in wxWebSite module

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

22 years agocorrections to exiting the program, now we should wait for all threads to finish...
Vadim Zeitlin [Mon, 1 Jul 2002 14:55:39 +0000 (14:55 +0000)] 
corrections to exiting the program, now we should wait for all threads to finish but not crash nor freeze

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

22 years agofixed 2 bugs in 2 lines of wxFileSelector example code
Vadim Zeitlin [Mon, 1 Jul 2002 11:45:37 +0000 (11:45 +0000)] 
fixed 2 bugs in 2 lines of wxFileSelector example code

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

22 years agoFix for the irksome, 'Details' sizing bug. Or at least a patch on a hornet's
Ron Lee [Mon, 1 Jul 2002 10:27:29 +0000 (10:27 +0000)] 
Fix for the irksome, 'Details' sizing bug.  Or at least a patch on a hornet's
nest.  Thanks to jill@emeraldgate.com for tracking this one (and the previous
StatusBar patch too).

There's more work here if someone wants it..  :-)

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

22 years agoCorrected scoping error for i
Julian Smart [Mon, 1 Jul 2002 09:42:02 +0000 (09:42 +0000)] 
Corrected scoping error for i

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

22 years agoPreserve prior StatusBar contents when adding removing fields
Ron Lee [Sun, 30 Jun 2002 23:53:58 +0000 (23:53 +0000)] 
Preserve prior StatusBar contents when adding removing fields
(consistant with MSW behaviour).

Made m_statusSring a wxArrayString, furthur simplification may
be possible if someone is interested and has the time.

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

22 years agofixed some pesky compile warnings, hope this doesn't nuke some
Ron Lee [Sun, 30 Jun 2002 23:48:10 +0000 (23:48 +0000)] 
fixed some pesky compile warnings, hope this doesn't nuke some
unsuspecting platform..

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

22 years agoadded export decls for MSW.
Ron Lee [Sun, 30 Jun 2002 22:44:35 +0000 (22:44 +0000)] 
added export decls for MSW.

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

22 years agoadded export decls for MSW
Ron Lee [Sun, 30 Jun 2002 22:41:17 +0000 (22:41 +0000)] 
added export decls for MSW

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

22 years agofixed hidden root expansion in extreme usage case
Václav Slavík [Sun, 30 Jun 2002 22:15:10 +0000 (22:15 +0000)] 
fixed hidden root expansion in extreme usage case

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

22 years agoadded static library Project Builder project for wxWindows
Gilles Depeyrot [Sun, 30 Jun 2002 18:08:29 +0000 (18:08 +0000)] 
added static library Project Builder project for wxWindows
added Project Builder project for minimal sample

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

22 years agorename method to prevent collision with some BSD definitions of macro Free()
Gilles Depeyrot [Sat, 29 Jun 2002 16:25:18 +0000 (16:25 +0000)] 
rename method to prevent collision with some BSD definitions of macro Free()
(detected compiling mahogany)

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

22 years agoimproved error messages
Gilles Depeyrot [Sat, 29 Jun 2002 11:56:42 +0000 (11:56 +0000)] 
improved error messages

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

22 years agoignore Project Builder build directory
Gilles Depeyrot [Sat, 29 Jun 2002 11:45:13 +0000 (11:45 +0000)] 
ignore Project Builder build directory

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

22 years agokeep name of wxmac icon for application bundles unstead of renaming it
Gilles Depeyrot [Sat, 29 Jun 2002 11:07:30 +0000 (11:07 +0000)] 
keep name of wxmac icon for application bundles unstead of renaming it

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

22 years agomade wxGenericFontDialog derive from wxFontDialogBase
Vadim Zeitlin [Sat, 29 Jun 2002 00:46:11 +0000 (00:46 +0000)] 
made wxGenericFontDialog derive from wxFontDialogBase

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

22 years agoenlarged <UL> bullets a bit and nuked this weirdness
Václav Slavík [Fri, 28 Jun 2002 22:34:11 +0000 (22:34 +0000)] 
enlarged <UL> bullets a bit and nuked this weirdness
about using rectangles where the rest of the world uses circles...

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

22 years agoReturn more items in wxListCtrl::GetColumn.
Robin Dunn [Fri, 28 Jun 2002 17:47:54 +0000 (17:47 +0000)] 
Return more items in wxListCtrl::GetColumn.

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

22 years agoSTC and Motif patch
Chris Elliott [Fri, 28 Jun 2002 11:41:55 +0000 (11:41 +0000)] 
STC and Motif patch

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

22 years agoSTC and Motif patch
Chris Elliott [Fri, 28 Jun 2002 11:35:43 +0000 (11:35 +0000)] 
STC and Motif patch

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

22 years agoremove temportay fix to Makefile.in, now configure .in is fixed
Chris Elliott [Fri, 28 Jun 2002 08:52:33 +0000 (08:52 +0000)] 
remove temportay fix to Makefile.in, now configure .in is fixed

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

22 years agomake path absolute to install-sh, to fix contrib lib bug
Chris Elliott [Fri, 28 Jun 2002 08:50:40 +0000 (08:50 +0000)] 
make path absolute to install-sh, to fix contrib lib bug

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

22 years agostreamlined WM_NOTIFY processing code fixing a bug with toolbar tooltips in presence...
Vadim Zeitlin [Thu, 27 Jun 2002 23:40:55 +0000 (23:40 +0000)] 
streamlined WM_NOTIFY processing code fixing a bug with toolbar tooltips in presence of the control in toolbar

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

22 years agoFixed compile error
Robin Dunn [Thu, 27 Jun 2002 23:02:07 +0000 (23:02 +0000)] 
Fixed compile error

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

22 years ago(blind) fixes for AIX: shared library extension there is apparently ".a", not ".so...
Vadim Zeitlin [Thu, 27 Jun 2002 14:29:59 +0000 (14:29 +0000)] 
(blind) fixes for AIX: shared library extension there is apparently ".a", not ".so"; look for makeC++SharedLib in the PATH instead of hard coded location

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

22 years agoreact to the year being changed in the spin control text zone and not only with the...
Vadim Zeitlin [Wed, 26 Jun 2002 23:13:43 +0000 (23:13 +0000)] 
react to the year being changed in the spin control text zone and not only with the spin buttons

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

22 years agoEliminate flashing when writing text, by clearing instead of selecting all.
Julian Smart [Wed, 26 Jun 2002 22:15:20 +0000 (22:15 +0000)] 
Eliminate flashing when writing text, by clearing instead of selecting all.

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

22 years agoSome trace log updates
Robin Dunn [Wed, 26 Jun 2002 20:11:34 +0000 (20:11 +0000)] 
Some trace log updates

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

22 years agoAdded demo of using a sizer in a wxScrolledWindow
Robin Dunn [Wed, 26 Jun 2002 20:08:30 +0000 (20:08 +0000)] 
Added demo of using a sizer in a wxScrolledWindow

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

22 years agocompilation fix (wxUniv/MSW)
Václav Slavík [Wed, 26 Jun 2002 19:16:13 +0000 (19:16 +0000)] 
compilation fix (wxUniv/MSW)

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

22 years agofix for bug reported by Robert and Julian, probably causes other problems
Václav Slavík [Wed, 26 Jun 2002 19:11:32 +0000 (19:11 +0000)] 
fix for bug reported by Robert and Julian, probably causes other problems

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

22 years agocompilation fix (wxUniv/MSW)
Václav Slavík [Wed, 26 Jun 2002 19:10:51 +0000 (19:10 +0000)] 
compilation fix (wxUniv/MSW)

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

22 years agoadded some regression tests for wxHTML
Václav Slavík [Wed, 26 Jun 2002 19:10:08 +0000 (19:10 +0000)] 
added some regression tests for wxHTML

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

22 years agofixed warning about printf format specifications <-> argument mismatches in wxLogLast...
Vadim Zeitlin [Wed, 26 Jun 2002 16:27:29 +0000 (16:27 +0000)] 
fixed warning about printf format specifications <-> argument mismatches in wxLogLastError

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

22 years agofixed warnings about printf format specifications <-> argument mismatches
Vadim Zeitlin [Wed, 26 Jun 2002 16:27:08 +0000 (16:27 +0000)] 
fixed warnings about printf format specifications <-> argument mismatches

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

22 years agoadded missing 'R' in RGB
Vadim Zeitlin [Wed, 26 Jun 2002 15:43:52 +0000 (15:43 +0000)] 
added missing 'R' in RGB

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

22 years agoChanged the UL bullet to be a square -- I couldn't get
Julian Smart [Wed, 26 Jun 2002 11:39:42 +0000 (11:39 +0000)] 
Changed the UL bullet to be a square -- I couldn't get
it to show anywhere near nicely as an ellipse, under Windows
at least. Previously the bullet showed up as what looked like a tiny
asterisk.

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

22 years ago Committing in .
Jouk Jansen [Wed, 26 Jun 2002 10:48:34 +0000 (10:48 +0000)] 
 Committing in .

 Update setup.h for OpenVMS

 Modified Files:
  wxWindows/setup.h_vms
 ----------------------------------------------------------------------

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

22 years agoCorrected typo
Julian Smart [Wed, 26 Jun 2002 07:33:02 +0000 (07:33 +0000)] 
Corrected typo

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

22 years agopropgate WS_EX_CONTROLPARENT recursively upwards, not just to the immediate parent
Vadim Zeitlin [Wed, 26 Jun 2002 00:45:13 +0000 (00:45 +0000)] 
propgate WS_EX_CONTROLPARENT recursively upwards, not just to the immediate parent

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

22 years agoCorrected OnAssert
Julian Smart [Tue, 25 Jun 2002 18:12:07 +0000 (18:12 +0000)] 
Corrected OnAssert

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

22 years agoSome typemap updates
Robin Dunn [Mon, 24 Jun 2002 23:55:30 +0000 (23:55 +0000)] 
Some typemap updates

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

22 years agoSWIGged code update for wxMac
Robin Dunn [Mon, 24 Jun 2002 23:06:18 +0000 (23:06 +0000)] 
SWIGged code update for wxMac

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

22 years agoadded QS_ALLPOSTMESSAGE
Václav Slavík [Mon, 24 Jun 2002 22:35:40 +0000 (22:35 +0000)] 
added QS_ALLPOSTMESSAGE

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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Mon, 24 Jun 2002 21:59:40 +0000 (21:59 +0000)] 
SWIGged updates for wxGTK

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

22 years agoAdded wxPyPanel
Robin Dunn [Mon, 24 Jun 2002 21:52:44 +0000 (21:52 +0000)] 
Added wxPyPanel

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

22 years agoFixed a typo
Robin Dunn [Mon, 24 Jun 2002 21:51:28 +0000 (21:51 +0000)] 
Fixed a typo

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

22 years agoAdded component control accessors to wxEditableListBox
Robin Dunn [Mon, 24 Jun 2002 21:51:06 +0000 (21:51 +0000)] 
Added component control accessors to wxEditableListBox

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

22 years agoa fix to preserve UNC paths when creating the commandline argument array
Chris Elliott [Mon, 24 Jun 2002 20:09:46 +0000 (20:09 +0000)] 
a fix to preserve UNC paths when creating the commandline argument array
tested with Borland/wxMSW; existing behaviour of replacing \\ with \ preserved
except at start of string

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