wxWidgets.git
18 years agocontext help for notebook pages tests added
Vadim Zeitlin [Wed, 14 Jun 2006 18:32:26 +0000 (18:32 +0000)] 
context help for notebook pages tests added

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

18 years agolet wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX as the latter are included...
Vadim Zeitlin [Wed, 14 Jun 2006 18:27:55 +0000 (18:27 +0000)] 
let wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX as the latter are included in the default style and getting rid of them manually requires writing ugly wxDEFAULT_FRAME_STYLE & ~(wxMINIMIZE_BOX | wxMAXIMIZE_BOX) while this is almost always what we need

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

18 years agoshow native-looking (with 3D shadow) help tooltips for context help, if possible...
Vadim Zeitlin [Wed, 14 Jun 2006 17:46:51 +0000 (17:46 +0000)] 
show native-looking (with 3D shadow) help tooltips for context help, if possible, using wxCHMHelpController

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

18 years agoInclude wx/colour.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Wed, 14 Jun 2006 17:09:39 +0000 (17:09 +0000)] 
Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoCode symetry for both directions of trimming towards fixing bug #1472688.
Włodzimierz Skiba [Wed, 14 Jun 2006 16:42:35 +0000 (16:42 +0000)] 
Code symetry for both directions of trimming towards fixing bug #1472688.

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

18 years agowxString::Trim() test.
Włodzimierz Skiba [Wed, 14 Jun 2006 16:32:24 +0000 (16:32 +0000)] 
wxString::Trim() test.

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

18 years agoCompile fix
Julian Smart [Wed, 14 Jun 2006 16:31:40 +0000 (16:31 +0000)] 
Compile fix

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

18 years agofixed wrong return value and child creation login in GetWindowChild() (includes patch...
Vadim Zeitlin [Wed, 14 Jun 2006 15:55:43 +0000 (15:55 +0000)] 
fixed wrong return value and child creation login in GetWindowChild() (includes patch 1506083)

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

18 years agofill in flags parameter of HitTest() for all book controls; added new wxNB_HITTEST_ON...
Vadim Zeitlin [Wed, 14 Jun 2006 15:54:24 +0000 (15:54 +0000)] 
fill in flags parameter of HitTest() for all book controls; added new wxNB_HITTEST_ONPAGE bit

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

18 years agoUnneeded semicolon.
Włodzimierz Skiba [Wed, 14 Jun 2006 15:03:55 +0000 (15:03 +0000)] 
Unneeded semicolon.

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

18 years agoFix for wrong combobox/height being reported if set size is pending
Julian Smart [Wed, 14 Jun 2006 13:11:53 +0000 (13:11 +0000)] 
Fix for wrong combobox/height being reported if set size is pending

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

18 years agomade wxTree/ListCtrl::HitTest() const
Vadim Zeitlin [Wed, 14 Jun 2006 12:00:57 +0000 (12:00 +0000)] 
made wxTree/ListCtrl::HitTest() const

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

18 years agowxCalendarCtrl workaround for occasional wrong combobox height reporting on wxMSW
Julian Smart [Wed, 14 Jun 2006 11:42:01 +0000 (11:42 +0000)] 
wxCalendarCtrl workaround for occasional wrong combobox height reporting on wxMSW

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

18 years agofix for the last printf format warning fix
Vadim Zeitlin [Wed, 14 Jun 2006 10:33:06 +0000 (10:33 +0000)] 
fix for the last printf format warning fix

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

18 years agoSource cleaning.
Włodzimierz Skiba [Wed, 14 Jun 2006 10:19:14 +0000 (10:19 +0000)] 
Source cleaning.

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

18 years agoWhitespaces lined up.
Włodzimierz Skiba [Wed, 14 Jun 2006 10:14:13 +0000 (10:14 +0000)] 
Whitespaces lined up.

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

18 years agoDon't create uneeded variables.
Włodzimierz Skiba [Wed, 14 Jun 2006 10:10:53 +0000 (10:10 +0000)] 
Don't create uneeded variables.

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

18 years agoInclude wx/bitmap.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Wed, 14 Jun 2006 10:02:19 +0000 (10:02 +0000)] 
Include wx/bitmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agofixed line endings
Robin Dunn [Wed, 14 Jun 2006 06:38:38 +0000 (06:38 +0000)] 
fixed line endings

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

