wxWidgets.git
15 years agoChange the locks to allow builds for different branches to run concurrently
Michael Wetherell [Sat, 27 Sep 2008 20:31:58 +0000 (20:31 +0000)] 
Change the locks to allow builds for different branches to run concurrently
on Laurent's slave.

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

15 years agoeven more interface fixes
Francesco Montorsi [Sat, 27 Sep 2008 20:26:28 +0000 (20:26 +0000)] 
even more interface fixes

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

15 years agoadded wxMethodAccessSpecifier and the logic to extract both public and protected...
Francesco Montorsi [Sat, 27 Sep 2008 18:57:51 +0000 (18:57 +0000)] 
added wxMethodAccessSpecifier and the logic to extract both public and protected methods from gccXML and doxygenXML

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

15 years agoUse shared checkouts with a fresh copy for each build to allow clean builds.
Michael Wetherell [Sat, 27 Sep 2008 16:53:31 +0000 (16:53 +0000)] 
Use shared checkouts with a fresh copy for each build to allow clean builds.

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

15 years agoRegister multibutton editor class in frame ctor instead of CreateGrid() (this fixes...
Jaakko Salli [Sat, 27 Sep 2008 15:29:50 +0000 (15:29 +0000)] 
Register multibutton editor class in frame ctor instead of CreateGrid() (this fixes memleak in tests)

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

15 years agowxPropertyGrid::RegisterEditorClass() now CHECK_MSG()s for duplicate editor names
Jaakko Salli [Sat, 27 Sep 2008 15:29:05 +0000 (15:29 +0000)] 
wxPropertyGrid::RegisterEditorClass() now CHECK_MSG()s for duplicate editor names

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

15 years agoUse wxPropertyGridEventHandler in commented-out sample connect code
Jaakko Salli [Sat, 27 Sep 2008 15:17:21 +0000 (15:17 +0000)] 
Use wxPropertyGridEventHandler in commented-out sample connect code

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

15 years agoUse wxUSE_LONGLONG_NATIVE more
Jaakko Salli [Sat, 27 Sep 2008 15:13:12 +0000 (15:13 +0000)] 
Use wxUSE_LONGLONG_NATIVE more

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

15 years agowxPropertyGridInterface docs cleanup and fixes, removed some rarely needed member...
Jaakko Salli [Sat, 27 Sep 2008 15:09:33 +0000 (15:09 +0000)] 
wxPropertyGridInterface docs cleanup and fixes, removed some rarely needed member functions with simple workarounds

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

15 years agoFixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer...
Jaakko Salli [Sat, 27 Sep 2008 14:03:10 +0000 (14:03 +0000)] 
Fixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer using PG specific class macros in its sample), other editors.h interface fixes

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

15 years agoFixed a warning
Jaakko Salli [Sat, 27 Sep 2008 13:13:08 +0000 (13:13 +0000)] 
Fixed a warning

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

15 years agomore fixes
Francesco Montorsi [Sat, 27 Sep 2008 12:29:33 +0000 (12:29 +0000)] 
more fixes

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

15 years agoHUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of...
Francesco Montorsi [Sat, 27 Sep 2008 11:21:10 +0000 (11:21 +0000)] 
HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions

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

15 years agofinal w*h interface header reviews
Francesco Montorsi [Sat, 27 Sep 2008 10:59:01 +0000 (10:59 +0000)] 
final w*h interface header reviews

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

15 years agogive a name to wxZlib enums to make it easier to document them
Francesco Montorsi [Sat, 27 Sep 2008 10:58:15 +0000 (10:58 +0000)] 
give a name to wxZlib enums to make it easier to document them

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

15 years agoadd wxPosixPermissions enumeration; it provides more readable synonims for wxS_I...
Francesco Montorsi [Sat, 27 Sep 2008 10:28:43 +0000 (10:28 +0000)] 
add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod); part of commmit 55908

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

15 years agoadd wxPosixPermissions enumeration; it provides more readable synonims for wxS_I...
Francesco Montorsi [Sat, 27 Sep 2008 10:27:44 +0000 (10:27 +0000)] 
add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod)

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

