wxWidgets.git
15 years agoUpdate configuration for OpenVMS
Jouk Jansen [Mon, 12 Jan 2009 10:26:45 +0000 (10:26 +0000)] 
Update configuration for OpenVMS

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

15 years agoFixing/Testing sockets on OpenVMS
Jouk Jansen [Mon, 12 Jan 2009 09:06:36 +0000 (09:06 +0000)] 
Fixing/Testing sockets on OpenVMS

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

15 years agoreturn index of first added image in Add(), like MSW does, #10013
Paul Cornett [Mon, 12 Jan 2009 05:39:04 +0000 (05:39 +0000)] 
return index of first added image in Add(), like MSW does, #10013

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

15 years agouse text cursor only when control is enabled, #10347
Paul Cornett [Mon, 12 Jan 2009 05:34:07 +0000 (05:34 +0000)] 
use text cursor only when control is enabled, #10347

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

15 years agoDefault to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream...
Robert Roebling [Sun, 11 Jan 2009 19:53:49 +0000 (19:53 +0000)] 
Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream (as the text in the docs actually already claimed)

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

15 years agoAdded interface for getting/setting text converter of wxDataInputStream and wxDataOut...
Robert Roebling [Sun, 11 Jan 2009 19:37:11 +0000 (19:37 +0000)] 
Added interface for getting/setting text converter of wxDataInputStream and wxDataOutputStream

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

15 years agoFixed bug: SetPropertyValueUnspecified(p) and p->SetValue(wxNullVariant) were out...
Jaakko Salli [Sun, 11 Jan 2009 16:24:00 +0000 (16:24 +0000)] 
Fixed bug: SetPropertyValueUnspecified(p) and p->SetValue(wxNullVariant) were out of sync

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

15 years agofix for PCH-less builds
Francesco Montorsi [Sun, 11 Jan 2009 16:23:31 +0000 (16:23 +0000)] 
fix for PCH-less builds

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

