wxWidgets.git
19 years agoRebake after MacOS CarbonLib additions
David Elliott [Mon, 1 Nov 2004 06:00:58 +0000 (06:00 +0000)] 
Rebake after MacOS CarbonLib additions

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

19 years agoswitching to defines not having a value for __WXMAC__
Stefan Csomor [Mon, 1 Nov 2004 05:57:25 +0000 (05:57 +0000)] 
switching to defines not having a value for __WXMAC__

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

19 years agowxMac: Rearrange a few things and add support for CarbonLib build.
David Elliott [Mon, 1 Nov 2004 05:10:02 +0000 (05:10 +0000)] 
wxMac: Rearrange a few things and add support for CarbonLib build.

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

19 years agoUse PLATFORM_MACOS. PLATFORM_MAC is defined for OS X (no good).
David Elliott [Mon, 1 Nov 2004 05:02:01 +0000 (05:02 +0000)] 
Use PLATFORM_MACOS.  PLATFORM_MAC is defined for OS X (no good).

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

19 years agoHACK: Add PLATFORM_MACOS as an option
David Elliott [Mon, 1 Nov 2004 04:57:21 +0000 (04:57 +0000)] 
HACK: Add PLATFORM_MACOS as an option

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

19 years agoDeclare namespace std {} before using namespace std; for MetroWerks
David Elliott [Mon, 1 Nov 2004 00:38:32 +0000 (00:38 +0000)] 
Declare namespace std {} before using namespace std; for MetroWerks

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

19 years agoWork around the fact that Metrowerks (CW 8.3) and Apple (10.2.8 sdk) headers
David Elliott [Mon, 1 Nov 2004 00:01:40 +0000 (00:01 +0000)] 
Work around the fact that Metrowerks (CW 8.3) and Apple (10.2.8 sdk) headers
try to detect each other and change their behavior but just wind up screwing
everything up.

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

19 years ago#include "wx/settings.h" wxSystemSettings is needed by non-OSX code.
David Elliott [Sun, 31 Oct 2004 23:53:39 +0000 (23:53 +0000)] 
#include "wx/settings.h"  wxSystemSettings is needed by non-OSX code.
Typically precompiled headers are used so this hadn't been noticed before.

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

19 years agoAdded src/tiff/tif_apple.c when PLATFORM_MAC==1
David Elliott [Sun, 31 Oct 2004 23:45:04 +0000 (23:45 +0000)] 
Added src/tiff/tif_apple.c when PLATFORM_MAC==1

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

19 years ago Moved the wxPageSetupDialogData <-> native conversion
Robert Roebling [Sun, 31 Oct 2004 23:43:41 +0000 (23:43 +0000)] 
  Moved the wxPageSetupDialogData <-> native conversion
    code for MSW to the appropriate file in src/msw/printdlg.cpp
  Removed the now obsolete printer setup dialog code.

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

19 years agoDo not use framework includes in CFM builds.
David Elliott [Sun, 31 Oct 2004 21:46:12 +0000 (21:46 +0000)] 
Do not use framework includes in CFM builds.

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

19 years agoRemoved debug output.
Stefan Neis [Sun, 31 Oct 2004 19:34:31 +0000 (19:34 +0000)] 
Removed debug output.

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

19 years agoNewest version of script(s) for creating DLLs - now divided in two,
Stefan Neis [Sun, 31 Oct 2004 19:33:07 +0000 (19:33 +0000)] 
Newest version of script(s) for creating DLLs - now divided in two,
        main script takes additional argument for script generating DLL name,
        new script generates DLL names from (too long) library names.

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

19 years agobecause gcc is dumb and can't tell the difference between a std::string and a wxString
Ryan Norton [Sun, 31 Oct 2004 18:26:03 +0000 (18:26 +0000)] 
because gcc is dumb and can't tell the difference between a std::string and a wxString

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

19 years agoFixed "pragma interface" handling.
Stefan Neis [Sun, 31 Oct 2004 18:15:53 +0000 (18:15 +0000)] 
Fixed "pragma interface" handling.

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

19 years ago Moved print dialog data conversion code
Robert Roebling [Sun, 31 Oct 2004 16:34:02 +0000 (16:34 +0000)] 
  Moved print dialog data conversion code
    from cmndata to its msw place.

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

