wxWidgets.git
17 years agorename some projects to avoid project name clashes in samples.dsw
Vadim Zeitlin [Sat, 25 Nov 2006 14:22:44 +0000 (14:22 +0000)] 
rename some projects to avoid project name clashes in samples.dsw

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

17 years agomove wxIsDragResultOk out of line to avoid problems with DLL-exported inline function...
Vadim Zeitlin [Sat, 25 Nov 2006 14:08:27 +0000 (14:08 +0000)] 
move wxIsDragResultOk out of line to avoid problems with DLL-exported inline functions (mingw32 3.4.5 warns about it)

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

17 years ago Allow building when WXINTL_NO_GETTEXT_MACRO is defined.
Mattia Barbon [Sat, 25 Nov 2006 13:52:12 +0000 (13:52 +0000)] 
  Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

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

17 years agoDon't allow zero size for clipping region, or wxX11 will crash
Julian Smart [Sat, 25 Nov 2006 11:47:50 +0000 (11:47 +0000)] 
Don't allow zero size for clipping region, or wxX11 will crash

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

17 years agoAdded missing include for FILE
Julian Smart [Sat, 25 Nov 2006 10:49:15 +0000 (10:49 +0000)] 
Added missing include for FILE

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

17 years agoanother notebook event fix
Benjamin Williams [Fri, 24 Nov 2006 21:27:55 +0000 (21:27 +0000)] 
another notebook event fix

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

17 years agofix for bakefile and autoconf changes
Chris Elliott [Fri, 24 Nov 2006 13:05:07 +0000 (13:05 +0000)] 
fix for bakefile  and autoconf changes

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

17 years ago Link fix for GTK 1.2 debug.
Robert Roebling [Fri, 24 Nov 2006 11:33:53 +0000 (11:33 +0000)] 
  Link fix for GTK 1.2 debug.

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

17 years ago Actually use new GTK+ native assert dialog.
Robert Roebling [Fri, 24 Nov 2006 10:55:26 +0000 (10:55 +0000)] 
  Actually use new GTK+ native assert dialog.

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

17 years ago Actually compile GTK+ native assert dialog.
Robert Roebling [Fri, 24 Nov 2006 10:51:43 +0000 (10:51 +0000)] 
  Actually compile GTK+ native assert dialog.

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

17 years ago Commit FM's GTK+ native assert dialog code.
Robert Roebling [Fri, 24 Nov 2006 10:50:20 +0000 (10:50 +0000)] 
 Commit FM's GTK+ native assert dialog code.

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

17 years ago Override SetLogicalOrigin and SetDeviceOrigin in GNOME
Robert Roebling [Fri, 24 Nov 2006 10:48:56 +0000 (10:48 +0000)] 
  Override SetLogicalOrigin and SetDeviceOrigin in GNOME
    print DC as this will probably be needed to fix the
    printing bug reported recently.

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

17 years ago Correct include file for wxGetActiveWindow()
Robert Roebling [Fri, 24 Nov 2006 10:45:37 +0000 (10:45 +0000)] 
  Correct include file for wxGetActiveWindow()

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

17 years agoFix code comment: Giuseppe Bilotta tells me that ALPHA does not refer to the blue...
Mart Raudsepp [Fri, 24 Nov 2006 10:30:42 +0000 (10:30 +0000)] 
Fix code comment: Giuseppe Bilotta tells me that ALPHA does not refer to the blue buffer and glXChooseVisual manual agrees

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

17 years agoFixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows
Vadim Zeitlin [Fri, 24 Nov 2006 09:25:49 +0000 (09:25 +0000)] 
Fixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows

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

17 years agotest resizeable calendar control
Vadim Zeitlin [Fri, 24 Nov 2006 09:20:15 +0000 (09:20 +0000)] 
test resizeable calendar control

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

17 years agoavoid warnings about missing macro parameters (only given by VC6 apparently) when...
Vadim Zeitlin [Fri, 24 Nov 2006 00:56:22 +0000 (00:56 +0000)] 
avoid warnings about missing macro parameters (only given by VC6 apparently) when building as static library and, hence, having passing expmode parameters to various array definition macros

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

17 years agohandle wxXmlResource::Load() errors
Vadim Zeitlin [Fri, 24 Nov 2006 00:00:37 +0000 (00:00 +0000)] 
handle wxXmlResource::Load() errors

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