15 years agofix VC9 compilation: FileNameInfo identifier conflicts with an enum name in the SDK...
Vadim Zeitlin [Sat, 27 Sep 2008 09:20:10 +0000 (09:20 +0000)] 
fix VC9 compilation: FileNameInfo identifier conflicts with an enum name in the SDK it uses, so rename it to TestFileNameInfo

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

15 years agoFixed and clarified editor control event handling
Jaakko Salli [Fri, 26 Sep 2008 18:20:17 +0000 (18:20 +0000)] 
Fixed and clarified editor control event handling

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

15 years agoeliminate the hysteresis when scrollbars didn't disappear when the window was resized...
Vadim Zeitlin [Fri, 26 Sep 2008 17:36:57 +0000 (17:36 +0000)] 
eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

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

15 years agoeliminate the hysteresis when scrollbars didn't disappear when the window was resized...
Vadim Zeitlin [Fri, 26 Sep 2008 17:36:35 +0000 (17:36 +0000)] 
eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

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

15 years agofix ParseFormat("%d") to set the date it finds (#10002)
Vadim Zeitlin [Fri, 26 Sep 2008 15:27:08 +0000 (15:27 +0000)] 
fix ParseFormat("%d") to set the date it finds (#10002)

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

15 years agousing CLSCTX_ALL fails with Microsoft Office applications, correct the last change...
Vadim Zeitlin [Fri, 26 Sep 2008 15:18:16 +0000 (15:18 +0000)] 
using CLSCTX_ALL fails with Microsoft Office applications, correct the last change to use CLSCTX_SERVER only (see #9868)

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

15 years agotried to make umask comment make more sense
Vadim Zeitlin [Fri, 26 Sep 2008 13:46:45 +0000 (13:46 +0000)] 
tried to make umask comment make more sense

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

15 years agoBrian Ravnsgaard Riis slave added
Vadim Zeitlin [Fri, 26 Sep 2008 00:23:05 +0000 (00:23 +0000)] 
Brian Ravnsgaard Riis slave added

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

15 years agoConfigure a second Windows build and give the slave a new name.
Michael Wetherell [Fri, 26 Sep 2008 00:19:56 +0000 (00:19 +0000)] 
Configure a second Windows build and give the slave a new name.

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

15 years agoupdate from Laurent
Vadim Zeitlin [Fri, 26 Sep 2008 00:10:38 +0000 (00:10 +0000)] 
update from Laurent

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

15 years agodon't give errors if SetLayeredWindowAttributes() is not available (as is the case...
Vadim Zeitlin [Thu, 25 Sep 2008 21:41:47 +0000 (21:41 +0000)] 
don't give errors if SetLayeredWindowAttributes() is not available (as is the case under Win95)

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

15 years agow*h interface revisions
Francesco Montorsi [Thu, 25 Sep 2008 21:31:45 +0000 (21:31 +0000)] 
w*h interface revisions

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

15 years agofinal f*h interface header reviews
Francesco Montorsi [Thu, 25 Sep 2008 20:00:31 +0000 (20:00 +0000)] 
final f*h interface header reviews

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

15 years agomore f*h interface file revisions
Francesco Montorsi [Thu, 25 Sep 2008 19:15:28 +0000 (19:15 +0000)] 
more f*h interface file revisions

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

15 years agofix for non-PCH builds
Francesco Montorsi [Thu, 25 Sep 2008 18:36:16 +0000 (18:36 +0000)] 
fix for non-PCH builds

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

15 years agobuild fix
Francesco Montorsi [Thu, 25 Sep 2008 18:20:18 +0000 (18:20 +0000)] 
build fix

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

15 years agorevisions by Utensil Candel
Francesco Montorsi [Thu, 25 Sep 2008 18:14:44 +0000 (18:14 +0000)] 
revisions by Utensil Candel

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

15 years agoprovide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all...
Francesco Montorsi [Thu, 25 Sep 2008 17:56:07 +0000 (17:56 +0000)] 
provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)

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

15 years agoRemoved wxPropertyGridManager::GetChildrentCount() member functions - now use page...
Jaakko Salli [Thu, 25 Sep 2008 17:23:54 +0000 (17:23 +0000)] 
Removed wxPropertyGridManager::GetChildrentCount() member functions - now use page->GetRoot()->GetChildCount() and such

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

15 years agoAddPage(), InsertPage() now return page ptr instead of index
Jaakko Salli [Thu, 25 Sep 2008 17:19:49 +0000 (17:19 +0000)] 
AddPage(), InsertPage() now return page ptr instead of index

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

15 years agoReduce ambiguity of selection functions in wxPropertyGridManager, make them better...
Jaakko Salli [Thu, 25 Sep 2008 17:11:02 +0000 (17:11 +0000)] 
Reduce ambiguity of selection functions in wxPropertyGridManager, make them better match for wxPropertyGrid ones

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

15 years agoRemoved wxPGProperty:GetArrIndex() in favor of GetIndexInParent()
Jaakko Salli [Thu, 25 Sep 2008 17:04:11 +0000 (17:04 +0000)] 
Removed wxPGProperty:GetArrIndex() in favor of GetIndexInParent()

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

15 years agoRemoved redundant wxPGChoices::Set()
Jaakko Salli [Thu, 25 Sep 2008 17:02:46 +0000 (17:02 +0000)] 
Removed redundant wxPGChoices::Set()

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

15 years agoRemoved redundant wxPGProperty::SetChoices()
Jaakko Salli [Thu, 25 Sep 2008 17:00:49 +0000 (17:00 +0000)] 
Removed redundant wxPGProperty::SetChoices()

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

15 years agodon't test for both stream.fail() and stream.bad() as the latter implies the former...
Vadim Zeitlin [Thu, 25 Sep 2008 16:50:48 +0000 (16:50 +0000)] 
don't test for both stream.fail() and stream.bad() as the latter implies the former; also use operator!() instead of fail() to make it more clear what's going on

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

15 years agoSlightly better wxStockCursor usage
Jaakko Salli [Thu, 25 Sep 2008 16:31:01 +0000 (16:31 +0000)] 
Slightly better wxStockCursor usage

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

15 years agospecify the file name in IO errors messages; also make Do{Open,Save}Document() use...
Vadim Zeitlin [Thu, 25 Sep 2008 16:27:22 +0000 (16:27 +0000)] 
specify the file name in IO errors messages; also make Do{Open,Save}Document() use the same logic flow

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

15 years agoFixed bug: Settings property attribute to wxNullVariant would cause GetAttribute...
Jaakko Salli [Thu, 25 Sep 2008 16:13:32 +0000 (16:13 +0000)] 
Fixed bug: Settings property attribute to wxNullVariant would cause GetAttribute() to fail (wxPG SourceForge bug #2128485)

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

15 years agoFix wxCursor() ctor compilation by casting argument to wxStockCursor
Jaakko Salli [Thu, 25 Sep 2008 16:11:58 +0000 (16:11 +0000)] 
Fix wxCursor() ctor compilation by casting argument to wxStockCursor

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

15 years agoConsolidate old and new implementations of Get/SetSelection
Robin Dunn [Thu, 25 Sep 2008 16:10:27 +0000 (16:10 +0000)] 
Consolidate old and new implementations of Get/SetSelection

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

15 years agoremove another SWIG #if
Robin Dunn [Thu, 25 Sep 2008 16:08:36 +0000 (16:08 +0000)] 
remove another SWIG #if

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

15 years agoFixed bug: wxPGProperty::OnEvent() was never called if primary editor window was...
Jaakko Salli [Thu, 25 Sep 2008 15:59:49 +0000 (15:59 +0000)] 
Fixed bug: wxPGProperty::OnEvent() was never called if primary editor window was NULL (as could be if limited editing was used)

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

15 years agoRevert last change
Robin Dunn [Thu, 25 Sep 2008 15:34:44 +0000 (15:34 +0000)] 
Revert last change

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

15 years agofix parsing of IP literals in URIs, added test for it
Vadim Zeitlin [Thu, 25 Sep 2008 15:27:10 +0000 (15:27 +0000)] 
fix parsing of IP literals in URIs, added test for it

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

15 years agointroduced more convenient and readable URI_ASSERT_XXX_EQUAL() macros
Vadim Zeitlin [Thu, 25 Sep 2008 14:08:01 +0000 (14:08 +0000)] 
introduced more convenient and readable URI_ASSERT_XXX_EQUAL() macros

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

15 years agosmall changes to fix doxygen warnings
Francesco Montorsi [Thu, 25 Sep 2008 14:07:25 +0000 (14:07 +0000)] 
small changes to fix doxygen warnings

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

15 years agomore revisions of f*h headers
Francesco Montorsi [Thu, 25 Sep 2008 14:03:38 +0000 (14:03 +0000)] 
more revisions of f*h headers

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

15 years agoremoved hardcoded size of 66 bytes of PRINTDLG struct for mingw32, this breaks printi...
Vadim Zeitlin [Thu, 25 Sep 2008 14:00:15 +0000 (14:00 +0000)] 
removed hardcoded size of 66 bytes of PRINTDLG struct for mingw32, this breaks printing under Win64; a couple of minor style fixes but no real changes otherwise

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

15 years agofix many doxygen warnings; added wxMotif section in platdetails (at the very least...
Francesco Montorsi [Thu, 25 Sep 2008 13:39:27 +0000 (13:39 +0000)] 
fix many doxygen warnings; added wxMotif section in platdetails (at the very least to fix warnings about missing page_port_wxmotif section) with its logo

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

15 years agosmall build fixes for PCH-less builds
Francesco Montorsi [Thu, 25 Sep 2008 09:56:22 +0000 (09:56 +0000)] 
small build fixes for PCH-less builds

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

15 years agoavoiding crash for pure modifier events
Stefan Csomor [Thu, 25 Sep 2008 06:37:09 +0000 (06:37 +0000)] 
avoiding crash for pure modifier events

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

15 years agoMore changes needed to fix problems resulting from unnecessary wxCursor changes :-(
Robin Dunn [Thu, 25 Sep 2008 05:00:52 +0000 (05:00 +0000)] 
More changes needed to fix problems resulting from unnecessary wxCursor changes :-(

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

15 years agoInstall kbdstate.h and mousestate.h
Robin Dunn [Thu, 25 Sep 2008 01:53:43 +0000 (01:53 +0000)] 
Install kbdstate.h and mousestate.h

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

15 years agoGet wxMediaCtrl stub impl. going for OS X Cocoa.
Kevin Ollivier [Thu, 25 Sep 2008 00:02:52 +0000 (00:02 +0000)] 
Get wxMediaCtrl stub impl. going for OS X Cocoa.

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

15 years agoRemove some wxCocoa stuff that isn't in OS X Cocoa.
Kevin Ollivier [Thu, 25 Sep 2008 00:01:59 +0000 (00:01 +0000)] 
Remove some wxCocoa stuff that isn't in OS X Cocoa.

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

15 years ago#ifdef Carbon-specific code to get stubbed DND support compiling for OS X Cocoa.
Kevin Ollivier [Wed, 24 Sep 2008 23:53:25 +0000 (23:53 +0000)] 
#ifdef Carbon-specific code to get stubbed DND support compiling for OS X Cocoa.

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

15 years agoFix OpenGL test on OSX
Robin Dunn [Wed, 24 Sep 2008 23:46:14 +0000 (23:46 +0000)] 
Fix OpenGL test on OSX

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

15 years agoUnicode-related compile fixes
Robin Dunn [Wed, 24 Sep 2008 23:44:34 +0000 (23:44 +0000)] 
Unicode-related compile fixes

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

15 years agoIgnore the DECLARE_*()'s when swigging
Robin Dunn [Wed, 24 Sep 2008 23:43:03 +0000 (23:43 +0000)] 
Ignore the DECLARE_*()'s when swigging

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

15 years agoFix wxStockCursor realted compile error
Robin Dunn [Wed, 24 Sep 2008 23:41:25 +0000 (23:41 +0000)] 
Fix wxStockCursor realted compile error

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

15 years agoifacecheck fixes to c*.h headers
Francesco Montorsi [Wed, 24 Sep 2008 23:29:43 +0000 (23:29 +0000)] 
ifacecheck fixes to c*.h headers

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

15 years agomade internal members of wxColourData public again; added a comment warning users...
Francesco Montorsi [Wed, 24 Sep 2008 22:10:26 +0000 (22:10 +0000)] 
made internal members of wxColourData public again; added a comment warning users to not use them directly

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

15 years agomake m_strDefaultValueForCmp always non-empty; this simplifies the code; fix wxMethod...
Francesco Montorsi [Wed, 24 Sep 2008 21:58:56 +0000 (21:58 +0000)] 
make m_strDefaultValueForCmp always non-empty; this simplifies the code; fix wxMethod::GetAsString() not to use wxType::GetAsCleanString for return type

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

15 years agostill define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8 is 1 because it was define...
Vadim Zeitlin [Wed, 24 Sep 2008 20:51:08 +0000 (20:51 +0000)] 
still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8 is 1 because it was defined (even if as just 0) in 2.8

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

15 years agofix build errors deriving from making wxColourData members private
Francesco Montorsi [Wed, 24 Sep 2008 20:21:36 +0000 (20:21 +0000)] 
fix build errors deriving from making wxColourData members private

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

15 years agouse wxStockCursor (as documented and as already implemented in wxMotif) instead of...
Francesco Montorsi [Wed, 24 Sep 2008 19:40:13 +0000 (19:40 +0000)] 
use wxStockCursor (as documented and as already implemented in wxMotif) instead of a plain 'int'

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

15 years agoInitial commit for Laurent Humbertclaude's Windows slave.
Michael Wetherell [Wed, 24 Sep 2008 18:03:04 +0000 (18:03 +0000)] 
Initial commit for Laurent Humbertclaude's Windows slave.

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

15 years agomade internal members of wxColourData private; they were not documented to be public...
Francesco Montorsi [Wed, 24 Sep 2008 17:58:49 +0000 (17:58 +0000)] 
made internal members of wxColourData private; they were not documented to be public BTW so there should be no backward-compatibility issue

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

15 years agochanged wxColourData::GetCustomColour to const; there's no reason for it to be non...
Francesco Montorsi [Wed, 24 Sep 2008 17:57:18 +0000 (17:57 +0000)] 
changed wxColourData::GetCustomColour to const; there's no reason for it to be non-const; fixed wxColourData iface header

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

15 years agoreturn false, not true, from wxSingleInstanceChecker::IsAnotherRunning() if an error...
Vadim Zeitlin [Wed, 24 Sep 2008 13:47:41 +0000 (13:47 +0000)] 
return false, not true, from wxSingleInstanceChecker::IsAnotherRunning() if an error occurred while opening or reading the lock file (#9986)

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

15 years agoreverted r55167, see #9854
Vadim Zeitlin [Wed, 24 Sep 2008 13:38:53 +0000 (13:38 +0000)] 
reverted r55167, see #9854

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

15 years agorestore the original selection when the dropdown is cancelled even if it was -1;...
Vadim Zeitlin [Wed, 24 Sep 2008 13:33:06 +0000 (13:33 +0000)] 
restore the original selection when the dropdown is cancelled even if it was -1; this fixes the problem of #9995 and the existing code didn't deal correctly with the problem of losing current text in the combobox when the dropdown was cancelled anyhow

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

15 years agodocument Connect(host, port) overload
Vadim Zeitlin [Wed, 24 Sep 2008 13:16:17 +0000 (13:16 +0000)] 
document Connect(host, port) overload

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

15 years agosupporting GetSize, fixes #9969
Stefan Csomor [Wed, 24 Sep 2008 09:18:38 +0000 (09:18 +0000)] 
supporting GetSize, fixes #9969

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

15 years agoDocument revisioning (including more wx-like formatting and internal function removal)
Jaakko Salli [Tue, 23 Sep 2008 17:37:27 +0000 (17:37 +0000)] 
Document revisioning (including more wx-like formatting and internal function removal)

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

15 years agoRemove obsolete references to 'target page' concept
Jaakko Salli [Tue, 23 Sep 2008 15:38:49 +0000 (15:38 +0000)] 
Remove obsolete references to 'target page' concept

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

15 years agoRemove doc references to 'common value' (which is unfinished feature)
Jaakko Salli [Tue, 23 Sep 2008 15:35:32 +0000 (15:35 +0000)] 
Remove doc references to 'common value' (which is unfinished feature)

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

15 years agofixing compiles under certain flags
Stefan Csomor [Tue, 23 Sep 2008 10:00:53 +0000 (10:00 +0000)] 
fixing compiles under certain flags

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

15 years agocopied and pasted 2.8.9 change log section (was there anything there that didn't...
Vadim Zeitlin [Mon, 22 Sep 2008 22:42:17 +0000 (22:42 +0000)] 
copied and pasted 2.8.9 change log section (was there anything there that didn't apply to trunk?)

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

15 years agofix signature of wxClipboard::UserPrimarySelection; in particular change the default...
Francesco Montorsi [Mon, 22 Sep 2008 22:39:21 +0000 (22:39 +0000)] 
fix signature of wxClipboard::UserPrimarySelection; in particular change the default value from true to false since in the real sources the default value has always been the latter

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

15 years agofix typo
Francesco Montorsi [Mon, 22 Sep 2008 22:36:42 +0000 (22:36 +0000)] 
fix typo

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

15 years agoBIG CHANGES:
Francesco Montorsi [Mon, 22 Sep 2008 21:55:38 +0000 (21:55 +0000)] 
BIG CHANGES:
- removed fix from the rungccxml.sh.in; not only it was unnecessary
  but it's also better to keep all references to specific wxWidgets
  classes in a single place: the ifacecheck sources;
- added g_bLogEnabled and LogNull class;
- added an HACK_TO_AUTO_CORRECT_ONLY_VIRTUAL_AND_CONST_ATTRIBUTES
  mode for fixing virtualness and constness of interface headers
  in an automated way
- added options to wxMethod::GetAsString to provide an easier way
  to debug ifacecheck comparisons between wxMethods
- fixed wxMethod::FixMethod for single-line prototypes and added
  a boolean return value from it

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

15 years agoautomated virtual/const fixes by ifacecheck
Francesco Montorsi [Mon, 22 Sep 2008 19:01:17 +0000 (19:01 +0000)] 
automated virtual/const fixes by ifacecheck

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

15 years agoifacecheck fixes
Francesco Montorsi [Mon, 22 Sep 2008 18:21:32 +0000 (18:21 +0000)] 
ifacecheck fixes

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

15 years agocompilation fix for PCH-less build
Vadim Zeitlin [Mon, 22 Sep 2008 17:33:41 +0000 (17:33 +0000)] 
compilation fix for PCH-less build

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

15 years agouse wxGetDisplayPPI() instead of redoing it
Vadim Zeitlin [Mon, 22 Sep 2008 16:30:17 +0000 (16:30 +0000)] 
use wxGetDisplayPPI() instead of redoing it

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

15 years agouse factor of 10, not 100, to convert mm to cm after mm2inches was fixed in r55800
Vadim Zeitlin [Mon, 22 Sep 2008 16:27:43 +0000 (16:27 +0000)] 
use factor of 10, not 100, to convert mm to cm after mm2inches was fixed in r55800

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

15 years agouse inches2mm instead of literal constant in wxGetDisplayPPI()
Vadim Zeitlin [Mon, 22 Sep 2008 16:26:11 +0000 (16:26 +0000)] 
use inches2mm instead of literal constant in wxGetDisplayPPI()

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

15 years agofix METRIC_CONVERSION_CONSTANT which got accidentally divided by 10 in r45721
Vadim Zeitlin [Mon, 22 Sep 2008 16:20:43 +0000 (16:20 +0000)] 
fix METRIC_CONVERSION_CONSTANT which got accidentally divided by 10 in r45721

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

15 years agoposition the insertion point to the start, not end, of the selection for compatibilit...
Vadim Zeitlin [Mon, 22 Sep 2008 16:15:35 +0000 (16:15 +0000)] 
position the insertion point to the start, not end, of the selection for compatibility with MSW

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

15 years agodon't crash if the grid is being deleted while a cell editor is still shown (closes...
Vadim Zeitlin [Mon, 22 Sep 2008 16:12:46 +0000 (16:12 +0000)] 
don't crash if the grid is being deleted while a cell editor is still shown (closes #9991)

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

15 years agomention that width/height parameters to wxDisplaySize[MM]() can be NULL
Vadim Zeitlin [Mon, 22 Sep 2008 16:06:56 +0000 (16:06 +0000)] 
mention that width/height parameters to wxDisplaySize[MM]() can be NULL

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

15 years agoadded a simple test for wxGetDisplayXXX() functions
Vadim Zeitlin [Mon, 22 Sep 2008 16:03:45 +0000 (16:03 +0000)] 
added a simple test for wxGetDisplayXXX() functions

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