]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoGet(Class)DefaultAttributes() for wxGTK controls
Robin Dunn [Thu, 6 May 2004 17:26:25 +0000 (17:26 +0000)] 
Get(Class)DefaultAttributes() for wxGTK controls

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

20 years agodon't create artificial alpha channel for all bitmaps (patch 949221)
Vadim Zeitlin [Thu, 6 May 2004 14:52:55 +0000 (14:52 +0000)] 
don't create artificial alpha channel for all bitmaps (patch 949221)

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

20 years agocorrections from ABX
Vadim Zeitlin [Thu, 6 May 2004 14:35:35 +0000 (14:35 +0000)] 
corrections from ABX

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

20 years agomore updates from Herbert Breunung
Vadim Zeitlin [Thu, 6 May 2004 14:33:37 +0000 (14:33 +0000)] 
more updates from Herbert Breunung

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

20 years agocompilation fix for older compilers
Vadim Zeitlin [Thu, 6 May 2004 07:17:15 +0000 (07:17 +0000)] 
compilation fix for older compilers

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

20 years agowarning fix for BSD
Vadim Zeitlin [Thu, 6 May 2004 07:02:01 +0000 (07:02 +0000)] 
warning fix for BSD

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

20 years agocall InitDialog() before showing the dialog, not after; also TRUE -> true
Vadim Zeitlin [Wed, 5 May 2004 22:46:57 +0000 (22:46 +0000)] 
call InitDialog() before showing the dialog, not after; also TRUE -> true

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

20 years agooops, added missing const_cast to make last check in compile
Vadim Zeitlin [Wed, 5 May 2004 22:45:26 +0000 (22:45 +0000)] 
oops, added missing const_cast to make last check in compile

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

20 years agouse ResetClipping() instead of simply setting m_clipping to false; added call to...
Vadim Zeitlin [Wed, 5 May 2004 22:43:57 +0000 (22:43 +0000)] 
use ResetClipping() instead of simply setting m_clipping to false; added call to it to wxDCBase::DestroyClippingRegion() so that some ports don't have to define their own version of it at all

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

20 years agomade GetClippingBox() work even for clipping region (pre)set by Windows and not only...
Vadim Zeitlin [Wed, 5 May 2004 22:41:54 +0000 (22:41 +0000)] 
made GetClippingBox() work even for clipping region (pre)set by Windows and not only for clipping regions set using our own SetClippingXXX() functions

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

20 years agomention non-const wxDC::GetPen/Font/Brush() removal
Vadim Zeitlin [Wed, 5 May 2004 22:36:46 +0000 (22:36 +0000)] 
mention non-const wxDC::GetPen/Font/Brush() removal

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

20 years agodon't use non-const wxDC::GetBackground() which doesn't exist any more
Vadim Zeitlin [Wed, 5 May 2004 21:45:36 +0000 (21:45 +0000)] 
don't use non-const wxDC::GetBackground() which doesn't exist any more

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

20 years agoremoved non-const accessors for pens, brushes, &c from wxDC
Vadim Zeitlin [Wed, 5 May 2004 21:44:39 +0000 (21:44 +0000)] 
removed non-const accessors for pens, brushes, &c from wxDC

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

20 years agoupdate from ABX
Vadim Zeitlin [Wed, 5 May 2004 12:17:11 +0000 (12:17 +0000)] 
update from ABX

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

20 years agousing const GetPen
Stefan Csomor [Wed, 5 May 2004 07:18:42 +0000 (07:18 +0000)] 
using const GetPen

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

20 years agoAdded some info panels that show size and colour attributes about the widget
Robin Dunn [Tue, 4 May 2004 20:08:00 +0000 (20:08 +0000)] 
Added some info panels that show size and colour attributes about the widget

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

20 years agoAdded multi-line TextCtrl
Robin Dunn [Tue, 4 May 2004 18:12:48 +0000 (18:12 +0000)] 
Added multi-line TextCtrl

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

20 years agominor update from Herbert Breunung
Vadim Zeitlin [Tue, 4 May 2004 17:30:17 +0000 (17:30 +0000)] 
minor update from Herbert Breunung

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

20 years agocheck for multiple calls to gtk_glwindow_realized_callback
Vadim Zeitlin [Tue, 4 May 2004 15:00:36 +0000 (15:00 +0000)] 
check for multiple calls to gtk_glwindow_realized_callback

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

20 years agoremoved tab characters
Dimitri Schoolwerth [Tue, 4 May 2004 14:25:07 +0000 (14:25 +0000)] 
removed tab characters

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

