]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agofixed DoGetBestSize() for default buttons
Vadim Zeitlin [Thu, 1 Apr 2004 14:15:15 +0000 (14:15 +0000)] 
fixed DoGetBestSize() for default buttons

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

20 years agoimplemented GetBestSize()
Vadim Zeitlin [Thu, 1 Apr 2004 13:55:21 +0000 (13:55 +0000)] 
implemented GetBestSize()

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

20 years agowxGTK became a little too eager in using the best size after my change in 1.453;...
Vadim Zeitlin [Thu, 1 Apr 2004 13:32:16 +0000 (13:32 +0000)] 
wxGTK became a little too eager in using the best size after my change in 1.453; only use it if width or height are not specified

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

20 years agoadded script for generating tags file for wxGTK
Vadim Zeitlin [Thu, 1 Apr 2004 13:16:52 +0000 (13:16 +0000)] 
added script for generating tags file for wxGTK

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

20 years agouse GetFont() instead of (possibly not initialized) m_font in GetCharWidth/Height()
Vadim Zeitlin [Thu, 1 Apr 2004 13:09:26 +0000 (13:09 +0000)] 
use GetFont() instead of (possibly not initialized) m_font in GetCharWidth/Height()

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

20 years agoshow window from PostCreation() (which is called for the derived classes as well...
Vadim Zeitlin [Thu, 1 Apr 2004 13:08:24 +0000 (13:08 +0000)] 
show window from PostCreation() (which is called for the derived classes as well) instead of Create() (which is not)

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

20 years agoonly use font/colours in SetWidgetStyle() if they're set
Vadim Zeitlin [Thu, 1 Apr 2004 12:45:24 +0000 (12:45 +0000)] 
only use font/colours in SetWidgetStyle() if they're set

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

20 years agoreally show the menubar (calling Show(TRUE) doesn't do it any more)
Vadim Zeitlin [Thu, 1 Apr 2004 12:41:27 +0000 (12:41 +0000)] 
really show the menubar (calling Show(TRUE) doesn't do it any more)

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

20 years agoreally show the window after creation (calling Show(TRUE) doesn't do it any more)
Vadim Zeitlin [Thu, 1 Apr 2004 12:40:04 +0000 (12:40 +0000)] 
really show the window after creation (calling Show(TRUE) doesn't do it any more)

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

20 years agoforgot to add header file
Václav Slavík [Thu, 1 Apr 2004 12:22:44 +0000 (12:22 +0000)] 
forgot to add header file

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

20 years agotest program improvements (patch 927429)
Václav Slavík [Thu, 1 Apr 2004 11:51:09 +0000 (11:51 +0000)] 
test program improvements (patch 927429)

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

20 years agouse the window default colours, not hardcoded ones, in OnSysColourChanged()
Vadim Zeitlin [Thu, 1 Apr 2004 11:08:44 +0000 (11:08 +0000)] 
use the window default colours, not hardcoded ones, in OnSysColourChanged()

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

20 years agogive the panel 3D grey colour by default: as it's not a native control, we must give...
Vadim Zeitlin [Thu, 1 Apr 2004 11:05:50 +0000 (11:05 +0000)] 
give the panel 3D grey colour by default: as it's not a native control, we must give it a colour explicitly

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

20 years agouse wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas, not for the entire wxPreviewFr...
Vadim Zeitlin [Thu, 1 Apr 2004 11:04:33 +0000 (11:04 +0000)] 
use wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas, not for the entire wxPreviewFrame -- this eliminates flicker of the control bar, at least

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

20 years agofixed unused param warning
Vadim Zeitlin [Thu, 1 Apr 2004 10:34:23 +0000 (10:34 +0000)] 
fixed unused param warning

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

20 years agocommited streams test suite (not part of build yet, coming soon)
Václav Slavík [Thu, 1 Apr 2004 10:13:47 +0000 (10:13 +0000)] 
commited streams test suite (not part of build yet, coming soon)

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

20 years agoadded adjustOrigin parameter to bounds calculation, added Freeze and Thaw implementation
Stefan Csomor [Thu, 1 Apr 2004 08:34:18 +0000 (08:34 +0000)] 
added adjustOrigin parameter to bounds calculation, added Freeze and Thaw implementation

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

20 years agoadded adjustOrigin parameter to bounds calculation
Stefan Csomor [Thu, 1 Apr 2004 08:32:44 +0000 (08:32 +0000)] 
added adjustOrigin parameter to bounds calculation

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

20 years agoBCC fixes
Václav Slavík [Thu, 1 Apr 2004 07:17:50 +0000 (07:17 +0000)] 
BCC fixes

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

20 years agoremoved duplicate background colour setting (was leading to ignoral of the second...
Stefan Csomor [Thu, 1 Apr 2004 07:05:04 +0000 (07:05 +0000)] 
removed duplicate background colour setting (was leading to ignoral of the second one in Create)

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

20 years agoremoved flags for wxOK etc that interfere with miniframe style
Stefan Csomor [Thu, 1 Apr 2004 05:58:11 +0000 (05:58 +0000)] 
removed flags for wxOK etc that interfere with miniframe style

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

20 years agocast corrected
Stefan Csomor [Thu, 1 Apr 2004 05:18:10 +0000 (05:18 +0000)] 
cast corrected

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

20 years agono changes
Vadim Zeitlin [Thu, 1 Apr 2004 00:19:39 +0000 (00:19 +0000)] 
no changes

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

20 years agouse MSWCreateControl() instead of the old mess; implemented Get(Class)DefaultAttributes()
Vadim Zeitlin [Thu, 1 Apr 2004 00:15:07 +0000 (00:15 +0000)] 
use MSWCreateControl() instead of the old mess; implemented Get(Class)DefaultAttributes()

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

20 years agoimplemented Get(Class)DefaultAttributes()
Vadim Zeitlin [Thu, 1 Apr 2004 00:14:42 +0000 (00:14 +0000)] 
implemented Get(Class)DefaultAttributes()

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

20 years agoremoved SetFont() inheriting the parents font
Vadim Zeitlin [Thu, 1 Apr 2004 00:10:12 +0000 (00:10 +0000)] 
removed SetFont() inheriting the parents font

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

20 years agoadded wxGetCCDefaultFont() returning the default icon font
Vadim Zeitlin [Thu, 1 Apr 2004 00:09:48 +0000 (00:09 +0000)] 
added wxGetCCDefaultFont() returning the default icon font

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

20 years agodefault implementation of Get(Class)DefaultAttributes()
Vadim Zeitlin [Thu, 1 Apr 2004 00:07:32 +0000 (00:07 +0000)] 
default implementation of Get(Class)DefaultAttributes()

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

20 years agoadded Get(Class)DefaultAttributes()
Vadim Zeitlin [Thu, 1 Apr 2004 00:05:13 +0000 (00:05 +0000)] 
added Get(Class)DefaultAttributes()

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

20 years agoUpdate Rez command to reflect new location for .r files.
David Elliott [Wed, 31 Mar 2004 20:49:39 +0000 (20:49 +0000)] 
Update Rez command to reflect new location for .r files.

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

20 years agocorrected Refresh (client coordinates)
Stefan Csomor [Wed, 31 Mar 2004 19:01:02 +0000 (19:01 +0000)] 
corrected Refresh (client coordinates)

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

20 years agoscrollbars added
Stefan Csomor [Wed, 31 Mar 2004 16:45:37 +0000 (16:45 +0000)] 
scrollbars added

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

20 years agoAdded version test
Julian Smart [Wed, 31 Mar 2004 16:32:54 +0000 (16:32 +0000)] 
Added version test

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

20 years ago Applied patch for Intel compiler.
Robert Roebling [Wed, 31 Mar 2004 15:43:19 +0000 (15:43 +0000)] 
 Applied patch for Intel compiler.

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

20 years agodifferent approaches implemented
Stefan Csomor [Wed, 31 Mar 2004 13:26:45 +0000 (13:26 +0000)] 
different approaches implemented

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

20 years agorefresh on move changed
Stefan Csomor [Wed, 31 Mar 2004 13:23:56 +0000 (13:23 +0000)] 
refresh on move changed

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

20 years agoreverting drawing code
Stefan Csomor [Wed, 31 Mar 2004 08:19:01 +0000 (08:19 +0000)] 
reverting drawing code

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

20 years agofixed compilation for Mac (MacUpdateImmediately() doesn't exist any more)
Vadim Zeitlin [Wed, 31 Mar 2004 08:15:19 +0000 (08:15 +0000)] 
fixed compilation for Mac (MacUpdateImmediately() doesn't exist any more)

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

20 years agoset SMALL_FONT for controls here because InheritAttributes() doesn't do it any longer
Vadim Zeitlin [Tue, 30 Mar 2004 23:47:44 +0000 (23:47 +0000)] 
set SMALL_FONT for controls here because InheritAttributes() doesn't do it any longer

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

20 years agodon't inherit font from the parent by default
Vadim Zeitlin [Tue, 30 Mar 2004 23:16:45 +0000 (23:16 +0000)] 
don't inherit font from the parent by default

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

20 years agodocumented Set/GetWindowVariant()
Vadim Zeitlin [Tue, 30 Mar 2004 23:14:28 +0000 (23:14 +0000)] 
documented Set/GetWindowVariant()

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

20 years agoMore notes about the type conversion fragment.
Robin Dunn [Tue, 30 Mar 2004 21:46:20 +0000 (21:46 +0000)] 
More notes about the type conversion fragment.
Cross linked CHANGES and MigrarionGuide.

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

20 years agocall wxApp::OnExceptionInMainLoop() when an exception occurs (refactored the change...
Vadim Zeitlin [Tue, 30 Mar 2004 20:52:19 +0000 (20:52 +0000)] 
call wxApp::OnExceptionInMainLoop() when an exception occurs (refactored the change 1.16->1.17)

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

20 years agoimplemented wxApp::OnExceptionInMainLoop()
Vadim Zeitlin [Tue, 30 Mar 2004 20:50:59 +0000 (20:50 +0000)] 
implemented wxApp::OnExceptionInMainLoop()

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

20 years agoadded and documented wxApp::OnExceptionInMainLoop()
Vadim Zeitlin [Tue, 30 Mar 2004 20:49:54 +0000 (20:49 +0000)] 
added and documented wxApp::OnExceptionInMainLoop()

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

20 years agoreSWIGged
Robin Dunn [Tue, 30 Mar 2004 20:09:28 +0000 (20:09 +0000)] 
reSWIGged

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

20 years agoVersion number update
Robin Dunn [Tue, 30 Mar 2004 19:54:17 +0000 (19:54 +0000)] 
Version number update

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

20 years agoBetter conversion functions for integral and floating point types,
Robin Dunn [Tue, 30 Mar 2004 19:50:53 +0000 (19:50 +0000)] 
Better conversion functions for integral and floating point types,
allows truncated floats to be used where integers are expeceted,
raises more meaningful exceptions, etc.

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

20 years agoremove 'point' arg from kwargs if it was replaced
Robin Dunn [Tue, 30 Mar 2004 19:17:17 +0000 (19:17 +0000)] 
remove 'point' arg from kwargs if it was replaced

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

20 years agofixing auto wrap and default font
Stefan Csomor [Tue, 30 Mar 2004 18:29:00 +0000 (18:29 +0000)] 
fixing auto wrap and default font

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

20 years agoimplemented Freeze/Thaw() (patch 922156)
Vadim Zeitlin [Tue, 30 Mar 2004 17:10:30 +0000 (17:10 +0000)] 
implemented Freeze/Thaw() (patch 922156)

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

20 years agodatabrowser notification trigger events now
Stefan Csomor [Tue, 30 Mar 2004 16:57:49 +0000 (16:57 +0000)] 
databrowser notification trigger events now

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

20 years agouse base class implementation
Stefan Csomor [Tue, 30 Mar 2004 16:53:31 +0000 (16:53 +0000)] 
use base class implementation

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

20 years agoMore installation instruction tweaks
Julian Smart [Tue, 30 Mar 2004 16:42:18 +0000 (16:42 +0000)] 
More installation instruction tweaks

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

20 years agoFix for missing __CHAR_BIT__ under MacOS X
Julian Smart [Tue, 30 Mar 2004 16:38:19 +0000 (16:38 +0000)] 
Fix for missing __CHAR_BIT__ under MacOS X

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

20 years agoCompile fixes for 10.2 headers
Julian Smart [Tue, 30 Mar 2004 16:26:18 +0000 (16:26 +0000)] 
Compile fixes for 10.2 headers

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

20 years agoreexported and changed linefeeds to unix
Stefan Csomor [Tue, 30 Mar 2004 16:09:49 +0000 (16:09 +0000)] 
reexported and changed linefeeds to unix

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

20 years agoNeed wxUSE_LIBMSPACK
Julian Smart [Tue, 30 Mar 2004 14:43:15 +0000 (14:43 +0000)] 
Need wxUSE_LIBMSPACK

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

20 years agosince we are not getting the kEventDraw messages for everything we handle UserPanes...
Stefan Csomor [Tue, 30 Mar 2004 14:43:06 +0000 (14:43 +0000)] 
since we are not getting the kEventDraw messages for everything we handle UserPanes via a proper draw proc and only dispatch the kEventDraw for the native OS controls

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

20 years agouse -lcma for a build with threads under HP-UX using native compiler
Vadim Zeitlin [Tue, 30 Mar 2004 14:38:10 +0000 (14:38 +0000)] 
use -lcma for a build with threads under HP-UX using native compiler

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

20 years agodefine _INCLUDE__STDC_A1_SOURCE for HP-UX, it is apparently needed to get mbtowcs...
Vadim Zeitlin [Tue, 30 Mar 2004 14:28:00 +0000 (14:28 +0000)] 
define _INCLUDE__STDC_A1_SOURCE for HP-UX, it is apparently needed to get mbtowcs() &c

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

20 years agomixed height and width
Stefan Csomor [Tue, 30 Mar 2004 12:55:21 +0000 (12:55 +0000)] 
mixed height and width

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

20 years agocommented that redraw workaround as it was causing more harm than benefit
Stefan Csomor [Tue, 30 Mar 2004 12:44:42 +0000 (12:44 +0000)] 
commented that redraw workaround as it was causing more harm than benefit

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

20 years agoRemoved redundant lines
Julian Smart [Tue, 30 Mar 2004 10:26:17 +0000 (10:26 +0000)] 
Removed redundant lines

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

20 years agoAdded Ryan Wilcox's creator type setting script
Julian Smart [Tue, 30 Mar 2004 08:11:16 +0000 (08:11 +0000)] 
Added Ryan Wilcox's creator type setting script

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

20 years agoreSWIGged
Robin Dunn [Tue, 30 Mar 2004 02:18:51 +0000 (02:18 +0000)] 
reSWIGged

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

20 years agoreSWIGed
Robin Dunn [Tue, 30 Mar 2004 02:18:00 +0000 (02:18 +0000)] 
reSWIGed

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

20 years agoTypos
Robin Dunn [Tue, 30 Mar 2004 01:52:16 +0000 (01:52 +0000)] 
Typos

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

20 years agoForward declare wxPyScrolledWindow
Robin Dunn [Tue, 30 Mar 2004 01:52:07 +0000 (01:52 +0000)] 
Forward declare wxPyScrolledWindow

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

20 years agofixed GetFirstChild/GetNextChild to make a copy of the wxTreeItemId
Robin Dunn [Tue, 30 Mar 2004 01:51:36 +0000 (01:51 +0000)] 
fixed GetFirstChild/GetNextChild to make a copy of the wxTreeItemId

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

20 years agoDo not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
David Elliott [Tue, 30 Mar 2004 01:50:58 +0000 (01:50 +0000)] 
Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
(to an OS implementation).  Instead, check when delcaring the wxSnprintf
and wxVsnprintf wrappers and only define them if wxVsnprintf_ has been defined.

This allows HAVE_VSWPRINTF to be false yet still allow other OS wchar
functions to be used which will be needed to work around FreeBSD/Darwin.

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

20 years agoGetMenuBar() now traverses up the hierarchy so it no longer has to be done here.
David Elliott [Tue, 30 Mar 2004 00:56:09 +0000 (00:56 +0000)] 
GetMenuBar() now traverses up the hierarchy so it no longer has to be done here.

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

20 years agowxMenuBase changes:
David Elliott [Tue, 30 Mar 2004 00:49:21 +0000 (00:49 +0000)] 
wxMenuBase changes:
1. GetMenuBar() tries GetParent()->GetMenuBar() first (traverse up hierarchy).
2. IsAttached() returns true if GetMenuBar() returns a menubar.
3. AddSubMenu() does not call Attach() on added submenus.

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

20 years agoInstead of m_menuBar use GetMenuBar() which will be modified (with next patch)
David Elliott [Tue, 30 Mar 2004 00:43:16 +0000 (00:43 +0000)] 
Instead of m_menuBar use GetMenuBar() which will be modified (with next patch)
to traverse up the menu hierarchy to return the menu bar.

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

20 years agoRegenerated ReST docs, removed the config setting that outputs the
Robin Dunn [Tue, 30 Mar 2004 00:15:45 +0000 (00:15 +0000)] 
Regenerated ReST docs, removed the config setting that outputs the
generated date so these will change less often.

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

20 years agoUpdated version number
Robin Dunn [Tue, 30 Mar 2004 00:14:04 +0000 (00:14 +0000)] 
Updated version number

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

20 years agoGenerate pywrap as a console tool.
Robin Dunn [Tue, 30 Mar 2004 00:10:15 +0000 (00:10 +0000)] 
Generate pywrap as a console tool.

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

20 years agoOops. Put @echo off line back in. Only needed to change pythonw.exe to python.exe.
Patrick K. O'Brien [Mon, 29 Mar 2004 20:59:29 +0000 (20:59 +0000)] 
Oops.  Put @echo off line back in.  Only needed to change pythonw.exe to python.exe.

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

20 years agoMade more useable from the command-line, since that is its primary purpose.
Patrick K. O'Brien [Mon, 29 Mar 2004 20:54:26 +0000 (20:54 +0000)] 
Made more useable from the command-line, since that is its primary purpose.

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

20 years agoCheck that the file successfully loaded, use the length read for the conversion.
Robin Dunn [Mon, 29 Mar 2004 20:01:16 +0000 (20:01 +0000)] 
Check that the file successfully loaded, use the length read for the conversion.

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

20 years agoattempt to work around SDK specific problems
Stefan Csomor [Mon, 29 Mar 2004 19:04:41 +0000 (19:04 +0000)] 
attempt to work around SDK specific problems

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

20 years agoapplied patch 923858 (fixes crash in zlib streams)
Václav Slavík [Mon, 29 Mar 2004 18:46:00 +0000 (18:46 +0000)] 
applied patch 923858 (fixes crash in zlib streams)

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

20 years agoBestSize is ok for built-ins
Stefan Csomor [Mon, 29 Mar 2004 18:34:33 +0000 (18:34 +0000)] 
BestSize is ok for built-ins

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

20 years agoanother attempt to export
Stefan Csomor [Mon, 29 Mar 2004 18:17:45 +0000 (18:17 +0000)] 
another attempt to export

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

20 years ago Applied SetForegorund colour patch for GTK2.
Robert Roebling [Mon, 29 Mar 2004 18:07:31 +0000 (18:07 +0000)] 
  Applied SetForegorund colour patch for GTK2.

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

20 years ago Applied patches.
Robert Roebling [Mon, 29 Mar 2004 18:02:59 +0000 (18:02 +0000)] 
  Applied patches.

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

20 years agoadded tlw include
Stefan Csomor [Mon, 29 Mar 2004 16:23:34 +0000 (16:23 +0000)] 
added tlw include

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

20 years agobest size calculations based on bitmap size
Stefan Csomor [Mon, 29 Mar 2004 16:06:54 +0000 (16:06 +0000)] 
best size calculations based on bitmap size

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

20 years agoif basePath is empty use '.'
Robin Dunn [Mon, 29 Mar 2004 15:54:00 +0000 (15:54 +0000)] 
if basePath is empty use '.'

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

20 years agoUse "&Help" so wxMac doesn't make an extra help menu
Robin Dunn [Mon, 29 Mar 2004 15:52:47 +0000 (15:52 +0000)] 
Use "&Help" so wxMac doesn't make an extra help menu

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

20 years agoUpdate Region is not always correct, we use the visible region therefore
Stefan Csomor [Mon, 29 Mar 2004 14:56:22 +0000 (14:56 +0000)] 
Update Region is not always correct, we use the visible region therefore

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

20 years agoUMADrawControl is not to be used anymore
Stefan Csomor [Mon, 29 Mar 2004 14:54:50 +0000 (14:54 +0000)] 
UMADrawControl is not to be used anymore

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

20 years agoCleanup
Stefan Csomor [Mon, 29 Mar 2004 14:49:20 +0000 (14:49 +0000)] 
Cleanup

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

20 years agoSetSize with all -1 was returning too soon in some cases
Stefan Csomor [Mon, 29 Mar 2004 12:46:41 +0000 (12:46 +0000)] 
SetSize with all -1 was returning too soon in some cases

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

20 years agofixed multiline wrap-around
Stefan Csomor [Mon, 29 Mar 2004 12:12:15 +0000 (12:12 +0000)] 
fixed multiline wrap-around

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

20 years agoadded a howto for adding a new encoding to wxWin
Vadim Zeitlin [Mon, 29 Mar 2004 12:02:41 +0000 (12:02 +0000)] 
added a howto for adding a new encoding to wxWin

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

20 years agocleanup in toplevel activation, and switching to native carbon event notification...
Stefan Csomor [Mon, 29 Mar 2004 11:35:04 +0000 (11:35 +0000)] 
cleanup in toplevel activation, and switching to native carbon event notification for window visibility etc.

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

20 years agostarted for unicode text control, in case we will not be able to get the MLTE EchoMod...
Stefan Csomor [Mon, 29 Mar 2004 11:33:16 +0000 (11:33 +0000)] 
started for unicode text control, in case we will not be able to get the MLTE EchoMode working

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

20 years agoadded port state save class
Stefan Csomor [Mon, 29 Mar 2004 11:28:08 +0000 (11:28 +0000)] 
added port state save class

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

20 years agoremoved separate wxSYS_ICONTITLE_FONT; made it the same as wxSYS_DEFAULT_GUI_FONT
Vadim Zeitlin [Mon, 29 Mar 2004 11:11:59 +0000 (11:11 +0000)] 
removed separate wxSYS_ICONTITLE_FONT; made it the same as wxSYS_DEFAULT_GUI_FONT

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