wxWidgets.git
16 years agofixed wxUniv's wxDialog::ShowModal() to use GetParentForModalDialog()
Václav Slavík [Sun, 16 Dec 2007 18:14:30 +0000 (18:14 +0000)] 
fixed wxUniv's wxDialog::ShowModal() to use GetParentForModalDialog()

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

16 years agoconvert wxImage's mask into alpha channel in wxDFB's wxBitmap for now, until full...
Václav Slavík [Sun, 16 Dec 2007 18:10:48 +0000 (18:10 +0000)] 
convert wxImage's mask into alpha channel in wxDFB's wxBitmap for now, until full wxMask support is implemented

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

16 years agofixing string param
Stefan Csomor [Sun, 16 Dec 2007 16:59:24 +0000 (16:59 +0000)] 
fixing string param

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

16 years agodifferent CoreText font caches for Robin's tests
Stefan Csomor [Sun, 16 Dec 2007 16:48:07 +0000 (16:48 +0000)] 
different CoreText font caches for Robin's tests

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

16 years agoImplemented (for GTK+) and tested dataview_context_menu event
Robert Roebling [Sun, 16 Dec 2007 15:16:52 +0000 (15:16 +0000)] 
Implemented (for GTK+) and tested dataview_context_menu event

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

16 years agoAdd dataview context menu event definitions
Robert Roebling [Sun, 16 Dec 2007 14:48:13 +0000 (14:48 +0000)] 
Add dataview context menu event definitions

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

16 years agoPatches-1851591 ] dataview sample is crashing (under MSW)
Robert Roebling [Sun, 16 Dec 2007 14:42:32 +0000 (14:42 +0000)] 
Patches-1851591 ] dataview sample is crashing (under MSW)

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

16 years agoenable dataviewctrl by default
Robert Roebling [Sun, 16 Dec 2007 14:25:25 +0000 (14:25 +0000)] 
enable dataviewctrl by default

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

16 years agoprobably fixed blit crash in X11
Robert Roebling [Sun, 16 Dec 2007 13:54:05 +0000 (13:54 +0000)] 
probably fixed blit crash in X11

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

16 years agoRemove old/new DC test code (3000th commit - and still typing)
Robert Roebling [Sun, 16 Dec 2007 13:53:07 +0000 (13:53 +0000)] 
Remove old/new DC test code (3000th commit - and still typing)

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

16 years agoAdd a couple of builds to test out native Windows builds.
Michael Wetherell [Sun, 16 Dec 2007 10:20:58 +0000 (10:20 +0000)] 
Add a couple of builds to test out native Windows builds.

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

16 years agowx/animdecod.h must be in common headers, not advanced ones
Vadim Zeitlin [Sat, 15 Dec 2007 23:21:43 +0000 (23:21 +0000)] 
wx/animdecod.h must be in common headers, not advanced ones

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

16 years agoundid incorrect replacement of WXDLLEXPORT with WXDLLIMPEXP_ADV, wxAnimationDecoder...
Vadim Zeitlin [Sat, 15 Dec 2007 23:16:56 +0000 (23:16 +0000)] 
undid incorrect replacement of WXDLLEXPORT with WXDLLIMPEXP_ADV, wxAnimationDecoder is a core class (because it's the base class for wxANIDecoder which is itself in core because it's used by wxBitmap); remove unnecessary dtor

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

16 years agodon't misinterpret the time after the date as a weekday (patch 1836708)
Vadim Zeitlin [Sat, 15 Dec 2007 21:03:21 +0000 (21:03 +0000)] 
don't misinterpret the time after the date as a weekday (patch 1836708)

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

16 years agofix unused parameter warning
Vadim Zeitlin [Sat, 15 Dec 2007 20:20:16 +0000 (20:20 +0000)] 
fix unused parameter warning

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

16 years agofixed another invalid cast
Vadim Zeitlin [Sat, 15 Dec 2007 18:40:15 +0000 (18:40 +0000)] 
fixed another invalid cast

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