20 years agodelayed destruction of global memLocker object
Dimitri Schoolwerth [Tue, 4 May 2004 14:19:30 +0000 (14:19 +0000)] 
delayed destruction of global memLocker object

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

20 years agoupdate from Marco Cavallini
Vadim Zeitlin [Tue, 4 May 2004 14:05:03 +0000 (14:05 +0000)] 
update from Marco Cavallini

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

20 years agoGetThumbLength() doesn't exist, GetThumbSize() does
Vadim Zeitlin [Tue, 4 May 2004 13:46:58 +0000 (13:46 +0000)] 
GetThumbLength() doesn't exist, GetThumbSize() does

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

20 years agoallowing shaped windows again
Stefan Csomor [Tue, 4 May 2004 09:40:47 +0000 (09:40 +0000)] 
allowing shaped windows again

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

20 years agoName change replacements
Julian Smart [Tue, 4 May 2004 08:27:20 +0000 (08:27 +0000)] 
Name change replacements

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

20 years agoImproved real Latex support
Julian Smart [Tue, 4 May 2004 07:17:27 +0000 (07:17 +0000)] 
Improved real Latex support
Added missing brace for new perlnote

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

20 years agoAdded wxControl::PostCreation for wxGTK. Moved calls to
Robin Dunn [Tue, 4 May 2004 07:09:32 +0000 (07:09 +0000)] 
Added wxControl::PostCreation for wxGTK.  Moved calls to
InheritAttributes and ApplyWidgetStyle there, and added a call to
SetInitialBestSize.   Also removed calls to Show from Create since
PostCreation already does it.

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

20 years agoSorted and added StaticBox, StaticLine
Robin Dunn [Tue, 4 May 2004 06:39:51 +0000 (06:39 +0000)] 
Sorted and added StaticBox, StaticLine

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

20 years agoadded notebook test
Robin Dunn [Tue, 4 May 2004 03:09:42 +0000 (03:09 +0000)] 
added notebook test

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

20 years agoimproved backwards compatibility when a wxGauge is (incorrectly) created without...
Dimitri Schoolwerth [Tue, 4 May 2004 02:38:09 +0000 (02:38 +0000)] 
improved backwards compatibility when a wxGauge is (incorrectly) created without wxGA_HORIZONTAL style flag

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

20 years agoBook controls also shouldn't do anything for SetInitialBestSize
Robin Dunn [Tue, 4 May 2004 00:53:19 +0000 (00:53 +0000)] 
Book controls also shouldn't do anything for SetInitialBestSize

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

20 years agoInitial/Best size fixes for wxRadioBox, wxSlider and wxStaticText on wxMSW
Robin Dunn [Mon, 3 May 2004 23:08:55 +0000 (23:08 +0000)] 
Initial/Best size fixes for wxRadioBox, wxSlider and wxStaticText on wxMSW

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

20 years agocleanup after an exteption in the postcreate code, added StaticText tests.
Robin Dunn [Mon, 3 May 2004 23:06:48 +0000 (23:06 +0000)] 
cleanup after an exteption in the postcreate code, added StaticText tests.

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

20 years agoAdded ability to execute more code after the widget is created
Robin Dunn [Mon, 3 May 2004 22:58:59 +0000 (22:58 +0000)] 
Added ability to execute more code after the widget is created

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

20 years agoa little cleanup and refresh
Robin Dunn [Mon, 3 May 2004 21:31:16 +0000 (21:31 +0000)] 
a little cleanup and refresh

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

20 years agoUpdated layout test
Robin Dunn [Mon, 3 May 2004 20:34:05 +0000 (20:34 +0000)] 
Updated layout test

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

20 years agoMisc tests, scripts, etc.
Robin Dunn [Mon, 3 May 2004 17:13:48 +0000 (17:13 +0000)] 
Misc tests, scripts, etc.

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

20 years agoset best size after filling the control with strings
Vadim Zeitlin [Mon, 3 May 2004 12:49:22 +0000 (12:49 +0000)] 
set best size after filling the control with strings

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

20 years agoremoved the old hack needed to size the control properly initially, now it is done...
Vadim Zeitlin [Mon, 3 May 2004 12:48:08 +0000 (12:48 +0000)] 
removed the old hack needed to size the control properly initially, now it is done by simply calling SetBestSize()

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

20 years agoset min size to initial size when it is explicitly given
Vadim Zeitlin [Mon, 3 May 2004 12:42:46 +0000 (12:42 +0000)] 
set min size to initial size when it is explicitly given

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

20 years agooverride SetInitialBestSize() to do nothing (we must add our strings first)
Vadim Zeitlin [Mon, 3 May 2004 12:40:29 +0000 (12:40 +0000)] 
override SetInitialBestSize() to do nothing (we must add our strings first)

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