17 years agoprep flags, code indentation
Benjamin Williams [Thu, 23 Nov 2006 18:24:15 +0000 (18:24 +0000)] 
prep flags, code indentation

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

17 years agolimit TLW size to display size in wxSizer::Fit() instead of doing it in wxTLW::GetMax...
Vadim Zeitlin [Thu, 23 Nov 2006 17:50:52 +0000 (17:50 +0000)] 
limit TLW size to display size in wxSizer::Fit() instead of doing it in wxTLW::GetMaxSize(), this allows creating or manually resizing TLWs to be larger than the display while still avoiding making them too big by default

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

17 years agocorrectly render titlebars for TLWs with wxCAPTION but without wxCLOSE_BOX
Václav Slavík [Thu, 23 Nov 2006 14:50:42 +0000 (14:50 +0000)] 
correctly render titlebars for TLWs with wxCAPTION but without wxCLOSE_BOX

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

17 years agomoved some wxMimeTypeCommands methods into .cpp file from header, this generally...
Vadim Zeitlin [Thu, 23 Nov 2006 13:51:49 +0000 (13:51 +0000)] 
moved some wxMimeTypeCommands methods into .cpp file from header, this generally makes sense (methods are too long to be inline anyhow) and might also incidentally fix the compilation with -funsigned-char

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

17 years agofix daily builds
Chris Elliott [Thu, 23 Nov 2006 13:30:36 +0000 (13:30 +0000)] 
fix daily builds

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

17 years agotypo: s/if/is/
Vadim Zeitlin [Thu, 23 Nov 2006 12:03:41 +0000 (12:03 +0000)] 
typo: s/if/is/

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

17 years agofixed notebook event bug
Benjamin Williams [Thu, 23 Nov 2006 07:09:06 +0000 (07:09 +0000)] 
fixed notebook event bug

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

17 years agoRemove debugging statement.
Kevin Ollivier [Thu, 23 Nov 2006 06:36:50 +0000 (06:36 +0000)] 
Remove debugging statement.

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

17 years agoAllow import checks to be turned off via preference.
Kevin Ollivier [Thu, 23 Nov 2006 05:54:01 +0000 (05:54 +0000)] 
Allow import checks to be turned off via preference.

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

17 years agoreSWIGged
Robin Dunn [Thu, 23 Nov 2006 02:30:34 +0000 (02:30 +0000)] 
reSWIGged

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

17 years agoFixes for new AUI changes
Robin Dunn [Thu, 23 Nov 2006 02:29:13 +0000 (02:29 +0000)] 
Fixes for new AUI changes

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

17 years agoUpdates from Dan
Robin Dunn [Thu, 23 Nov 2006 02:28:03 +0000 (02:28 +0000)] 
Updates from Dan

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

17 years agoremoved some members from wxAuiPaneInfo which should not be on the class interface
Benjamin Williams [Wed, 22 Nov 2006 20:22:27 +0000 (20:22 +0000)] 
removed some members from wxAuiPaneInfo which should not be on the class interface

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

17 years agoAvoid crash when trying to access m_window from wxScreenDC.
Kevin Ollivier [Wed, 22 Nov 2006 19:54:38 +0000 (19:54 +0000)] 
Avoid crash when trying to access m_window from wxScreenDC.

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

17 years agoCoreGraphics only supports the wx.COPY logical function.
Kevin Ollivier [Wed, 22 Nov 2006 19:52:23 +0000 (19:52 +0000)] 
CoreGraphics only supports the wx.COPY logical function.

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

17 years agoAdded setters for print and page data
Julian Smart [Wed, 22 Nov 2006 17:11:53 +0000 (17:11 +0000)] 
Added setters for print and page data

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

17 years agofix broken script with brackets
Chris Elliott [Wed, 22 Nov 2006 16:10:14 +0000 (16:10 +0000)] 
fix broken script with brackets

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

17 years agoCrash bug fix (don't access NULL pointer)
Julian Smart [Wed, 22 Nov 2006 15:15:38 +0000 (15:15 +0000)] 
Crash bug fix (don't access NULL pointer)

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

17 years agoRemove unneeded code in wxWindowDC::DoGetPartialTextExtents
Robin Dunn [Wed, 22 Nov 2006 15:06:48 +0000 (15:06 +0000)] 
Remove unneeded code in wxWindowDC::DoGetPartialTextExtents

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:50:19 +0000 (06:50 +0000)] 
PCH build fix.

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

17 years agoUse same type in both results of A?B:C operator (Tinderbox build fix).
Włodzimierz Skiba [Tue, 25 Jul 2006 06:48:03 +0000 (06:48 +0000)] 
Use same type in both results of A?B:C operator (Tinderbox build fix).

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

17 years agoFinal steps to move to common icon.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:43:18 +0000 (06:43 +0000)] 
Final steps to move to common icon.

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:07:01 +0000 (06:07 +0000)] 
PCH build fix.

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

