]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agouse AC_LINK to check for va_copy, not AC_COMPILE
Vadim Zeitlin [Sat, 2 Oct 2004 20:31:34 +0000 (20:31 +0000)] 
use AC_LINK to check for va_copy, not AC_COMPILE

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

19 years agowarning for 2.5.3
Ryan Norton [Sat, 2 Oct 2004 19:19:55 +0000 (19:19 +0000)] 
warning for 2.5.3

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

19 years agoadded tests for va_copy and va_list
Vadim Zeitlin [Sat, 2 Oct 2004 18:33:34 +0000 (18:33 +0000)] 
added tests for va_copy and va_list

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

19 years agoadded wxVaCopy() and use it to fix wxVsnprintf() crash (see bug 1017651)
Vadim Zeitlin [Sat, 2 Oct 2004 18:32:31 +0000 (18:32 +0000)] 
added wxVaCopy() and use it to fix wxVsnprintf() crash (see bug 1017651)

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

19 years agofixed dll import specification of wxGetHInstance()
Vadim Zeitlin [Sat, 2 Oct 2004 16:21:38 +0000 (16:21 +0000)] 
fixed dll import specification of wxGetHInstance()

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

19 years agoremoved trailing comma from enum (gcc 3.4 compilation fix)
Vadim Zeitlin [Sat, 2 Oct 2004 16:12:15 +0000 (16:12 +0000)] 
removed trailing comma from enum (gcc 3.4 compilation fix)

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

19 years agogenerated resources code doesn't have to include <wx/wx.h>
Václav Slavík [Sat, 2 Oct 2004 15:30:32 +0000 (15:30 +0000)] 
generated resources code doesn't have to include <wx/wx.h>

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

19 years agoBlind fixes for Mac project files (version number, missing cpp files)
Julian Smart [Sat, 2 Oct 2004 14:07:20 +0000 (14:07 +0000)] 
Blind fixes for Mac project files (version number, missing cpp files)

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

19 years agocompilation fixes for gcc-3.4
Václav Slavík [Sat, 2 Oct 2004 12:36:02 +0000 (12:36 +0000)] 
compilation fixes for gcc-3.4

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

19 years agodon't link GUI libs into wxrc
Václav Slavík [Sat, 2 Oct 2004 12:34:29 +0000 (12:34 +0000)] 
don't link GUI libs into wxrc

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

19 years agoFixed typo, patch from Will
Robin Dunn [Fri, 1 Oct 2004 18:14:20 +0000 (18:14 +0000)] 
Fixed typo, patch from Will

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

19 years agoFilter any arguments back to 2.4.2.6 syntax before
Ron Lee [Fri, 1 Oct 2004 16:10:54 +0000 (16:10 +0000)] 
Filter any arguments back to 2.4.2.6 syntax before
handing them on to a legacy wx-config.

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