16 years agofixed invalid cast of wxWindowDCImpl to wxDC in DoGetPixel()
Vadim Zeitlin [Sat, 15 Dec 2007 18:26:05 +0000 (18:26 +0000)] 
fixed invalid cast of wxWindowDCImpl to wxDC in DoGetPixel()

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

16 years agofixed wxGTK1 compilation after wxDC changes (still doesn't work)
Vadim Zeitlin [Sat, 15 Dec 2007 18:20:59 +0000 (18:20 +0000)] 
fixed wxGTK1 compilation after wxDC changes (still doesn't work)

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

16 years agoFix Ok/IsOk() mess in wxGDIObject-derived classes; also added
Vadim Zeitlin [Sat, 15 Dec 2007 17:54:20 +0000 (17:54 +0000)] 
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
wxGDIObject::Create/CloneGDIRefData() and implemented them for (almost) all
ports

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

16 years agofix gcc warning about possibly uninitialized variables
Vadim Zeitlin [Sat, 15 Dec 2007 17:50:44 +0000 (17:50 +0000)] 
fix gcc warning about possibly uninitialized variables

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

16 years agofix signed/unsigned comparison warnings
Vadim Zeitlin [Sat, 15 Dec 2007 17:50:02 +0000 (17:50 +0000)] 
fix signed/unsigned comparison warnings

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

16 years agotd162 is down so try td163.
Michael Wetherell [Sat, 15 Dec 2007 15:54:18 +0000 (15:54 +0000)] 
td162 is down so try td163.

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

16 years agowxMotif should use wxX11 wxPalette instead of duplicating it
Vadim Zeitlin [Sat, 15 Dec 2007 15:48:29 +0000 (15:48 +0000)] 
wxMotif should use wxX11 wxPalette instead of duplicating it

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

16 years agoremoved empty file which wasn't present in the makefiles anyhow
Vadim Zeitlin [Sat, 15 Dec 2007 14:40:21 +0000 (14:40 +0000)] 
removed empty file which wasn't present in the makefiles anyhow

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

16 years agofix X11 build after wxDC changes
Vadim Zeitlin [Sat, 15 Dec 2007 14:07:32 +0000 (14:07 +0000)] 
fix X11 build after wxDC changes

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

16 years agofix unused variables and parameters warnings
Vadim Zeitlin [Sat, 15 Dec 2007 13:59:54 +0000 (13:59 +0000)] 
fix unused variables and parameters warnings

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

16 years agoanother unused parameter warning (plenty left in .mm files...)
Vadim Zeitlin [Sat, 15 Dec 2007 13:55:08 +0000 (13:55 +0000)] 
another unused parameter warning (plenty left in .mm files...)

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

16 years agofix unused parameters warnings
Vadim Zeitlin [Sat, 15 Dec 2007 13:52:58 +0000 (13:52 +0000)] 
fix unused parameters warnings

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

16 years agoremoved SetVirtualSizeHints() and related code
Václav Slavík [Sat, 15 Dec 2007 12:07:32 +0000 (12:07 +0000)] 
removed SetVirtualSizeHints() and related code

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

16 years agofixed generating of makefiles that don't include common.bkl and so didn't have IS_MSV...
Václav Slavík [Sat, 15 Dec 2007 11:20:59 +0000 (11:20 +0000)] 
fixed generating of makefiles that don't include common.bkl and so didn't have IS_MSVC_PRJ defined

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

16 years agobuild fix
Paul Cornett [Sat, 15 Dec 2007 06:27:20 +0000 (06:27 +0000)] 
build fix

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

16 years agoUpdate Scintilla to version 1.75
Robin Dunn [Sat, 15 Dec 2007 04:07:00 +0000 (04:07 +0000)] 
Update Scintilla to version 1.75

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

16 years agodon't modify the output variable if ToXXX() fails to convert (modified patch 1849041)
Vadim Zeitlin [Sat, 15 Dec 2007 02:45:24 +0000 (02:45 +0000)] 
don't modify the output variable if ToXXX() fails to convert (modified patch 1849041)

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

16 years agoSpanish translation updates from MiguelSky
Vadim Zeitlin [Sat, 15 Dec 2007 02:37:41 +0000 (02:37 +0000)] 
Spanish translation updates from MiguelSky

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

16 years agocompilation fix + comment about bogus memory leak (patch 1849988)
Vadim Zeitlin [Sat, 15 Dec 2007 02:30:48 +0000 (02:30 +0000)] 
compilation fix + comment about bogus memory leak (patch 1849988)

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

16 years agocorrect wxFooEventHandler name (patch 1851026)
Vadim Zeitlin [Sat, 15 Dec 2007 02:23:05 +0000 (02:23 +0000)] 
correct wxFooEventHandler name (patch 1851026)

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

16 years agoPalmOS 6 compilation fixes (patch 1849757)
Vadim Zeitlin [Sat, 15 Dec 2007 01:25:56 +0000 (01:25 +0000)] 
PalmOS 6 compilation fixes (patch 1849757)

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

16 years agorebaked everything, fixes problems with OpenGL samples makefiles
Vadim Zeitlin [Sat, 15 Dec 2007 00:25:59 +0000 (00:25 +0000)] 
rebaked everything, fixes problems with OpenGL samples makefiles

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

16 years agowxMotif compilation fixes after wxDC changes
Vadim Zeitlin [Sat, 15 Dec 2007 00:06:08 +0000 (00:06 +0000)] 
wxMotif compilation fixes after wxDC changes

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

16 years agocompilation fix after HandleWindowEvent() changes
Vadim Zeitlin [Fri, 14 Dec 2007 23:56:07 +0000 (23:56 +0000)] 
compilation fix after HandleWindowEvent() changes

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

16 years agoanother file which needs wx/thread.h inclusion now
Vadim Zeitlin [Fri, 14 Dec 2007 23:55:02 +0000 (23:55 +0000)] 
another file which needs wx/thread.h inclusion now

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

16 years agofixed wxDFB compilation after wxDC-related changes
Vadim Zeitlin [Fri, 14 Dec 2007 22:41:07 +0000 (22:41 +0000)] 
fixed wxDFB compilation after wxDC-related changes

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

16 years agofixed unused parameter warning
Vadim Zeitlin [Fri, 14 Dec 2007 22:35:23 +0000 (22:35 +0000)] 
fixed unused parameter warning

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

16 years agomaking ref counting behavior consistent, activating QD variante for polygon region...
Stefan Csomor [Fri, 14 Dec 2007 17:26:17 +0000 (17:26 +0000)] 
making ref counting behavior consistent, activating QD variante for polygon region creation

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

16 years agocompilation fix: need to include wx/thread.h now
Vadim Zeitlin [Fri, 14 Dec 2007 17:15:30 +0000 (17:15 +0000)] 
compilation fix: need to include wx/thread.h now

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

16 years agofirst stab at forward porting deb build changes. There is probably more still to...
Robin Dunn [Thu, 13 Dec 2007 23:05:55 +0000 (23:05 +0000)] 
first stab at forward porting deb build changes.  There is probably more still to do...

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

16 years agoAdd a FIXME for a reminder...
Robin Dunn [Thu, 13 Dec 2007 20:58:06 +0000 (20:58 +0000)] 
Add a FIXME for a reminder...

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

16 years agoApplied patch [ 1845819 ] wxMSW Top level window freeze fix for trunk
Robin Dunn [Thu, 13 Dec 2007 20:56:15 +0000 (20:56 +0000)] 
Applied patch [ 1845819 ] wxMSW Top level window freeze fix for trunk

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

16 years agodon't allow TAB-bing away to other TLWs
Vadim Zeitlin [Thu, 13 Dec 2007 19:10:04 +0000 (19:10 +0000)] 
don't allow TAB-bing away to other TLWs

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

16 years agoadded 'wxgui' template to make writing makefiles for gui apps a bit easier
Václav Slavík [Thu, 13 Dec 2007 00:58:56 +0000 (00:58 +0000)] 
added 'wxgui' template to make writing makefiles for gui apps a bit easier

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

16 years agoFix typos.
Michael Wetherell [Wed, 12 Dec 2007 22:00:29 +0000 (22:00 +0000)] 
Fix typos.

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

16 years agoset wxUSE_DEBUG if both wxUSE_DEBUG_FLAG and wxUSE_DEBUG_INFO were set to fix the...
Vadim Zeitlin [Wed, 12 Dec 2007 21:54:30 +0000 (21:54 +0000)] 
set wxUSE_DEBUG if both wxUSE_DEBUG_FLAG and wxUSE_DEBUG_INFO were set to fix the debug line in the configure summary

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

16 years agoAdd support for the Windows Testdrive machines and other improvements.
Michael Wetherell [Wed, 12 Dec 2007 21:51:44 +0000 (21:51 +0000)] 
Add support for the Windows Testdrive machines and other improvements.

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

16 years agoAdd support for the Windows Testdrive machines, and other improvments.
Michael Wetherell [Wed, 12 Dec 2007 21:41:56 +0000 (21:41 +0000)] 
Add support for the Windows Testdrive machines, and other improvments.

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

16 years agoInclude defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.
Mart Raudsepp [Wed, 12 Dec 2007 20:20:21 +0000 (20:20 +0000)] 
Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

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

16 years agomention some of the major changes in 2.9 so far
Vadim Zeitlin [Wed, 12 Dec 2007 18:11:51 +0000 (18:11 +0000)] 
mention some of the major changes in 2.9 so far

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

16 years agofixed test for toplevel windows to use IsTopLevel() instead of doing magic with...
Václav Slavík [Wed, 12 Dec 2007 15:28:06 +0000 (15:28 +0000)] 
fixed  test for toplevel windows to use IsTopLevel() instead of doing magic with flags

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

16 years agocorrected/removed forward declarations
Vadim Zeitlin [Wed, 12 Dec 2007 14:32:49 +0000 (14:32 +0000)] 
corrected/removed forward declarations

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

16 years agoreplace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch...
Vadim Zeitlin [Wed, 12 Dec 2007 01:35:53 +0000 (01:35 +0000)] 
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)

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

16 years agodon't leak wxImageList if wxHF_CONTENTS is not used in wxHtmlHelpWindow
Vadim Zeitlin [Tue, 11 Dec 2007 23:00:15 +0000 (23:00 +0000)] 
don't leak wxImageList if wxHF_CONTENTS is not used in wxHtmlHelpWindow

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

16 years agoSet the object for context menu events.
Julian Smart [Tue, 11 Dec 2007 15:30:34 +0000 (15:30 +0000)] 
Set the object for context menu events.

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

16 years agohack: don't use wxCharTypeBuffer<char>::operator[]() as VC gives linking error for...
Vadim Zeitlin [Tue, 11 Dec 2007 13:02:33 +0000 (13:02 +0000)] 
hack: don't use wxCharTypeBuffer<char>::operator[]() as VC gives linking error for it for some reason

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

16 years agodon't overload SizeInM{aj,in}orDir() on const/non-const, VC6 has troubles with this...
Vadim Zeitlin [Tue, 11 Dec 2007 12:42:58 +0000 (12:42 +0000)] 
don't overload SizeInM{aj,in}orDir() on const/non-const, VC6 has troubles with this as does DMC, so use different names

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

16 years agofix unused variable warning if !HAS_AUTOCOMPLETE
Vadim Zeitlin [Tue, 11 Dec 2007 12:38:25 +0000 (12:38 +0000)] 
fix unused variable warning if !HAS_AUTOCOMPLETE

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

16 years agofix wxBitmapToggleButton link
Vadim Zeitlin [Tue, 11 Dec 2007 12:21:32 +0000 (12:21 +0000)] 
fix wxBitmapToggleButton link

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

16 years agofix for link errors in DLL build
Paul Cornett [Tue, 11 Dec 2007 05:56:42 +0000 (05:56 +0000)] 
fix for link errors in DLL build

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

16 years agoDon't prematurely return from Create before appending the choices, and etc.
Robin Dunn [Tue, 11 Dec 2007 00:52:43 +0000 (00:52 +0000)] 
Don't prematurely return from Create before appending the choices, and etc.

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

16 years agochanging guard to support popupwindows as well
Stefan Csomor [Mon, 10 Dec 2007 22:00:44 +0000 (22:00 +0000)] 
changing guard to support popupwindows as well

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

16 years agomaking sure it always returns a valid string
Stefan Csomor [Mon, 10 Dec 2007 22:00:03 +0000 (22:00 +0000)] 
making sure it always returns a valid string

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

16 years agogoing private with refdata
Stefan Csomor [Mon, 10 Dec 2007 20:12:01 +0000 (20:12 +0000)] 
going private with refdata

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

16 years agomoving common code
Stefan Csomor [Mon, 10 Dec 2007 20:09:53 +0000 (20:09 +0000)] 
moving common code

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

16 years agomoving common code
Stefan Csomor [Mon, 10 Dec 2007 20:07:19 +0000 (20:07 +0000)] 
moving common code

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

16 years agowx/generic/filepickerg.h needs installed on Mac too.
Robin Dunn [Mon, 10 Dec 2007 20:05:57 +0000 (20:05 +0000)] 
wx/generic/filepickerg.h needs installed on Mac too.

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

16 years agoAdd GetSelectedBitmap methods
Robin Dunn [Mon, 10 Dec 2007 20:03:31 +0000 (20:03 +0000)] 
Add GetSelectedBitmap methods

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

16 years agoregenerated to include libtiff make dist fixes
Vadim Zeitlin [Mon, 10 Dec 2007 15:13:00 +0000 (15:13 +0000)] 
regenerated to include libtiff make dist fixes

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

16 years agoupdated commands copying libtiff files
Vadim Zeitlin [Mon, 10 Dec 2007 14:56:29 +0000 (14:56 +0000)] 
updated commands copying libtiff files

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

16 years agowxBufferedDC is in wxCore, not wxAdv
Vadim Zeitlin [Mon, 10 Dec 2007 12:21:38 +0000 (12:21 +0000)] 
wxBufferedDC is in wxCore, not wxAdv

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

16 years agoput wxUSE_TASKBARICON_BALLOONS around ShowBalloon() call
Vadim Zeitlin [Mon, 10 Dec 2007 12:20:09 +0000 (12:20 +0000)] 
put wxUSE_TASKBARICON_BALLOONS around ShowBalloon() call

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

16 years agodocument Apple event overrides and their use instead of command line args
Robert Roebling [Mon, 10 Dec 2007 10:44:34 +0000 (10:44 +0000)] 
document Apple event overrides and their use instead of command line args

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

16 years agocorrect Clone() signature in the example
Vadim Zeitlin [Sun, 9 Dec 2007 22:34:38 +0000 (22:34 +0000)] 
correct Clone() signature in the example

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

16 years agoadd wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our...
Vadim Zeitlin [Sun, 9 Dec 2007 22:33:02 +0000 (22:33 +0000)] 
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)

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

