]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agofixed bug with showing unneeded scrollbar in the list control (at least under MSW)
Vadim Zeitlin [Sat, 2 Jul 2005 22:16:12 +0000 (22:16 +0000)] 
fixed bug with showing unneeded scrollbar in the list control (at least under MSW)

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

19 years agomade more clear that GetItemRect() returns physical coords
Vadim Zeitlin [Sat, 2 Jul 2005 22:15:36 +0000 (22:15 +0000)] 
made more clear that GetItemRect() returns physical coords

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

19 years agoadded GetItemRect() test
Vadim Zeitlin [Sat, 2 Jul 2005 22:14:52 +0000 (22:14 +0000)] 
added GetItemRect() test

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

19 years agoFix BOTTOM events to use BOTTOM in their description instead of TOP
Kevin Hock [Sat, 2 Jul 2005 21:18:29 +0000 (21:18 +0000)] 
Fix BOTTOM events to use BOTTOM in their description instead of TOP

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

19 years agoRevert check on wxABI_VERSION since it doesn't work for all compilers
Michael Wetherell [Sat, 2 Jul 2005 19:10:10 +0000 (19:10 +0000)] 
Revert check on wxABI_VERSION since it doesn't work for all compilers
VS: ----------------------------------------------------------------------

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

19 years agoonly set focus to the grid window in wxGrid::HideCellEditControl() if it hadn't been...
Vadim Zeitlin [Sat, 2 Jul 2005 11:22:24 +0000 (11:22 +0000)] 
only set focus to the grid window in wxGrid::HideCellEditControl() if it hadn't been switched to another window of our application

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

19 years agoadded include wx/toolbar.h neededfor mingw32 compilation
Vadim Zeitlin [Sat, 2 Jul 2005 11:19:51 +0000 (11:19 +0000)] 
added include wx/toolbar.h neededfor mingw32 compilation

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

19 years agoreally fixed wrong argument to wxString::Format()
Vadim Zeitlin [Fri, 1 Jul 2005 22:01:46 +0000 (22:01 +0000)] 
really fixed wrong argument to wxString::Format()

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

19 years agofixed wrong argument to wxString::Format(); include wx/thread.h
Vadim Zeitlin [Fri, 1 Jul 2005 21:42:26 +0000 (21:42 +0000)] 
fixed wrong argument to wxString::Format(); include wx/thread.h

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

19 years agowxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not...
Vadim Zeitlin [Fri, 1 Jul 2005 21:36:25 +0000 (21:36 +0000)] 
wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not WXDLLEXPORT

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

