]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

18 years agoreverted last (accidental) change
Vadim Zeitlin [Tue, 4 Oct 2005 12:53:25 +0000 (12:53 +0000)] 
reverted last (accidental) change

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

18 years agofixed bug in error message given if X headers/libs not found
Vadim Zeitlin [Tue, 4 Oct 2005 11:11:36 +0000 (11:11 +0000)] 
fixed bug in error message given if X headers/libs not found

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

18 years agoupdated version in configure to 2.7.0 too
Vadim Zeitlin [Tue, 4 Oct 2005 11:08:43 +0000 (11:08 +0000)] 
updated version in configure to 2.7.0 too

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

18 years ago#if wxUSE_DEBUGREPORT seems Ok
Chris Elliott [Tue, 4 Oct 2005 08:08:11 +0000 (08:08 +0000)] 
#if wxUSE_DEBUGREPORT seems Ok

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

18 years agoescape underscores and don't use abbreviations in text
Vadim Zeitlin [Mon, 3 Oct 2005 23:52:52 +0000 (23:52 +0000)] 
escape underscores and don't use abbreviations in text

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

18 years agodon't use %08p format string, gcc complains about it
Vadim Zeitlin [Mon, 3 Oct 2005 23:07:58 +0000 (23:07 +0000)] 
don't use %08p format string, gcc complains about it

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

18 years agoregenerated after version.bkl changes fixing -compatibility_version for Darwin
Vadim Zeitlin [Mon, 3 Oct 2005 23:06:16 +0000 (23:06 +0000)] 
regenerated after version.bkl changes fixing -compatibility_version for Darwin

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

18 years agoadded new files which were generated by bakefile but were not in cvs for some reason
Vadim Zeitlin [Mon, 3 Oct 2005 21:08:10 +0000 (21:08 +0000)] 
added new files which were generated by bakefile but were not in cvs for some reason

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

18 years agoregenerated after version.bkl changes fixing -compatibility_version for Darwin
Vadim Zeitlin [Mon, 3 Oct 2005 21:05:25 +0000 (21:05 +0000)] 
regenerated after version.bkl changes fixing -compatibility_version for Darwin

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

18 years agooffset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin:...
Vadim Zeitlin [Mon, 3 Oct 2005 20:56:20 +0000 (20:56 +0000)] 
offset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin: this is forbidden

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

18 years agotransformed current/revision/age explanation comment into algorithmic form (from...
Vadim Zeitlin [Mon, 3 Oct 2005 20:40:15 +0000 (20:40 +0000)] 
transformed current/revision/age explanation comment into algorithmic form (from the original libtool rule-based one which was more suitable for Prolog interpreter than human beings...)

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

18 years agoadded --without-subdirs option to speed up configure when you only need to build...
Vadim Zeitlin [Mon, 3 Oct 2005 18:19:10 +0000 (18:19 +0000)] 
added --without-subdirs option to speed up configure when you only need to build the main library

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

18 years agoadded more methods to transparently convert wxTreeItemIdValue to wxTreeItemId to...
Vadim Zeitlin [Mon, 3 Oct 2005 17:54:09 +0000 (17:54 +0000)] 
added more methods to transparently convert wxTreeItemIdValue to wxTreeItemId to wxArrayTreeItemIds

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

18 years agoremoved old commented out code and out of date comments
Vadim Zeitlin [Mon, 3 Oct 2005 17:18:46 +0000 (17:18 +0000)] 
removed old commented out code and out of date comments

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

18 years agoSource cleaning. wxMotif/OS2 adjustements.
Włodzimierz Skiba [Mon, 3 Oct 2005 16:39:45 +0000 (16:39 +0000)] 
Source cleaning. wxMotif/OS2 adjustements.

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

18 years agoavoid trying to link QA if not required
Chris Elliott [Mon, 3 Oct 2005 15:59:02 +0000 (15:59 +0000)] 
avoid trying to link QA if not required

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

18 years agoupdate to 2.7 from 2.6
Chris Elliott [Mon, 3 Oct 2005 15:53:11 +0000 (15:53 +0000)] 
update to 2.7 from 2.6

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

18 years agoavoid system pop-up menu commands being handled by wxApp, bug was shown in printing...
Stefan Csomor [Mon, 3 Oct 2005 09:28:01 +0000 (09:28 +0000)] 
avoid system pop-up menu commands being handled by wxApp, bug was shown in printing, using File->Print and changing Popup from 'Copies & Pages' to eg 'Layout'

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

18 years agoCode formatting cleanup from OSAF [ patch 1307563 ]
Kevin Hock [Sat, 1 Oct 2005 21:02:18 +0000 (21:02 +0000)] 
Code formatting cleanup from OSAF [ patch 1307563 ]

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

18 years agofix the size of the created subbitmap
Vadim Zeitlin [Sat, 1 Oct 2005 15:27:30 +0000 (15:27 +0000)] 
fix the size of the created subbitmap

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

18 years agoRan bakefile -f autoconf and autoconf.
David Elliott [Sat, 1 Oct 2005 03:42:14 +0000 (03:42 +0000)] 
Ran bakefile -f autoconf and autoconf.
Some missing headers have been added, the *NODOT variables were
added to samples makefiles and the version changed from 2.6.2 to 2.7.0.
Generated configure now includes "OS/2" fixes per wxAutohacks.

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

18 years agoNeeded to add #include "wx/statusbr.h" to know that wxStatusBar is derived
David Elliott [Fri, 30 Sep 2005 16:39:41 +0000 (16:39 +0000)] 
Needed to add #include "wx/statusbr.h" to know that wxStatusBar is derived
from wxWindow for valid pointer comparison.
Went ahead and moved some includes into new ifndef WX_PRECOMP section to
improve compilation speed when using precompiled headers.

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

18 years ago Implemented wxMenuBar::Insert and wxMenu::Insert.
Mattia Barbon [Fri, 30 Sep 2005 09:15:52 +0000 (09:15 +0000)] 
  Implemented wxMenuBar::Insert and wxMenu::Insert.

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

18 years ago Simplify preprocessor guards for render tables and new
Mattia Barbon [Fri, 30 Sep 2005 09:12:58 +0000 (09:12 +0000)] 
  Simplify preprocessor guards for render tables and new
font handling. Remove unused method.

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

18 years agoMore ports in non autoconf formats.
Włodzimierz Skiba [Thu, 29 Sep 2005 13:54:37 +0000 (13:54 +0000)] 
More ports in non autoconf formats.

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

18 years agoWarning fix.
Włodzimierz Skiba [Thu, 29 Sep 2005 12:34:47 +0000 (12:34 +0000)] 
Warning fix.

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

18 years ago[ 1307801 ] datectrl.cpp missing from mono project for WinCE
Włodzimierz Skiba [Thu, 29 Sep 2005 10:28:48 +0000 (10:28 +0000)] 
1307801 ] datectrl.cpp missing from mono project for WinCE

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

