wxWidgets.git
19 years agofixed for w/o expat
Ryan Norton [Sat, 16 Apr 2005 21:42:17 +0000 (21:42 +0000)] 
fixed for w/o expat

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

19 years agoAdd docstrings for wxSTC methods
Robin Dunn [Sat, 16 Apr 2005 21:41:28 +0000 (21:41 +0000)] 
Add docstrings for wxSTC methods

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

19 years agoCompilation fix. I didn't add a #error since I figured this sample will be
Michael Wetherell [Sat, 16 Apr 2005 21:22:29 +0000 (21:22 +0000)] 
Compilation fix. I didn't add a #error since I figured this sample will be
demonstrating more things than just OnFatalException() in the future?

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

19 years agoCompilation fix
Michael Wetherell [Sat, 16 Apr 2005 20:47:24 +0000 (20:47 +0000)] 
Compilation fix

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

19 years agoCompile fix
Michael Wetherell [Sat, 16 Apr 2005 20:40:43 +0000 (20:40 +0000)] 
Compile fix

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

19 years agoNew --with-gtk=VALUE syntax
Robin Dunn [Sat, 16 Apr 2005 19:42:51 +0000 (19:42 +0000)] 
New --with-gtk=VALUE syntax

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

19 years agoAdded Python methods to wxStyledTextCtrl that allow to get/set text in
Robin Dunn [Sat, 16 Apr 2005 19:41:33 +0000 (19:41 +0000)] 
Added Python methods to wxStyledTextCtrl that allow to get/set text in
UTF8 in either unicode or ansi builds

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

19 years agoCompile fixes for Linux
Julian Smart [Sat, 16 Apr 2005 19:19:22 +0000 (19:19 +0000)] 
Compile fixes for Linux

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

19 years agoImproved spacing
Julian Smart [Sat, 16 Apr 2005 18:57:23 +0000 (18:57 +0000)] 
Improved spacing

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

19 years ago Mention GTK+ fixes.
Robert Roebling [Sat, 16 Apr 2005 17:26:40 +0000 (17:26 +0000)] 
  Mention GTK+ fixes.

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

19 years ago Reflect new --with-gtk=VERSION syntax.
Robert Roebling [Sat, 16 Apr 2005 17:22:55 +0000 (17:22 +0000)] 
  Reflect new --with-gtk=VERSION syntax.

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

19 years agoNo EOVERFLOW on openbsd
Michael Wetherell [Sat, 16 Apr 2005 17:13:14 +0000 (17:13 +0000)] 
No EOVERFLOW on openbsd

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

19 years agoFixed child positioning on window resizing.
Stefan Neis [Sat, 16 Apr 2005 17:00:06 +0000 (17:00 +0000)] 
Fixed child positioning on window resizing.

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

19 years ago Readded test for wxMenuItem::SetLabel() to sample.
Robert Roebling [Sat, 16 Apr 2005 16:53:55 +0000 (16:53 +0000)] 
  Readded test for wxMenuItem::SetLabel() to sample.
  Support for hotkeys in names functions for GTK+2.

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

19 years agoBefore I forget yet again, here is the Bakefile quickstart for wx projects.
Kevin Ollivier [Sat, 16 Apr 2005 16:24:48 +0000 (16:24 +0000)] 
Before I forget yet again, here is the Bakefile quickstart for wx projects.

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

19 years agoMoved enum definition out of function body to work around compiler bug.
Stefan Neis [Sat, 16 Apr 2005 16:03:42 +0000 (16:03 +0000)] 
Moved enum definition out of function body to work around compiler bug.

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

19 years agoupdate for 2.6.0 from Jonas Rydberg
Vadim Zeitlin [Sat, 16 Apr 2005 15:18:50 +0000 (15:18 +0000)] 
update for 2.6.0 from Jonas Rydberg

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

19 years agoFixed wxSTD for old gcc versions.
Stefan Neis [Sat, 16 Apr 2005 14:49:39 +0000 (14:49 +0000)] 
Fixed wxSTD for old gcc versions.

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

19 years agoregenerated after adding wx/unix/apptbase.h and wx/unix/apptrait.h to wxMac headers
Vadim Zeitlin [Sat, 16 Apr 2005 14:31:27 +0000 (14:31 +0000)] 
regenerated after adding wx/unix/apptbase.h and wx/unix/apptrait.h to wxMac headers

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

19 years agoadded wx/unix/apptrait.h and apptbase.h to BASE_MACOSX_WXMAC_HDR
Vadim Zeitlin [Sat, 16 Apr 2005 14:28:15 +0000 (14:28 +0000)] 
added wx/unix/apptrait.h and apptbase.h to BASE_MACOSX_WXMAC_HDR

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

