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

19 years agodon't abort if a shared library can't be loaded under OS X, just return an error
Vadim Zeitlin [Wed, 27 Oct 2004 13:53:37 +0000 (13:53 +0000)] 
don't abort if a shared library can't be loaded under OS X, just return an error

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

19 years agosetting the invoking window added to two other wxMenuBar manipulating methods
Stefan Csomor [Wed, 27 Oct 2004 12:59:19 +0000 (12:59 +0000)] 
setting the invoking window added to two other wxMenuBar manipulating methods

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

19 years agoReplace license.txt with licence.txt as it is really named.
Włodzimierz Skiba [Wed, 27 Oct 2004 11:33:48 +0000 (11:33 +0000)] 
Replace license.txt with licence.txt as it is really named.

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

19 years ago Added initial support for GNOME printing.
Robert Roebling [Wed, 27 Oct 2004 11:19:30 +0000 (11:19 +0000)] 
  Added initial support for GNOME printing.

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

19 years ago Moved "enablePrint" setting around.
Robert Roebling [Wed, 27 Oct 2004 11:16:22 +0000 (11:16 +0000)] 
  Moved "enablePrint" setting around.

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

19 years agoAdd preliminary wxStringBufferLength docs
Ryan Norton [Wed, 27 Oct 2004 08:18:36 +0000 (08:18 +0000)] 
Add preliminary wxStringBufferLength docs

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

19 years agoUse wxStringBufferLength instead of wxXCharBuffer in constructors with conversion...
Ryan Norton [Wed, 27 Oct 2004 07:48:28 +0000 (07:48 +0000)] 
Use wxStringBufferLength instead of wxXCharBuffer in constructors with conversion.  Avoids both an allocation and a memory copy in normal (non-stl) wx mode with wxString

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

19 years agofixes angle calculation (on mac ALWAYS clockwise)
Stefan Csomor [Wed, 27 Oct 2004 07:45:32 +0000 (07:45 +0000)] 
fixes angle calculation (on mac ALWAYS clockwise)

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

19 years agoUpdate for rpath with uninstalled builds and utility search.
Ron Lee [Wed, 27 Oct 2004 06:25:12 +0000 (06:25 +0000)] 
Update for rpath with uninstalled builds and utility search.

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

19 years agofixed copy/paste error
Robin Dunn [Wed, 27 Oct 2004 01:15:34 +0000 (01:15 +0000)] 
fixed copy/paste error

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

19 years agoVersion number bump
Robin Dunn [Wed, 27 Oct 2004 01:11:19 +0000 (01:11 +0000)] 
Version number bump

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

19 years agoThe old workaround for the 1-Jan-1970 bug still failed in some
Robin Dunn [Wed, 27 Oct 2004 01:06:45 +0000 (01:06 +0000)] 
The old workaround for the 1-Jan-1970 bug still failed in some
timezones.  This new workaround seems to work better.

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