17 years agomove default button handling code from wxControlContainer to wxTLW (patch 1524441)
Vadim Zeitlin [Tue, 25 Jul 2006 01:31:13 +0000 (01:31 +0000)] 
move default button handling code from wxControlContainer to wxTLW (patch 1524441)

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

17 years agoinclude X11/Xutil.h for wxMotif compilation
Vadim Zeitlin [Tue, 25 Jul 2006 01:28:10 +0000 (01:28 +0000)] 
include X11/Xutil.h for wxMotif compilation

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

17 years agocompilation fix for platforms where size_t is unsigned long, not int
Vadim Zeitlin [Tue, 25 Jul 2006 01:05:49 +0000 (01:05 +0000)] 
compilation fix for platforms where size_t is unsigned long, not int

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

17 years agodocument HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)
Vadim Zeitlin [Tue, 25 Jul 2006 00:49:19 +0000 (00:49 +0000)] 
document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)

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

17 years agoimprovements to wxPickerBase default proportion values (patch 1525578)
Vadim Zeitlin [Tue, 25 Jul 2006 00:44:41 +0000 (00:44 +0000)] 
improvements to wxPickerBase default proportion values (patch 1525578)

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

17 years agohandlers added using AddHandler() last must have the highest priority (patch 1522807)
Vadim Zeitlin [Tue, 25 Jul 2006 00:33:14 +0000 (00:33 +0000)] 
handlers added using AddHandler() last must have the highest priority (patch 1522807)

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

17 years agoupdate from suzumizaki (patch 1522506)
Vadim Zeitlin [Tue, 25 Jul 2006 00:26:01 +0000 (00:26 +0000)] 
update from suzumizaki (patch 1522506)

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

17 years agoupdate from suzumizaki (patch 1522241)
Vadim Zeitlin [Tue, 25 Jul 2006 00:23:38 +0000 (00:23 +0000)] 
update from suzumizaki (patch 1522241)

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

17 years agomake wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch...
Vadim Zeitlin [Tue, 25 Jul 2006 00:19:46 +0000 (00:19 +0000)] 
make wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch 1521490)

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

17 years agowxPathList cleanup by Francesco (patch 1521481)
Vadim Zeitlin [Tue, 25 Jul 2006 00:16:55 +0000 (00:16 +0000)] 
wxPathList cleanup by Francesco (patch 1521481)

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

17 years agogenerate middle click events (backport from HEAD of the patch 1521314)
Vadim Zeitlin [Tue, 25 Jul 2006 00:12:51 +0000 (00:12 +0000)] 
generate middle click events (backport from HEAD of the patch 1521314)

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

17 years agogenerate middle click events (patch 1521314)
Vadim Zeitlin [Tue, 25 Jul 2006 00:09:49 +0000 (00:09 +0000)] 
generate middle click events (patch 1521314)

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

17 years agoadded wxID_HELP_INDEX/SEARCH (part of request 1404089)
Vadim Zeitlin [Tue, 25 Jul 2006 00:06:43 +0000 (00:06 +0000)] 
added wxID_HELP_INDEX/SEARCH (part of request 1404089)

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

17 years agooptionally count repeating wxLog messages instead of logging all (patch 1520815)
Vadim Zeitlin [Tue, 25 Jul 2006 00:04:35 +0000 (00:04 +0000)] 
optionally count repeating wxLog messages instead of logging all (patch 1520815)

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

17 years agodon't send duplicate set/kill focus events when the text control part of the control...
Vadim Zeitlin [Mon, 24 Jul 2006 23:51:43 +0000 (23:51 +0000)] 
don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

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

17 years agowxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)
Vadim Zeitlin [Mon, 24 Jul 2006 23:48:06 +0000 (23:48 +0000)] 
wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

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

17 years agoallow customization of individual grid lines appearance (patch 1496015)
Vadim Zeitlin [Mon, 24 Jul 2006 23:16:37 +0000 (23:16 +0000)] 
allow customization of individual grid lines appearance (patch 1496015)

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