18 years agoRevert last change, it was unintended
Robin Dunn [Wed, 14 Jun 2006 04:08:33 +0000 (04:08 +0000)] 
Revert last change, it was unintended

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

18 years agofixed line endings
Robin Dunn [Wed, 14 Jun 2006 04:05:05 +0000 (04:05 +0000)] 
fixed line endings

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

18 years agoUpdating MSW file list.
Kevin Ollivier [Tue, 13 Jun 2006 23:37:57 +0000 (23:37 +0000)] 
Updating MSW file list.

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

18 years agoreSWIGged
Robin Dunn [Tue, 13 Jun 2006 22:33:05 +0000 (22:33 +0000)] 
reSWIGged

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

18 years agoGetItemFromPoint is protected on wxMSW
Robin Dunn [Tue, 13 Jun 2006 22:27:52 +0000 (22:27 +0000)] 
GetItemFromPoint is protected on wxMSW

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

18 years agoCorrectly handle the release of ownership of the wx.FSFile returned
Robin Dunn [Tue, 13 Jun 2006 22:25:33 +0000 (22:25 +0000)] 
Correctly handle the release of ownership of the wx.FSFile returned
from wx.FileSystemHandler.OpenFile.

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

18 years agodocument wxHelpEvent::Set/GetOrigin()
Vadim Zeitlin [Tue, 13 Jun 2006 22:05:23 +0000 (22:05 +0000)] 
document wxHelpEvent::Set/GetOrigin()

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

18 years agoInclude wx/toplevel.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Tue, 13 Jun 2006 20:44:51 +0000 (20:44 +0000)] 
Include wx/toplevel.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoAdd support for generating classes for menus
Robin Dunn [Tue, 13 Jun 2006 20:12:18 +0000 (20:12 +0000)] 
Add support for generating classes for menus

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

18 years agoAllow AutoCompletion for items in collections too
Robin Dunn [Tue, 13 Jun 2006 19:09:03 +0000 (19:09 +0000)] 
Allow AutoCompletion for items in collections too

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

18 years agoHelp text for regions
Robin Dunn [Tue, 13 Jun 2006 19:08:21 +0000 (19:08 +0000)] 
Help text for regions

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

18 years agoChange header label
Robin Dunn [Tue, 13 Jun 2006 18:55:07 +0000 (18:55 +0000)] 
Change header label

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

18 years agoCtrl-letter --> ascii(1..26) for EVT_CHAR events now also works when
Robin Dunn [Tue, 13 Jun 2006 18:52:28 +0000 (18:52 +0000)] 
Ctrl-letter --> ascii(1..26) for EVT_CHAR events now also works when
CAPS-LOCK is on.

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

18 years agowxWinCE build fix.
Włodzimierz Skiba [Tue, 13 Jun 2006 11:34:36 +0000 (11:34 +0000)] 
wxWinCE build fix.

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

18 years agoInclude wx/arrstr.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Tue, 13 Jun 2006 11:30:40 +0000 (11:30 +0000)] 
Include wx/arrstr.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoRemoved unused files.
Włodzimierz Skiba [Tue, 13 Jun 2006 11:05:18 +0000 (11:05 +0000)] 
Removed unused files.

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

18 years agoFixed broken reference.
Włodzimierz Skiba [Tue, 13 Jun 2006 10:41:37 +0000 (10:41 +0000)] 
Fixed broken reference.

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