19 years agowxCocoa needs OpenGL/*.h instead of GL/*.h (for OpenGL.framework includes)
David Elliott [Fri, 1 Oct 2004 14:26:19 +0000 (14:26 +0000)] 
wxCocoa needs OpenGL/*.h instead of GL/*.h (for OpenGL.framework includes)

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

19 years agowxCocoa: Added (mostly) stubs for wxGLCanvas and friends.
David Elliott [Fri, 1 Oct 2004 14:23:59 +0000 (14:23 +0000)] 
wxCocoa: Added (mostly) stubs for wxGLCanvas and friends.

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

19 years agoAdd wxversion/ to the dist tarball.
Ron Lee [Fri, 1 Oct 2004 14:02:27 +0000 (14:02 +0000)] 
Add wxversion/ to the dist tarball.
Prefer 2.5 wx-config in the debs.

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

19 years agoAdd support for legacy 2.4 installs to wx-config.
Ron Lee [Fri, 1 Oct 2004 13:28:25 +0000 (13:28 +0000)] 
Add support for legacy 2.4 installs to wx-config.
Add /utils/wxrc to the dist target and fix some things that still
think it is in contrib.

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

19 years agofix const to normal warning
Ryan Norton [Fri, 1 Oct 2004 12:40:59 +0000 (12:40 +0000)] 
fix const to normal  warning

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

19 years agouse default GUI font in wxHtmlListBox
Václav Slavík [Fri, 1 Oct 2004 11:27:43 +0000 (11:27 +0000)] 
use default GUI font in wxHtmlListBox

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

19 years agogcc-3.4 compilation fix
Václav Slavík [Fri, 1 Oct 2004 11:20:46 +0000 (11:20 +0000)] 
gcc-3.4 compilation fix

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

19 years agoupdate script to use vars
Chris Elliott [Fri, 1 Oct 2004 10:47:28 +0000 (10:47 +0000)] 
update script to use vars

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

19 years ago*** empty log message ***
Ryan Norton [Fri, 1 Oct 2004 03:14:30 +0000 (03:14 +0000)] 
*** empty log message ***

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

19 years agoOSX only (a runtime check would be preferable as Kevin mentioned
Ryan Norton [Fri, 1 Oct 2004 03:09:42 +0000 (03:09 +0000)] 
OSX only (a runtime check would be preferable as Kevin mentioned

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

19 years agoIncrease status bar height from 15 to 18, allows common 16 x 16 icons and other contr...
Kevin Hock [Fri, 1 Oct 2004 02:50:27 +0000 (02:50 +0000)] 
Increase status bar height from 15 to 18, allows common 16 x 16 icons and other controls like checkboxes to fit better without special handling (at least until Mac statusbar can determine its own best height)

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

19 years agoonly do the seperator between about and preferences on 10.3 and up
Ryan Norton [Fri, 1 Oct 2004 02:49:16 +0000 (02:49 +0000)] 
only do the seperator between about and preferences on 10.3 and up

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

19 years agowx apps did not have the separator like other apps after About--now they do
Kevin Hock [Fri, 1 Oct 2004 02:08:41 +0000 (02:08 +0000)] 
wx apps did not have the separator like other apps after About--now they do

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

19 years agofix dialogs sample after change to generic on OSX
Ryan Norton [Fri, 1 Oct 2004 01:57:31 +0000 (01:57 +0000)] 
fix dialogs sample after change to generic on OSX

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

19 years agohack: hide the MDI parent frame by moving it off screen
Vadim Zeitlin [Fri, 1 Oct 2004 01:51:29 +0000 (01:51 +0000)] 
hack: hide the MDI parent frame by moving it off screen

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

19 years agorelayout frame contents when tool/statusbar is shown/hidden
Vadim Zeitlin [Fri, 1 Oct 2004 01:49:45 +0000 (01:49 +0000)] 
relayout frame contents when tool/statusbar is shown/hidden

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

19 years agoextracted OnSize() body in a new DoLayout() method so that it can be called from...
Vadim Zeitlin [Fri, 1 Oct 2004 01:46:14 +0000 (01:46 +0000)] 
extracted OnSize() body in a new DoLayout() method so that it can be called from wxFrame::SetXXXBar()

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

19 years agono need to build separate xrc lib anymore
Robin Dunn [Thu, 30 Sep 2004 23:20:20 +0000 (23:20 +0000)] 
no need to build separate xrc lib anymore

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

19 years agoreSWIGged
Robin Dunn [Thu, 30 Sep 2004 23:18:30 +0000 (23:18 +0000)] 
reSWIGged

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

19 years agoCorrect call to shape.Show()
Robin Dunn [Thu, 30 Sep 2004 23:12:29 +0000 (23:12 +0000)] 
Correct call to shape.Show()

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

19 years agodon't deprecate SetItemImage() with 3 parameters; just add a default value for the...
Vadim Zeitlin [Thu, 30 Sep 2004 22:27:45 +0000 (22:27 +0000)] 
don't deprecate SetItemImage() with 3 parameters; just add a default value for the last one

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

19 years agobuild and install wxrc by default
Václav Slavík [Thu, 30 Sep 2004 22:20:34 +0000 (22:20 +0000)] 
build and install wxrc by default

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

19 years agoremoved remaining XRC files from contrib
Václav Slavík [Thu, 30 Sep 2004 22:19:49 +0000 (22:19 +0000)] 
removed remaining XRC files from contrib

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

19 years agowxrc is in core utils now
Václav Slavík [Thu, 30 Sep 2004 22:17:55 +0000 (22:17 +0000)] 
wxrc is in core utils now

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

19 years agoinstall wxrc as wxrc-2.5, with symlink
Václav Slavík [Thu, 30 Sep 2004 22:15:39 +0000 (22:15 +0000)] 
install wxrc as wxrc-2.5, with symlink

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

19 years agoblind compilation fix for MSVC
Václav Slavík [Thu, 30 Sep 2004 21:52:39 +0000 (21:52 +0000)] 
blind compilation fix for MSVC

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

19 years agoUse struct qualifier with objc_object (it is and always will be a struct)
David Elliott [Thu, 30 Sep 2004 21:00:18 +0000 (21:00 +0000)] 
Use struct qualifier with objc_object (it is and always will be a struct)

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

19 years agoDon't need to tickle the Idle process any more for taskbar icons
Robin Dunn [Thu, 30 Sep 2004 19:40:24 +0000 (19:40 +0000)] 
Don't need to tickle the Idle process any more for taskbar icons

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

19 years agoDeprecations
Julian Smart [Thu, 30 Sep 2004 19:13:38 +0000 (19:13 +0000)] 
Deprecations

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

19 years agoDeprecated SetItemImage with 2 image ids
Julian Smart [Thu, 30 Sep 2004 19:12:23 +0000 (19:12 +0000)] 
Deprecated SetItemImage with 2 image ids
Deprecated _GET_INFO, _SET_INFO list control events

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

19 years agoApplied patch 1037938 by Zbigniew Zagorski to fix Unicode build problems
Julian Smart [Thu, 30 Sep 2004 18:41:55 +0000 (18:41 +0000)] 
Applied patch 1037938 by Zbigniew Zagorski to fix Unicode build problems
in Tex2RTF HTML generation

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

19 years agomoved wxWindow::GetBestSize implementation into DoGetBestSize
Václav Slavík [Thu, 30 Sep 2004 16:37:58 +0000 (16:37 +0000)] 
moved wxWindow::GetBestSize implementation into DoGetBestSize

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

19 years agomoved wxWindow::GetBestSize implementation into DoGetBestSize to make it easier to...
Václav Slavík [Thu, 30 Sep 2004 16:33:36 +0000 (16:33 +0000)] 
moved wxWindow::GetBestSize implementation into DoGetBestSize to make it easier to support both prototypes in derived classes

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

19 years agoFix for crash when the child has no menu
Robin Dunn [Thu, 30 Sep 2004 16:33:15 +0000 (16:33 +0000)] 
Fix for crash when the child has no menu

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

19 years agoresize parent's frame client area correctly when statusbar is added
Václav Slavík [Thu, 30 Sep 2004 16:32:19 +0000 (16:32 +0000)] 
resize parent's frame client area correctly when statusbar is added

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

19 years agoBlind fix for missing files
Julian Smart [Thu, 30 Sep 2004 14:54:20 +0000 (14:54 +0000)] 
Blind fix for missing files

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

19 years agoAdded XRC project
Julian Smart [Thu, 30 Sep 2004 14:47:41 +0000 (14:47 +0000)] 
Added XRC project

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

19 years agohave it work the old way with PopupMenu(), and have it restore the old menu on destru...
Ryan Norton [Thu, 30 Sep 2004 13:51:00 +0000 (13:51 +0000)] 
have it work the old way with PopupMenu(), and have it restore the old menu on destruction (and hopefully when RemoveIcon() is called

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

19 years agoMissed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor...
Włodzimierz Skiba [Thu, 30 Sep 2004 11:15:59 +0000 (11:15 +0000)] 
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

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

19 years agocompilation fix for wxGetEmptyString() with wxUSE_STL == 1
Vadim Zeitlin [Thu, 30 Sep 2004 08:23:28 +0000 (08:23 +0000)] 
compilation fix for wxGetEmptyString() with wxUSE_STL == 1

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

19 years agoA better fix for GetXWindow that can handle both the wx widgets and
Robin Dunn [Thu, 30 Sep 2004 01:17:18 +0000 (01:17 +0000)] 
A better fix for GetXWindow that can handle both the wx widgets and
the native widgets.

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

19 years agowxSystemSettings::GetMetric returns -1 if the metric is not supported
Robin Dunn [Wed, 29 Sep 2004 21:56:22 +0000 (21:56 +0000)] 
wxSystemSettings::GetMetric returns -1 if the metric is not supported
by the port.

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

19 years agoChange which image is used in the taskbar
Robin Dunn [Wed, 29 Sep 2004 21:52:45 +0000 (21:52 +0000)] 
Change which image is used in the taskbar

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

19 years agoStop the timer before closing the demo
Robin Dunn [Wed, 29 Sep 2004 21:51:24 +0000 (21:51 +0000)] 
Stop the timer before closing the demo

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

19 years agoOverridable CreatePopupMenu in TaskBarIcon
Robin Dunn [Wed, 29 Sep 2004 21:24:10 +0000 (21:24 +0000)] 
Overridable CreatePopupMenu in TaskBarIcon

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

19 years agoOverridable CreatePopupMenu in TaskBarIcon
Robin Dunn [Wed, 29 Sep 2004 21:18:28 +0000 (21:18 +0000)] 
Overridable CreatePopupMenu in TaskBarIcon

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

19 years agofixed flicker during MDI children creation: the frame is now created hidden and shown...
Václav Slavík [Wed, 29 Sep 2004 21:07:48 +0000 (21:07 +0000)] 
fixed flicker during MDI children creation: the frame is now created hidden and shown in idle time to maintain backward compatibility

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

19 years agoCreate a mask for the icon if it doesn't already have one
Robin Dunn [Wed, 29 Sep 2004 20:39:25 +0000 (20:39 +0000)] 
Create a mask for the icon if it doesn't already have one

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

19 years agoFixed case sensitivity
Julian Smart [Wed, 29 Sep 2004 17:53:43 +0000 (17:53 +0000)] 
Fixed case sensitivity

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

19 years agofixed memory leak in Submit(cmd, false) (bug 1037115)
Vadim Zeitlin [Wed, 29 Sep 2004 17:17:27 +0000 (17:17 +0000)] 
fixed memory leak in Submit(cmd, false) (bug 1037115)

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

19 years agoJust return zero without failing for unknown metrics, like the other
Robin Dunn [Wed, 29 Sep 2004 16:49:01 +0000 (16:49 +0000)] 
Just return zero without failing for unknown metrics, like the other
ports do.

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

19 years agooff_t --> wxFileOffset changes
Robin Dunn [Wed, 29 Sep 2004 16:42:36 +0000 (16:42 +0000)] 
off_t --> wxFileOffset changes

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

19 years agoTemp fix for VC6/XTI
Julian Smart [Wed, 29 Sep 2004 16:21:47 +0000 (16:21 +0000)] 
Temp fix for VC6/XTI

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

19 years agoGet the stock label when stock ID is used with empty label in Create()
David Elliott [Wed, 29 Sep 2004 16:07:12 +0000 (16:07 +0000)] 
Get the stock label when stock ID is used with empty label in Create()

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

19 years agoimplementation should use DoFindFocus
Václav Slavík [Wed, 29 Sep 2004 15:30:09 +0000 (15:30 +0000)] 
implementation should use DoFindFocus

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

19 years agochanges to make wxWindow::FindFocus work as expected with composite controls
Václav Slavík [Wed, 29 Sep 2004 14:34:28 +0000 (14:34 +0000)] 
changes to make wxWindow::FindFocus work as expected with composite controls

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

19 years agoApplied patch [ 1036833 ] Hiding declaration of wxScrollHelper
Julian Smart [Wed, 29 Sep 2004 14:02:24 +0000 (14:02 +0000)] 
Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper

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

19 years agoIncreased a buffer size
Julian Smart [Wed, 29 Sep 2004 13:29:48 +0000 (13:29 +0000)] 
Increased a buffer size

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

19 years agoMissed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor...
Włodzimierz Skiba [Wed, 29 Sep 2004 11:25:34 +0000 (11:25 +0000)] 
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

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

19 years agosigned/unsigned comparison warning fix
Vadim Zeitlin [Wed, 29 Sep 2004 11:16:22 +0000 (11:16 +0000)] 
signed/unsigned comparison warning fix

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

19 years agoremoved C++ comments from C files
Vadim Zeitlin [Wed, 29 Sep 2004 10:42:37 +0000 (10:42 +0000)] 
removed C++ comments from C files

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

19 years agowxTLW::SetLeft/RightMenu of smart phones documented.
Włodzimierz Skiba [Wed, 29 Sep 2004 09:46:26 +0000 (09:46 +0000)] 
wxTLW::SetLeft/RightMenu of smart phones documented.

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

19 years agomore 64 bit correctness fixes
Vadim Zeitlin [Wed, 29 Sep 2004 09:25:47 +0000 (09:25 +0000)] 
more 64 bit correctness fixes

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

19 years agoUpdate the wx-config man page.
Ron Lee [Wed, 29 Sep 2004 09:07:08 +0000 (09:07 +0000)] 
Update the wx-config man page.
Remove some cruft from the docs package.
Bump version in configure.
Update aclocal.

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

19 years agoremove unfinished sample for release
Ryan Norton [Wed, 29 Sep 2004 08:20:14 +0000 (08:20 +0000)] 
remove unfinished sample for release

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

19 years agoHardware defines spec.
Włodzimierz Skiba [Wed, 29 Sep 2004 08:03:26 +0000 (08:03 +0000)] 
Hardware defines spec.

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

19 years agoIncremented version
Julian Smart [Wed, 29 Sep 2004 07:48:17 +0000 (07:48 +0000)] 
Incremented version

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

19 years agoUpdate odbc for parallel installs too.
Ron Lee [Wed, 29 Sep 2004 07:36:34 +0000 (07:36 +0000)] 
Update odbc for parallel installs too.

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

19 years agoC++ removed from C syntax.
Włodzimierz Skiba [Wed, 29 Sep 2004 07:21:18 +0000 (07:21 +0000)] 
C++ removed from C syntax.

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

19 years agoInclude missing.h to find O_* flags.
Włodzimierz Skiba [Wed, 29 Sep 2004 05:44:37 +0000 (05:44 +0000)] 
Include missing.h to find O_* flags.

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

19 years agoCorrection to lost #ifdef
Włodzimierz Skiba [Wed, 29 Sep 2004 05:42:47 +0000 (05:42 +0000)] 
Correction to lost #ifdef

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

19 years agowxStaticBox constructor is not supposed to take a wxValidator
David Elliott [Wed, 29 Sep 2004 05:18:38 +0000 (05:18 +0000)] 
wxStaticBox constructor is not supposed to take a wxValidator

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

19 years agodrawer sample mods from ABX (with only one mod - _CODE Added to #define USE_DRAWER 0)
Ryan Norton [Wed, 29 Sep 2004 04:28:42 +0000 (04:28 +0000)] 
drawer sample mods from ABX (with only one mod - _CODE Added to #define USE_DRAWER 0)

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

19 years agoreSWIGged
Robin Dunn [Wed, 29 Sep 2004 00:22:24 +0000 (00:22 +0000)] 
reSWIGged

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

19 years agoAllow embedded double quotes, and hex-encode single quotes. Makes the
Robin Dunn [Wed, 29 Sep 2004 00:20:27 +0000 (00:20 +0000)] 
Allow embedded double quotes, and hex-encode single quotes.  Makes the
typical case a bit more readable.

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

19 years agoUpdates for how the Python code is generated
Robin Dunn [Wed, 29 Sep 2004 00:15:21 +0000 (00:15 +0000)] 
Updates for how the Python code is generated

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

19 years agoSend EVT_COMMAND_TEXT_UPDATED from the spin control when the text in a spin control...
Kevin Hock [Wed, 29 Sep 2004 00:14:29 +0000 (00:14 +0000)] 
Send EVT_COMMAND_TEXT_UPDATED from the spin control when the text in a spin control is updated by typing

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

19 years agoVersion number bump
Robin Dunn [Wed, 29 Sep 2004 00:11:58 +0000 (00:11 +0000)] 
Version number bump

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

19 years agoBeginings of supporting multiple versions installed side-by-side
Robin Dunn [Wed, 29 Sep 2004 00:11:17 +0000 (00:11 +0000)] 
Beginings of supporting multiple versions installed side-by-side

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

19 years agoTRUE/FALSE/etc. cleanup in the *.in files, regenerated the .h and .cpp
Robin Dunn [Tue, 28 Sep 2004 23:36:33 +0000 (23:36 +0000)] 
TRUE/FALSE/etc. cleanup in the *.in files, regenerated the .h and .cpp
files

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

19 years agoWhen enabling events, use CommonModes instead of DefaultMode for the RunLoop. In...
Kevin Hock [Tue, 28 Sep 2004 23:23:21 +0000 (23:23 +0000)] 
When enabling events, use CommonModes instead of DefaultMode for the RunLoop.  In use locally since January, indicated as better mode setting by Dave E.

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

19 years agowxListItem::m_data is now of type wxUIntPtr, not long, for compatibility with 64...
Vadim Zeitlin [Tue, 28 Sep 2004 21:53:19 +0000 (21:53 +0000)] 
wxListItem::m_data is now of type wxUIntPtr, not long, for compatibility with 64 bit systems

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

19 years agoadded wxPtrToUInt() to cast pointer to an integer type without warnings
Vadim Zeitlin [Tue, 28 Sep 2004 21:48:47 +0000 (21:48 +0000)] 
added wxPtrToUInt() to cast pointer to an integer type without warnings

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

19 years agoadded HAVE_REINTERPRET_CAST detection
Vadim Zeitlin [Tue, 28 Sep 2004 21:46:05 +0000 (21:46 +0000)] 
added HAVE_REINTERPRET_CAST detection

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

19 years agoadded AC_CXX_REINTERPRET_CAST
Vadim Zeitlin [Tue, 28 Sep 2004 21:44:59 +0000 (21:44 +0000)] 
added AC_CXX_REINTERPRET_CAST

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

19 years agoadded wx_reinterpret_cast() macro
Vadim Zeitlin [Tue, 28 Sep 2004 21:44:10 +0000 (21:44 +0000)] 
added wx_reinterpret_cast() macro

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

19 years agosuppress VC7.1 64 bit correctness warnings
Vadim Zeitlin [Tue, 28 Sep 2004 21:16:57 +0000 (21:16 +0000)] 
suppress VC7.1 64 bit correctness warnings

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

19 years agooff-by-one fix
Robin Dunn [Tue, 28 Sep 2004 19:49:00 +0000 (19:49 +0000)] 
off-by-one fix

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