17 years agofixed typos in last check in
Vadim Zeitlin [Mon, 24 Jul 2006 18:30:43 +0000 (18:30 +0000)] 
fixed typos in last check in

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

17 years agoprotect gs_allThreads with a mutex (modified patch 1518719)
Vadim Zeitlin [Mon, 24 Jul 2006 18:26:26 +0000 (18:26 +0000)] 
protect gs_allThreads with a mutex (modified patch 1518719)

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

17 years agodocumentation for wxAppTraits (patch 1518295 from Francesco)
Vadim Zeitlin [Mon, 24 Jul 2006 18:20:18 +0000 (18:20 +0000)] 
documentation for wxAppTraits (patch 1518295 from Francesco)

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

17 years agodistrib changes to enable graphics context and add gdiplus.dll
Robin Dunn [Wed, 11 Oct 2006 06:44:51 +0000 (06:44 +0000)] 
distrib changes to enable graphics context and add gdiplus.dll

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

17 years agoreSWIGged
Robin Dunn [Wed, 11 Oct 2006 04:44:52 +0000 (04:44 +0000)] 
reSWIGged

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

17 years agohelpers and typemaps for new GraphicsContext methods
Robin Dunn [Wed, 11 Oct 2006 04:42:49 +0000 (04:42 +0000)] 
helpers and typemaps for new GraphicsContext methods

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

17 years agobetter comments
Robin Dunn [Wed, 11 Oct 2006 04:18:35 +0000 (04:18 +0000)] 
better comments

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

17 years agoreentrance methods
Robin Dunn [Wed, 11 Oct 2006 04:16:33 +0000 (04:16 +0000)] 
reentrance methods

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

17 years ago~wxPoint2D
Robin Dunn [Wed, 11 Oct 2006 04:10:36 +0000 (04:10 +0000)] 
~wxPoint2D

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

17 years agoGet/Set LayoutDirection
Robin Dunn [Wed, 11 Oct 2006 04:09:58 +0000 (04:09 +0000)] 
Get/Set LayoutDirection

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

17 years agoAdd wxOverlay
Robin Dunn [Wed, 11 Oct 2006 04:07:14 +0000 (04:07 +0000)] 
Add wxOverlay

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

17 years ago Add more comments about ref counting and cow to
Robert Roebling [Tue, 21 Nov 2006 09:27:10 +0000 (09:27 +0000)] 
  Add more comments about ref counting and cow to
    brush, pen, font and region.

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

17 years agoremoved duplicate pane bug in sample application
Benjamin Williams [Tue, 21 Nov 2006 09:04:33 +0000 (09:04 +0000)] 
removed duplicate pane bug in sample application

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

17 years agoreadded window ptr check
Benjamin Williams [Tue, 21 Nov 2006 09:02:13 +0000 (09:02 +0000)] 
readded window ptr check

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

17 years agoassert if user tries to add pane with same name
Benjamin Williams [Tue, 21 Nov 2006 08:53:57 +0000 (08:53 +0000)] 
assert if user tries to add pane with same name

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

17 years agocurrent page bug fix in wxAuiNotebook
Benjamin Williams [Tue, 21 Nov 2006 07:46:24 +0000 (07:46 +0000)] 
current page bug fix in wxAuiNotebook

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

17 years agoTurn off spell-checking in the demo log window.
Kevin Ollivier [Tue, 21 Nov 2006 07:16:20 +0000 (07:16 +0000)] 
Turn off spell-checking in the demo log window.

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

17 years agoAdd missing platform guard.
Kevin Ollivier [Tue, 21 Nov 2006 07:13:54 +0000 (07:13 +0000)] 
Add missing platform guard.

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

17 years agoAllow spell-checking to be turned off with the MLTE implementation of wxTextCtrl.
Kevin Ollivier [Tue, 21 Nov 2006 07:08:40 +0000 (07:08 +0000)] 
Allow spell-checking to be turned off with the MLTE implementation of wxTextCtrl.

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

17 years agoregenned docs
Robin Dunn [Tue, 21 Nov 2006 04:05:13 +0000 (04:05 +0000)] 
regenned docs

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

17 years agoreSWIGged
Robin Dunn [Tue, 21 Nov 2006 04:03:37 +0000 (04:03 +0000)] 
reSWIGged

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