18 years agoAllow some paths to be relative to current dir.
Włodzimierz Skiba [Tue, 13 Jun 2006 10:38:45 +0000 (10:38 +0000)] 
Allow some paths to be relative to current dir.

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

18 years agoFixed accidental removal in one of past editings.
Włodzimierz Skiba [Tue, 13 Jun 2006 10:34:58 +0000 (10:34 +0000)] 
Fixed accidental removal in one of past editings.

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

18 years agoConsolidate the logic for generating file lists, as well as creating zip archives...
Kevin Ollivier [Tue, 13 Jun 2006 00:07:19 +0000 (00:07 +0000)] 
Consolidate the logic for generating file lists, as well as creating zip archives, into one place and remove some old code no longer needed.

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

18 years agowe don't need to manually propagate wxHelpEvents upwards, they're already wxCommandEv...
Vadim Zeitlin [Mon, 12 Jun 2006 23:59:42 +0000 (23:59 +0000)] 
we don't need to manually propagate wxHelpEvents upwards, they're already wxCommandEvents and so propagate by default

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

18 years agodocumented recently added Set/GetItemHelpText() and GetItemFromPoint()
Vadim Zeitlin [Mon, 12 Jun 2006 23:57:22 +0000 (23:57 +0000)] 
documented recently added Set/GetItemHelpText() and GetItemFromPoint()

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

18 years agofix wxFindWindowAtPoint for radiobox buttons, it didn't return the radiobox when...
Vadim Zeitlin [Mon, 12 Jun 2006 23:55:40 +0000 (23:55 +0000)] 
fix wxFindWindowAtPoint for radiobox buttons, it didn't return the radiobox when mouse was clicked inside it

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

18 years agoalways make a buffer bitmap
Robin Dunn [Mon, 12 Jun 2006 17:58:10 +0000 (17:58 +0000)] 
always make a buffer bitmap

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

18 years agoredirect to the page only the help events coming from this control itself to avoid...
Vadim Zeitlin [Mon, 12 Jun 2006 13:32:56 +0000 (13:32 +0000)] 
redirect to the page only the help events coming from this control itself to avoid infinite recursion when we get a help event originally sent to the page

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

18 years ago Update openVMS compilesupport
Jouk Jansen [Mon, 12 Jun 2006 09:00:22 +0000 (09:00 +0000)] 
 Update openVMS compilesupport

 Modified Files:
  setup.h_vms
 ----------------------------------------------------------------------

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

18 years agoMake sure to create parent dirs in the tree.
Kevin Ollivier [Mon, 12 Jun 2006 00:20:30 +0000 (00:20 +0000)] 
Make sure to create parent dirs in the tree.

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

18 years agoAn attempt at reducing redundancy and improving readability for manifest-based releases.
Kevin Ollivier [Sun, 11 Jun 2006 23:08:03 +0000 (23:08 +0000)] 
An attempt at reducing redundancy and improving readability for manifest-based releases.

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

18 years agowe can avoid 2-step construction now that setting wxDIALOG_EX_CONTEXTHELP after windo...
Vadim Zeitlin [Sun, 11 Jun 2006 22:46:07 +0000 (22:46 +0000)] 
we can avoid 2-step construction now that setting wxDIALOG_EX_CONTEXTHELP after window creation works too

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

18 years agoupdate the real window flags when extended flags change and not only the normal ones
Vadim Zeitlin [Sun, 11 Jun 2006 22:44:53 +0000 (22:44 +0000)] 
update the real window flags when extended flags change and not only the normal ones

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

18 years agoshow setting help text for individual radio box items
Vadim Zeitlin [Sun, 11 Jun 2006 22:40:07 +0000 (22:40 +0000)] 
show setting help text for individual radio box items

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

18 years agoadded possibility to specify modules dependencies
Vadim Zeitlin [Sun, 11 Jun 2006 22:19:12 +0000 (22:19 +0000)] 
added possibility to specify modules dependencies

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

