wxWidgets.git
19 years agofix for w/o expat
Ryan Norton [Sat, 16 Apr 2005 09:11:52 +0000 (09:11 +0000)] 
fix for w/o expat

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

19 years agoreSWIGged
Robin Dunn [Sat, 16 Apr 2005 06:29:58 +0000 (06:29 +0000)] 
reSWIGged

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

19 years agonew configure flags
Robin Dunn [Sat, 16 Apr 2005 06:29:37 +0000 (06:29 +0000)] 
new configure flags

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

19 years agoreSWIGged
Robin Dunn [Sat, 16 Apr 2005 06:08:28 +0000 (06:08 +0000)] 
reSWIGged

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

19 years agowxCharBuffer typemap
Robin Dunn [Sat, 16 Apr 2005 05:56:07 +0000 (05:56 +0000)] 
wxCharBuffer typemap

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

19 years agoreSWIGged
Robin Dunn [Sat, 16 Apr 2005 05:55:37 +0000 (05:55 +0000)] 
reSWIGged

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

19 years agoCorrected a potential NULL pointer dereference in the SWIG runtime
Robin Dunn [Sat, 16 Apr 2005 05:53:06 +0000 (05:53 +0000)] 
Corrected a potential NULL pointer dereference in the SWIG runtime

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

19 years agoStore the type table name in a variable so it can be reused
Robin Dunn [Sat, 16 Apr 2005 05:25:48 +0000 (05:25 +0000)] 
Store the type table name in a variable so it can be reused

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

19 years agoAdd several "Raw" functions for setting/getting text from the document
Robin Dunn [Sat, 16 Apr 2005 04:53:01 +0000 (04:53 +0000)] 
Add several "Raw" functions for setting/getting text from the document
buffer. They behave similarly to the same methods without the "Raw" in
the name, except they don't use wxStrings.  This can save some
conversions to/from unicode and utf-8 in a Unicode build.

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