17 years agoEnsure the old tree item still exists before using it
Robin Dunn [Tue, 21 Nov 2006 03:50:44 +0000 (03:50 +0000)] 
Ensure the old tree item still exists before using it

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

17 years agono need to use a throw-away bitmap, just use th eone built-in to the
Robin Dunn [Tue, 21 Nov 2006 03:44:35 +0000 (03:44 +0000)] 
no need to use a throw-away bitmap, just use th eone built-in to the
buffered DC instead

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

17 years agoput unicows.dll in the python dir
Robin Dunn [Tue, 21 Nov 2006 03:42:47 +0000 (03:42 +0000)] 
put unicows.dll in the python dir

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

17 years ago2.7 --> 2.8
Robin Dunn [Tue, 21 Nov 2006 03:39:46 +0000 (03:39 +0000)] 
2.7 --> 2.8

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

17 years agoShow GridCellAutoWrapStringRenderer
Robin Dunn [Tue, 21 Nov 2006 03:35:32 +0000 (03:35 +0000)] 
Show GridCellAutoWrapStringRenderer

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

17 years agoDocstring tweaks
Robin Dunn [Tue, 21 Nov 2006 03:34:44 +0000 (03:34 +0000)] 
Docstring tweaks

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

17 years agosave a reference to the bitmap so it doesn't get destroyed before the
Robin Dunn [Tue, 21 Nov 2006 03:32:49 +0000 (03:32 +0000)] 
save a reference to the bitmap so it doesn't get destroyed before the
buffered DC does

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

17 years agomoved wxMGL's font management code to common so that it can be reused by wxDFB; imple...
Václav Slavík [Mon, 20 Nov 2006 20:45:57 +0000 (20:45 +0000)] 
moved wxMGL's font management code to common so that it can be reused by wxDFB; implemented wxDFB part

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

17 years agofloating pane size now restores after perspective restore
Benjamin Williams [Mon, 20 Nov 2006 19:58:13 +0000 (19:58 +0000)] 
floating pane size now restores after perspective restore

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

17 years agofixed a center pane bug in sample
Benjamin Williams [Mon, 20 Nov 2006 19:33:48 +0000 (19:33 +0000)] 
fixed a center pane bug in sample

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

17 years agodon't expose M_FONTDATA in public header
Václav Slavík [Mon, 20 Nov 2006 16:43:55 +0000 (16:43 +0000)] 
don't expose M_FONTDATA in public header

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

17 years agofixed to remove wxFontRefData as intended and not wxFontData
Václav Slavík [Mon, 20 Nov 2006 16:30:09 +0000 (16:30 +0000)] 
fixed to remove wxFontRefData as intended and not wxFontData

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

17 years agodon't expose M_FONTDATA in public header
Václav Slavík [Mon, 20 Nov 2006 16:21:08 +0000 (16:21 +0000)] 
don't expose M_FONTDATA in public header

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

17 years agodon't expose M_FONTDATA in public header
Václav Slavík [Mon, 20 Nov 2006 16:14:01 +0000 (16:14 +0000)] 
don't expose M_FONTDATA in public header

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

17 years agotoolbar docking bug fixed
Benjamin Williams [Mon, 20 Nov 2006 15:35:17 +0000 (15:35 +0000)] 
toolbar docking bug fixed

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

17 years agoFurther wxRTC doc additions
Julian Smart [Mon, 20 Nov 2006 12:58:22 +0000 (12:58 +0000)] 
Further wxRTC doc additions

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

17 years agoTrailing newline.
Julian Smart [Mon, 20 Nov 2006 12:48:42 +0000 (12:48 +0000)] 
Trailing newline.

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

17 years agoFixed a bug setting caret position after setting or clearing selection
Julian Smart [Mon, 20 Nov 2006 11:33:44 +0000 (11:33 +0000)] 
Fixed a bug setting caret position after setting or clearing selection
Implemented forced line breaks within a paragraph, entered with Shift-Return.

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

17 years agoavoid using old directory
Chris Elliott [Mon, 20 Nov 2006 09:13:11 +0000 (09:13 +0000)] 
avoid using old directory

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

17 years agochange unix script so lower case zip and exe
Chris Elliott [Mon, 20 Nov 2006 09:12:13 +0000 (09:12 +0000)] 
change unix script so lower case zip and exe

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

17 years agoSome typo fixes
Mart Raudsepp [Mon, 20 Nov 2006 08:22:02 +0000 (08:22 +0000)] 
Some typo fixes

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