18 years agomake it possible to associate context help text with individual radiobox items
Vadim Zeitlin [Sun, 11 Jun 2006 21:13:13 +0000 (21:13 +0000)] 
make it possible to associate context help text with individual radiobox items

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

18 years agomade it possible to associate context help to a region of a window
Vadim Zeitlin [Sun, 11 Jun 2006 21:10:32 +0000 (21:10 +0000)] 
made it possible to associate context help to a region of a window

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

18 years agodon't send wxHelpEvent generated for WM_HELP to all window parents, wxHelpEvent is...
Vadim Zeitlin [Sun, 11 Jun 2006 21:08:53 +0000 (21:08 +0000)] 
don't send wxHelpEvent generated for WM_HELP to all window parents, wxHelpEvent is already propagated upwards implicitely anyhow so in fact we should prevent the default behaviour for it from taking place

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

18 years agoNo longer using a zip file for VC project files, adding them directly into MSW file...
Kevin Ollivier [Sun, 11 Jun 2006 19:20:43 +0000 (19:20 +0000)] 
No longer using a zip file for VC project files, adding them directly into MSW file list.

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

18 years agoFix socket crash in wxURL by safely Destroying the socket rather than deleting it...
Kevin Hock [Sun, 11 Jun 2006 18:54:07 +0000 (18:54 +0000)] 
Fix socket crash in wxURL by safely Destroying the socket rather than deleting it [ patch 1502964 ]

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

18 years agoDon't use TreeBook for OS/2 PM port (at least not yet).
Stefan Neis [Sun, 11 Jun 2006 15:37:11 +0000 (15:37 +0000)] 
Don't use TreeBook for OS/2 PM port (at least not yet).

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

18 years agofunctions may return a CFStringRef that is null, so we make this conversion always...
Stefan Csomor [Sun, 11 Jun 2006 06:32:45 +0000 (06:32 +0000)] 
functions may return a CFStringRef that is null, so we make this conversion always return an empty string (crashes otherwise)

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

18 years agosome docstring fixes
Robin Dunn [Sun, 11 Jun 2006 00:13:05 +0000 (00:13 +0000)] 
some docstring fixes

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

18 years agoMaskedEdit patch from Will Sadkin:
Robin Dunn [Sat, 10 Jun 2006 22:13:54 +0000 (22:13 +0000)] 
MaskedEdit patch from Will Sadkin:
 - Added handling for WXK_DELETE and WXK_INSERT, such that shift-delete
   cuts, shift-insert pastes, and ctrl-insert copies.
 - Fixed masked.numctrl to allow space for a group char, as this format is
   apparently used in several world locales.

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

18 years agonumpad keys didn't trigger an update (reason for bug ID1503745)
Stefan Csomor [Sat, 10 Jun 2006 14:31:08 +0000 (14:31 +0000)] 
numpad keys didn't trigger an update (reason for bug ID1503745)

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

18 years agoAdded log for Mac process termination fix.
Julian Smart [Sat, 10 Jun 2006 08:59:14 +0000 (08:59 +0000)] 
Added log for Mac process termination fix.

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

18 years agoSwitch to overriding OnAssertFailure instead of OnAssert
Robin Dunn [Sat, 10 Jun 2006 03:31:01 +0000 (03:31 +0000)] 
Switch to overriding OnAssertFailure instead of OnAssert

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

18 years agoPrevent assert and crash if an attempt is made to make a bitmap with
Robin Dunn [Fri, 9 Jun 2006 23:28:28 +0000 (23:28 +0000)] 
Prevent assert and crash if an attempt is made to make a bitmap with
dimensions < 1

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

18 years agogcc printf format warning fixed
Vadim Zeitlin [Fri, 9 Jun 2006 22:06:19 +0000 (22:06 +0000)] 
gcc printf format warning fixed

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