19 years agoReturn from DoDrawSpline without doing anything (like segfaulting
Robin Dunn [Wed, 27 Oct 2004 01:00:09 +0000 (01:00 +0000)] 
Return from DoDrawSpline without doing anything (like segfaulting
<wink!>) if the list is empty.

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

19 years agoavoid crash if active_child_frame is not set yet
Robin Dunn [Wed, 27 Oct 2004 00:58:00 +0000 (00:58 +0000)] 
avoid crash if active_child_frame is not set yet

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

19 years agoEnsire that m_value is updated when SetSelection is called
Robin Dunn [Wed, 27 Oct 2004 00:56:50 +0000 (00:56 +0000)] 
Ensire that m_value is updated when SetSelection is called

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

19 years agofixed wxFRAME_TOOL_WINDOW to use 'utility' type hint instead of not rendering any...
Václav Slavík [Tue, 26 Oct 2004 22:45:32 +0000 (22:45 +0000)] 
fixed wxFRAME_TOOL_WINDOW to use 'utility' type hint instead of not rendering any frame at all

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

19 years ago* Added selectNewest(minVersion)
Robin Dunn [Tue, 26 Oct 2004 21:55:25 +0000 (21:55 +0000)] 
* Added selectNewest(minVersion)
* Use the options in the sort ordering in addition to the version,
  this will put the gtk2 and unicode versions ahead of the others of
  the same version.

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

19 years ago Next phase of Print Factory code.
Robert Roebling [Tue, 26 Oct 2004 19:49:59 +0000 (19:49 +0000)] 
  Next phase of Print Factory code.
    Created a mini interface so that the generic
    wxPrintDialog can show a "printer" and a
    "status" line if the print factory wants
    this to be the case.
    Moved some code (print mode) back from the
    PostScript only print data to the general
    print data since it is sort of general.

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

19 years agoat least partially implemented vswscanf() -- otherwise wx apps compiled against glibc...
Václav Slavík [Tue, 26 Oct 2004 17:42:39 +0000 (17:42 +0000)] 
at least partially implemented vswscanf() -- otherwise wx apps compiled against glibc 2.1 wouldn't run at all

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

19 years agoAvoid anchor for label which determined creation of the new file and is already inclu...
Włodzimierz Skiba [Tue, 26 Oct 2004 17:10:49 +0000 (17:10 +0000)] 
Avoid anchor for label which determined creation of the new file and is already included in filename.

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

19 years agoprefix symbols with wx
Václav Slavík [Tue, 26 Oct 2004 10:32:38 +0000 (10:32 +0000)] 
prefix symbols with wx

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

19 years agoDoc and comment updates
Robin Dunn [Mon, 25 Oct 2004 22:53:36 +0000 (22:53 +0000)] 
Doc and comment updates

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

19 years agoConvert back to UNIX line endings (again)
David Elliott [Mon, 25 Oct 2004 16:10:15 +0000 (16:10 +0000)] 
Convert back to UNIX line endings (again)

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

19 years agoMutexGui calls in WakeUpIdle are not needed under GTK2, fixing the long-standing...
Kevin Hock [Mon, 25 Oct 2004 03:24:42 +0000 (03:24 +0000)] 
MutexGui calls in WakeUpIdle are not needed under GTK2, fixing the long-standing "random" lockups experienced when using wxPostEvent from a thread.  Collaboration with RR.

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

19 years agouse GetBestSize() and not GetSize() for AsIs() size constraints -- this makes much...
Vadim Zeitlin [Sun, 24 Oct 2004 14:49:38 +0000 (14:49 +0000)] 
use GetBestSize() and not GetSize() for AsIs() size constraints -- this makes much more sense

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

19 years agoRemoved list of modeless windows (apparently no longer needed).
Stefan Neis [Sun, 24 Oct 2004 13:46:06 +0000 (13:46 +0000)] 
Removed list of modeless windows (apparently no longer needed).

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

19 years agocorrected textbackground for theme text output
Stefan Csomor [Sun, 24 Oct 2004 12:48:00 +0000 (12:48 +0000)] 
corrected textbackground for theme text output

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

19 years agoFixed handling of modal dialogs.
Stefan Neis [Sun, 24 Oct 2004 12:08:25 +0000 (12:08 +0000)] 
Fixed handling of modal dialogs.

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

19 years agoadding Offset to wxRegion / carbon
Stefan Csomor [Sun, 24 Oct 2004 11:43:07 +0000 (11:43 +0000)] 
adding Offset to wxRegion / carbon

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

19 years agoFix wxExecute for ports other than wxMac and wxCocoa on Darwin
David Elliott [Sun, 24 Oct 2004 07:36:16 +0000 (07:36 +0000)] 
Fix wxExecute for ports other than wxMac and wxCocoa on Darwin

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

19 years agotypo
Robin Dunn [Sun, 24 Oct 2004 01:04:11 +0000 (01:04 +0000)] 
typo

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

19 years agoEP_ADD_OPTS defaults to true
Robin Dunn [Sun, 24 Oct 2004 00:59:14 +0000 (00:59 +0000)] 
EP_ADD_OPTS defaults to true

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

19 years agorequire --> select, added checkInstalled and getInstalled
Robin Dunn [Sun, 24 Oct 2004 00:58:11 +0000 (00:58 +0000)] 
require --> select, added checkInstalled and getInstalled

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

19 years agoCombine the common installer package into the main package
Robin Dunn [Sun, 24 Oct 2004 00:17:57 +0000 (00:17 +0000)] 
Combine the common installer package into the main package

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

19 years agoDon't uninstall common files if there is more than one wxPython installed
Robin Dunn [Sun, 24 Oct 2004 00:17:12 +0000 (00:17 +0000)] 
Don't uninstall common files if there is more than one wxPython installed

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

19 years agodon't give focus to the window if it ate the left mouse click
Vadim Zeitlin [Sat, 23 Oct 2004 21:26:01 +0000 (21:26 +0000)] 
don't give focus to the window if it ate the left mouse click

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

19 years agofixing sizing bug inside wxWizard
Václav Slavík [Sat, 23 Oct 2004 16:10:26 +0000 (16:10 +0000)] 
fixing sizing bug inside wxWizard

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

19 years agoadded InvalidateBestSize calls when combobox's content changes; DoGetBestSize now...
Václav Slavík [Sat, 23 Oct 2004 16:06:11 +0000 (16:06 +0000)] 
added InvalidateBestSize calls when combobox's content changes; DoGetBestSize now accounts for the width returned by GTK+ too

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

19 years agoadded MDI menu item translation, the menu was looking very wrong with only one item...
Vadim Zeitlin [Sat, 23 Oct 2004 15:24:23 +0000 (15:24 +0000)] 
added MDI menu item translation, the menu was looking very wrong with only one item untranslated...

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

19 years agoupdated version to 2.5.3.1
Vadim Zeitlin [Sat, 23 Oct 2004 14:56:35 +0000 (14:56 +0000)] 
updated version to 2.5.3.1

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

19 years agofixed VC++ size_t -> int conversion warning
Vadim Zeitlin [Sat, 23 Oct 2004 13:55:20 +0000 (13:55 +0000)] 
fixed VC++ size_t -> int conversion warning

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

19 years agodon't use _() as default parameter for wxPrintDialogBase title
Vadim Zeitlin [Sat, 23 Oct 2004 13:10:00 +0000 (13:10 +0000)] 
don't use _() as default parameter for wxPrintDialogBase title

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

19 years agoreSWIGged
Robin Dunn [Fri, 22 Oct 2004 20:36:32 +0000 (20:36 +0000)] 
reSWIGged

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

19 years agoKeep a local copy of the daily builds too
Robin Dunn [Fri, 22 Oct 2004 20:28:17 +0000 (20:28 +0000)] 
Keep a local copy of the daily builds too

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

19 years agoreSWIGged
Robin Dunn [Fri, 22 Oct 2004 20:27:22 +0000 (20:27 +0000)] 
reSWIGged

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

19 years ago*** empty log message ***
Kevin Hock [Fri, 22 Oct 2004 20:16:43 +0000 (20:16 +0000)] 
*** empty log message ***

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

19 years ago*** empty log message ***
Kevin Hock [Fri, 22 Oct 2004 19:15:35 +0000 (19:15 +0000)] 
*** empty log message ***

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

19 years agoUse a working dir for the uninstaller that does exist.
Robin Dunn [Fri, 22 Oct 2004 19:12:04 +0000 (19:12 +0000)] 
Use a working dir for the uninstaller that does exist.

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

19 years agoDocumentation patch from Olly Betts
Kevin Hock [Fri, 22 Oct 2004 19:11:07 +0000 (19:11 +0000)] 
Documentation patch from Olly Betts

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

19 years agoRemoved , from end of enumerated list wxPrintBin
Kevin Hock [Fri, 22 Oct 2004 17:13:35 +0000 (17:13 +0000)] 
Removed , from end of enumerated list wxPrintBin

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

19 years agoSupress OW warning about empty *structor outside class definition.
Włodzimierz Skiba [Fri, 22 Oct 2004 17:10:34 +0000 (17:10 +0000)] 
Supress OW warning about empty *structor outside class definition.

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

19 years agoCleaned up getRectsBeingDrawn:count: related code.
David Elliott [Fri, 22 Oct 2004 16:07:31 +0000 (16:07 +0000)] 
Cleaned up getRectsBeingDrawn:count: related code.
* Removed the exception handler; it's not needed anymore (thanks Ryan).
* Split the if statement and then case into two lines instead of one.
* Took some of the suggestions from the cocoa-dev mailing list:
- Changed code to use normal messaging syntax.
- Provided a category interface to silence the compiler warning on 10.2.

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

19 years agoForgot the appropriate return statement for the last patch.
David Elliott [Fri, 22 Oct 2004 15:50:24 +0000 (15:50 +0000)] 
Forgot the appropriate return statement for the last patch.

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

19 years agoChange friendship so that the base implementation class is the friend.
David Elliott [Fri, 22 Oct 2004 15:42:16 +0000 (15:42 +0000)] 
Change friendship so that the base implementation class is the friend.

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

19 years agoA small fix for attachment popints and comments, from Pierre.
Robin Dunn [Fri, 22 Oct 2004 15:24:55 +0000 (15:24 +0000)] 
A small fix for attachment popints and comments, from Pierre.

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

19 years agoregenned the ReST docs
Robin Dunn [Fri, 22 Oct 2004 15:21:38 +0000 (15:21 +0000)] 
regenned the ReST docs

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

19 years agoA unicode hack for the Rez/Derez hack
Robin Dunn [Fri, 22 Oct 2004 15:20:51 +0000 (15:20 +0000)] 
A unicode hack for the Rez/Derez hack

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

19 years agoRemember the version selected and allow require to be called again as
Robin Dunn [Fri, 22 Oct 2004 05:53:49 +0000 (05:53 +0000)] 
Remember the version selected and allow require to be called again as
long as a compatible version is requested.

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

19 years agobuild the unicode version too on Panther
Robin Dunn [Fri, 22 Oct 2004 03:07:31 +0000 (03:07 +0000)] 
build the unicode version too on Panther

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

19 years agorenamed the output file
Robin Dunn [Fri, 22 Oct 2004 03:06:34 +0000 (03:06 +0000)] 
renamed the output file

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

19 years agoRearrainged some bits
Robin Dunn [Fri, 22 Oct 2004 03:05:08 +0000 (03:05 +0000)] 
Rearrainged some bits

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

19 years agoSome new icons
Robin Dunn [Fri, 22 Oct 2004 03:04:16 +0000 (03:04 +0000)] 
Some new icons

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

19 years agoreSWIGged
Robin Dunn [Fri, 22 Oct 2004 02:51:10 +0000 (02:51 +0000)] 
reSWIGged

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

19 years agowxPython on OSX can now be built in Unicode mode, can support multiple
Robin Dunn [Fri, 22 Oct 2004 02:50:05 +0000 (02:50 +0000)] 
wxPython on OSX can now be built in Unicode mode, can support multiple
version installs, and comes with an uninstaller script.

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

19 years agoUnicode compilation fix
Vadim Zeitlin [Fri, 22 Oct 2004 00:23:35 +0000 (00:23 +0000)] 
Unicode compilation fix

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

19 years agoAdded stubs for OS/2 to new printing system.
Stefan Neis [Thu, 21 Oct 2004 21:32:57 +0000 (21:32 +0000)] 
Added stubs for OS/2 to new printing system.

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

19 years agoOS/2 needs wxUSE_OWNER_DRAWN, too
Václav Slavík [Thu, 21 Oct 2004 18:47:19 +0000 (18:47 +0000)] 
OS/2 needs wxUSE_OWNER_DRAWN, too

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

19 years agoGet rid of the class naming conflict with the base header for Print and supress some...
David Webster [Thu, 21 Oct 2004 17:38:06 +0000 (17:38 +0000)] 
Get rid of the class naming conflict with the base header for Print and supress some warnings.

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

19 years agoGet rid of the class naming conflict with the base header
David Webster [Thu, 21 Oct 2004 17:36:01 +0000 (17:36 +0000)] 
Get rid of the class naming conflict with the base header

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

19 years agoRemoved temp OS/2 fix. Header now fixed.
David Webster [Thu, 21 Oct 2004 13:58:08 +0000 (13:58 +0000)] 
Removed temp OS/2 fix.  Header now fixed.

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

19 years agocompilation fix after last checkin (missing header)
Vadim Zeitlin [Thu, 21 Oct 2004 10:30:20 +0000 (10:30 +0000)] 
compilation fix after last checkin (missing header)

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

19 years agoadded wxTextInputStream::operator>>(wchar_t) for compilers which support this
Vadim Zeitlin [Wed, 20 Oct 2004 22:50:03 +0000 (22:50 +0000)] 
added wxTextInputStream::operator>>(wchar_t) for compilers which support this

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

19 years agodecode URIs in wxFileDataObject::SetData(); fixes problem with filenames with spaces...
Vadim Zeitlin [Wed, 20 Oct 2004 22:14:55 +0000 (22:14 +0000)] 
decode URIs in wxFileDataObject::SetData(); fixes problem with filenames with spaces in their names (which were represented as )

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

19 years agoupdate g_isPainting in wxPaintEvent copy ctor
Vadim Zeitlin [Wed, 20 Oct 2004 22:10:35 +0000 (22:10 +0000)] 
update g_isPainting in wxPaintEvent copy ctor

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

19 years agoadded missing header (fixes compilation with WXWIN_COMPATIBILITY_2_4 == 0)
Vadim Zeitlin [Wed, 20 Oct 2004 22:03:54 +0000 (22:03 +0000)] 
added missing header (fixes compilation with WXWIN_COMPATIBILITY_2_4 == 0)

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

19 years agoRewrote wxSound:
David Elliott [Wed, 20 Oct 2004 21:04:52 +0000 (21:04 +0000)] 
Rewrote wxSound:
* Get rid of #if wxUSE_SOUND from header.  wx/sound.h checks this already.
* Get rid of pragma interface/implementation. Apple GCC dislikes them anyway.
* Allow source file to use precompiled headers (wx/wxprec.h)
* Include only needed AppKit/Foundation headers, not AppKit/AppKit.h.
* Implement simple constructors inline in header.
* Get rid of m_sndname and m_waveLength instance variables.  They aren't used.
* Add copy constructor (why not).
* Move implementation of byte-array constructor into LoadWAV for consistency
  with UNIX wxSound.
* LoadWAV (what was in the constructor) now properly allocs, inits, and
  releases NSData.  The old code for this was not valid.
* Rename lastSound to s_currentSound.
* Rename isLastSoundLooping to s_loopCurrentSound.
* Ignore the sound:didFinishPlaying: delegate message if it is received
  for an NSSound other than s_currentSound.
* Create should not Stop the current sound.
* Don't use NSBundle to get a resource sound but use [NSSound soundNamed:]
  which will include system sounds.
* Playing a sound synchronously uses wxEventLoop::Dispatch which will
  really block (not spin the CPU like Yield).  The sound is considered
  finished playing when s_currentSound is set to something else.  In order
  to make sure we don't get stuck in this event loop the delegate
  calls wxApp::WakeUpIdle if it releases s_currentSound.
* Have IsPlaying() check to make sure s_currentSound is not nil since
  only messages returning another object or void are allowed to be
  sent to nil objects.

Changes involving retain/release
* Get rid of comment about tricky API, it's not.
* Get rid of isLastSoundInScope. Cocoa has proper reference counting.
* Add SetNSSound which, like the rest of wxCocoa, retains/releases
  appropriately, sets the delegate, and logs when WXTRACE=COCOA_RetainRelease.
* Destructor does SetNSSound(nil) which will always release the NSSound.
  Create and LoadWAV use SetNSSound method like the rest of wxCocoa.
* Make the delegate always release s_currentSound if not (or if done) looping.
  DoPlay sets s_currentSound to m_cocoaNSSound after retaining it so that
  the delegate can always safely release it.
* Stop, like everything else, does not need check of isLastSoundInScope

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

19 years agogetservbyname under INNOTEK gcc needs a (char*), not (const char*) for the protocol...
David Webster [Wed, 20 Oct 2004 19:26:11 +0000 (19:26 +0000)] 
getservbyname under INNOTEK gcc needs a (char*), not (const char*) for the protocol argument

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

19 years agoAdded some accelerators to the menu to help with stress testing wxSound:
David Elliott [Wed, 20 Oct 2004 19:24:14 +0000 (19:24 +0000)] 
Added some accelerators to the menu to help with stress testing wxSound:
Ctrl+O Select WAV file
Ctrl+S "Play sound synchronously"
Ctrl+A "Play sound asynchronously"
Ctrl+T "Play sound asynchronously (object on stack)" (T for temporary)
Ctrl+L "Loop sound"

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

19 years agoAdded CocoaSetKeyEquivalent() that sets the accelerators. Only implemented
David Elliott [Wed, 20 Oct 2004 19:18:46 +0000 (19:18 +0000)] 
Added CocoaSetKeyEquivalent() that sets the accelerators.  Only implemented
for letters, numbers, and ascii control characters. TODO: up/down/etc.

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

19 years agoinclude colour.h (fixes wxX11 compilation under Unix)
Vadim Zeitlin [Wed, 20 Oct 2004 17:29:21 +0000 (17:29 +0000)] 
include colour.h (fixes wxX11 compilation under Unix)

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

19 years agoremoved duplicate #include
Vadim Zeitlin [Wed, 20 Oct 2004 17:21:37 +0000 (17:21 +0000)] 
removed duplicate #include

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