wxWidgets.git
18 years agoCompilation fix, templates are broken on 64-bit VC++ 8.0 beta 2
Michael Wetherell [Sat, 15 Oct 2005 19:00:12 +0000 (19:00 +0000)] 
Compilation fix, templates are broken on 64-bit VC++ 8.0 beta 2

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

18 years agoRestore WC_UTF16, required for compilation on Windows
Michael Wetherell [Sat, 15 Oct 2005 18:58:06 +0000 (18:58 +0000)] 
Restore WC_UTF16, required for compilation on Windows

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

18 years agofix for correct type of checklist box items
Roman Rolinsky [Fri, 14 Oct 2005 16:16:37 +0000 (16:16 +0000)] 
fix for correct type of checklist box items

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

18 years agoiconize properties frame together with main
Roman Rolinsky [Fri, 14 Oct 2005 16:13:20 +0000 (16:13 +0000)] 
iconize properties frame together with main

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

18 years agofixed OnSysWrite() signature
Vadim Zeitlin [Fri, 14 Oct 2005 08:39:02 +0000 (08:39 +0000)] 
fixed OnSysWrite() signature

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

18 years agoAdded "enabled" support for submenus
Julian Smart [Thu, 13 Oct 2005 10:44:50 +0000 (10:44 +0000)] 
Added "enabled" support for submenus

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

18 years agoImplement wx_truncate_cast for VC++ 7.1 and later
Michael Wetherell [Wed, 12 Oct 2005 15:03:16 +0000 (15:03 +0000)] 
Implement wx_truncate_cast for VC++ 7.1 and later

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

18 years agoAvoid cast in wx_truncate_cast for intel compiler
Michael Wetherell [Wed, 12 Oct 2005 13:05:17 +0000 (13:05 +0000)] 
Avoid cast in wx_truncate_cast for intel compiler

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

18 years agoremoved .cvsignore entries which were old/unused/duplicated in CVSROOT/cvsignore
Vadim Zeitlin [Wed, 12 Oct 2005 12:06:11 +0000 (12:06 +0000)] 
removed .cvsignore entries which were old/unused/duplicated in CVSROOT/cvsignore

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

18 years agoManifest files for win64
Michael Wetherell [Wed, 12 Oct 2005 11:47:09 +0000 (11:47 +0000)] 
Manifest files for win64

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

18 years agoFix includes in wx/treectrl.h
Mart Raudsepp [Wed, 12 Oct 2005 07:49:14 +0000 (07:49 +0000)] 
Fix includes in wx/treectrl.h

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

18 years agoclarified ScrollWindow() docs
Vadim Zeitlin [Wed, 12 Oct 2005 00:20:31 +0000 (00:20 +0000)] 
clarified ScrollWindow() docs

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

18 years ago64 bit compilation fix
Vadim Zeitlin [Tue, 11 Oct 2005 15:52:49 +0000 (15:52 +0000)] 
64 bit compilation fix

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

18 years agoadded wx/xrc/xh_treebk.h
Vadim Zeitlin [Tue, 11 Oct 2005 15:51:10 +0000 (15:51 +0000)] 
added wx/xrc/xh_treebk.h

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