18 years agoInclude wx/validate.h and wx/valtext.h according to precompiled headers of wx/wx...
Włodzimierz Skiba [Fri, 9 Jun 2006 21:21:53 +0000 (21:21 +0000)] 
Include wx/validate.h and wx/valtext.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoUsing buffered drawing won't let the themed background show through,
Robin Dunn [Fri, 9 Jun 2006 19:59:06 +0000 (19:59 +0000)] 
Using buffered drawing won't let the themed background show through,
so use an ordinary wx.PaintDC instead.

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

18 years agoGive wxMac its own set of face names
Robin Dunn [Fri, 9 Jun 2006 19:55:28 +0000 (19:55 +0000)] 
Give wxMac its own set of face names

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

18 years agoDon't use an accelerator for the About box. Ctl(Cmd)-H is reserved on
Robin Dunn [Fri, 9 Jun 2006 18:05:55 +0000 (18:05 +0000)] 
Don't use an accelerator for the About box.  Ctl(Cmd)-H is reserved on
the Mac anyway.

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

18 years agoInclude wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers...
Włodzimierz Skiba [Fri, 9 Jun 2006 17:50:46 +0000 (17:50 +0000)] 
Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoHeader listed twice removed.
Włodzimierz Skiba [Fri, 9 Jun 2006 17:29:30 +0000 (17:29 +0000)] 
Header listed twice removed.

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

18 years agoUSE_AUI build fix.
Włodzimierz Skiba [Fri, 9 Jun 2006 15:37:10 +0000 (15:37 +0000)] 
USE_AUI build fix.

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

18 years agoadded the cast to wxFontMapperBase erroneously removed by the last change
Vadim Zeitlin [Fri, 9 Jun 2006 11:22:24 +0000 (11:22 +0000)] 
added the cast to wxFontMapperBase erroneously removed by the last change

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

18 years agoInclude wx/statusbr.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Fri, 9 Jun 2006 09:51:39 +0000 (09:51 +0000)] 
Include wx/statusbr.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoFix missing semicolon from last commit
Michael Wetherell [Fri, 9 Jun 2006 08:50:17 +0000 (08:50 +0000)] 
Fix missing semicolon from last commit

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

18 years agoInclude wx/mdi.h according to precompiled headers of wx/wx.h (with other minor cleaning).
Włodzimierz Skiba [Thu, 8 Jun 2006 20:19:29 +0000 (20:19 +0000)] 
Include wx/mdi.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoAdded missing wx_aui.dsp file
Julian Smart [Thu, 8 Jun 2006 19:58:59 +0000 (19:58 +0000)] 
Added missing wx_aui.dsp file

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

18 years agofix scope of setting self.files
Robin Dunn [Thu, 8 Jun 2006 19:12:13 +0000 (19:12 +0000)] 
fix scope of setting self.files

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

18 years agodocstring fix
Robin Dunn [Thu, 8 Jun 2006 19:11:45 +0000 (19:11 +0000)] 
docstring fix

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

18 years agoAdd KeyEvent method for setting the m_uniChar member
Robin Dunn [Thu, 8 Jun 2006 19:11:02 +0000 (19:11 +0000)] 
Add KeyEvent method for setting the m_uniChar member

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

18 years agoApplied Patch #1502804: wx*PickerCtrl documentation fixes
Robin Dunn [Thu, 8 Jun 2006 19:10:00 +0000 (19:10 +0000)] 
Applied Patch #1502804: wx*PickerCtrl documentation fixes

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

18 years agomissing else
Stefan Csomor [Thu, 8 Jun 2006 18:53:29 +0000 (18:53 +0000)] 
missing else

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

18 years agoApplied Patch #1502801: Missing Clone() functions from some events
Robin Dunn [Thu, 8 Jun 2006 18:27:44 +0000 (18:27 +0000)] 
Applied Patch #1502801: Missing Clone() functions from some events

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