20 years agocall SetInitialBestSize(), not SetBestSize(), when setting the best size initially
Vadim Zeitlin [Mon, 3 May 2004 12:38:20 +0000 (12:38 +0000)] 
call SetInitialBestSize(), not SetBestSize(), when setting the best size initially

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

20 years agomoved SetBestSize() to .cpp file; set min size from it
Vadim Zeitlin [Mon, 3 May 2004 12:33:31 +0000 (12:33 +0000)] 
moved SetBestSize() to .cpp file; set min size from it

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

20 years agounTABbed
Vadim Zeitlin [Mon, 3 May 2004 09:19:05 +0000 (09:19 +0000)] 
unTABbed

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

20 years ago Committing in .
Jouk Jansen [Mon, 3 May 2004 08:09:06 +0000 (08:09 +0000)] 
 Committing in .

 OpenVMS issue

 Modified Files:
  wxWidgets/src/motif/toplevel.cpp
 ----------------------------------------------------------------------

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

20 years agoTake the inverted coordinate system into account in wxFindMaxSize.
Stefan Neis [Sun, 2 May 2004 17:12:25 +0000 (17:12 +0000)] 
Take the inverted coordinate system into account in wxFindMaxSize.

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

20 years agoDon't choke on NULL pointer passed into wxSlider::GetSize.
Stefan Neis [Sun, 2 May 2004 17:05:55 +0000 (17:05 +0000)] 
Don't choke on NULL pointer passed into wxSlider::GetSize.
Take the inverted coordinate system into account when computing size.

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

20 years agoDon't choke on NULL pointer passed into wxSlider::GetSize.
Stefan Neis [Sun, 2 May 2004 16:48:22 +0000 (16:48 +0000)] 
Don't choke on NULL pointer passed into wxSlider::GetSize.
Take the inverted coordinate system into account when computing size.

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

20 years agodon't let wxChoice created with default size to shrink to nothing in a sizer
Vadim Zeitlin [Sun, 2 May 2004 16:06:51 +0000 (16:06 +0000)] 
don't let wxChoice created with default size to shrink to nothing in a sizer

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

20 years agoWorkaround for compile problem in IconizeChildFrames.
Stefan Neis [Sun, 2 May 2004 15:25:44 +0000 (15:25 +0000)] 
Workaround for compile problem in IconizeChildFrames.

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

20 years agoAdded missing include.
Stefan Neis [Sun, 2 May 2004 15:24:27 +0000 (15:24 +0000)] 
Added missing include.

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

20 years agofixed assert failure for a window which doesn't have a set background colour
Vadim Zeitlin [Sun, 2 May 2004 13:10:43 +0000 (13:10 +0000)] 
fixed assert failure for a window which doesn't have a set background colour

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

20 years agomoved OnExceptionInMainLoop() in .cpp from header
Vadim Zeitlin [Sun, 2 May 2004 11:16:32 +0000 (11:16 +0000)] 
moved OnExceptionInMainLoop() in .cpp from header

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

20 years agocorrected cppunit test's output
Václav Slavík [Sun, 2 May 2004 09:01:16 +0000 (09:01 +0000)] 
corrected cppunit test's output

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

20 years ago Make wxMotif buttons smaller (and nicer) by default,
Mattia Barbon [Sun, 2 May 2004 08:14:39 +0000 (08:14 +0000)] 
  Make wxMotif buttons smaller (and nicer) by default,
with the option of reverting to the old behaviour.

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

20 years ago Fixed MinGW compilation with GCC 3.x when wxUSE_STL == 1.
Mattia Barbon [Sun, 2 May 2004 08:11:52 +0000 (08:11 +0000)] 
  Fixed MinGW compilation with GCC 3.x when wxUSE_STL == 1.

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

20 years ago Added missing NO_GCC_PRAGMA check.
Mattia Barbon [Sun, 2 May 2004 08:06:45 +0000 (08:06 +0000)] 
  Added missing NO_GCC_PRAGMA check.

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

