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