19 years agoAllow wxCharBuffer to be constructed without parameters (making a zero
Robin Dunn [Sat, 16 Apr 2005 04:08:35 +0000 (04:08 +0000)] 
Allow wxCharBuffer to be constructed without parameters (making a zero
length string by default) so it can be used in SWIG typemaps.

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

19 years agoUse a wxPopupWindow for the AutoComplete box too.
Robin Dunn [Sat, 16 Apr 2005 01:36:05 +0000 (01:36 +0000)] 
Use a wxPopupWindow for the AutoComplete box too.
We don't need to artificially set the clipping region on wxGTK anymore.

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

19 years agoPatch from Joe "shmengie" Brown joebrown@podiatryfl.com
Robin Dunn [Sat, 16 Apr 2005 00:14:01 +0000 (00:14 +0000)] 
Patch from Joe "shmengie" Brown joebrown@podiatryfl.com
  o Adjusted spin control size/placement (On Windows ctrls were overlapping).
  o Set Ok/Cancel buttons to wx.ID_OK & wx.ID_CANCEL to provide default dialog
    behaviour.
  o If no date has been clicked clicked, OnOk set the result to calend's date,
    important if keyboard only navigation is used.

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

19 years agoSquash exception on exit bug
Robin Dunn [Fri, 15 Apr 2005 21:39:09 +0000 (21:39 +0000)] 
Squash exception on exit bug

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

19 years agowx-config doesn't need to output the resource file name, since it is
Robin Dunn [Fri, 15 Apr 2005 20:44:58 +0000 (20:44 +0000)] 
wx-config doesn't need to output the resource file name, since it is
no longer built for wxMac

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

19 years agoPatch #1183952, Create to return bool
Robin Dunn [Fri, 15 Apr 2005 19:41:32 +0000 (19:41 +0000)] 
Patch #1183952, Create to return bool

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

19 years agoNo longer a need for changing the names to protect against multiple definitions.
Robin Dunn [Fri, 15 Apr 2005 18:55:16 +0000 (18:55 +0000)] 
No longer a need for changing the names to protect against multiple definitions.

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

19 years agore-added missing wxUSE_PLUINGS
Václav Slavík [Fri, 15 Apr 2005 18:34:33 +0000 (18:34 +0000)] 
re-added missing wxUSE_PLUINGS

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

19 years agoBuild fix for wxUSE_FILE=0.
Włodzimierz Skiba [Fri, 15 Apr 2005 16:49:36 +0000 (16:49 +0000)] 
Build fix for wxUSE_FILE=0.

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

19 years agoMissing include.
Włodzimierz Skiba [Fri, 15 Apr 2005 16:48:21 +0000 (16:48 +0000)] 
Missing include.

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

19 years agoSimpler for readable diffs in future new ports.
Włodzimierz Skiba [Fri, 15 Apr 2005 16:47:28 +0000 (16:47 +0000)] 
Simpler for readable diffs in future new ports.

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

19 years agoSimpler constructor available.
Włodzimierz Skiba [Fri, 15 Apr 2005 16:44:31 +0000 (16:44 +0000)] 
Simpler constructor available.

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

19 years agoNew syntax for --with-gtk
Michael Wetherell [Fri, 15 Apr 2005 15:51:31 +0000 (15:51 +0000)] 
New syntax for --with-gtk

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

19 years agoManul version number update
Julian Smart [Fri, 15 Apr 2005 15:16:46 +0000 (15:16 +0000)] 
Manul version number update
Script updates

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

19 years agoAnother buffer check
Julian Smart [Fri, 15 Apr 2005 15:00:17 +0000 (15:00 +0000)] 
Another buffer check

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

19 years agoNew --with-gtk=VERSION syntax, and restore --disable-gtk2 for backward compatibility
Michael Wetherell [Fri, 15 Apr 2005 14:18:30 +0000 (14:18 +0000)] 
New --with-gtk=VERSION syntax, and restore --disable-gtk2 for backward compatibility

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

19 years agoDon't crash if buffer null
Julian Smart [Fri, 15 Apr 2005 14:12:33 +0000 (14:12 +0000)] 
Don't crash if buffer null

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

19 years agoBuildable under WinCE smartphone.
Włodzimierz Skiba [Fri, 15 Apr 2005 09:32:40 +0000 (09:32 +0000)] 
Buildable under WinCE smartphone.

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

19 years agoFixed presumed typo - crash when frame is NULL
Julian Smart [Fri, 15 Apr 2005 07:22:33 +0000 (07:22 +0000)] 
Fixed presumed typo - crash when frame is NULL

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

19 years agoApplied patch [ 1167891 ] wxNotebook display problem on MSW w/ XP theming
Robin Dunn [Fri, 15 Apr 2005 03:11:53 +0000 (03:11 +0000)] 
Applied patch [ 1167891 ] wxNotebook display problem on MSW w/ XP theming

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

19 years agoFor wxMSW capture and release the mouse as the cursor moves out or
Robin Dunn [Fri, 15 Apr 2005 03:04:30 +0000 (03:04 +0000)] 
For wxMSW capture and release the mouse as the cursor moves out or
back in to the transient popup window to enable the transient to be
automatically dismissed when a click happens outside of it.

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

19 years agoDon't clip hidden windows from the staticbox's refresh. Also handle
Robin Dunn [Fri, 15 Apr 2005 03:00:15 +0000 (03:00 +0000)] 
Don't clip hidden windows from the staticbox's refresh.  Also handle
non wxWindows better.

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

19 years agouse premultiplied RGB in raw image demo
Vadim Zeitlin [Fri, 15 Apr 2005 00:14:32 +0000 (00:14 +0000)] 
use premultiplied RGB in raw image demo

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

19 years agoRemoved rules for copying the Mac resource file since they are no
Robin Dunn [Thu, 14 Apr 2005 22:11:55 +0000 (22:11 +0000)] 
Removed rules for copying the Mac resource file since they are no
longer needed for wxMac

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

19 years ago Fix previous change in case somebody is still using
Mattia Barbon [Thu, 14 Apr 2005 22:03:38 +0000 (22:03 +0000)] 
  Fix previous change in case somebody is still using
WXWIN_COMPATIBILITY_EVENT_TYPES from wxWidgets 2.2...

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

19 years ago Fix building Plot contrib as DLL.
Mattia Barbon [Thu, 14 Apr 2005 21:12:38 +0000 (21:12 +0000)] 
  Fix building Plot contrib as DLL.

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

19 years agoForgot to remove #endif
Julian Smart [Thu, 14 Apr 2005 16:04:47 +0000 (16:04 +0000)] 
Forgot to remove #endif

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

19 years agoTry to find comctl32.dll version even if we don't have shlwapi.h available,
Julian Smart [Thu, 14 Apr 2005 15:12:16 +0000 (15:12 +0000)] 
Try to find comctl32.dll version even if we don't have shlwapi.h available,
otherwise the version is wrongly guessed and we can end up with bad
toolbar backgrounds.

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

19 years agoCorrection in comment in closing #endif.
Włodzimierz Skiba [Thu, 14 Apr 2005 15:11:20 +0000 (15:11 +0000)] 
Correction in comment in closing #endif.

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

19 years agoCorrection in comment in closing #endif. Is VC++ 4 supported?
Włodzimierz Skiba [Thu, 14 Apr 2005 15:07:17 +0000 (15:07 +0000)] 
Correction in comment in closing #endif. Is VC++ 4 supported?

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

19 years agoComment correction, source cleaning.
Włodzimierz Skiba [Thu, 14 Apr 2005 15:05:20 +0000 (15:05 +0000)] 
Comment correction, source cleaning.

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

19 years agoMissing includes.
Włodzimierz Skiba [Thu, 14 Apr 2005 14:53:13 +0000 (14:53 +0000)] 
Missing includes.

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

19 years ago Committing in .
Jouk Jansen [Thu, 14 Apr 2005 14:15:54 +0000 (14:15 +0000)] 
 Committing in .
 OpenVMS updates

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/generic/descrip.mms
 ----------------------------------------------------------------------

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

19 years agocheck the syntax when compiling .po files into .mo
Václav Slavík [Thu, 14 Apr 2005 09:29:38 +0000 (09:29 +0000)] 
check the syntax when compiling .po files into .mo

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

19 years agoRemoved unnecessary fix (caused by erroneous user code)
Julian Smart [Thu, 14 Apr 2005 07:26:55 +0000 (07:26 +0000)] 
Removed unnecessary fix (caused by erroneous user code)

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

19 years agoAdded back shlwapi.h inclusion with comment
Julian Smart [Thu, 14 Apr 2005 06:48:58 +0000 (06:48 +0000)] 
Added back shlwapi.h inclusion with comment

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

19 years agoadding support for wxCB_SORT, SetString and Insert
Stefan Csomor [Thu, 14 Apr 2005 05:15:23 +0000 (05:15 +0000)] 
adding support for wxCB_SORT, SetString and Insert

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

19 years agoadding support for wxCB_SORT
Stefan Csomor [Thu, 14 Apr 2005 05:13:39 +0000 (05:13 +0000)] 
adding support for wxCB_SORT

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

19 years agoTypo
Kevin Hock [Thu, 14 Apr 2005 04:27:55 +0000 (04:27 +0000)] 
Typo

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

19 years agoreSWIGged
Robin Dunn [Thu, 14 Apr 2005 01:17:44 +0000 (01:17 +0000)] 
reSWIGged

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

19 years agono need for the panel in the transient popup any more
Robin Dunn [Thu, 14 Apr 2005 01:17:00 +0000 (01:17 +0000)] 
no need for the panel in the transient popup any more

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

19 years agoreSWIGged
Robin Dunn [Thu, 14 Apr 2005 01:12:37 +0000 (01:12 +0000)] 
reSWIGged

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

19 years agoNo longer need to worry about the DeRez getting stuck
Robin Dunn [Thu, 14 Apr 2005 01:07:35 +0000 (01:07 +0000)] 
No longer need to worry about the DeRez getting stuck

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

19 years agofix c-format strings with mismatching format specifiers (mostly just marked as fuzzy...
Vadim Zeitlin [Thu, 14 Apr 2005 00:16:34 +0000 (00:16 +0000)] 
fix c-format strings with mismatching format specifiers (mostly just marked as fuzzy, fixed a few of them which seems obvious to fix)

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

19 years agoupdate from Hans F. Nordhaug
Vadim Zeitlin [Thu, 14 Apr 2005 00:10:17 +0000 (00:10 +0000)] 
update from Hans F. Nordhaug

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

19 years agomade wxGridCellAttr dtor protected instead of private
Vadim Zeitlin [Wed, 13 Apr 2005 23:55:52 +0000 (23:55 +0000)] 
made wxGridCellAttr dtor protected instead of private

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

19 years agoReplace --disable-gtk2 with --with-gtk1 and --with-gtk2
Michael Wetherell [Wed, 13 Apr 2005 23:07:55 +0000 (23:07 +0000)] 
Replace --disable-gtk2 with --with-gtk1 and --with-gtk2

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

19 years agoRemove rules for building resource files on wxMac
Robin Dunn [Wed, 13 Apr 2005 22:57:18 +0000 (22:57 +0000)] 
Remove rules for building resource files on wxMac

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

19 years ago Fix Gizmos-XRC DLL linking.
Mattia Barbon [Wed, 13 Apr 2005 22:47:25 +0000 (22:47 +0000)] 
  Fix Gizmos-XRC DLL linking.

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

19 years agocorrected docstring
Robin Dunn [Wed, 13 Apr 2005 20:50:19 +0000 (20:50 +0000)] 
corrected docstring

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

19 years agoCorrected compile error
Robin Dunn [Wed, 13 Apr 2005 20:27:56 +0000 (20:27 +0000)] 
Corrected compile error

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

19 years agoMove G_FILENAME_ENCODING to wxGTK
Michael Wetherell [Wed, 13 Apr 2005 20:05:57 +0000 (20:05 +0000)] 
Move G_FILENAME_ENCODING to wxGTK

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

19 years agoRemoved redundant Cygwin sockets advice
Julian Smart [Wed, 13 Apr 2005 18:54:14 +0000 (18:54 +0000)] 
Removed redundant Cygwin sockets advice

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

19 years agowxBestHelpController now used as default on Windows
Julian Smart [Wed, 13 Apr 2005 18:52:43 +0000 (18:52 +0000)] 
wxBestHelpController now used as default on Windows
Change log updates

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

19 years agoLook for help file in Windows if not found elsewhere
Julian Smart [Wed, 13 Apr 2005 18:00:08 +0000 (18:00 +0000)] 
Look for help file in Windows if not found elsewhere

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

19 years agoOW pedantic warning fix.
Włodzimierz Skiba [Wed, 13 Apr 2005 17:54:58 +0000 (17:54 +0000)] 
OW pedantic warning fix.

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

19 years agoSending wxChar* outputs pointer instead of text under Borland.
Włodzimierz Skiba [Wed, 13 Apr 2005 17:53:28 +0000 (17:53 +0000)] 
Sending wxChar* outputs pointer instead of text under Borland.

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

19 years agowxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDOW_STREAM.
Włodzimierz Skiba [Wed, 13 Apr 2005 17:51:16 +0000 (17:51 +0000)] 
wxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDOW_STREAM.

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

19 years ago Call ansi packages ...-ansi
Robert Roebling [Wed, 13 Apr 2005 17:28:00 +0000 (17:28 +0000)] 
  Call ansi packages ...-ansi
  Added -with-odbc to ansi packages.

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

19 years agoadded tif_extension.c (bug 1168167)
Vadim Zeitlin [Wed, 13 Apr 2005 16:46:02 +0000 (16:46 +0000)] 
added tif_extension.c (bug 1168167)

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

19 years agofixed tests for dashed/dotted pens under OS != NT (bug 1182319)
Vadim Zeitlin [Wed, 13 Apr 2005 16:27:05 +0000 (16:27 +0000)] 
fixed tests for dashed/dotted pens under OS != NT (bug 1182319)

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

19 years agodon't break of the loop resetting last focus pointer in dtor as under some (unclear...
Vadim Zeitlin [Wed, 13 Apr 2005 16:26:23 +0000 (16:26 +0000)] 
don't break of the loop resetting last focus pointer in dtor as under some (unclear) cisrcumstances more than one TLW can have a pointer to us, see bug 1179024

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

19 years agowxStreamToTextRedirector test
Włodzimierz Skiba [Wed, 13 Apr 2005 16:02:09 +0000 (16:02 +0000)] 
wxStreamToTextRedirector test

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

19 years agoThe device origin can be set on WinCE, so use it and redefine conversion
Julian Smart [Wed, 13 Apr 2005 15:36:06 +0000 (15:36 +0000)] 
The device origin can be set on WinCE, so use it and redefine conversion
macros accordingly.
Also, convert result of calling GetClipBox from logical to
device coordinates since we're dealing with device coordinates at
this point.

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

19 years agoGetCursorPos returns an error on WinCE, so use GetMessagePos instead.
Julian Smart [Wed, 13 Apr 2005 15:32:41 +0000 (15:32 +0000)] 
GetCursorPos returns an error on WinCE, so use GetMessagePos instead.

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

19 years agoadded owner drawn checkbox to listbox page and the possibility to test changing the...
Vadim Zeitlin [Wed, 13 Apr 2005 15:03:50 +0000 (15:03 +0000)] 
added owner drawn checkbox to listbox page and the possibility to test changing the controls font (part of patch 1181057)

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

19 years ago Apply Mart R.'s patch for improved font width
Robert Roebling [Wed, 13 Apr 2005 13:53:19 +0000 (13:53 +0000)] 
  Apply Mart R.'s patch for improved font width
    handling and minor doc corrections.

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

19 years ago Correct vertical alignment for lables in static boxes.
Robert Roebling [Wed, 13 Apr 2005 13:46:01 +0000 (13:46 +0000)] 
  Correct vertical alignment for lables in static boxes.

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

19 years agoadded wxMedia
Vadim Zeitlin [Wed, 13 Apr 2005 13:34:13 +0000 (13:34 +0000)] 
added wxMedia

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

19 years agoUnnecessary shwlapi.h inclusion removed
Julian Smart [Wed, 13 Apr 2005 13:20:10 +0000 (13:20 +0000)] 
Unnecessary shwlapi.h inclusion removed

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

19 years agomention libs.dia
Vadim Zeitlin [Wed, 13 Apr 2005 13:06:14 +0000 (13:06 +0000)] 
mention libs.dia

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

19 years agoadded wxQA
Vadim Zeitlin [Wed, 13 Apr 2005 13:05:06 +0000 (13:05 +0000)] 
added wxQA

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

19 years agomistakenly enabled by default --enable-unicode switched off again by default
Vadim Zeitlin [Wed, 13 Apr 2005 13:03:56 +0000 (13:03 +0000)] 
mistakenly enabled by default --enable-unicode switched off again by default

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

19 years agofix DESTDIR handling in wx-config link (patch 1181759)
Vadim Zeitlin [Wed, 13 Apr 2005 12:56:11 +0000 (12:56 +0000)] 
fix DESTDIR handling in wx-config link (patch 1181759)

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

19 years agoTemporary compilation fix for wxUSE_INTL=0
Michael Wetherell [Wed, 13 Apr 2005 12:39:44 +0000 (12:39 +0000)] 
Temporary compilation fix for wxUSE_INTL=0

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

19 years agoCompilo fix for wxUSE_INTL=0 and use wxCSConv for broken filenames instead of wxMBCon...
Michael Wetherell [Wed, 13 Apr 2005 12:37:53 +0000 (12:37 +0000)] 
Compilo fix for wxUSE_INTL=0 and use wxCSConv for broken filenames instead of wxMBConvLibc

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

19 years agomake sure we don't miss resizes even when no sizers are involved
Stefan Csomor [Wed, 13 Apr 2005 06:04:02 +0000 (06:04 +0000)] 
make sure we don't miss resizes even when no sizers are involved

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

19 years agofixing redraw region
Stefan Csomor [Wed, 13 Apr 2005 06:02:16 +0000 (06:02 +0000)] 
fixing redraw region

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

19 years agoAdding accessor methods for URL and Title, and another revision of the window sizing...
Kevin Ollivier [Wed, 13 Apr 2005 05:12:41 +0000 (05:12 +0000)] 
Adding accessor methods for URL and Title, and another revision of the window sizing hack. Tested this one with wxWidgets sample, a notebook/splitter sample, and Documancer, a wxPython app, all with correct results.

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

19 years agofixing compilo on carbon cfm with CW 9
Stefan Csomor [Wed, 13 Apr 2005 05:07:39 +0000 (05:07 +0000)] 
fixing compilo on carbon cfm with CW 9

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

19 years agoAdd room for the scrollbar
Robin Dunn [Wed, 13 Apr 2005 04:57:08 +0000 (04:57 +0000)] 
Add room for the scrollbar

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

19 years agoApplied patch #1181805 TextEditMixin and EVT_LIST_END_LABEL_EDIT
Robin Dunn [Wed, 13 Apr 2005 00:28:22 +0000 (00:28 +0000)] 
Applied patch #1181805 TextEditMixin and EVT_LIST_END_LABEL_EDIT

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

19 years agoFix for using std streams when std:: conflicts with ::
Włodzimierz Skiba [Tue, 12 Apr 2005 21:08:04 +0000 (21:08 +0000)] 
Fix for using std streams when std:: conflicts with ::

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

19 years agostd streams usage build fix under MSW
Włodzimierz Skiba [Tue, 12 Apr 2005 21:06:03 +0000 (21:06 +0000)] 
std streams usage build fix under MSW

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

19 years agoWarning fix.
Włodzimierz Skiba [Tue, 12 Apr 2005 20:57:09 +0000 (20:57 +0000)] 
Warning fix.

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

19 years agoFix CYGWIN socket compilo
Ryan Norton [Tue, 12 Apr 2005 17:52:01 +0000 (17:52 +0000)] 
Fix CYGWIN socket compilo

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

19 years agoFix warning on CYGWIN for sockets
Ryan Norton [Tue, 12 Apr 2005 17:18:13 +0000 (17:18 +0000)] 
Fix warning on CYGWIN for sockets

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

19 years agoEnsure 2.6 trumps 2.5 as default.
Ron Lee [Tue, 12 Apr 2005 17:17:18 +0000 (17:17 +0000)] 
Ensure 2.6 trumps 2.5 as default.

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

19 years agoFix CYGWIN socket compilo
Ryan Norton [Tue, 12 Apr 2005 17:16:37 +0000 (17:16 +0000)] 
Fix CYGWIN socket compilo

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

19 years agoReplace files from 2.5 that still overlap.
Ron Lee [Tue, 12 Apr 2005 17:08:08 +0000 (17:08 +0000)] 
Replace files from 2.5 that still overlap.

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

19 years agoCYGWIN socket compilation fixes
Ryan Norton [Tue, 12 Apr 2005 17:03:49 +0000 (17:03 +0000)] 
CYGWIN socket compilation fixes

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