19 years ago Small change to ease Mac transition to common
Robert Roebling [Sun, 31 Oct 2004 14:59:11 +0000 (14:59 +0000)] 
 Small change to ease Mac transition to common
   native data printing code later.

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

19 years ago Copyright notice.
Robert Roebling [Sun, 31 Oct 2004 13:50:09 +0000 (13:50 +0000)] 
  Copyright notice.

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

19 years agothe position attribute is called 'pos', not 'position'
Václav Slavík [Sun, 31 Oct 2004 11:42:28 +0000 (11:42 +0000)] 
the position attribute is called 'pos', not 'position'

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

19 years agoadded 'icon' property to wxFrame and wxDialog in XRC
Václav Slavík [Sun, 31 Oct 2004 11:42:27 +0000 (11:42 +0000)] 
added 'icon' property to wxFrame and wxDialog in XRC

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

19 years agocompilation fixes for gcc-3.4 + Unicode
Václav Slavík [Sun, 31 Oct 2004 08:36:06 +0000 (08:36 +0000)] 
compilation fixes for gcc-3.4 + Unicode

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

19 years agofixed spelling of -checkcurleybraces (patch #1054304)
Václav Slavík [Sun, 31 Oct 2004 08:31:03 +0000 (08:31 +0000)] 
fixed spelling of -checkcurleybraces (patch #1054304)

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

19 years agonote broken code, cast hack to fix warning on pickier compilers
Ryan Norton [Sun, 31 Oct 2004 06:23:16 +0000 (06:23 +0000)] 
note broken code, cast hack to fix warning on pickier compilers

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

19 years agofix const error on sane (not msvc) compilers
Ryan Norton [Sun, 31 Oct 2004 06:13:18 +0000 (06:13 +0000)] 
fix const error on sane (not msvc) compilers

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

19 years agoPatch from Paul Cornett, clean up side effects in obtaining legacy
Ron Lee [Sun, 31 Oct 2004 05:01:46 +0000 (05:01 +0000)] 
Patch from Paul Cornett, clean up side effects in obtaining legacy
config and remove unneccessary line continuations et al.

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

19 years agoRename some tests to avoid conflicts with project builder GUI debugger
Ryan Norton [Sun, 31 Oct 2004 04:41:27 +0000 (04:41 +0000)] 
Rename some tests to avoid conflicts with project builder GUI debugger

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

19 years agoPNG Alpha is working on wxGTK2 now too.
Robin Dunn [Sat, 30 Oct 2004 21:39:44 +0000 (21:39 +0000)] 
PNG Alpha is working on wxGTK2 now too.

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

19 years agotweak the path so ccache is found first on both build machines
Robin Dunn [Sat, 30 Oct 2004 21:39:03 +0000 (21:39 +0000)] 
tweak the path so ccache is found first on both build machines

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

19 years agofixed typo causing a syntax error
Robin Dunn [Sat, 30 Oct 2004 21:36:54 +0000 (21:36 +0000)] 
fixed typo causing a syntax error

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

19 years agoEnsure the first EVT_SIZE has happened before the first EVT_PAINT
Robin Dunn [Sat, 30 Oct 2004 21:35:54 +0000 (21:35 +0000)] 
Ensure the first EVT_SIZE has happened before the first EVT_PAINT

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

19 years agoRemove non-ascii characters
Robin Dunn [Sat, 30 Oct 2004 21:33:29 +0000 (21:33 +0000)] 
Remove non-ascii characters

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

19 years agoUse wx.FULL_PAINT_ON_RESIZE
Robin Dunn [Sat, 30 Oct 2004 21:30:16 +0000 (21:30 +0000)] 
Use wx.FULL_PAINT_ON_RESIZE

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

19 years agorestore ConvertToValidURI to prev. version for bw compat. Note changes
Ryan Norton [Sat, 30 Oct 2004 20:22:24 +0000 (20:22 +0000)] 
restore ConvertToValidURI to prev. version for bw compat.  Note changes

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

19 years agosolution to wxMBConv stuff - make a seperate XX2XX for strings of a specified length...
Ryan Norton [Sat, 30 Oct 2004 20:16:25 +0000 (20:16 +0000)] 
solution to wxMBConv stuff - make a seperate XX2XX for strings of a specified length, use this in wxString instead of previous worst-case method

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

19 years agousability improvement: set focus to text control so that the user can directly type...
Václav Slavík [Sat, 30 Oct 2004 20:04:16 +0000 (20:04 +0000)] 
usability improvement: set focus to text control so that the user can directly type directory name instead of using both mouse and keyboard

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

19 years agowxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase
David Elliott [Sat, 30 Oct 2004 07:41:30 +0000 (07:41 +0000)] 
wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase

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

19 years agoCodeWarrior (8.3 mwcc) thinks that it cannot compare id (a struct objc_object*)
David Elliott [Sat, 30 Oct 2004 06:31:07 +0000 (06:31 +0000)] 
CodeWarrior (8.3 mwcc) thinks that it cannot compare id (a struct objc_object*)
with NSView* for equality.  This is of course completely against the
Objective-C language specification but we'll fix it anyway.

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

19 years agoCodeWarrior (8.3 mwcc) can't figure out that it needs to do C++ automatic
David Elliott [Sat, 30 Oct 2004 06:23:38 +0000 (06:23 +0000)] 
CodeWarrior (8.3 mwcc) can't figure out that it needs to do C++ automatic
conversion from wxObjcAutoRefFromAlloc<NSButton*> to NSButton* when it is
used as the receiver of a message.  Help it along with a static_cast.

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

19 years agoDeclare namespace std {} before using namespace std; for MetroWerks
David Elliott [Sat, 30 Oct 2004 06:14:10 +0000 (06:14 +0000)] 
Declare namespace std {} before using namespace std; for MetroWerks

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

19 years agoFixed compilation with precompiled headers.
David Elliott [Sat, 30 Oct 2004 05:53:33 +0000 (05:53 +0000)] 
Fixed compilation with precompiled headers.
Removed include <objc/objc-runtime.h> from window.mm, it's not needed anymore.

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

19 years agoCodeWarrior dislikes #include <> syntax for in-tree headers, prefer ""
David Elliott [Sat, 30 Oct 2004 05:41:10 +0000 (05:41 +0000)] 
CodeWarrior dislikes #include <> syntax for in-tree headers, prefer ""

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

19 years agoMake wxString::WorstEncodingCase take a const wxMBConv&
David Elliott [Sat, 30 Oct 2004 05:33:47 +0000 (05:33 +0000)] 
Make wxString::WorstEncodingCase take a const wxMBConv&

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

19 years agomark incompat and depreciated changes for wxURL, add UTF7 mention
Ryan Norton [Sat, 30 Oct 2004 02:40:59 +0000 (02:40 +0000)] 
mark incompat and depreciated changes for wxURL, add UTF7 mention

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

19 years agoBetter alphabetized the event handler macros
Kevin Hock [Sat, 30 Oct 2004 01:54:17 +0000 (01:54 +0000)] 
Better alphabetized the event handler macros

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

19 years ago[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily modified in places), utf7 unit...
Ryan Norton [Fri, 29 Oct 2004 22:10:26 +0000 (22:10 +0000)] 
[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily modified in places), utf7 unit tests change

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

19 years agoAdded wxStandardPaths for wxMac and wxCocoa.
David Elliott [Fri, 29 Oct 2004 21:38:33 +0000 (21:38 +0000)] 
Added wxStandardPaths for wxMac and wxCocoa.

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

19 years agoAdd wxString::WorstEncodingCase, other various cleanups
Ryan Norton [Fri, 29 Oct 2004 21:06:28 +0000 (21:06 +0000)] 
Add wxString::WorstEncodingCase, other various cleanups

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

19 years agoBuild src/mac/corefoundation/cfstring.cpp and src/common/uri.cpp
David Elliott [Fri, 29 Oct 2004 20:22:36 +0000 (20:22 +0000)] 
Build src/mac/corefoundation/cfstring.cpp and src/common/uri.cpp

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

19 years agosomewhat modded [ 1056879 ] use wxURI::Unescape vs wxURL::ConvertFromURI
Ryan Norton [Fri, 29 Oct 2004 20:19:49 +0000 (20:19 +0000)] 
somewhat modded [ 1056879 ] use wxURI::Unescape vs wxURL::ConvertFromURI

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

19 years agoBuild the new cfstring stuff for both wxMac (as part of Mac's base) and wxCocoa.
David Elliott [Fri, 29 Oct 2004 18:37:41 +0000 (18:37 +0000)] 
Build the new cfstring stuff for both wxMac (as part of Mac's base) and wxCocoa.

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

19 years agoMoved wxCFStringHolder and some other string functions to their own files.
David Elliott [Fri, 29 Oct 2004 18:29:35 +0000 (18:29 +0000)] 
Moved wxCFStringHolder and some other string functions to their own files.

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

19 years agoversion number
Robin Dunn [Fri, 29 Oct 2004 18:12:00 +0000 (18:12 +0000)] 
version number

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

19 years agoSet "rc1" in version
Robin Dunn [Fri, 29 Oct 2004 17:15:16 +0000 (17:15 +0000)] 
Set "rc1" in version

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

19 years agoUse $ on variables!!!
Robin Dunn [Fri, 29 Oct 2004 17:14:19 +0000 (17:14 +0000)] 
Use $ on variables!!!

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

19 years agoDon't just assume that the metadata files will be found
Robin Dunn [Fri, 29 Oct 2004 17:12:59 +0000 (17:12 +0000)] 
Don't just assume that the metadata files will be found

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

19 years agoSave a reference to the async sound object
Robin Dunn [Fri, 29 Oct 2004 16:50:07 +0000 (16:50 +0000)] 
Save a reference to the async sound object

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

19 years agoUse Courier New instead of Courier, to avoid bad characters
Julian Smart [Fri, 29 Oct 2004 15:24:41 +0000 (15:24 +0000)] 
Use Courier New instead of Courier, to avoid bad characters
appearing in PDF.

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

19 years agohave wxbuiltin wxmbconvutf7 return -1 (error) not 0. Some cleanups in string.cpp...
Ryan Norton [Fri, 29 Oct 2004 11:13:41 +0000 (11:13 +0000)] 
have wxbuiltin wxmbconvutf7 return -1 (error) not 0.  Some cleanups in string.cpp.  Add some unit tests for utf7 and cleanups.

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

19 years agoHandle bad conversions correctly. Add Bad UTF8 test.
Ryan Norton [Fri, 29 Oct 2004 10:13:59 +0000 (10:13 +0000)] 
Handle bad conversions correctly. Add Bad UTF8 test.

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

19 years agocheck if conversion to UTF7 works
Václav Slavík [Fri, 29 Oct 2004 09:29:52 +0000 (09:29 +0000)] 
check if conversion to UTF7 works

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

19 years agoHandle invalid conversion slightly better, ecapsulate literal chars with wxT
Ryan Norton [Fri, 29 Oct 2004 08:55:58 +0000 (08:55 +0000)] 
Handle invalid conversion slightly better, ecapsulate literal chars with wxT

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

19 years agoRemove erronues file
Ryan Norton [Fri, 29 Oct 2004 07:16:53 +0000 (07:16 +0000)] 
Remove erronues file

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

19 years agoadd some asserts for wxStringBufferLength
Ryan Norton [Fri, 29 Oct 2004 05:52:16 +0000 (05:52 +0000)] 
add some asserts for wxStringBufferLength

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

19 years agoincrease worst case for UTF8 to *4
Ryan Norton [Thu, 28 Oct 2004 23:05:47 +0000 (23:05 +0000)] 
increase worst case for UTF8 to *4

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

19 years agoincrease worst case to *4 for UTF8, switch a memcpy for wxMemcpy
Ryan Norton [Thu, 28 Oct 2004 23:01:46 +0000 (23:01 +0000)] 
increase worst case to *4 for UTF8, switch a memcpy for wxMemcpy

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

19 years agoundid last change to wxBitmapButton::GetBestSize(), in fact it doesn't make sense...
Vadim Zeitlin [Thu, 28 Oct 2004 22:43:14 +0000 (22:43 +0000)] 
undid last change to wxBitmapButton::GetBestSize(), in fact it doesn't make sense to support wxBU_EXACTFIT for it at all, so just removed the code doing it and mentioned it in the docs

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

19 years agowxURL - doc cleanups, depreciated more methods, more source comments. wxURI - enclos...
Ryan Norton [Thu, 28 Oct 2004 22:22:40 +0000 (22:22 +0000)] 
wxURL - doc cleanups, depreciated more methods, more source comments.  wxURI - enclosed literal characters with wxT, more source comments, doc cleanups, changed StartsWith(x) to [ou] == x

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

19 years agoI think that going to the home page woudl be more user friendly than
Robin Dunn [Thu, 28 Oct 2004 20:34:52 +0000 (20:34 +0000)] 
I think that going to the home page woudl be more user friendly than
to the SF download page, but make it a module attr so the app can
change it if it's really needed.

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

19 years agoadd skipupload flag
Robin Dunn [Thu, 28 Oct 2004 20:32:14 +0000 (20:32 +0000)] 
add skipupload flag

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

19 years agoUse the wx.App.SetMac* static methods instead of the global functions
Robin Dunn [Thu, 28 Oct 2004 20:31:34 +0000 (20:31 +0000)] 
Use the wx.App.SetMac* static methods instead of the global functions

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

19 years agofixed wxBU_EXACTFIT handling in wxBitmapButton (closes 1056234)
Vadim Zeitlin [Thu, 28 Oct 2004 16:47:39 +0000 (16:47 +0000)] 
fixed wxBU_EXACTFIT handling in wxBitmapButton (closes 1056234)

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

19 years agoMissed CanRead and correct type for Eof (bug #983978).
Włodzimierz Skiba [Thu, 28 Oct 2004 14:24:43 +0000 (14:24 +0000)] 
Missed CanRead and correct type for Eof (bug #983978).

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

19 years agoSingle section for variants of the same function so it is less confusing for referenc...
Włodzimierz Skiba [Thu, 28 Oct 2004 14:22:58 +0000 (14:22 +0000)] 
Single section for variants of the same function so it is less confusing for referencing from other parts.

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

19 years agoLack of label causes 'topicN' anchors in url and reports warning during tex2rtf execu...
Włodzimierz Skiba [Thu, 28 Oct 2004 14:20:10 +0000 (14:20 +0000)] 
Lack of label causes 'topicN' anchors in url and reports warning during tex2rtf execution.

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

19 years agoBorland warning fix.
Włodzimierz Skiba [Thu, 28 Oct 2004 11:48:32 +0000 (11:48 +0000)] 
Borland warning fix.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Thu, 28 Oct 2004 11:43:53 +0000 (11:43 +0000)] 
Warning fixes.

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

19 years agoWarning fix due to unsigned nature of wParam.
Włodzimierz Skiba [Thu, 28 Oct 2004 11:41:35 +0000 (11:41 +0000)] 
Warning fix due to unsigned nature of wParam.

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

19 years agoFL's floating windows render borders themselves, don't use small titlebars
Václav Slavík [Thu, 28 Oct 2004 11:20:44 +0000 (11:20 +0000)] 
FL's floating windows render borders themselves, don't use small titlebars

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

19 years agofixed wxTextCtrl::EmulateKeyPress to work in Unicode build of wxGTK2
Václav Slavík [Thu, 28 Oct 2004 11:19:39 +0000 (11:19 +0000)] 
fixed wxTextCtrl::EmulateKeyPress to work in Unicode build of wxGTK2

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

19 years agotemp compilation fix for wxMac
Vadim Zeitlin [Thu, 28 Oct 2004 10:54:50 +0000 (10:54 +0000)] 
temp compilation fix for wxMac

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

19 years agoUse proper wxURI unescape instead of old way
Ryan Norton [Thu, 28 Oct 2004 10:00:05 +0000 (10:00 +0000)] 
Use proper wxURI unescape instead of old way

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

19 years agofinal wxURI API changes. Changed Get to BuildURI to better reflect what its doing...
Ryan Norton [Thu, 28 Oct 2004 09:57:43 +0000 (09:57 +0000)] 
final wxURI API changes.  Changed Get to BuildURI to better reflect what its doing.  Added wxURI::Unescape to unescape characters in a url or uri.  Added wxURI::BuildUnescapedURI.  Changed the wxURL convertXXXuri methods to use uri methods instead, and depreciated these methods.

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

19 years agowxKeyEvent::m_uniChar must be copied by operator= too
Václav Slavík [Thu, 28 Oct 2004 08:18:52 +0000 (08:18 +0000)] 
wxKeyEvent::m_uniChar must be copied by operator= too

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

19 years agoInherit wxURL from wxURI, providing assignment, copy construction, comparison, and...
Ryan Norton [Thu, 28 Oct 2004 06:49:46 +0000 (06:49 +0000)] 
Inherit wxURL from wxURI, providing assignment, copy construction, comparison, and less duplication of code.  Change wxURI a bit to meet some of Vadim's reccommendations - move accessors into header, and finish some of his other reccom.  Change assignment to use const wxString& instead of const wxChar*.  Change wxURI docs to reflect that it inherits from wxObject.  Made preliminary docs for the wxURL transition.  Add some unit tests for the transition.

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

19 years agoApplied patch 1055774 from Paul Cornett for platforms
Ron Lee [Thu, 28 Oct 2004 02:00:23 +0000 (02:00 +0000)] 
Applied patch 1055774 from Paul Cornett for platforms
without a posix /bin/sh.  Among those reported as not yet
expired are Solaris 9, IRIX 6.5, and Tru64 5.1b.

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

19 years agouse \true/\false and \arg
Vadim Zeitlin [Thu, 28 Oct 2004 01:05:20 +0000 (01:05 +0000)] 
use \true/\false and \arg

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

19 years agominor cleanup: don't use bool parameters, don't typedef the enums, don't abuse references
Vadim Zeitlin [Thu, 28 Oct 2004 01:03:38 +0000 (01:03 +0000)] 
minor cleanup: don't use bool parameters, don't typedef the enums, don't abuse references

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

19 years agojust a little tweak
Robin Dunn [Thu, 28 Oct 2004 00:43:09 +0000 (00:43 +0000)] 
just a little tweak

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

19 years agoChanged selectNewest to ensureMinimal. If the default version is >=
Robin Dunn [Wed, 27 Oct 2004 23:59:43 +0000 (23:59 +0000)] 
Changed selectNewest to ensureMinimal.  If the default version is >=
the minimum then use it, otherwise find an installed version that is
>= minimum, or will display a message and bail out.

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

19 years agofinal sweep over docs - replace & with \&
Ryan Norton [Wed, 27 Oct 2004 23:30:59 +0000 (23:30 +0000)] 
final sweep over docs - replace & with \&

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

19 years agoupdate docs, add to class list
Ryan Norton [Wed, 27 Oct 2004 23:21:07 +0000 (23:21 +0000)] 
update docs, add to class list

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

19 years agowe don't have to call png_set_error_fn() any more after last commit
Vadim Zeitlin [Wed, 27 Oct 2004 23:07:11 +0000 (23:07 +0000)] 
we don't have to call png_set_error_fn() any more after last commit

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

19 years agouse wx_png_error/warning when calling png_create_read/write_struct(), don't return...
Vadim Zeitlin [Wed, 27 Oct 2004 22:58:29 +0000 (22:58 +0000)] 
use wx_png_error/warning when calling png_create_read/write_struct(), don't return from wx_png_error

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

19 years ago Removed Pango homemade implementation and
Robert Roebling [Wed, 27 Oct 2004 22:55:30 +0000 (22:55 +0000)] 
  Removed Pango homemade implementation and
    reinstated old code that uses /Times and
    /Helv etc for printing PostScript.
  Various smaller fixes related to printing.

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

19 years agowxURI. Move Convert/to/fromURI into uri.cpp so that it is compiled in base. Regener...
Ryan Norton [Wed, 27 Oct 2004 22:47:26 +0000 (22:47 +0000)] 
wxURI.  Move Convert/to/fromURI into uri.cpp so that it is compiled in base.  Regenerate Bakefiles.

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

19 years agoremoved src/gtk/eggtrayicon.h
Vadim Zeitlin [Wed, 27 Oct 2004 20:35:27 +0000 (20:35 +0000)] 
removed src/gtk/eggtrayicon.h

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

19 years agoCorrect defaults for basic options (bug #1048680)
Włodzimierz Skiba [Wed, 27 Oct 2004 19:27:14 +0000 (19:27 +0000)] 
Correct defaults for basic options (bug #1048680)

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

19 years agodon't preselect the first item if the array with the initial selections is empty...
Vadim Zeitlin [Wed, 27 Oct 2004 19:23:59 +0000 (19:23 +0000)] 
don't preselect the first item if the array with the initial selections is empty in wxMultiChoiceDialog

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

19 years agoNow possible to compile with wxURL disabled
Julian Smart [Wed, 27 Oct 2004 17:33:32 +0000 (17:33 +0000)] 
Now possible to compile with wxURL disabled

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

19 years agoGTK+1 doesn't have gtk_window_set_type_hint
Julian Smart [Wed, 27 Oct 2004 16:44:31 +0000 (16:44 +0000)] 
GTK+1 doesn't have gtk_window_set_type_hint

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