]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

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