15 years agosplit wxGrid implementation in grideditors.cpp (for wxGridCellEditor-derived classes...
Francesco Montorsi [Sun, 11 Jan 2009 15:49:37 +0000 (15:49 +0000)] 
split wxGrid implementation in grideditors.cpp (for wxGridCellEditor-derived classes), gridctrl.cpp (for wxGridCellRenderer-derived classes)

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

15 years agofix others $Id$ keywords
Francesco Montorsi [Sun, 11 Jan 2009 12:05:05 +0000 (12:05 +0000)] 
fix others $Id$ keywords

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

15 years agodo not remove Author, Date, Revision SVN keywords
Francesco Montorsi [Sun, 11 Jan 2009 12:00:51 +0000 (12:00 +0000)] 
do not remove Author, Date, Revision SVN keywords

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

15 years agojust fix some $Id$ tokens
Francesco Montorsi [Sun, 11 Jan 2009 11:58:34 +0000 (11:58 +0000)] 
just fix some $Id$ tokens

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

15 years agoa few missing Id keywords
Francesco Montorsi [Sun, 11 Jan 2009 11:49:10 +0000 (11:49 +0000)] 
a few missing Id keywords

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

15 years agotypo fix
Francesco Montorsi [Sun, 11 Jan 2009 11:46:45 +0000 (11:46 +0000)] 
typo fix

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

15 years agofix few doxygen warnings
Francesco Montorsi [Sun, 11 Jan 2009 11:46:10 +0000 (11:46 +0000)] 
fix few doxygen warnings

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

15 years agodocument recently added enums
Francesco Montorsi [Sun, 11 Jan 2009 11:39:58 +0000 (11:39 +0000)] 
document recently added enums

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

15 years agoadd note for wxWidgets user with a skeleton for a very minimal console app
Francesco Montorsi [Sun, 11 Jan 2009 11:24:52 +0000 (11:24 +0000)] 
add note for wxWidgets user with a skeleton for a very minimal console app

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

15 years agosuppress warnings about missing_semicolons file not existing
Francesco Montorsi [Sun, 11 Jan 2009 10:36:53 +0000 (10:36 +0000)] 
suppress warnings about missing_semicolons file not existing

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

15 years agoVC6 gets confused by the protected copy ctor; make it private
Francesco Montorsi [Sun, 11 Jan 2009 10:34:55 +0000 (10:34 +0000)] 
VC6 gets confused by the protected copy ctor; make it private

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

15 years agofix for the broken VC6 compiler (why do we have to still support it?)
Francesco Montorsi [Sun, 11 Jan 2009 10:28:20 +0000 (10:28 +0000)] 
fix for the broken VC6 compiler (why do we have to still support it?)

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

15 years agofix handling of locale names without county info (closes #10321)
Vadim Zeitlin [Sun, 11 Jan 2009 01:04:43 +0000 (01:04 +0000)] 
fix handling of locale names without county info (closes #10321)

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

15 years agocheck for wxUSE_REARRANGECTRL dependency on wxUSE_CHECKLISTBOX (see #10331)
Vadim Zeitlin [Sun, 11 Jan 2009 00:59:49 +0000 (00:59 +0000)] 
check for wxUSE_REARRANGECTRL dependency on wxUSE_CHECKLISTBOX (see #10331)

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

15 years agocorrect typo: s/wxUSE_MENU/&S/
Vadim Zeitlin [Sun, 11 Jan 2009 00:57:48 +0000 (00:57 +0000)] 
correct typo: s/wxUSE_MENU/&S/

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

15 years agoadded wxUSE_HEADERCTRL
Vadim Zeitlin [Sun, 11 Jan 2009 00:57:08 +0000 (00:57 +0000)] 
added wxUSE_HEADERCTRL

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

15 years agocheck for wxUSE_REARRANGECTRL being defined
Vadim Zeitlin [Sun, 11 Jan 2009 00:49:43 +0000 (00:49 +0000)] 
check for wxUSE_REARRANGECTRL being defined

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

15 years agothere is no need to do DEFAULT_wxUSE_CONTROL=yes; also sort all controls alphabetical...
Vadim Zeitlin [Sun, 11 Jan 2009 00:46:55 +0000 (00:46 +0000)] 
there is no need to do DEFAULT_wxUSE_CONTROL=yes; also sort all controls alphabetically to be able to navigate them easier

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

15 years agoadded wxUSE_REARRANGECTRL
Vadim Zeitlin [Sun, 11 Jan 2009 00:44:02 +0000 (00:44 +0000)] 
added wxUSE_REARRANGECTRL

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

15 years agodo not return true when no data is read by the stream in Load(wxInputStream,wxAnimati...
Francesco Montorsi [Sun, 11 Jan 2009 00:42:13 +0000 (00:42 +0000)] 
do not return true when no data is read by the stream in Load(wxInputStream,wxAnimationType) overload

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

15 years agouse IsOk() instead of Ok(); fix crash when loading invalid pixmaps/pixbufs
Francesco Montorsi [Sun, 11 Jan 2009 00:41:12 +0000 (00:41 +0000)] 
use IsOk() instead of Ok(); fix crash when loading invalid pixmaps/pixbufs

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

15 years agoguard against NULL parents
Francesco Montorsi [Sun, 11 Jan 2009 00:40:09 +0000 (00:40 +0000)] 
guard against NULL parents

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

15 years agoadd the 'GarbageTestCase' which helped me to spot some buggy load routines
Francesco Montorsi [Sun, 11 Jan 2009 00:39:22 +0000 (00:39 +0000)] 
add the 'GarbageTestCase' which helped me to spot some buggy load routines

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

15 years agofix build with wxUSE_MENU==0 (closes #10330)
Vadim Zeitlin [Sun, 11 Jan 2009 00:34:09 +0000 (00:34 +0000)] 
fix build with wxUSE_MENU==0 (closes #10330)

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

15 years agocorrect the FTP host name mungled by a too eager global search and replace in r57951
Vadim Zeitlin [Sun, 11 Jan 2009 00:25:04 +0000 (00:25 +0000)] 
correct the FTP host name mungled by a too eager global search and replace in r57951

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

15 years agoremove operators added by error
Francesco Montorsi [Sun, 11 Jan 2009 00:02:18 +0000 (00:02 +0000)] 
remove operators added by error

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

15 years agono change; just fix indentation
Francesco Montorsi [Sat, 10 Jan 2009 23:56:36 +0000 (23:56 +0000)] 
no change; just fix indentation

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

15 years agoother ifacecheck fixes
Francesco Montorsi [Sat, 10 Jan 2009 23:44:44 +0000 (23:44 +0000)] 
other ifacecheck fixes

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

15 years agoremove docs originally copied from wxDC docs now that wxSVGFileDC is integrated in...
Francesco Montorsi [Sat, 10 Jan 2009 23:07:44 +0000 (23:07 +0000)] 
remove docs originally copied from wxDC docs now that wxSVGFileDC is integrated in wx; leave only svg-specific docs

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

15 years agomany automated ifacecheck fixes
Francesco Montorsi [Sat, 10 Jan 2009 22:42:09 +0000 (22:42 +0000)] 
many automated ifacecheck fixes

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

15 years agofix the definition of many static functions marked as 'const' or functions which...
Francesco Montorsi [Sat, 10 Jan 2009 22:10:54 +0000 (22:10 +0000)] 
fix the definition of many static functions marked as 'const' or functions which had incoherent default values for their arguments or duplicated functions

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

15 years agofix an important bug: ifacecheck was parsing only <sectiondef> with kind==public...
Francesco Montorsi [Sat, 10 Jan 2009 22:07:05 +0000 (22:07 +0000)] 
fix an important bug: ifacecheck was parsing only <sectiondef> with kind==public-func or kind==protected-func; it was ignoring kind==user-defined and in any case the access specifier must be taken from the 'prot' attribute of <memberdef> nodes instead

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

15 years agofixes #10358
Stefan Csomor [Sat, 10 Jan 2009 21:05:07 +0000 (21:05 +0000)] 
fixes #10358

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

15 years agomaking sure enabling the menus works
Stefan Csomor [Sat, 10 Jan 2009 20:00:59 +0000 (20:00 +0000)] 
making sure enabling the menus works

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

15 years agoguarding against NULL peers
Stefan Csomor [Sat, 10 Jan 2009 19:58:53 +0000 (19:58 +0000)] 
guarding against NULL peers

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

15 years agofixing wrong constant
Stefan Csomor [Sat, 10 Jan 2009 19:56:13 +0000 (19:56 +0000)] 
fixing wrong constant

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

15 years agofixing default location for cocoa, see #10361
Stefan Csomor [Sat, 10 Jan 2009 19:01:00 +0000 (19:01 +0000)] 
fixing default location for cocoa, see #10361

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

15 years agomiscellaneous small enhancements
Francesco Montorsi [Sat, 10 Jan 2009 18:59:37 +0000 (18:59 +0000)] 
miscellaneous small enhancements

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

15 years agocalling superclass impl, see #10361
Stefan Csomor [Sat, 10 Jan 2009 18:52:54 +0000 (18:52 +0000)] 
calling superclass impl, see #10361

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

15 years agococoa layout optimization, see #10361
Stefan Csomor [Sat, 10 Jan 2009 18:49:53 +0000 (18:49 +0000)] 
cocoa layout optimization, see #10361

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

15 years agonative apple event support for osx cocoa
Stefan Csomor [Sat, 10 Jan 2009 18:44:38 +0000 (18:44 +0000)] 
native apple event support for osx cocoa

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

15 years agos/""/wxEmptyString
Francesco Montorsi [Sat, 10 Jan 2009 18:31:45 +0000 (18:31 +0000)] 
s/""/wxEmptyString

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

15 years agodo not use Ok(); use IsOk() instead
Francesco Montorsi [Sat, 10 Jan 2009 18:00:53 +0000 (18:00 +0000)] 
do not use Ok(); use IsOk() instead

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

15 years agodisable test which asserted when trying to call wxListCtrl::GetItemRect() with an...
Francesco Montorsi [Sat, 10 Jan 2009 17:40:32 +0000 (17:40 +0000)] 
disable test which asserted when trying to call wxListCtrl::GetItemRect() with an invalid index; not sure this is the best thing to do

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

15 years agodescribe wxMemory* streams
Francesco Montorsi [Sat, 10 Jan 2009 17:23:06 +0000 (17:23 +0000)] 
describe wxMemory* streams

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

15 years agofix deprecation warnings when building filefn.cpp
Francesco Montorsi [Sat, 10 Jan 2009 16:04:36 +0000 (16:04 +0000)] 
fix deprecation warnings when building filefn.cpp

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

15 years agoReverted to old wxPG_AUTO_SORT behavior in which only root properties and immediate...
Jaakko Salli [Sat, 10 Jan 2009 15:16:03 +0000 (15:16 +0000)] 
Reverted to old wxPG_AUTO_SORT behavior in which only root properties and immediate children of categories are (automatically) sorted; Added Sort flags; Applied slight optimization when sorting on propgridmanager page change

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

15 years agoreverted apparently accidental change of r57896
Vadim Zeitlin [Sat, 10 Jan 2009 14:55:56 +0000 (14:55 +0000)] 
reverted apparently accidental change of r57896

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

15 years agoFixed [wxRichTextCtrl] Right Alignment sets text in the RTC too close to the border...
Julian Smart [Sat, 10 Jan 2009 14:55:52 +0000 (14:55 +0000)] 
Fixed [wxRichTextCtrl] Right Alignment sets text in the RTC too close to the border (#10277)
Also [wxRichTextCtrl] Wrong text positioning if different font sizes in the same paragraph (#10279)

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

15 years agofix GetGridColLabelWindow() name
Vadim Zeitlin [Sat, 10 Jan 2009 14:49:19 +0000 (14:49 +0000)] 
fix GetGridColLabelWindow() name

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

15 years agosupporting PopUp on osx cocoa as well, see #10361
Stefan Csomor [Sat, 10 Jan 2009 14:43:22 +0000 (14:43 +0000)] 
supporting PopUp on osx cocoa as well, see #10361

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

15 years agoAdded #include for wx/propgrid/advprops.h
Jaakko Salli [Sat, 10 Jan 2009 12:38:52 +0000 (12:38 +0000)] 
Added #include for wx/propgrid/advprops.h

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

15 years agoUpdate propgrid minimal sample: Added wxEVT_PG_CHANGING handler and property value...
Jaakko Salli [Sat, 10 Jan 2009 12:37:06 +0000 (12:37 +0000)] 
Update propgrid minimal sample: Added wxEVT_PG_CHANGING handler and property value printing in wxEVT_PG_CHANGE handler

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

15 years agofix a couple of typos
Francesco Montorsi [Sat, 10 Jan 2009 11:11:33 +0000 (11:11 +0000)] 
fix a couple of typos

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

15 years agocleaning up default OPEN and CLOSED HAND cursors
Stefan Csomor [Sat, 10 Jan 2009 10:40:35 +0000 (10:40 +0000)] 
cleaning up default OPEN and CLOSED HAND cursors

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

15 years agoadding open and close hand cursor constants, implementation currently OSX only, close...
Stefan Csomor [Sat, 10 Jan 2009 09:45:16 +0000 (09:45 +0000)] 
adding open and close hand cursor constants, implementation currently OSX only, closes #10360

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

15 years agomoving launch methods to common code
Stefan Csomor [Sat, 10 Jan 2009 09:39:49 +0000 (09:39 +0000)] 
moving launch methods to common code

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

15 years agoTurned off brief descriptions on group pages (it just gets repeated in the detailed...
Bryan Petty [Fri, 9 Jan 2009 19:14:28 +0000 (19:14 +0000)] 
Turned off brief descriptions on group pages (it just gets repeated in the detailed description).

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

15 years agodo not assert in wxFTP construction because of its 'staticness'; allocate it on the...
Francesco Montorsi [Fri, 9 Jan 2009 16:50:43 +0000 (16:50 +0000)] 
do not assert in wxFTP construction because of its 'staticness'; allocate it on the heap

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

15 years agominor cleanup; add wxDocument::OnChangeFilename for coherence with wxView::OnChangefi...
Francesco Montorsi [Fri, 9 Jan 2009 16:13:49 +0000 (16:13 +0000)] 
minor cleanup; add wxDocument::OnChangeFilename for coherence with wxView::OnChangefilename; avoid some (small) code duplication; closes #10080

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

15 years agoMinor samples/docview refactoring (closes #10081)
Francesco Montorsi [Fri, 9 Jan 2009 16:01:34 +0000 (16:01 +0000)] 
Minor samples/docview refactoring (closes #10081)

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

15 years agoadd const attribute to avoid lots of warnings from GCC
Francesco Montorsi [Fri, 9 Jan 2009 15:48:13 +0000 (15:48 +0000)] 
add const attribute to avoid lots of warnings from GCC

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

15 years agoadd Id SVN keyword
Francesco Montorsi [Fri, 9 Jan 2009 15:42:26 +0000 (15:42 +0000)] 
add Id SVN keyword

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

15 years agoadd wxImage::Clear (patch by troelsk); closes #10141
Francesco Montorsi [Fri, 9 Jan 2009 15:35:59 +0000 (15:35 +0000)] 
add wxImage::Clear (patch by troelsk); closes #10141

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

15 years agopatch from Utensil Candel: remove ctrlmaskout.h/cpp; clear some more code; erase...
Francesco Montorsi [Fri, 9 Jan 2009 15:15:51 +0000 (15:15 +0000)] 
patch from Utensil Candel: remove ctrlmaskout.h/cpp; clear some more code; erase any wxFB's trace

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

15 years agosupport underlined text in wxCairoContext (Marcin's patch) (closes #9846)
Francesco Montorsi [Fri, 9 Jan 2009 14:43:41 +0000 (14:43 +0000)] 
support underlined text in wxCairoContext (Marcin's patch) (closes #9846)

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

15 years agoguarding against calls through 'non-window' instances like native file dialog, which...
Stefan Csomor [Fri, 9 Jan 2009 14:04:03 +0000 (14:04 +0000)] 
guarding against calls through 'non-window' instances like native file dialog, which on CentreOnParent crash otherwise

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

15 years agoguard against NULL win (happens during debug startup of RTTI, Clone test)
Stefan Csomor [Fri, 9 Jan 2009 14:02:30 +0000 (14:02 +0000)] 
guard against NULL win (happens during debug startup of RTTI, Clone test)

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

15 years agobuild fix
Francesco Montorsi [Fri, 9 Jan 2009 13:24:26 +0000 (13:24 +0000)] 
build fix

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

15 years agoFix wxTextValidator introducing a wxTextValidatorStyle enums since it does not suppor...
Francesco Montorsi [Fri, 9 Jan 2009 12:43:20 +0000 (12:43 +0000)] 
Fix wxTextValidator introducing a wxTextValidatorStyle enums since it does not support multiple combined styles; fix wxTextValidator::Validate when wxFILTER_EXCLUDE_LIST is used; fixes #1211

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

15 years agouse #if instead of #ifdef for WX_COMPAT
Francesco Montorsi [Fri, 9 Jan 2009 12:40:11 +0000 (12:40 +0000)] 
use #if instead of #ifdef for WX_COMPAT

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

15 years agofix dialog layout
Francesco Montorsi [Fri, 9 Jan 2009 12:34:27 +0000 (12:34 +0000)] 
fix dialog layout

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

15 years agomove wxLaunch* code in utilsx11.cpp as utilsunx.cpp is not compiled for wxCore
Francesco Montorsi [Fri, 9 Jan 2009 11:55:12 +0000 (11:55 +0000)] 
move wxLaunch* code in utilsx11.cpp as utilsunx.cpp is not compiled for wxCore

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

15 years agofix the fix of r57935
Francesco Montorsi [Fri, 9 Jan 2009 11:31:58 +0000 (11:31 +0000)] 
fix the fix of r57935

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

15 years agoblind fix for buildbot
Francesco Montorsi [Fri, 9 Jan 2009 11:07:42 +0000 (11:07 +0000)] 
blind fix for buildbot

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

15 years agoFix wxLaunchDefaultBrowser on wxMSW for local files/directories: the bug could be...
Francesco Montorsi [Fri, 9 Jan 2009 10:36:59 +0000 (10:36 +0000)] 
Fix wxLaunchDefaultBrowser on wxMSW for local files/directories: the bug could be reproduced using "Open screenshots folder" menu item in screenshotgen application.
Move platform-specific code in platform-specific utils source files.
Perform safer URL scheme check.

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

15 years agoTried to improve look of toogle tool under OS X, adapted from #10346: Nicer drawing...
Robert Roebling [Fri, 9 Jan 2009 10:31:43 +0000 (10:31 +0000)] 
Tried to improve look of toogle tool under OS X, adapted from #10346: Nicer drawing of pseudo-toggle toolbar button on OS X

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

15 years agoCompile fix
Robert Roebling [Fri, 9 Jan 2009 09:07:53 +0000 (09:07 +0000)] 
Compile fix

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

15 years agobuild fix
Francesco Montorsi [Thu, 8 Jan 2009 19:26:10 +0000 (19:26 +0000)] 
build fix

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

15 years agoalways remember to test IsOk() after using wxFileInputStream
Francesco Montorsi [Thu, 8 Jan 2009 18:26:35 +0000 (18:26 +0000)] 
always remember to test IsOk() after using wxFileInputStream

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

15 years agorevert slop from previous commit
Paul Cornett [Thu, 8 Jan 2009 16:54:04 +0000 (16:54 +0000)] 
revert slop from previous commit

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

15 years agoa few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext...
Francesco Montorsi [Thu, 8 Jan 2009 16:43:56 +0000 (16:43 +0000)] 
a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code

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

15 years agoeven more fixes detected using ifacecheck
Francesco Montorsi [Thu, 8 Jan 2009 16:33:08 +0000 (16:33 +0000)] 
even more fixes detected using ifacecheck

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

15 years agofix build
Francesco Montorsi [Thu, 8 Jan 2009 15:41:43 +0000 (15:41 +0000)] 
fix build

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

15 years agoautomated ifacecheck fixes
Francesco Montorsi [Thu, 8 Jan 2009 15:36:37 +0000 (15:36 +0000)] 
automated ifacecheck fixes

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

15 years agofix typo
Francesco Montorsi [Thu, 8 Jan 2009 15:10:54 +0000 (15:10 +0000)] 
fix typo

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

15 years agouse wxRound(x), not int(x+0.5)
Robert Roebling [Thu, 8 Jan 2009 15:09:45 +0000 (15:09 +0000)] 
use wxRound(x), not int(x+0.5)

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

15 years agouse wxRound(x) instead of int( x+0.5 )
Robert Roebling [Thu, 8 Jan 2009 14:36:18 +0000 (14:36 +0000)] 
use wxRound(x) instead of int( x+0.5 )

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

15 years agolastest patch from Utensil Candel: remove some legacy code; clarify the logic in...
Francesco Montorsi [Thu, 8 Jan 2009 14:28:55 +0000 (14:28 +0000)] 
lastest patch from Utensil Candel: remove some legacy code; clarify the logic in the construction of ScreenshotFrame; fix some wxFlexGridSizer issues; update README and TODO list

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

15 years agochange generic ints to enums in wxDC (closes #9959)
Francesco Montorsi [Thu, 8 Jan 2009 14:21:53 +0000 (14:21 +0000)] 
change generic ints to enums in wxDC (closes #9959)

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

15 years agoAdd the same margin to wxBitmapToggleButton as to wxBitmapButton
Robert Roebling [Thu, 8 Jan 2009 13:56:03 +0000 (13:56 +0000)] 
Add the same margin to wxBitmapToggleButton as to wxBitmapButton

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

15 years agomy previous commit patched the wrong file
Jouk Jansen [Thu, 8 Jan 2009 13:49:27 +0000 (13:49 +0000)] 
my previous commit patched the wrong file

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