16 years agodon't use the native implementation if wxTaskBarIcon::ShowBalloon() is not available
Vadim Zeitlin [Sun, 9 Dec 2007 22:32:12 +0000 (22:32 +0000)] 
don't use the native implementation if wxTaskBarIcon::ShowBalloon() is not available

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

16 years agoanother VC6 fix; i reused inside for
Chris Elliott [Sun, 9 Dec 2007 21:53:46 +0000 (21:53 +0000)] 
another VC6 fix; i reused inside for

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

16 years agomissing forward decl
Stefan Csomor [Sun, 9 Dec 2007 16:46:56 +0000 (16:46 +0000)] 
missing forward decl

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

16 years agouse wxPopupWindow for wxCombo (doesn't work yet)
Robert Roebling [Sun, 9 Dec 2007 13:14:06 +0000 (13:14 +0000)] 
use wxPopupWindow for wxCombo (doesn't work yet)

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

16 years agotypo
Robert Roebling [Sun, 9 Dec 2007 12:47:28 +0000 (12:47 +0000)] 
typo

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

16 years agowxMac does support wxPopupWindow (there is code for it, at least)
Robert Roebling [Sun, 9 Dec 2007 12:40:58 +0000 (12:40 +0000)] 
wxMac does support wxPopupWindow (there is code for it, at least)

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

16 years agoadd popupwin.cpp to OS X built
Robert Roebling [Sun, 9 Dec 2007 12:39:57 +0000 (12:39 +0000)] 
add popupwin.cpp to OS X built

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

16 years agofixing unicode compile
Stefan Csomor [Sun, 9 Dec 2007 08:32:58 +0000 (08:32 +0000)] 
fixing unicode compile

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

16 years agoset "eol-style" and "keywords" properties
Paul Cornett [Sun, 9 Dec 2007 02:55:01 +0000 (02:55 +0000)] 
set "eol-style" and "keywords" properties

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

16 years agodon't use FillRect() in DoDrawRectangle() but always Rectangle(); minor code cleanup...
Vadim Zeitlin [Sun, 9 Dec 2007 00:21:42 +0000 (00:21 +0000)] 
don't use FillRect() in DoDrawRectangle() but always Rectangle(); minor code cleanup in this function

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

16 years agomoving collapsible pane a few steps forward os OSX
Stefan Csomor [Sat, 8 Dec 2007 22:33:24 +0000 (22:33 +0000)] 
moving collapsible pane a few steps forward os OSX

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

16 years agomoving collapsible pane a few steps forward os OSX
Stefan Csomor [Sat, 8 Dec 2007 22:32:21 +0000 (22:32 +0000)] 
moving collapsible pane a few steps forward os OSX

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

16 years agomoving collapsible pane a few steps forward os OSX
Stefan Csomor [Sat, 8 Dec 2007 22:31:12 +0000 (22:31 +0000)] 
moving collapsible pane a few steps forward os OSX

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

16 years agocall Clear() in dtor: this is necessary at least to clean up client object data
Vadim Zeitlin [Sat, 8 Dec 2007 21:09:20 +0000 (21:09 +0000)] 
call Clear() in dtor: this is necessary at least to clean up client object data

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

16 years agoadd wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our...
Vadim Zeitlin [Sat, 8 Dec 2007 20:51:21 +0000 (20:51 +0000)] 
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)

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

16 years agotranslate wx{File,Dir}PickerWidgetLabel
Vadim Zeitlin [Sat, 8 Dec 2007 20:49:21 +0000 (20:49 +0000)] 
translate wx{File,Dir}PickerWidgetLabel

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

16 years agofix bitmaptglbtn.tex link
Vadim Zeitlin [Sat, 8 Dec 2007 20:42:32 +0000 (20:42 +0000)] 
fix bitmaptglbtn.tex link

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

16 years agofix LaTeX errors; set svn properties correctly
Vadim Zeitlin [Sat, 8 Dec 2007 20:41:26 +0000 (20:41 +0000)] 
fix LaTeX errors; set svn properties correctly

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

16 years agoeasier expression
Stefan Csomor [Sat, 8 Dec 2007 20:04:06 +0000 (20:04 +0000)] 
easier expression

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