18 years agowxCheckListBox cleanup.
Włodzimierz Skiba [Thu, 29 Sep 2005 10:00:16 +0000 (10:00 +0000)] 
wxCheckListBox cleanup.

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

18 years ago Committing in .
Jouk Jansen [Thu, 29 Sep 2005 07:22:49 +0000 (07:22 +0000)] 
 Committing in .

 Updated OpenVMS configuration

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

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

18 years agoMove away from relative paths on Win, fix Unicode option, reinstate docs and demos...
Kevin Ollivier [Wed, 28 Sep 2005 23:28:35 +0000 (23:28 +0000)] 
Move away from relative paths on Win, fix Unicode option, reinstate docs and demos building, and various tweaks.

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

18 years ago Implement wxChoice::Insert.
Mattia Barbon [Wed, 28 Sep 2005 21:16:27 +0000 (21:16 +0000)] 
  Implement wxChoice::Insert.

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

18 years ago Fix wxMotif checkbox for Motif 1.2. (need to backport)
Mattia Barbon [Wed, 28 Sep 2005 21:08:47 +0000 (21:08 +0000)] 
  Fix wxMotif checkbox for Motif 1.2. (need to backport)

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

18 years agofix for a crash due to using NULL inputConv in Unicode build introduced in rev 1.162
Vadim Zeitlin [Wed, 28 Sep 2005 09:41:55 +0000 (09:41 +0000)] 
fix for a crash due to using NULL inputConv in Unicode build introduced in rev 1.162

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

18 years agowxGTK1 compilation fix after last commit
Vadim Zeitlin [Wed, 28 Sep 2005 09:30:16 +0000 (09:30 +0000)] 
wxGTK1 compilation fix after last commit

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

18 years agodon't include forward declarations in tags file
Vadim Zeitlin [Wed, 28 Sep 2005 09:24:51 +0000 (09:24 +0000)] 
don't include forward declarations in tags file

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

18 years agoUse the new wx_truncate_cast for any narrowing conversions
Michael Wetherell [Tue, 27 Sep 2005 21:45:48 +0000 (21:45 +0000)] 
Use the new wx_truncate_cast for any narrowing conversions

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

18 years agowxItemContainerImmutable::FindString unified.
Włodzimierz Skiba [Tue, 27 Sep 2005 21:20:22 +0000 (21:20 +0000)] 
wxItemContainerImmutable::FindString unified.

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

18 years agoRemove symbol versions now that we are on a new branch
Michael Wetherell [Tue, 27 Sep 2005 19:29:46 +0000 (19:29 +0000)] 
Remove symbol versions now that we are on a new branch

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