wxWidgets.git
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

15 years agoUpdate allocation of all child widgets after scrolling
Robert Roebling [Thu, 8 Jan 2009 12:29:46 +0000 (12:29 +0000)] 
Update allocation of all child widgets after scrolling

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

15 years agoMake wxWrapSizer respect border around items
Robert Roebling [Thu, 8 Jan 2009 11:20:43 +0000 (11:20 +0000)] 
Make wxWrapSizer respect border around items

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

15 years agoInsert missing include file
Jouk Jansen [Thu, 8 Jan 2009 11:13:19 +0000 (11:13 +0000)] 
Insert missing include file

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

15 years agoOverride mouse wheel scrolling steps from GTK and make the default 3 steps, also...
Robert Roebling [Thu, 8 Jan 2009 10:46:18 +0000 (10:46 +0000)] 
Override mouse wheel scrolling steps from GTK and make the default 3 steps, also catch mouse wheel when over scrollbars

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

15 years agoUpdate OpenVMS compile support
Jouk Jansen [Wed, 7 Jan 2009 22:02:50 +0000 (22:02 +0000)] 
Update OpenVMS compile support

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

15 years agoinsert missing include file for OpenVMS platforms
Jouk Jansen [Wed, 7 Jan 2009 20:37:16 +0000 (20:37 +0000)] 
insert missing include file for OpenVMS platforms

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

15 years agoinsert missing iclude file
Jouk Jansen [Wed, 7 Jan 2009 19:50:26 +0000 (19:50 +0000)] 
insert missing iclude file

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

15 years agoUpdated 'Car' test to match a recent change in the sample
Jaakko Salli [Wed, 7 Jan 2009 19:00:16 +0000 (19:00 +0000)] 
Updated 'Car' test to match a recent change in the sample

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

15 years agoAdded wxPropertyGrid::SetSortFunction(); moved Sort() and SortChildren() to wxPropert...
Jaakko Salli [Wed, 7 Jan 2009 18:53:09 +0000 (18:53 +0000)] 
Added wxPropertyGrid::SetSortFunction(); moved Sort() and SortChildren() to wxPropertyGridInterface; default sorting is now case-insensitive

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

15 years agoremove an unused pool of strings using wxStringList
Francesco Montorsi [Wed, 7 Jan 2009 18:13:06 +0000 (18:13 +0000)] 
remove an unused pool of strings using wxStringList

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

15 years agodocument wxConvertFromIeeeExtended and wxConvertToIeeeExtended
Francesco Montorsi [Wed, 7 Jan 2009 17:56:52 +0000 (17:56 +0000)] 
document wxConvertFromIeeeExtended and wxConvertToIeeeExtended

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

15 years agoremove old (and unused) MSW-only wxFontEnumerator header
Francesco Montorsi [Wed, 7 Jan 2009 17:42:21 +0000 (17:42 +0000)] 
remove old (and unused) MSW-only wxFontEnumerator header

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

15 years agouse wxArrayString instead of wxStringList
Francesco Montorsi [Wed, 7 Jan 2009 17:29:38 +0000 (17:29 +0000)] 
use wxArrayString instead of wxStringList

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

15 years agofix wxMotif errors when linking against a wxControlWithItems-derived widget
Francesco Montorsi [Wed, 7 Jan 2009 17:29:10 +0000 (17:29 +0000)] 
fix wxMotif errors when linking against a wxControlWithItems-derived widget

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

15 years agobuild fix for GTK+ 2.12 and earlier
Paul Cornett [Wed, 7 Jan 2009 16:59:00 +0000 (16:59 +0000)] 
build fix for GTK+ 2.12 and earlier

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

15 years agoAlways use live sash update on Mac since it can't paint the splitter
Julian Smart [Wed, 7 Jan 2009 15:58:24 +0000 (15:58 +0000)] 
Always use live sash update on Mac since it can't paint the splitter

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

15 years agoAdded wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxOSX
Julian Smart [Wed, 7 Jan 2009 14:45:27 +0000 (14:45 +0000)] 
Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxOSX

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

