]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Thu, 5 May 2005 20:15:35 +0000 (20:15 +0000)]
limit recursion depth in DumpUDT() to prevent crashes when dumping linked lists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33962
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 5 May 2005 18:52:20 +0000 (18:52 +0000)]
Patch from Morgan Hua for 'better looking dialog box for "Add All
Files to Project" feature'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33961
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 5 May 2005 15:56:34 +0000 (15:56 +0000)]
Removed non-theme related defs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33960
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 5 May 2005 15:04:32 +0000 (15:04 +0000)]
Clarified copyright
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33959
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 5 May 2005 09:38:58 +0000 (09:38 +0000)]
Mac function no longer exists (OK, so this is deprecated, but...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33958
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 5 May 2005 00:11:33 +0000 (00:11 +0000)]
_selected is a global
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33957
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 5 May 2005 00:10:29 +0000 (00:10 +0000)]
More updates from Morgan Hua
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33956
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 4 May 2005 21:47:41 +0000 (21:47 +0000)]
Disown the config object when calling wx.ConfigBase.Set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33955
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 4 May 2005 21:47:00 +0000 (21:47 +0000)]
Bind event to the listctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33954
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 4 May 2005 21:07:06 +0000 (21:07 +0000)]
Don't automatically copy the selection to the clipboard on the Mac
when the selection is made.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33953
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 4 May 2005 21:04:32 +0000 (21:04 +0000)]
Don't copy the NULL char into the clipboard. Most Mac apps will
treat it as a legitimate, but invisible character and various problems
arise...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33952
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 4 May 2005 19:37:00 +0000 (19:37 +0000)]
added (trivial) GetLong/ShortPath() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33951
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 4 May 2005 19:36:25 +0000 (19:36 +0000)]
fixed GetLongPath(): it never used ::GetLongPath() before and didn't work at all when called for the first time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33950
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 4 May 2005 19:32:53 +0000 (19:32 +0000)]
fixed EOVERFLOW handlign after previous commit and also explained what's going on
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33949
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 4 May 2005 18:57:50 +0000 (18:57 +0000)]
Added licence/copyright information
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33948
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 4 May 2005 18:38:08 +0000 (18:38 +0000)]
include iostream headers before using iostream classes (might fix HP-UX native compilation with iostreams)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33946
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 4 May 2005 18:16:19 +0000 (18:16 +0000)]
wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33944
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 4 May 2005 17:14:43 +0000 (17:14 +0000)]
replace complicated OS tests with simple ifdef EOVERFLOW in wxString::PrintfV()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33943
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 4 May 2005 15:24:36 +0000 (15:24 +0000)]
Build fix after changes in default help controller.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33942
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 4 May 2005 15:22:09 +0000 (15:22 +0000)]
Layout fixes for wxPlotWindow [#
1192416 ] + source cleaning to the wxW 2.6 coding starndards.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33941
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 4 May 2005 14:23:50 +0000 (14:23 +0000)]
Removed redundant file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33939
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 4 May 2005 00:34:14 +0000 (00:34 +0000)]
Added release dates where I could find them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33938
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 4 May 2005 00:03:00 +0000 (00:03 +0000)]
use the passed in ID
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33937
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 4 May 2005 00:02:17 +0000 (00:02 +0000)]
part of the revert of 1.8 got botched
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33936
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 3 May 2005 18:19:10 +0000 (18:19 +0000)]
otherwise we always fall back to blitting, even if we can provide better results
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33935
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 3 May 2005 16:17:17 +0000 (16:17 +0000)]
A control's text colour now reflects the system colour setting.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33934
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 3 May 2005 05:34:53 +0000 (05:34 +0000)]
must be static of course, otherwise items just get appended for every menu-build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33933
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 3 May 2005 00:03:08 +0000 (00:03 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33932
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 2 May 2005 23:44:38 +0000 (23:44 +0000)]
flicker reduction for gtk2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33931
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 2 May 2005 23:43:56 +0000 (23:43 +0000)]
Ensure the bitmap is good before drawing it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33930
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 2 May 2005 23:43:18 +0000 (23:43 +0000)]
Correct compilation error on Tiger
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33929
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 2 May 2005 23:42:16 +0000 (23:42 +0000)]
Roll wxPyMake_wxSizer into wxPyMake_wxObject.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33928
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 2 May 2005 10:22:41 +0000 (10:22 +0000)]
get the path in windows format for cygwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33927
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 2 May 2005 09:19:26 +0000 (09:19 +0000)]
sizer.h needed by cygwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33926
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 1 May 2005 22:39:52 +0000 (22:39 +0000)]
the manual contained wrong licence wording inconsistent with any other sources, including licence.txt; fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33925
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 1 May 2005 20:04:47 +0000 (20:04 +0000)]
Change the format of the output so that you can jump to the error with your editor.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33924
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 30 Apr 2005 15:23:14 +0000 (15:23 +0000)]
reformatted to fix standard terminal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33923
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 30 Apr 2005 09:11:36 +0000 (09:11 +0000)]
reordering for CW compiles, setting control to opaque because of incorrect erases under 10.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33922
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sat, 30 Apr 2005 02:09:21 +0000 (02:09 +0000)]
Call MGL_init earlier in wxApp::Initialize to avoid crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33921
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 29 Apr 2005 19:04:19 +0000 (19:04 +0000)]
detabbed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33920
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 29 Apr 2005 19:00:31 +0000 (19:00 +0000)]
init wxApp->argc and wxApp->argv even when wx has already been initialized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33919
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 29 Apr 2005 18:58:38 +0000 (18:58 +0000)]
Removed previous broken fix for deferred positioning bug, and added
fix using sizers, which works better
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33918
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 29 Apr 2005 18:55:28 +0000 (18:55 +0000)]
No need to match bg colours any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33917
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 29 Apr 2005 11:49:37 +0000 (11:49 +0000)]
adapting to latest API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33916
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 29 Apr 2005 09:14:27 +0000 (09:14 +0000)]
AdjustScrollbars can go into an infinite loop, so bail out after a few
iterations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33915
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 29 Apr 2005 03:36:36 +0000 (03:36 +0000)]
Completed wxImage docstrings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33914
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 29 Apr 2005 01:14:26 +0000 (01:14 +0000)]
The mmedia contrib requires sys/soundcard.h on unix, so disable it on unix
platforms that do not have it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33913
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 28 Apr 2005 21:40:28 +0000 (21:40 +0000)]
Switch deferred sizing off for radioboxes because with them, the radio buttons
can be invisible in some circumstances
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33912
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 28 Apr 2005 18:21:03 +0000 (18:21 +0000)]
Reverted/commented out unsuccessful defer fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33911
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 28 Apr 2005 18:18:07 +0000 (18:18 +0000)]
demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33910
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 28 Apr 2005 16:14:36 +0000 (16:14 +0000)]
Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33909
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 28 Apr 2005 15:17:02 +0000 (15:17 +0000)]
Use real number of children for reserving deferred sizing space;
fix apparent bug in Windows doing deferred positioning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33908
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 28 Apr 2005 14:45:09 +0000 (14:45 +0000)]
Worked around an apparent bug in Windows whereby some deferred positioning
failed: specifically when changing a position from x, to y, to x again.
Added deferred positioning to wxRadioBox, wxSlider and wxSpinCtrl and thereby
eliminated some refresh glitches when resizing.
Eliminated further refresh glitches caused by wxRadioBox (to nearby controls)
by refreshing parent when the radio box moves.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33907
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 28 Apr 2005 05:06:24 +0000 (05:06 +0000)]
otherwise we always just fix rect at index 0 ...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33906
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Thu, 28 Apr 2005 02:29:01 +0000 (02:29 +0000)]
Fix for unexplained change in socket behavior where failed connections throw a CONNECT event immediately before thowing a LOST event.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33905
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 28 Apr 2005 00:00:50 +0000 (00:00 +0000)]
Updates to doc/view modules and sample apps from ActiveGrid.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33904
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Apr 2005 21:38:26 +0000 (21:38 +0000)]
Copy about.htm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33903
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 20:02:41 +0000 (20:02 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33902
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Apr 2005 19:21:24 +0000 (19:21 +0000)]
Temporary fix (I hope) to allow an application to paint around controls
within static boxes by suspending the flicker reduction fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33901
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Apr 2005 19:08:15 +0000 (19:08 +0000)]
use wx-2.6, not 2.5, by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33900
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 18:57:21 +0000 (18:57 +0000)]
Added wx.BrushFromBitmap to create a stippled brush in a single step.
Also added missing brysh style flags: wx.STIPPLE_MASK
wx.STIPPLE_MASK_OPAQUE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33899
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Wed, 27 Apr 2005 15:41:06 +0000 (15:41 +0000)]
Tiger compatibility fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33898
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Apr 2005 15:32:11 +0000 (15:32 +0000)]
Fix for radiobox controls backgrounds being drawn incorrectly on an unthemed
(solid colour) wxNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33897
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 05:45:40 +0000 (05:45 +0000)]
Bump subrelease number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33896
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 05:03:59 +0000 (05:03 +0000)]
wxLaunchDefaultBrowser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33895
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 05:02:45 +0000 (05:02 +0000)]
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33894
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 27 Apr 2005 01:19:43 +0000 (01:19 +0000)]
Unicode fixes for OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33893
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 27 Apr 2005 01:17:45 +0000 (01:17 +0000)]
Unicode fixes for OS/2 (all inside #ifdef __WXPM__ blocks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33892
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 27 Apr 2005 01:12:00 +0000 (01:12 +0000)]
Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33891
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 26 Apr 2005 21:17:20 +0000 (21:17 +0000)]
Note XRCed update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33889
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 26 Apr 2005 19:24:12 +0000 (19:24 +0000)]
Correct wxArrayString::Add return value as per the documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33888
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 26 Apr 2005 19:08:37 +0000 (19:08 +0000)]
wxUniversal positioning fix [#
1040625 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33887
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roman Rolinsky [Tue, 26 Apr 2005 18:49:44 +0000 (18:49 +0000)]
Version 0.1.5-1
Added wxWizard, wxWizardPageSimple (only from pull-down menu).
Hide command for test window.
Replacing classes works better.
Added Locate tool.
params.py, xxx.py: some window styles were fixed
(to correspond more to the docs)
xrced.py: subclass bug fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33886
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 26 Apr 2005 15:15:40 +0000 (15:15 +0000)]
dropped 'rc' status
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33885
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Apr 2005 10:47:00 +0000 (10:47 +0000)]
Further export symbols
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33884
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 25 Apr 2005 20:40:34 +0000 (20:40 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33883
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 25 Apr 2005 20:25:41 +0000 (20:25 +0000)]
Mark GetFrame functions as returning a new instance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 25 Apr 2005 19:35:42 +0000 (19:35 +0000)]
Add test for wxChoice's focus events. (no fix yet).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 25 Apr 2005 19:13:28 +0000 (19:13 +0000)]
Prevent unnecessary assert when someone tries to
move the native file dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33880
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 25 Apr 2005 15:51:57 +0000 (15:51 +0000)]
Fix for broken wxMSWUniv after wxLaunchDefaultBrowser introduction. Source cleaning (should not happen in new code).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33879
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Apr 2005 13:49:53 +0000 (13:49 +0000)]
Fixed erroneous selection of content in comboboxes within static boxes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33878
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 10:32:55 +0000 (10:32 +0000)]
Compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33877
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 10:28:59 +0000 (10:28 +0000)]
Remove msdos code now in src/msdos, update bakefiles and regenerate.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 10:01:48 +0000 (10:01 +0000)]
Compilation fix for dos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33875
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 09:57:23 +0000 (09:57 +0000)]
Add mimimal mimetype.h for msdos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33874
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 09:54:06 +0000 (09:54 +0000)]
Add skeleton utils, dir and mimetype for dos.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33873
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 09:48:45 +0000 (09:48 +0000)]
Allow wchar_t for djgpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33872
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 16:40:53 +0000 (16:40 +0000)]
Apply patch that prevents a crash when more than
one event from a single event handler has been
added in AddPendingEvents() and the event handler
is destroyed before the pending events get sent.
Sofar, only the first pointer to the event handler
was removed which could lead to a crash.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 24 Apr 2005 15:56:00 +0000 (15:56 +0000)]
Another STL compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 15:37:35 +0000 (15:37 +0000)]
Added some more test to the printing sample
EllipticArc, Arc, Spline, Polygon.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 15:29:50 +0000 (15:29 +0000)]
Added support for DrawArc and Blit to GNOME print.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 24 Apr 2005 15:28:18 +0000 (15:28 +0000)]
Fix wxChoice on Mac whith STL when using wxCB_SORT.
Should have done this yesterday instead of hacking a
compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 11:44:51 +0000 (11:44 +0000)]
25.4 mm to the inch, not 25.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 10:08:35 +0000 (10:08 +0000)]
Restored previous revision after retag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 10:06:23 +0000 (10:06 +0000)]
Creating new revision to retag with WX_2_6_0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 10:04:38 +0000 (10:04 +0000)]
File removal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 09:51:52 +0000 (09:51 +0000)]
File removal changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 24 Apr 2005 09:15:14 +0000 (09:15 +0000)]
about menu item changes : can appear anywhere in a menu, separator lines above or below will be consolidated, help menu will not be shown if this was the only line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 09:00:29 +0000 (09:00 +0000)]
Added spline support to GNOME print
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 07:57:10 +0000 (07:57 +0000)]
Implement DrawEllipticArc for GNOME print.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775