18 years agoAdd 1 to the width returned by DoGetBestSize in order to work around a
Robin Dunn [Thu, 8 Jun 2006 18:15:56 +0000 (18:15 +0000)] 
Add 1 to the width returned by DoGetBestSize in order to work around a
GTK issue where it sometimes wrapps the text needlessly

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

18 years agoUse bottom flat notebook on PocketPC by default.
Włodzimierz Skiba [Thu, 8 Jun 2006 13:12:20 +0000 (13:12 +0000)] 
Use bottom flat notebook on PocketPC by default.

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

18 years agoInclude wx/memory.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Thu, 8 Jun 2006 12:51:01 +0000 (12:51 +0000)] 
Include wx/memory.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoImprovements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.
Włodzimierz Skiba [Thu, 8 Jun 2006 11:25:30 +0000 (11:25 +0000)] 
Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.

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

18 years ago Compilo
Robert Roebling [Thu, 8 Jun 2006 10:17:00 +0000 (10:17 +0000)] 
  Compilo

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

18 years ago Correct compilation for GTK < 2.4.
Robert Roebling [Thu, 8 Jun 2006 10:05:42 +0000 (10:05 +0000)] 
  Correct compilation for GTK < 2.4.
  Remove double testing for __WXMGL__ and __WXX11__
    after testing for __UNIVERSAL__

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

18 years agoMissing dereference caused wrong wxString ctor to be used, leading to
Julian Smart [Thu, 8 Jun 2006 08:09:27 +0000 (08:09 +0000)] 
Missing dereference caused wrong wxString ctor to be used, leading to
memory errors

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

18 years agoInclude wx/sizer.h and wx/layout.h according to precompiled headers of wx/wx.h (with...
Włodzimierz Skiba [Thu, 8 Jun 2006 06:57:39 +0000 (06:57 +0000)] 
Include wx/sizer.h and wx/layout.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agouse "event-after" signal to send thumb release event
Paul Cornett [Thu, 8 Jun 2006 05:16:25 +0000 (05:16 +0000)] 
use "event-after" signal to send thumb release event

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

18 years agoInclude wx/combobox.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Wed, 7 Jun 2006 22:01:12 +0000 (22:01 +0000)] 
Include wx/combobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years ago1. renamed wxFontMapper::IsWxFontMapper() to IsDummy() (with reverse semantics)
Vadim Zeitlin [Wed, 7 Jun 2006 17:49:27 +0000 (17:49 +0000)] 
1. renamed wxFontMapper::IsWxFontMapper() to IsDummy() (with reverse semantics)
2. added wxFontMapper::Reset() to only do the cast needed when deleting
   the font mapper object once
3. reset the dummy font mapper created during the app initialization in
   wxFontMapperModule and not in init.cpp

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

18 years agoInclude wx/toolbar.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Wed, 7 Jun 2006 17:46:13 +0000 (17:46 +0000)] 
Include wx/toolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years ago[ 1502010 ] Cast to wrong type.
Włodzimierz Skiba [Wed, 7 Jun 2006 17:12:57 +0000 (17:12 +0000)] 
[ 1502010 ] Cast to wrong type.

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

18 years ago[ 1502016 ] wxImage::ConvertToGreyscale should retain alpha channel.
Włodzimierz Skiba [Wed, 7 Jun 2006 17:02:08 +0000 (17:02 +0000)] 
[ 1502016 ] wxImage::ConvertToGreyscale should retain alpha channel.

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

18 years agoShow grey version of image with alpha channel.
Włodzimierz Skiba [Wed, 7 Jun 2006 16:59:33 +0000 (16:59 +0000)] 
Show grey version of image with alpha channel.

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

18 years agoMissing plural.
Włodzimierz Skiba [Wed, 7 Jun 2006 15:06:08 +0000 (15:06 +0000)] 
Missing plural.

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

18 years agoWidgets sample mentioned.
Włodzimierz Skiba [Wed, 7 Jun 2006 15:02:40 +0000 (15:02 +0000)] 
Widgets sample mentioned.

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