18 years agofixed argv[0] out of bounds error (argc can be 0 when wxEntry is manually called...
Dimitri Schoolwerth [Tue, 11 Oct 2005 15:05:03 +0000 (15:05 +0000)] 
fixed argv[0] out of bounds error (argc can be 0 when wxEntry is manually called in a plugin environment for example)

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

18 years agofixed MSVC6 compilation error ("C2639: compiler generated default constructor require...
Dimitri Schoolwerth [Tue, 11 Oct 2005 15:01:50 +0000 (15:01 +0000)] 
fixed MSVC6 compilation error ("C2639: compiler generated default constructor required by unnamed class")

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

18 years agoanother fix for !USE_PCH: added missing wx/imaglist.h include
Vadim Zeitlin [Tue, 11 Oct 2005 13:40:39 +0000 (13:40 +0000)] 
another fix for !USE_PCH: added missing wx/imaglist.h include

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

18 years agocompilation fix for !USE_PCH: added missing wx/panel.h include
Vadim Zeitlin [Tue, 11 Oct 2005 12:50:23 +0000 (12:50 +0000)] 
compilation fix for !USE_PCH: added missing wx/panel.h include

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

18 years agoinvalidate tree size after adding/removing pages; use portable style for the tree...
Vadim Zeitlin [Mon, 10 Oct 2005 22:30:52 +0000 (22:30 +0000)] 
invalidate tree size after adding/removing pages; use portable style for the tree control

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

18 years agoremoved hardcoded DoGetBestSize() implementation; added support for textOnly paramete...
Vadim Zeitlin [Mon, 10 Oct 2005 22:29:39 +0000 (22:29 +0000)] 
removed hardcoded DoGetBestSize() implementation; added support for textOnly parameter in GetBoundingRect()

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

18 years agoremoved duplicated members which have been moved to wxTreeCtrlBase
Vadim Zeitlin [Mon, 10 Oct 2005 21:49:23 +0000 (21:49 +0000)] 
removed duplicated members which have been moved to wxTreeCtrlBase

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

18 years agoremoved deprecated InsertItem() overload because it masked all the other ones
Vadim Zeitlin [Mon, 10 Oct 2005 21:46:24 +0000 (21:46 +0000)] 
removed deprecated InsertItem() overload because it masked all the other ones

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

18 years agoWindows compilation fixes after wxTreeCtrl refactoring
Vadim Zeitlin [Mon, 10 Oct 2005 20:36:20 +0000 (20:36 +0000)] 
Windows compilation fixes after wxTreeCtrl refactoring

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

18 years agointroduced a common base class for both MSW and generic wxTreeCtrl implementations
Vadim Zeitlin [Mon, 10 Oct 2005 20:25:02 +0000 (20:25 +0000)] 
introduced a common base class for both MSW and generic wxTreeCtrl implementations

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

18 years agocorrected code to really skip stack frames in the beginning and to number the remaini...
Vadim Zeitlin [Mon, 10 Oct 2005 20:11:29 +0000 (20:11 +0000)] 
corrected code to really skip stack frames in the beginning and to number the remaining frames correctly

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

18 years agoFor consistency with other ports, send TEXT event after SELECTED event
Kevin Hock [Mon, 10 Oct 2005 19:10:29 +0000 (19:10 +0000)] 
For consistency with other ports, send TEXT event after SELECTED event

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

18 years agoFix typos: '==' should be '='
Michael Wetherell [Mon, 10 Oct 2005 18:43:29 +0000 (18:43 +0000)] 
Fix typos: '==' should be '='

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

18 years agorefactored wxGTK scrolling: it has now fully-functioning wxScrollHelper and a lot...
Vadim Zeitlin [Mon, 10 Oct 2005 18:24:27 +0000 (18:24 +0000)] 
refactored wxGTK scrolling: it has now fully-functioning wxScrollHelper and a lot of duplicate code was removed

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

18 years agoadded GtkUpdateScrollbar; folded some code duplicated for horz/vert orientations...
Vadim Zeitlin [Mon, 10 Oct 2005 18:22:47 +0000 (18:22 +0000)] 
added GtkUpdateScrollbar; folded some code duplicated for horz/vert orientations in a single branch

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

18 years agoadded GetWindowSizeForVirtualSize() virtual hook for wxScrolledWindow (cuts down...
Vadim Zeitlin [Mon, 10 Oct 2005 18:15:34 +0000 (18:15 +0000)] 
added GetWindowSizeForVirtualSize() virtual hook for wxScrolledWindow (cuts down on code duplication in its DoGetBestSize())

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

18 years agoUse 'cp -pR' as a fallback for lndir, remove $(shell) construct from makefile.
Michael Wetherell [Mon, 10 Oct 2005 16:29:02 +0000 (16:29 +0000)] 
Use 'cp -pR' as a fallback for lndir, remove $(shell) construct from makefile.

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

18 years ago Committing in .
Jouk Jansen [Mon, 10 Oct 2005 14:18:40 +0000 (14:18 +0000)] 
 Committing in .

 Small fixes for OpenVMS

 Modified Files:
  wxWidgets/include/wx/vms_x_fix.h
  wxWidgets/src/motif/xmcombo/xmcombo.c
: ----------------------------------------------------------------------

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

18 years agoregenerated after bakefile change to always create shared-ld-sh under Darwin
Vadim Zeitlin [Mon, 10 Oct 2005 12:59:12 +0000 (12:59 +0000)] 
regenerated after bakefile change to always create shared-ld-sh under Darwin

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

18 years agoalways create shared-ld-sh as we always need it for bundles (even when we don't need...
Vadim Zeitlin [Mon, 10 Oct 2005 12:48:40 +0000 (12:48 +0000)] 
always create shared-ld-sh as we always need it for bundles (even when we don't need it for dylibs)

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

18 years agoMake _dist_dir a shadow directory of symlinks rather then copied files, and add
Michael Wetherell [Mon, 10 Oct 2005 10:37:24 +0000 (10:37 +0000)] 
Make _dist_dir a shadow directory of symlinks rather then copied files, and add
a 'distdir' target to make _dist_dir without creating a tarball.

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

18 years agodisable VC++ warning 4355 in wx/defs.h once and for all instead of doing it in 4...
Vadim Zeitlin [Sun, 9 Oct 2005 22:34:08 +0000 (22:34 +0000)] 
disable VC++ warning 4355 in wx/defs.h once and for all instead of doing it in 4 different places

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

18 years agoregenerated with treebook files
Vadim Zeitlin [Sun, 9 Oct 2005 22:24:57 +0000 (22:24 +0000)] 
regenerated with treebook files

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

18 years agoconfigure with wxUSE_TREEBOOK
Vadim Zeitlin [Sun, 9 Oct 2005 22:11:29 +0000 (22:11 +0000)] 
configure with wxUSE_TREEBOOK

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

18 years agocompilation fixes for wxUSE_TREEBOOK=0
Vadim Zeitlin [Sun, 9 Oct 2005 22:09:35 +0000 (22:09 +0000)] 
compilation fixes for wxUSE_TREEBOOK=0

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

18 years agoAdded wxTreebook:
Vadim Zeitlin [Sun, 9 Oct 2005 18:40:36 +0000 (18:40 +0000)] 
Added wxTreebook:
- added the control itself
- added protected wxBookCtrlBase::AllowNullPage() to accommodate it
- big changes to the sample to get rid of (most) ugly macros
- added XRC handler for the control
- added docs
- and wxUSE_TREEBOOK everywhere

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

18 years agomade GetPage() not virtual because it doesn't need to be virtual and this allows...
Vadim Zeitlin [Sun, 9 Oct 2005 17:26:09 +0000 (17:26 +0000)] 
made GetPage() not virtual because it doesn't need to be virtual and this allows to have const overload of it

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

18 years agocorrected GetBestSize() implementation: take all items, not just the currently visibl...
Vadim Zeitlin [Sun, 9 Oct 2005 17:19:43 +0000 (17:19 +0000)] 
corrected GetBestSize() implementation: take all items, not just the currently visible ones

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

18 years agodon't call ::ShowWindow() if don't have HWND yet
Vadim Zeitlin [Sun, 9 Oct 2005 16:52:41 +0000 (16:52 +0000)] 
don't call ::ShowWindow() if don't have HWND yet

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

18 years ago Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
Mattia Barbon [Sun, 9 Oct 2005 15:48:42 +0000 (15:48 +0000)] 
  Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
  Changed default for WXWIN_COMPATIBILITY_2_4 to 0.
  Added WXWIN_COMPATIBILITY_2_6 (defaults to 1).
  Ran build/update-setup-h.

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

18 years agodon't put borders by default between sizer elements on smartphones
Vadim Zeitlin [Sun, 9 Oct 2005 14:32:53 +0000 (14:32 +0000)] 
don't put borders by default between sizer elements on smartphones

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

18 years agoimplemented GetBestSize() (TODO: make this available in generic version as well)
Vadim Zeitlin [Sun, 9 Oct 2005 13:38:15 +0000 (13:38 +0000)] 
implemented GetBestSize() (TODO: make this available in generic version as well)

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

18 years agofilter out duplicate mouse move events too; moved last mouse event info from wxWindow...
Vadim Zeitlin [Sun, 9 Oct 2005 13:04:40 +0000 (13:04 +0000)] 
filter out duplicate mouse move events too; moved last mouse event info from wxWindow class to static variables (there is only one mouse in the system after all, no need to duplicate this data in all windows)

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

18 years agodon't use -single_module together with -bundle under Darwin (ld gives an error for...
Vadim Zeitlin [Sun, 9 Oct 2005 12:49:09 +0000 (12:49 +0000)] 
don't use -single_module together with -bundle under Darwin (ld gives an error for this)

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

18 years agoblind compilation fix for CW 8.3 in Unicode build
Vadim Zeitlin [Sun, 9 Oct 2005 12:32:56 +0000 (12:32 +0000)] 
blind compilation fix for CW 8.3 in Unicode build

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

18 years agodon't use __MSL__ unless it's defined
Vadim Zeitlin [Sun, 9 Oct 2005 12:23:58 +0000 (12:23 +0000)] 
don't use __MSL__ unless it's defined

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

18 years agoshow the OS information in the about dialog
Vadim Zeitlin [Sat, 8 Oct 2005 21:55:33 +0000 (21:55 +0000)] 
show the OS information in the about dialog

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

18 years agoenable all warnings (but disable some of them) for DEC/Compaq/HP C++ compiler
Vadim Zeitlin [Sat, 8 Oct 2005 21:28:12 +0000 (21:28 +0000)] 
enable all warnings (but disable some of them) for DEC/Compaq/HP C++ compiler

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

18 years agofixed unused parameter warnings in non-debug build
Vadim Zeitlin [Sat, 8 Oct 2005 21:24:32 +0000 (21:24 +0000)] 
fixed unused parameter warnings in non-debug build

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

18 years agoalways connect to both XmNvalueChangedCallback and XmNdragCallback
Vadim Zeitlin [Sat, 8 Oct 2005 18:35:36 +0000 (18:35 +0000)] 
always connect to both XmNvalueChangedCallback and XmNdragCallback

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

18 years agomore 'unreachable code' warnings which had been disabled instead of being fixed
Vadim Zeitlin [Sat, 8 Oct 2005 18:33:28 +0000 (18:33 +0000)] 
more 'unreachable code' warnings which had been disabled instead of being fixed

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

18 years agoextra semicolons removed
Vadim Zeitlin [Sat, 8 Oct 2005 17:10:10 +0000 (17:10 +0000)] 
extra semicolons removed

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

18 years agounused params warnings
Vadim Zeitlin [Sat, 8 Oct 2005 17:01:52 +0000 (17:01 +0000)] 
unused params warnings

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

18 years agofixed logic bug in DoSetSize() (disabling a warning is good, fixing it is even better...)
Vadim Zeitlin [Sat, 8 Oct 2005 16:58:25 +0000 (16:58 +0000)] 
fixed logic bug in DoSetSize() (disabling a warning is good, fixing it is even better...)

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

18 years agoadded support for OSF1 (Tru64)
Vadim Zeitlin [Sat, 8 Oct 2005 16:57:07 +0000 (16:57 +0000)] 
added support for OSF1 (Tru64)

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

18 years agoharmless DEC cc warning fixes
Vadim Zeitlin [Sat, 8 Oct 2005 16:56:42 +0000 (16:56 +0000)] 
harmless DEC cc warning fixes

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

18 years agodon't use wxCHECK_GCC_VERSION in the same test as __MINGW32__/__CYGWIN32__ as it...
Vadim Zeitlin [Sat, 8 Oct 2005 16:56:01 +0000 (16:56 +0000)] 
don't use wxCHECK_GCC_VERSION in the same test as __MINGW32__/__CYGWIN32__ as it could be undefined (DEC cc warning fix)

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

18 years agouse for instead of while for infinite loop (the latter provokes a warning from DEC cc)
Vadim Zeitlin [Sat, 8 Oct 2005 16:54:43 +0000 (16:54 +0000)] 
use for instead of while for infinite loop (the latter provokes a warning from DEC cc)

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

18 years agoadded dependencies support for DEC/Compaq/HP cxx compiler (new bakefile files; regene...
Vadim Zeitlin [Sat, 8 Oct 2005 15:33:10 +0000 (15:33 +0000)] 
added dependencies support for DEC/Compaq/HP cxx compiler (new bakefile files; regenerated configure)

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

18 years agotry setting locale n wxLocale::Init(lang) to xx_YY.utf8 if xx_YY is not supported
Vadim Zeitlin [Sat, 8 Oct 2005 00:37:31 +0000 (00:37 +0000)] 
try setting locale n wxLocale::Init(lang) to xx_YY.utf8 if xx_YY is not supported

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

18 years agohack: adjust C locale to supported form under HP-UX, otherwise we crash on startup
Vadim Zeitlin [Sat, 8 Oct 2005 00:36:50 +0000 (00:36 +0000)] 
hack: adjust C locale to supported form under HP-UX, otherwise we crash on startup

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

18 years agocheck whether setting locale for the selected language succeeded
Vadim Zeitlin [Sat, 8 Oct 2005 00:35:11 +0000 (00:35 +0000)] 
check whether setting locale for the selected language succeeded

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

18 years agoadded ja_JP.EUC-JP catalog
Vadim Zeitlin [Sat, 8 Oct 2005 00:33:34 +0000 (00:33 +0000)] 
added ja_JP.EUC-JP catalog

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

18 years agodisable some (unavoidable) HP-UX aCC warnings
Vadim Zeitlin [Fri, 7 Oct 2005 21:56:51 +0000 (21:56 +0000)] 
disable some (unavoidable) HP-UX aCC warnings

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

18 years agodon't define unused functions
Vadim Zeitlin [Fri, 7 Oct 2005 21:55:12 +0000 (21:55 +0000)] 
don't define unused functions

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

18 years agofixed check for bitmapType match (thanks to HP compiler for the warning)
Vadim Zeitlin [Fri, 7 Oct 2005 21:49:20 +0000 (21:49 +0000)] 
fixed check for bitmapType match (thanks to HP compiler for the warning)

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

18 years agoundid last commit, the neceesary defines fo HP-UX are now provided by configure
Vadim Zeitlin [Fri, 7 Oct 2005 21:45:59 +0000 (21:45 +0000)] 
undid last commit, the neceesary defines fo HP-UX are now provided by configure

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

18 years agodefine _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard...
Vadim Zeitlin [Fri, 7 Oct 2005 21:35:48 +0000 (21:35 +0000)] 
define _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard headers

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

18 years agoremoved C++ comment from C file
Vadim Zeitlin [Fri, 7 Oct 2005 21:33:00 +0000 (21:33 +0000)] 
removed C++ comment from C file

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

18 years agoAttempt to avoid crash on exit on Solaris 10
Michael Wetherell [Fri, 7 Oct 2005 21:08:00 +0000 (21:08 +0000)] 
Attempt to avoid crash on exit on Solaris 10

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

18 years agooptimization: don't test for various proprietary Unix compilers unless we're running...
Vadim Zeitlin [Fri, 7 Oct 2005 20:27:47 +0000 (20:27 +0000)] 
optimization: don't test for various proprietary Unix compilers unless we're running under OS they support

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

18 years agoltest files from bakefile add HP aCC dependencies support
Vadim Zeitlin [Fri, 7 Oct 2005 15:39:34 +0000 (15:39 +0000)] 
ltest files from bakefile add HP aCC dependencies support

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

18 years ago#include markup fix.
Włodzimierz Skiba [Fri, 7 Oct 2005 14:01:37 +0000 (14:01 +0000)] 
#include markup fix.

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

18 years ago#include markup fix.
Włodzimierz Skiba [Fri, 7 Oct 2005 08:36:08 +0000 (08:36 +0000)] 
#include markup fix.

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

18 years agoadded more HP-UX charset names
Vadim Zeitlin [Thu, 6 Oct 2005 23:28:03 +0000 (23:28 +0000)] 
added more HP-UX charset names

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

18 years agoadded HP-UX names for ISO8859-x charsets
Vadim Zeitlin [Thu, 6 Oct 2005 23:25:20 +0000 (23:25 +0000)] 
added HP-UX names for ISO8859-x charsets

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

18 years agoCompile fix
Michael Wetherell [Thu, 6 Oct 2005 23:02:40 +0000 (23:02 +0000)] 
Compile fix

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

18 years agoUnicode compile fix
Michael Wetherell [Thu, 6 Oct 2005 22:52:03 +0000 (22:52 +0000)] 
Unicode compile fix

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

18 years ago#include markup fixes.
Włodzimierz Skiba [Thu, 6 Oct 2005 18:17:23 +0000 (18:17 +0000)] 
#include markup fixes.

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

18 years agowxPalette unified. Source cleaning.
Włodzimierz Skiba [Thu, 6 Oct 2005 14:37:43 +0000 (14:37 +0000)] 
wxPalette unified. Source cleaning.

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

18 years agodon't use a floating point value as a boolean flag; gcc4 (correctly) complains when...
Vadim Zeitlin [Thu, 6 Oct 2005 12:53:24 +0000 (12:53 +0000)] 
don't use a floating point value as a boolean flag; gcc4 (correctly) complains when it's compared with 0; use different function for setting the current and given time in wxMacCarbonEvent instead

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

18 years agowxMotif for OS/2 adjustements. Source cleaning.
Włodzimierz Skiba [Thu, 6 Oct 2005 12:10:44 +0000 (12:10 +0000)] 
wxMotif for OS/2 adjustements. Source cleaning.

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

18 years agowxMotif for OS/2 adjustements. Source cleaning.
Włodzimierz Skiba [Thu, 6 Oct 2005 11:14:42 +0000 (11:14 +0000)] 
wxMotif for OS/2 adjustements. Source cleaning.

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

18 years agoanother file where the version should be updated
Vadim Zeitlin [Thu, 6 Oct 2005 09:09:18 +0000 (09:09 +0000)] 
another file where the version should be updated

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

18 years agochange fallback default for wx version to 27
Vadim Zeitlin [Thu, 6 Oct 2005 09:08:27 +0000 (09:08 +0000)] 
change fallback default for wx version to 27

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

18 years agoUpdated link to comctl32 download [ patch 1311650 ]
Kevin Hock [Wed, 5 Oct 2005 23:31:10 +0000 (23:31 +0000)] 
Updated link to comctl32 download [ patch 1311650 ]

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

18 years agoWhen recv returns 0, the connection has been remotely closed or dropped. Changes...
Kevin Hock [Wed, 5 Oct 2005 23:20:10 +0000 (23:20 +0000)] 
When recv returns 0, the connection has been remotely closed or dropped. Changes are to Read [ modified patch 1303565 ] and Select [ patch 1283936 ]

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

18 years agowxColour source cleaning. Corrections to 'const unsigned char' within wxColour docs.
Włodzimierz Skiba [Wed, 5 Oct 2005 16:22:44 +0000 (16:22 +0000)] 
wxColour source cleaning. Corrections to 'const unsigned char' within wxColour docs.

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

18 years agoRevert last change, which made it impossible to set a custom text color and then...
Kevin Hock [Wed, 5 Oct 2005 15:42:16 +0000 (15:42 +0000)] 
Revert last change, which made it impossible to set a custom text color and then query the color. Instead, set the correct system/theme color when the control is created and use the original GetTextColour method.

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

18 years agoDo not allow events to fire after socket is closed (fixes crash on GTK with GDK_Input...
Kevin Hock [Wed, 5 Oct 2005 15:38:44 +0000 (15:38 +0000)] 
Do not allow events to fire after socket is closed (fixes crash on GTK with GDK_Input events) [Patch 1281054]

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

18 years agosilence a few (harmless) HP aCC warnings
Vadim Zeitlin [Wed, 5 Oct 2005 12:11:00 +0000 (12:11 +0000)] 
silence a few (harmless) HP aCC warnings

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

18 years agoFix for mistake with const for non pointer/reference with corrections in documentation.
Włodzimierz Skiba [Tue, 4 Oct 2005 18:14:41 +0000 (18:14 +0000)] 
Fix for mistake with const for non pointer/reference with corrections in documentation.

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

18 years agodon't compile this file at all in Motif2 build
Vadim Zeitlin [Tue, 4 Oct 2005 17:17:09 +0000 (17:17 +0000)] 
don't compile this file at all in Motif2 build

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

18 years agocompilation fix for HP-UX (at least version 11)
Vadim Zeitlin [Tue, 4 Oct 2005 16:48:49 +0000 (16:48 +0000)] 
compilation fix for HP-UX (at least version 11)

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

18 years agowxBrush::SetColour and wxPen::SetColour unified. Source cleaning.
Włodzimierz Skiba [Tue, 4 Oct 2005 16:13:42 +0000 (16:13 +0000)] 
wxBrush::SetColour and wxPen::SetColour unified. Source cleaning.

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

18 years agofirst character of a command in a make rule must be TAB (not space or #): fixes build...
Vadim Zeitlin [Tue, 4 Oct 2005 14:44:56 +0000 (14:44 +0000)] 
first character of a command in a make rule must be TAB (not space or #): fixes build with HP-UX make

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