19 years agocompilation fix: use wxSB_HORIZONTAL/VERTICAL instead of wxSL_XXX
Vadim Zeitlin [Sat, 16 Apr 2005 14:10:24 +0000 (14:10 +0000)] 
compilation fix: use wxSB_HORIZONTAL/VERTICAL instead of wxSL_XXX

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

19 years ago This should make the GTK statictext control wrap
Robert Roebling [Sat, 16 Apr 2005 13:34:36 +0000 (13:34 +0000)] 
  This should make the GTK statictext control wrap
    and behave like the MSW. I'm still doing further
    tests.

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

19 years agoChanged back DEFAULT_wxUSE_OPENGL to no so configure no longer completely
Stefan Neis [Sat, 16 Apr 2005 13:24:35 +0000 (13:24 +0000)] 
Changed back DEFAULT_wxUSE_OPENGL to no so configure no longer completely
        breaks on platforms without OpenGL support.

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

19 years agomake DEBUG_INFO=1 the default for VC++
Václav Slavík [Sat, 16 Apr 2005 13:16:06 +0000 (13:16 +0000)] 
make DEBUG_INFO=1 the default for VC++

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

19 years agoDEBUG_RUNTIME_LIBS depends on BUILD now, not DEBUG_INFO
Václav Slavík [Sat, 16 Apr 2005 13:14:35 +0000 (13:14 +0000)] 
DEBUG_RUNTIME_LIBS depends on BUILD now, not DEBUG_INFO

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

19 years agoMore comments to help people build the MFC sample
Julian Smart [Sat, 16 Apr 2005 12:33:50 +0000 (12:33 +0000)] 
More comments to help people build the MFC sample

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

19 years agoclean up release unused variable warnings
Ryan Norton [Sat, 16 Apr 2005 12:20:57 +0000 (12:20 +0000)] 
clean up release unused variable warnings

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

19 years agoreplaced C++ comments with C ones
Vadim Zeitlin [Sat, 16 Apr 2005 12:12:16 +0000 (12:12 +0000)] 
replaced C++ comments with C ones

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

19 years agoImplement wxMimeTypesManager on mac
Ryan Norton [Sat, 16 Apr 2005 11:40:25 +0000 (11:40 +0000)] 
Implement wxMimeTypesManager on mac

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

19 years agoupdated from libs.dia
Vadim Zeitlin [Sat, 16 Apr 2005 11:28:02 +0000 (11:28 +0000)] 
updated from libs.dia

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

19 years agoAdded destructor to fix crash on Mac due to focus event causing
Julian Smart [Sat, 16 Apr 2005 11:07:30 +0000 (11:07 +0000)] 
Added destructor to fix crash on Mac due to focus event causing
text control to be accessed while being deleted

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

19 years agoApplied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes
Julian Smart [Sat, 16 Apr 2005 10:38:23 +0000 (10:38 +0000)] 
Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes
Jaakko Salli

This patch modifies datectlg.cpp's wxDropdownButton in
such manner that it should be much easier to convert it
into a generic drop button class. Also, it is now more
universal in the respect that it should work on
platforms other than wxMSW and wxGTK (wxBitmapButton
being prime prerequisite).

Plus there are some bug fixes for wxDatePickerCtrlGeneric.

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

19 years agoApplied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes
Julian Smart [Sat, 16 Apr 2005 10:32:36 +0000 (10:32 +0000)] 
Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes
Jaakko Salli

This patch modifies datectlg.cpp's wxDropdownButton in
such manner that it should be much easier to convert it
into a generic drop button class. Also, it is now more
universal in the respect that it should work on
platforms other than wxMSW and wxGTK (wxBitmapButton
being prime prerequisite).

Plus there are some bug fixes for wxDatePickerCtrlGeneric.

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

19 years agoAPplied patch [ 1182682 ] Fixes wxDebugReportUpload fail when app name contains spaces
Julian Smart [Sat, 16 Apr 2005 10:16:49 +0000 (10:16 +0000)] 
APplied patch [ 1182682 ] Fixes wxDebugReportUpload fail when app name contains spaces
by eco

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

19 years agoSQLINTEGER typedef
Julian Smart [Sat, 16 Apr 2005 10:03:30 +0000 (10:03 +0000)] 
SQLINTEGER typedef

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

19 years agoApplied patch [ 1183153 ] [wxGTK] DrawComboBoxDropButton pressed state
Julian Smart [Sat, 16 Apr 2005 09:52:25 +0000 (09:52 +0000)] 
Applied patch [ 1183153 ] [wxGTK] DrawComboBoxDropButton pressed state
Jaakko Salli

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

19 years agoApplied patch [ 1183157 ] Compilation with GCC 4.0
Julian Smart [Sat, 16 Apr 2005 09:45:32 +0000 (09:45 +0000)] 
Applied patch [ 1183157 ] Compilation with GCC 4.0
by Michal Cihar. Also added typedef for SQLINTEGER in built-in
iODBC.

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

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