20 years agoreSWIGged
Robin Dunn [Sun, 2 May 2004 03:32:57 +0000 (03:32 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sun, 2 May 2004 03:25:19 +0000 (03:25 +0000)] 
reSWIGged

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

20 years agoremoved duplicate definitiion
Robin Dunn [Sun, 2 May 2004 03:23:54 +0000 (03:23 +0000)] 
removed duplicate definitiion

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

20 years agoAdded wx.FileSystem support
Robin Dunn [Sun, 2 May 2004 03:14:58 +0000 (03:14 +0000)] 
Added wx.FileSystem support

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

20 years agoreSWIGged
Robin Dunn [Sun, 2 May 2004 03:13:30 +0000 (03:13 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sun, 2 May 2004 02:46:01 +0000 (02:46 +0000)] 
reSWIGged

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

20 years agoAdded wx.lib.mixins.listctrl.TextEditMixin, a mixin class that allows
Robin Dunn [Sun, 2 May 2004 02:45:06 +0000 (02:45 +0000)] 
Added wx.lib.mixins.listctrl.TextEditMixin, a mixin class that allows
all columns of a wx.ListCtrl in report mode to be edited.

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

20 years agoReverted to old method names/signatures for wx.DC, updated lib and
Robin Dunn [Sun, 2 May 2004 02:41:33 +0000 (02:41 +0000)] 
Reverted to old method names/signatures for wx.DC, updated lib and
demo to match.  Also fixed some deprecation warnings.

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

20 years agosome methods missing wxPyBeginBlockThreads/wxPyEndBlockThreads
Robin Dunn [Sun, 2 May 2004 02:38:53 +0000 (02:38 +0000)] 
some methods missing wxPyBeginBlockThreads/wxPyEndBlockThreads

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

20 years agoImplement some base class virtuals to avoid errors related to this not
Robin Dunn [Sun, 2 May 2004 01:55:29 +0000 (01:55 +0000)] 
Implement some base class virtuals to avoid errors related to this not
being a true wxDialog

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

20 years agofixed Xcode 1.2 warnings; code cleanup
Dimitri Schoolwerth [Sun, 2 May 2004 00:19:00 +0000 (00:19 +0000)] 
fixed Xcode 1.2 warnings; code cleanup

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

20 years agoReverted last change
Robin Dunn [Sat, 1 May 2004 22:46:38 +0000 (22:46 +0000)] 
Reverted last change

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

20 years agocompilation fixes (apparently, gcc <3.4 didn't validate code in templates that were...
Václav Slavík [Sat, 1 May 2004 22:13:02 +0000 (22:13 +0000)] 
compilation fixes (apparently, gcc <3.4 didn't validate code in templates that were never used, at least in this case)

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

20 years agodmars_smake support (bakefile cvs, patch 942877)
Václav Slavík [Sat, 1 May 2004 22:10:06 +0000 (22:10 +0000)] 
dmars_smake support (bakefile cvs, patch 942877)

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

20 years agowxScreenDC also needs a pango context and layout so it can do GetTextExtent
Robin Dunn [Sat, 1 May 2004 21:42:07 +0000 (21:42 +0000)] 
wxScreenDC also needs a pango context and layout so it can do GetTextExtent

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

20 years agoIn wxGTK2 the wxMessageDialog is not a real wxDialog so its m_widget
Robin Dunn [Sat, 1 May 2004 21:29:35 +0000 (21:29 +0000)] 
In wxGTK2 the wxMessageDialog is not a real wxDialog so its m_widget
will always be NULL there will be a wxCHECK asserts triggered whenever
calling base class methods that are valid calls (or just ignored) on
other wx ports.  Added a set of macros to be used to test m_widget
that will bypass the wxFAIL if the window is a wxMessageDialog.  This
will silence those asserts if the window is a wxMessageDialog and will
let the method doing the check just be ignored in that case.

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

20 years ago Use new wxHashTable implementation not using keyed wxList
Mattia Barbon [Sat, 1 May 2004 20:59:17 +0000 (20:59 +0000)] 
  Use new wxHashTable implementation not using keyed wxList
when !WXWIN_COMPATIBILITY_24. It is faster. It is almost 100%
compatible, too, the only difference being Next() return value
type.

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

20 years ago Some wxPerl notes.
Mattia Barbon [Sat, 1 May 2004 20:19:11 +0000 (20:19 +0000)] 
  Some wxPerl notes.

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

20 years ago Fixed menu separators.
Mattia Barbon [Sat, 1 May 2004 17:08:23 +0000 (17:08 +0000)] 
  Fixed menu separators.

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

20 years ago Native wxControl::DoGetBestSize() implementation
Mattia Barbon [Sat, 1 May 2004 17:06:08 +0000 (17:06 +0000)] 
  Native wxControl::DoGetBestSize() implementation
using XtQueryGeometry().

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

20 years ago MSVC 5 fix.
Mattia Barbon [Sat, 1 May 2004 17:03:19 +0000 (17:03 +0000)] 
  MSVC 5 fix.

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

20 years ago Precompiled headers support.
Mattia Barbon [Sat, 1 May 2004 17:00:40 +0000 (17:00 +0000)] 
  Precompiled headers support.

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

20 years ago GCC 3.4 fixes.
Mattia Barbon [Sat, 1 May 2004 16:56:59 +0000 (16:56 +0000)] 
  GCC 3.4 fixes.

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

20 years agoclassic case menubar changed
Stefan Csomor [Sat, 1 May 2004 09:37:00 +0000 (09:37 +0000)] 
classic case menubar changed

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

20 years agodefine wxUSE_HOTKEY
Václav Slavík [Sat, 1 May 2004 09:27:42 +0000 (09:27 +0000)] 
define wxUSE_HOTKEY

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

20 years agoreplacing OSX only carbon calls by classic ones for CFM build
Stefan Csomor [Sat, 1 May 2004 06:34:28 +0000 (06:34 +0000)] 
replacing OSX only carbon calls by classic ones for CFM build

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

20 years agopositioning of the insertion point at the end
Stefan Csomor [Sat, 1 May 2004 06:32:24 +0000 (06:32 +0000)] 
positioning of the insertion point at the end

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

20 years agouse an internal wxFileSystem in wxHtmlListBox so that references to images could...
Vadim Zeitlin [Fri, 30 Apr 2004 22:44:03 +0000 (22:44 +0000)] 
use an internal wxFileSystem in wxHtmlListBox so that references to images  could be resolved

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

20 years agofixed bug with SetSelection() not hiding the previously shown page
Vadim Zeitlin [Fri, 30 Apr 2004 22:15:52 +0000 (22:15 +0000)] 
fixed bug with SetSelection() not hiding the previously shown page

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

20 years agomade TestDestroy public and virtual
Vadim Zeitlin [Fri, 30 Apr 2004 21:31:52 +0000 (21:31 +0000)] 
made TestDestroy public and virtual

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

20 years agomore dmc fixes (patch 941830)
Václav Slavík [Fri, 30 Apr 2004 20:55:57 +0000 (20:55 +0000)] 
more dmc fixes (patch 941830)

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

20 years agomoved Unicode tests to testsuite (patch 943945)
Václav Slavík [Fri, 30 Apr 2004 20:26:14 +0000 (20:26 +0000)] 
moved Unicode tests to testsuite (patch 943945)

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

20 years agodon't export private symbols
Václav Slavík [Fri, 30 Apr 2004 13:17:38 +0000 (13:17 +0000)] 
don't export private symbols

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

20 years agolibpng vulnerability CAN-2004-0421
Stefan Csomor [Fri, 30 Apr 2004 12:55:10 +0000 (12:55 +0000)] 
libpng vulnerability CAN-2004-0421

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

20 years agoadaption for CW 8.3 and quick hack for unicode text control size
Stefan Csomor [Fri, 30 Apr 2004 12:30:20 +0000 (12:30 +0000)] 
adaption for CW 8.3 and quick hack for unicode text control size

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

20 years agoUpdated the embedded sample program to reflect latest class functions. Added a gener...
George Tasker [Fri, 30 Apr 2004 11:11:40 +0000 (11:11 +0000)] 
Updated the embedded sample program to reflect latest class functions.  Added a generic HandleError() function as part of the sample program to show a simple way of getting error messages fro database calls
Insert/Query/Delete examples shown in the sample

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

20 years agoreSWIGged
Robin Dunn [Fri, 30 Apr 2004 06:30:29 +0000 (06:30 +0000)] 
reSWIGged

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

20 years agoundid one of the last SWIG tweaks
Robin Dunn [Fri, 30 Apr 2004 06:29:27 +0000 (06:29 +0000)] 
undid one of the last SWIG tweaks

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

20 years agoscript for the api docs
Robin Dunn [Fri, 30 Apr 2004 06:28:54 +0000 (06:28 +0000)] 
script for the api docs

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

20 years agostyle sheet for the api docs
Robin Dunn [Fri, 30 Apr 2004 06:25:00 +0000 (06:25 +0000)] 
style sheet for the api docs

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

20 years agoDocstring updates and tweaks for epydoc
Robin Dunn [Fri, 30 Apr 2004 06:14:22 +0000 (06:14 +0000)] 
Docstring updates and tweaks for epydoc

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

20 years agoAdds wxSplitterWindow support, patch from Steve Hartwell.
Robin Dunn [Thu, 29 Apr 2004 22:32:23 +0000 (22:32 +0000)] 
Adds wxSplitterWindow support, patch from Steve Hartwell.

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

20 years agochanged hand cursor to look like Windows' hand cursor
Dimitri Schoolwerth [Thu, 29 Apr 2004 20:28:49 +0000 (20:28 +0000)] 
changed hand cursor to look like Windows' hand cursor

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