15 years agoMYcopystring is not required anymore when compat2.8 is off
Francesco Montorsi [Wed, 7 Jan 2009 14:17:44 +0000 (14:17 +0000)] 
MYcopystring is not required anymore when compat2.8 is off

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

15 years agofix wxSplitPath usage
Francesco Montorsi [Wed, 7 Jan 2009 13:24:23 +0000 (13:24 +0000)] 
fix wxSplitPath usage

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

15 years agoFixed assert caused by incorrect number of flex grid sizer rows
Julian Smart [Wed, 7 Jan 2009 11:44:43 +0000 (11:44 +0000)] 
Fixed assert caused by incorrect number of flex grid sizer rows

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

15 years agofix wxYield[IfNeeded] dll linkage (closes #10325)
Francesco Montorsi [Wed, 7 Jan 2009 11:28:50 +0000 (11:28 +0000)] 
fix wxYield[IfNeeded] dll linkage (closes #10325)

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

15 years agofix include file
Francesco Montorsi [Wed, 7 Jan 2009 11:11:10 +0000 (11:11 +0000)] 
fix include file

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

15 years agoAdded missing includes
Julian Smart [Wed, 7 Jan 2009 08:51:47 +0000 (08:51 +0000)] 
Added missing includes

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

15 years agoAdded missing include
Julian Smart [Wed, 7 Jan 2009 08:49:48 +0000 (08:49 +0000)] 
Added missing include

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

15 years agodo minimal invalidations to get border to redraw properly
Paul Cornett [Wed, 7 Jan 2009 05:26:25 +0000 (05:26 +0000)] 
do minimal invalidations to get border to redraw properly

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

15 years agos/wxSplitPath/wxFileName::SplitPath
Francesco Montorsi [Wed, 7 Jan 2009 01:47:47 +0000 (01:47 +0000)] 
s/wxSplitPath/wxFileName::SplitPath

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

15 years agodeprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName...
Francesco Montorsi [Wed, 7 Jan 2009 01:29:54 +0000 (01:29 +0000)] 
deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName, wxExpandPath, wxContractPath, wxRealPath, wxCopyAbsolutePath, wxSplitPath and provide deprecation description in the docs (for the documented functions) or directly in the header (for undocumented functions)

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

15 years agos/wxGetTempFileName/wxFileName::CreateTempFileName
Francesco Montorsi [Wed, 7 Jan 2009 01:08:02 +0000 (01:08 +0000)] 
s/wxGetTempFileName/wxFileName::CreateTempFileName

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

15 years agouse wxFileName instead of ::wxStripExtension
Francesco Montorsi [Wed, 7 Jan 2009 01:04:01 +0000 (01:04 +0000)] 
use wxFileName instead of ::wxStripExtension

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

15 years agos/wxGetTempFileName/wxFileName::CreateTempFileName
Francesco Montorsi [Wed, 7 Jan 2009 01:01:35 +0000 (01:01 +0000)] 
s/wxGetTempFileName/wxFileName::CreateTempFileName

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

15 years agofix doxygen warning about XHTML syntax
Francesco Montorsi [Wed, 7 Jan 2009 00:41:31 +0000 (00:41 +0000)] 
fix doxygen warning about XHTML syntax

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

15 years agorewrite wxContractPath as wxFileName::ReplaceEnvVariable and wxFileName::ReplaceHomeD...
Francesco Montorsi [Wed, 7 Jan 2009 00:38:46 +0000 (00:38 +0000)] 
rewrite wxContractPath as wxFileName::ReplaceEnvVariable and wxFileName::ReplaceHomeDir; add test units and docs for them

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

15 years agobetter docs for wxPathNormalize
Francesco Montorsi [Wed, 7 Jan 2009 00:17:10 +0000 (00:17 +0000)] 
better docs for wxPathNormalize

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

15 years agowx is not a compiler, it doesn't need AC_CANONICAL_TARGET
Václav Slavík [Tue, 6 Jan 2009 22:28:16 +0000 (22:28 +0000)] 
wx is not a compiler, it doesn't need AC_CANONICAL_TARGET

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

15 years agoFixed wxTreeCtrl docs link.
Bryan Petty [Tue, 6 Jan 2009 21:58:39 +0000 (21:58 +0000)] 
Fixed wxTreeCtrl docs link.

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

15 years agouse WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBILITY_2_6 for wxUsleep even...
Francesco Montorsi [Tue, 6 Jan 2009 20:25:31 +0000 (20:25 +0000)] 
use WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBILITY_2_6 for wxUsleep even if it was deprecated since wx2.6

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

15 years agoSwitched @NULL back to (the appropriate) @NUL and added NUL command to Doxygen.
Bryan Petty [Tue, 6 Jan 2009 16:17:50 +0000 (16:17 +0000)] 
Switched @NULL back to (the appropriate) @NUL and added NUL command to Doxygen.

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

15 years agoremove link to the old HTML manual
Francesco Montorsi [Tue, 6 Jan 2009 16:07:25 +0000 (16:07 +0000)] 
remove link to the old HTML manual

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

15 years agoremove f.html and fft.html; they're old and unlinked from other test HTML pages
Francesco Montorsi [Tue, 6 Jan 2009 16:04:22 +0000 (16:04 +0000)] 
remove f.html and fft.html; they're old and unlinked from other test HTML pages

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

15 years agoadd #if WXWIN_COMPATIBILITY_2_6 around wxUsleep
Francesco Montorsi [Tue, 6 Jan 2009 13:59:47 +0000 (13:59 +0000)] 
add #if WXWIN_COMPATIBILITY_2_6 around wxUsleep

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

15 years agoadd the @appearance tag to wxFileCtrl
Francesco Montorsi [Tue, 6 Jan 2009 13:52:15 +0000 (13:52 +0000)] 
add the @appearance tag to wxFileCtrl

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

15 years agoadd WXWIN_COMPATIBILITY_2_6 block around wxUsleep deprecation; put wxPlatform declara...
Francesco Montorsi [Tue, 6 Jan 2009 12:56:07 +0000 (12:56 +0000)] 
add WXWIN_COMPATIBILITY_2_6 block around wxUsleep deprecation; put wxPlatform declaration out of the 'Miscellaneous functions' block

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

15 years agoFixed a couple Doxygen warnings, patch from Tim Stahlhut.
Bryan Petty [Tue, 6 Jan 2009 08:11:05 +0000 (08:11 +0000)] 
Fixed a couple Doxygen warnings, patch from Tim Stahlhut.

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

15 years agoReplaced @ingroup with @addtogroup for all global func/macros for use with Doxygen...
Bryan Petty [Mon, 5 Jan 2009 20:48:06 +0000 (20:48 +0000)] 
Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+.

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

15 years agoCommitting Doxygen 1.5.7+ configuration changes as Francesco has found a fix for...
Bryan Petty [Mon, 5 Jan 2009 19:34:59 +0000 (19:34 +0000)] 
Committing Doxygen 1.5.7+ configuration changes as Francesco has found a fix for our show-stopper for this. Said fix will be done in next commit.

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

15 years agoonly formatting changes. s/FALSE/false and s/TRUE/true; remove excessive empty lines...
Francesco Montorsi [Mon, 5 Jan 2009 19:12:41 +0000 (19:12 +0000)] 
only formatting changes. s/FALSE/false and s/TRUE/true; remove excessive empty lines; remove TABs; s/ ;/;

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

15 years agouse doxygen autolink for global enumerations
Francesco Montorsi [Mon, 5 Jan 2009 18:24:05 +0000 (18:24 +0000)] 
use doxygen autolink for global enumerations

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

15 years agofix crash because of a missing wxOK constant
Francesco Montorsi [Mon, 5 Jan 2009 16:15:09 +0000 (16:15 +0000)] 
fix crash because of a missing wxOK constant

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

15 years agouse GetCopyrightToDisplay instead of GetCopyright; part of commit 57245
Francesco Montorsi [Mon, 5 Jan 2009 15:20:44 +0000 (15:20 +0000)] 
use GetCopyrightToDisplay instead of GetCopyright; part of commit 57245

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

15 years agoadd a custom printer for wxString to use with Python-enabled gdb
Vadim Zeitlin [Sun, 4 Jan 2009 21:15:19 +0000 (21:15 +0000)] 
add a custom printer for wxString to use with Python-enabled gdb

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

15 years agoFixes in wxPGProperty::StringToValue(): Prevent it-- from iterating into negative...
Jaakko Salli [Sun, 4 Jan 2009 19:05:44 +0000 (19:05 +0000)] 
Fixes in wxPGProperty::StringToValue(): Prevent it-- from iterating into negative index; only really mark/add nested children as changed if child's StringToValue() returned true

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

15 years agoIn wxPGProperty::StringToValue(), variant.SetName() really has to be called after...
Jaakko Salli [Sun, 4 Jan 2009 18:39:23 +0000 (18:39 +0000)] 
In wxPGProperty::StringToValue(), variant.SetName() really has to be called after child->StringToValue() has been called

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

15 years agoAdded bool property to the nested car sample (for testing purposes)
Jaakko Salli [Sun, 4 Jan 2009 18:38:00 +0000 (18:38 +0000)] 
Added bool property to the nested car sample (for testing purposes)

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

15 years agoabstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUALS_TO_INT() macro
Vadim Zeitlin [Sun, 4 Jan 2009 16:04:22 +0000 (16:04 +0000)] 
abstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUALS_TO_INT() macro

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

15 years agodon't use \u in strings, VC6 doesn't support this
Vadim Zeitlin [Sun, 4 Jan 2009 15:53:09 +0000 (15:53 +0000)] 
don't use \u in strings, VC6 doesn't support this

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

15 years agouse correct type for file offset
Vadim Zeitlin [Sun, 4 Jan 2009 15:49:24 +0000 (15:49 +0000)] 
use correct type for file offset

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

15 years agoneed to overload assertEquals(int,short) too to resolve ambiguity
Vadim Zeitlin [Sun, 4 Jan 2009 12:32:26 +0000 (12:32 +0000)] 
need to overload assertEquals(int,short) too to resolve ambiguity

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

15 years agomore attempts to fix CppUnit::assertEquals for VC6 without breaking everything else
Vadim Zeitlin [Sun, 4 Jan 2009 11:59:11 +0000 (11:59 +0000)] 
more attempts to fix CppUnit::assertEquals for VC6 without breaking everything else

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

15 years agoSignificant check box editor refactoring, including fix to UpdateControl() not doing...
Jaakko Salli [Sun, 4 Jan 2009 10:38:58 +0000 (10:38 +0000)] 
Significant check box editor refactoring, including fix to UpdateControl() not doing its job correctly if property value was unspecified. Also, unspecified value is now drawn as a faint rectangle

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

15 years agoAdded extra RefreshEditor() call for better testing
Jaakko Salli [Sun, 4 Jan 2009 10:37:22 +0000 (10:37 +0000)] 
Added extra RefreshEditor() call for better testing

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

15 years agobuild fix for GTK+ versions prior to 2.14
Paul Cornett [Sun, 4 Jan 2009 05:56:07 +0000 (05:56 +0000)] 
build fix for GTK+ versions prior to 2.14

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

15 years agoproperly handle DC origin and scale in wxDoFloodFill()
Paul Cornett [Sun, 4 Jan 2009 02:59:09 +0000 (02:59 +0000)] 
properly handle DC origin and scale in wxDoFloodFill()

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

15 years agonative implementation of DoGetPixel()
Paul Cornett [Sun, 4 Jan 2009 02:58:52 +0000 (02:58 +0000)] 
native implementation of DoGetPixel()

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

15 years agoremove Rescale(), it is no longer used
Paul Cornett [Sun, 4 Jan 2009 02:42:03 +0000 (02:42 +0000)] 
remove Rescale(), it is no longer used

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

15 years agoComplete rewrite of DoDrawBitmap() and DoBlit().
Paul Cornett [Sun, 4 Jan 2009 02:40:11 +0000 (02:40 +0000)] 
Complete rewrite of DoDrawBitmap() and DoBlit().
Blit should now correctly handle all combinations of scaling, clipping, and mask.

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

15 years agoallow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset) too
Vadim Zeitlin [Sun, 4 Jan 2009 00:47:10 +0000 (00:47 +0000)] 
allow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset) too

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