19 years agoGlobal platform header (<PalmOS.h>) removed from public wx-headers (but included...
Włodzimierz Skiba [Fri, 1 Jul 2005 19:36:58 +0000 (19:36 +0000)] 
Global platform header (<PalmOS.h>) removed from public wx-headers (but included in wxprec.h) with all consequences in wxPalmOS specific API.

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

19 years agofixed bug with HasGroup() creating groups as side effect
Vadim Zeitlin [Fri, 1 Jul 2005 18:05:10 +0000 (18:05 +0000)] 
fixed bug with HasGroup() creating groups as side effect

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

19 years agoadded test for HasGroup() bug
Vadim Zeitlin [Fri, 1 Jul 2005 18:04:11 +0000 (18:04 +0000)] 
added test for HasGroup() bug

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

19 years agoHelpers in disabling warnings for unused params.
Włodzimierz Skiba [Fri, 1 Jul 2005 13:39:03 +0000 (13:39 +0000)] 
Helpers in disabling warnings for unused params.

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

19 years agoeVC3 build fix.
Włodzimierz Skiba [Fri, 1 Jul 2005 13:06:47 +0000 (13:06 +0000)] 
eVC3 build fix.

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

19 years agoHelpers in disabling warnings for unused params.
Włodzimierz Skiba [Thu, 30 Jun 2005 15:31:20 +0000 (15:31 +0000)] 
Helpers in disabling warnings for unused params.

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

19 years agoDMC/PCH info.
Włodzimierz Skiba [Thu, 30 Jun 2005 15:24:18 +0000 (15:24 +0000)] 
DMC/PCH info.

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

19 years agoNote on need for build environment support for PCH in case of some compilers (GCC...
Mart Raudsepp [Thu, 30 Jun 2005 11:59:45 +0000 (11:59 +0000)] 
Note on need for build environment support for PCH in case of some compilers (GCC notably).
TODO: Clarify later once things are more clear.

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

19 years agoAdded a missing import that was causing FormatText to fail.
Kevin Ollivier [Thu, 30 Jun 2005 07:20:29 +0000 (07:20 +0000)] 
Added a missing import that was causing FormatText to fail.

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

19 years agoPut wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL inside
Michael Wetherell [Thu, 30 Jun 2005 01:05:16 +0000 (01:05 +0000)] 
Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL inside
    #if wxABI_VERSION >= 20601
        ...
    #endif

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

19 years agoAdd wxABI_VERSION
Michael Wetherell [Thu, 30 Jun 2005 00:58:28 +0000 (00:58 +0000)] 
Add wxABI_VERSION

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

19 years agoMake wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications
Michael Wetherell [Thu, 30 Jun 2005 00:52:05 +0000 (00:52 +0000)] 
Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications
won't depend on it, and so will be compatible with 2.6.1 libs. But still
define and export it in event.cpp so that 2.6.0 apps will be able to use
2.6.1.1 libs.

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

19 years agouse a constant instead of hardcoded value
Vadim Zeitlin [Wed, 29 Jun 2005 22:05:08 +0000 (22:05 +0000)] 
use a constant instead of hardcoded value

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

19 years agomoved version-related variables to separate file in preparation for sonames fix ...
Václav Slavík [Wed, 29 Jun 2005 21:53:53 +0000 (21:53 +0000)] 
moved version-related variables to separate file in preparation for sonames fix (no real changes yet)

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

19 years agoUnicode compilation fix again - please don't use non-ASCII characters in source code
Václav Slavík [Wed, 29 Jun 2005 21:39:21 +0000 (21:39 +0000)] 
Unicode compilation fix again - please don't use non-ASCII characters in source code

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

19 years agoadded version tag for symbols introduced in 2.6.2
Václav Slavík [Wed, 29 Jun 2005 21:37:25 +0000 (21:37 +0000)] 
added version tag for symbols introduced in 2.6.2

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

19 years ago Apply mask origin patch for blitting.
Robert Roebling [Wed, 29 Jun 2005 19:22:54 +0000 (19:22 +0000)] 
  Apply mask origin patch for blitting.

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

19 years ago define NO_GCC_PRAGMA if
Robert Roebling [Wed, 29 Jun 2005 19:02:19 +0000 (19:02 +0000)] 
  define NO_GCC_PRAGMA if
    - PCH
    - GCC >= 4.0
    - certain cases like Apple GCC, Mingw32 with certain other option

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

19 years ago Added test case speficically for GCC >= 4.0 and
Robert Roebling [Wed, 29 Jun 2005 13:40:33 +0000 (13:40 +0000)] 
  Added test case speficically for GCC >= 4.0 and
   define NO_GCC_PRAGMA then.

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

19 years ago Reverted GCC_NO_PRAGMA change
Robert Roebling [Wed, 29 Jun 2005 13:26:45 +0000 (13:26 +0000)] 
 Reverted GCC_NO_PRAGMA change

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

19 years agoAdd HANGUL_CHARSET for vc++ 5, and move a couple of others that were already
Michael Wetherell [Wed, 29 Jun 2005 01:34:43 +0000 (01:34 +0000)] 
Add HANGUL_CHARSET for vc++ 5, and move a couple of others that were already
in there for DMC.

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

19 years agoAdd wxArray, wxArrayString, wxDateEvent and wxSplitterEvent into the classes by categ...
Mart Raudsepp [Mon, 27 Jun 2005 15:45:25 +0000 (15:45 +0000)] 
Add wxArray, wxArrayString, wxDateEvent and wxSplitterEvent into the classes by category listing.

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

19 years agoLink fix in XML Resource overview.
Mart Raudsepp [Mon, 27 Jun 2005 13:11:12 +0000 (13:11 +0000)] 
Link fix in XML Resource overview.

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

19 years agoRemove references to wxValidator in wxSpinButton docs - no validator param. Closes...
Mart Raudsepp [Mon, 27 Jun 2005 12:37:54 +0000 (12:37 +0000)] 
Remove references to wxValidator in wxSpinButton docs - no validator param. Closes patch #1227956

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

19 years agoCompilation fix for some gcc versions on OS/2.
Stefan Neis [Sun, 26 Jun 2005 16:28:18 +0000 (16:28 +0000)] 
Compilation fix for some gcc versions on OS/2.

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

19 years ago Added wxShadowObject for imitating a VMT with
Robert Roebling [Sun, 26 Jun 2005 15:48:02 +0000 (15:48 +0000)] 
  Added wxShadowObject for imitating a VMT with
   virtual functions without changing the C++
   interface etc. of the class.
  Added test to it to the dynamic sample.

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

19 years agoFixed compilation error for Motif.
Stefan Neis [Sun, 26 Jun 2005 15:46:28 +0000 (15:46 +0000)] 
Fixed compilation error for Motif.

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

19 years ago Revert Ron's removal of the reserved functions.
Robert Roebling [Sun, 26 Jun 2005 15:46:12 +0000 (15:46 +0000)] 
  Revert Ron's removal of the reserved functions.

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

19 years ago Documented wxListItemAttr.
Mattia Barbon [Sun, 26 Jun 2005 13:51:29 +0000 (13:51 +0000)] 
  Documented wxListItemAttr.
  Clarified that item data is asociated with a wxListCtrl
item and not with subitems.

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

19 years agoPossibly to allow including both os2/private.h and GUI's private.h for
Stefan Neis [Sun, 26 Jun 2005 13:25:39 +0000 (13:25 +0000)] 
Possibly to allow including both os2/private.h and GUI's private.h for
        X11 based builds on OS/2.

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

19 years agoreadded wxEVT_SCROLL_ENDSCROLL symbol back to the library to fix (inadvertent) backwa...
Vadim Zeitlin [Sat, 25 Jun 2005 12:19:03 +0000 (12:19 +0000)] 
readded wxEVT_SCROLL_ENDSCROLL symbol back to the library to fix (inadvertent) backwards binary compatibility breakage

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

19 years agoremoved unused versioning variables
Václav Slavík [Sat, 25 Jun 2005 11:12:39 +0000 (11:12 +0000)] 
removed unused versioning variables

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

19 years agoHandler when the cases when the MGL timer wraps
Michael Wetherell [Sat, 25 Jun 2005 01:24:52 +0000 (01:24 +0000)] 
Handler when the cases when the MGL timer wraps

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

19 years agoPut a humane end to the pathetic flailing over whether this can
Ron Lee [Fri, 24 Jun 2005 16:44:20 +0000 (16:44 +0000)] 
Put a humane end to the pathetic flailing over whether this can
work or not.  It obviously never can if you understand the rules
for binary compatibility of a userspace library and the mechanisms
to manage it -- no matter how clever we get in the future.

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

19 years agoPreserve logging state during QT plugin initialization.
Włodzimierz Skiba [Fri, 24 Jun 2005 15:55:10 +0000 (15:55 +0000)] 
Preserve logging state during QT plugin initialization.

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

19 years agoAlso corefoundation files for GTK+
Julian Smart [Fri, 24 Jun 2005 14:13:02 +0000 (14:13 +0000)] 
Also corefoundation files for GTK+

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

19 years agoAdded corefoundation files to release scripts
Julian Smart [Fri, 24 Jun 2005 14:10:57 +0000 (14:10 +0000)] 
Added corefoundation files to release scripts

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

19 years agoat least not crash in case of TIFF warnings/errors in Unicode build (but we still...
Vadim Zeitlin [Fri, 24 Jun 2005 12:29:22 +0000 (12:29 +0000)] 
at least not crash in case of TIFF warnings/errors in Unicode build (but we still don't show them correctly neither)

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

19 years agouse wxVLogWarning in TIFFwxWarningHandler() instead of wxLogWarning (bug 1226815)
Vadim Zeitlin [Fri, 24 Jun 2005 12:22:30 +0000 (12:22 +0000)] 
use wxVLogWarning in TIFFwxWarningHandler() instead of wxLogWarning (bug 1226815)

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

19 years agofixed appending menu items for a (popup) menu with a title broken by last change...
Vadim Zeitlin [Fri, 24 Jun 2005 00:09:34 +0000 (00:09 +0000)] 
fixed appending menu items for a (popup) menu with a title broken by last change (and also fixed inserting in this case which didn't work even before last change)

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

19 years agorolled back exceptions handling patch, it relied on incorrect assumption about vtables
Václav Slavík [Thu, 23 Jun 2005 16:17:02 +0000 (16:17 +0000)] 
rolled back exceptions handling patch, it relied on incorrect assumption about vtables

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

19 years agoAvoid logging when QT plugin is unused but fails (from Ryan). GCC warning fix related...
Włodzimierz Skiba [Thu, 23 Jun 2005 15:43:45 +0000 (15:43 +0000)] 
Avoid logging when QT plugin is unused but fails (from Ryan). GCC warning fix related initialization order.

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

19 years agoClarified wx[NO_]FULL_REPAINT_ON_RESIZE docs
Julian Smart [Thu, 23 Jun 2005 09:57:09 +0000 (09:57 +0000)] 
Clarified wx[NO_]FULL_REPAINT_ON_RESIZE docs

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

19 years agoCorrections
Julian Smart [Thu, 23 Jun 2005 09:55:35 +0000 (09:55 +0000)] 
Corrections

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

19 years agoRemove reference to wxrcedit which sank a while back.
Ron Lee [Thu, 23 Jun 2005 07:58:58 +0000 (07:58 +0000)] 
Remove reference to wxrcedit which sank a while back.

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

19 years agoUpdate standards version. Rip out wxrcedit cruft. Fix wxpyver dir.
Ron Lee [Thu, 23 Jun 2005 07:55:23 +0000 (07:55 +0000)] 
Update standards version.  Rip out wxrcedit cruft.  Fix wxpyver dir.

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

19 years agooops, 'ze hand is quicker zan vi.
Ron Lee [Thu, 23 Jun 2005 03:41:07 +0000 (03:41 +0000)] 
oops, 'ze hand is quicker zan vi.

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

19 years agoBump soname in preparation for 2.6.2 release.
Ron Lee [Thu, 23 Jun 2005 01:26:23 +0000 (01:26 +0000)] 
Bump soname in preparation for 2.6.2 release.

Could someone please rebake this with whatever the correct
version + silent hacks is.  Based on present reports I have
no idea which version and/or hacks to it are 'official', and
the crypto logic that bakefile is becoming famous for is in
shining form today:

$ bakefile_gen -fautoconf

-----------------------------------------------------------------------
This file cannot be processed with Bakefile version older than 0.1.7.
You are using Bakefile version 0.1.6. Please install the newest version
from http://bakefile.sourceforge.net.
-----------------------------------------------------------------------

It's always good to have a nice conundrum to ponder while your
code is not building...

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

19 years agoRestore the no longer default, sensible defaults.
Ron Lee [Thu, 23 Jun 2005 00:44:25 +0000 (00:44 +0000)] 
Restore the no longer default, sensible defaults.

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

19 years agoUnrevert Cygwin changes after discussion. Cygwin will be unix with the new
Michael Wetherell [Wed, 22 Jun 2005 20:58:47 +0000 (20:58 +0000)] 
Unrevert Cygwin changes after discussion. Cygwin will be unix with the new
version of bakefile, but allow wxMSW to stay a Windows build until there is
a unix version of it.

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

19 years agoRemoved duplicate end list tag. Whoops, sorry.
Kevin Hock [Wed, 22 Jun 2005 17:04:00 +0000 (17:04 +0000)] 
Removed duplicate end list tag.  Whoops, sorry.

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

19 years agoDocument EVT_TREE_STATE_IMAGE_CLICK (Windows only)
Kevin Hock [Wed, 22 Jun 2005 16:49:49 +0000 (16:49 +0000)] 
Document EVT_TREE_STATE_IMAGE_CLICK (Windows only)

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

19 years agoMoved src/mac/corefoundation/hid.cpp from base library to wxMac and wxCocoa
David Elliott [Wed, 22 Jun 2005 02:51:07 +0000 (02:51 +0000)] 
Moved src/mac/corefoundation/hid.cpp from base library to wxMac and wxCocoa
core libraries so that wxGetKeyState is implemented in the core GUI library
as it is for any other toolkit.
NOTE: This breaks binary compatibility.

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

19 years agoMoved wxMacExecute out of src/mac/corefoundation/hid.cpp and into
David Elliott [Wed, 22 Jun 2005 00:20:28 +0000 (00:20 +0000)] 
Moved wxMacExecute out of src/mac/corefoundation/hid.cpp and into
new src/mac/corefoundation/utilsexc_base.cpp.

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

19 years agoRebaked after removal of notebook.rc
Michael Wetherell [Tue, 21 Jun 2005 23:23:45 +0000 (23:23 +0000)] 
Rebaked after removal of notebook.rc

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

19 years agowxDragImage is not in wxAdv
Vadim Zeitlin [Tue, 21 Jun 2005 21:31:33 +0000 (21:31 +0000)] 
wxDragImage is not in wxAdv

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

19 years ago Implemented loading 256-color bitmaps.
Mattia Barbon [Tue, 21 Jun 2005 20:17:42 +0000 (20:17 +0000)] 
  Implemented loading 256-color bitmaps.

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

19 years ago Avoid warnings with MSVC 5.
Mattia Barbon [Tue, 21 Jun 2005 20:16:03 +0000 (20:16 +0000)] 
  Avoid warnings with MSVC 5.

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

19 years agoApplied [ 1213375 ] MSW wxMediaCtrl minor debugging and cleanup
Julian Smart [Tue, 21 Jun 2005 16:15:46 +0000 (16:15 +0000)] 
Applied [ 1213375 ] MSW wxMediaCtrl minor debugging and cleanup

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

19 years agoApplied [ 1223134 ] [wxMSW] Proper repainting when resizing - take 2, part 2
Julian Smart [Tue, 21 Jun 2005 16:08:22 +0000 (16:08 +0000)] 
Applied [ 1223134 ] [wxMSW] Proper repainting when resizing - take 2, part 2
Jamie Gadd
Applied [ 1223491 ] splitter sizes not initialized on wx2.6.1
Aron Pongo

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

19 years agoApplied [ 1223122 ] [wxMSW] Proper repainting when resizing - take 2
Julian Smart [Tue, 21 Jun 2005 16:06:45 +0000 (16:06 +0000)] 
Applied [ 1223122 ] [wxMSW] Proper repainting when resizing - take 2
Jamie Gadd

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

19 years agorolled back exceptions handling patch, it relied on incorrect assumption about vtables
Václav Slavík [Tue, 21 Jun 2005 09:56:18 +0000 (09:56 +0000)] 
rolled back exceptions handling patch, it relied on incorrect assumption about vtables

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

19 years agoFix Error between Get and Set
Chris Elliott [Mon, 20 Jun 2005 14:43:52 +0000 (14:43 +0000)] 
Fix Error between Get and Set

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

19 years agoReverted patch which appears to be responsible for intermittent
Julian Smart [Mon, 20 Jun 2005 14:02:35 +0000 (14:02 +0000)] 
Reverted patch which appears to be responsible for intermittent
crashes on exit in 2.6.1

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

19 years agochanged exceptions handling to work under wxGTK
Václav Slavík [Mon, 20 Jun 2005 08:20:50 +0000 (08:20 +0000)] 
changed exceptions handling to work under wxGTK

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

19 years agodefine SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef...
Vadim Zeitlin [Mon, 20 Jun 2005 00:25:06 +0000 (00:25 +0000)] 
define SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef all its calls in wx code to allow compilation with wxUSE_HELP==0

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

19 years agocompilation fix for wxUSE_LOGWINDOW==0
Vadim Zeitlin [Mon, 20 Jun 2005 00:24:21 +0000 (00:24 +0000)] 
compilation fix for wxUSE_LOGWINDOW==0

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

19 years agocompilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for WinCE
Vadim Zeitlin [Mon, 20 Jun 2005 00:24:08 +0000 (00:24 +0000)] 
compilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for WinCE

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

19 years agocompilation fix for wxUSE_OLE==0 for WinCE
Vadim Zeitlin [Mon, 20 Jun 2005 00:23:44 +0000 (00:23 +0000)] 
compilation fix for wxUSE_OLE==0 for WinCE

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

19 years ago(harmless) eVC4 release mode warning fix
Vadim Zeitlin [Mon, 20 Jun 2005 00:22:56 +0000 (00:22 +0000)] 
(harmless) eVC4 release mode warning fix

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

19 years agodocumented that wxFileModificationTime() returns 0 (and not a more natural -1) if...
Vadim Zeitlin [Sun, 19 Jun 2005 23:50:43 +0000 (23:50 +0000)] 
documented that wxFileModificationTime() returns 0 (and not a more natural -1) if an error occurs

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

19 years agoreimplemented wxFileModificationTime() for CE without using wxDateTime (it also shoul...
Vadim Zeitlin [Sun, 19 Jun 2005 23:50:11 +0000 (23:50 +0000)] 
reimplemented wxFileModificationTime() for CE without using wxDateTime (it also should be more efficient like this)

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

19 years agodisable warning for eVC 4 (_MSC_VER == 1201) as well
Vadim Zeitlin [Sun, 19 Jun 2005 23:49:27 +0000 (23:49 +0000)] 
disable warning for eVC 4 (_MSC_VER == 1201) as well

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

19 years agoadded AutoHANDLE class to close a HANDLE automatically
Vadim Zeitlin [Sun, 19 Jun 2005 23:48:43 +0000 (23:48 +0000)] 
added AutoHANDLE class to close a HANDLE automatically

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

19 years agoWinCE does support strftime() now, no need to #ifdef it out
Vadim Zeitlin [Sun, 19 Jun 2005 22:44:51 +0000 (22:44 +0000)] 
WinCE does support strftime() now, no need to #ifdef it out

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

19 years agoWinCE compilation fix (no SM_C[XY]DRAG under CE as there is no mouse cursor)
Vadim Zeitlin [Sun, 19 Jun 2005 22:37:44 +0000 (22:37 +0000)] 
WinCE compilation fix (no SM_C[XY]DRAG under CE as there is no mouse cursor)

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

19 years agoadded scopeguardtest.cpp
Vadim Zeitlin [Sun, 19 Jun 2005 22:23:20 +0000 (22:23 +0000)] 
added scopeguardtest.cpp

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

19 years ago Fix crash on exit with Lesstif (and possibly Motif 1.x).
Mattia Barbon [Sun, 19 Jun 2005 19:11:21 +0000 (19:11 +0000)] 
  Fix crash on exit with Lesstif (and possibly Motif 1.x).

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

19 years agoCorrected wrong size used when refreshing notebook
Julian Smart [Sun, 19 Jun 2005 19:11:11 +0000 (19:11 +0000)] 
Corrected wrong size used when refreshing notebook

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

19 years ago Comitting correct wxGTK.spec again.
Robert Roebling [Sun, 19 Jun 2005 13:48:12 +0000 (13:48 +0000)] 
  Comitting correct wxGTK.spec again.

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

19 years agoSet m_cocoaDataSource = NULL in default constructor so subclasses that
David Elliott [Sat, 18 Jun 2005 03:39:46 +0000 (03:39 +0000)] 
Set m_cocoaDataSource = NULL in default constructor so subclasses that
don't call our Create function (e.g. wxCheckListBox) don't crash on destruction.

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

19 years agodon't assert if kind == Item_None in wxSizerItem::IsShown(), this can happen during...
Vadim Zeitlin [Fri, 17 Jun 2005 21:46:20 +0000 (21:46 +0000)] 
don't assert if kind == Item_None in wxSizerItem::IsShown(), this can happen during windows destruction (bug 1216428)

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

19 years agofixed typo in GetSelEnd() which made that the function didn't work (bug 1219791)
Vadim Zeitlin [Fri, 17 Jun 2005 21:41:39 +0000 (21:41 +0000)] 
fixed typo in GetSelEnd() which made that the function didn't work (bug 1219791)

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

19 years agodon't try to subclass tab control using the same window proc for our class, this...
Vadim Zeitlin [Fri, 17 Jun 2005 21:25:16 +0000 (21:25 +0000)] 
don't try to subclass tab control using the same window proc for our class, this doesn't work (really fixes bug 1222187, thanks go to Dave Dribin)

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

19 years agoundid last commit, it's not needed after fixing the real bug in wxNotebook registrati...
Vadim Zeitlin [Fri, 17 Jun 2005 20:17:50 +0000 (20:17 +0000)] 
undid last commit, it's not needed after fixing the real bug in wxNotebook registration code

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

19 years agoCommitting in .
Jouk Jansen [Fri, 17 Jun 2005 19:39:19 +0000 (19:39 +0000)] 
Committing in .

Updated OpenVMS configuration

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

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

19 years agoFix the test for NO_GCC_PRAGMA to be faster and more accurate.
Ron Lee [Fri, 17 Jun 2005 14:57:13 +0000 (14:57 +0000)] 
Fix the test for NO_GCC_PRAGMA to be faster and more accurate.

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

19 years agouse generic sample icon; no need for separate .rc file
Vadim Zeitlin [Fri, 17 Jun 2005 14:36:24 +0000 (14:36 +0000)] 
use generic sample icon; no need for separate .rc file

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

19 years agouse empty string and not string().c_str() as title for the controls without it to...
Vadim Zeitlin [Fri, 17 Jun 2005 14:32:28 +0000 (14:32 +0000)] 
use empty string and not string().c_str() as title for the controls without it to workaround Windows bug which results in crashes with wxUSE_STL==1 (closes 1222187)

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

19 years agocreate BAKEFILE_PATHS env var
Vadim Zeitlin [Fri, 17 Jun 2005 12:16:37 +0000 (12:16 +0000)] 
create BAKEFILE_PATHS env var

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