]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agolimit recursion depth in DumpUDT() to prevent crashes when dumping linked lists
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

19 years agoPatch from Morgan Hua for 'better looking dialog box for "Add All
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

19 years agoRemoved non-theme related defs
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

19 years agoClarified copyright
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

19 years agoMac function no longer exists (OK, so this is deprecated, but...)
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

19 years ago_selected is a global
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

19 years agoMore updates from Morgan Hua
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

19 years agoDisown the config object when calling wx.ConfigBase.Set
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

19 years agoBind event to the listctrl
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

19 years agoDon't automatically copy the selection to the clipboard on the Mac
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

19 years agoDon't copy the NULL char into the clipboard. Most Mac apps will
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

19 years agoadded (trivial) GetLong/ShortPath() test
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

19 years agofixed GetLongPath(): it never used ::GetLongPath() before and didn't work at all...
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

19 years agofixed EOVERFLOW handlign after previous commit and also explained what's going on
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

19 years agoAdded licence/copyright information
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

19 years agoinclude iostream headers before using iostream classes (might fix HP-UX native compil...
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

19 years agowxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION
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

19 years agoreplace complicated OS tests with simple ifdef EOVERFLOW in wxString::PrintfV()
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

19 years agoBuild fix after changes in default help controller.
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

19 years agoLayout fixes for wxPlotWindow [#1192416] + source cleaning to the wxW 2.6 coding...
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

19 years agoRemoved redundant file
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

19 years agoAdded release dates where I could find them
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

19 years agouse the passed in ID
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

19 years agopart of the revert of 1.8 got botched
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

19 years agootherwise we always fall back to blitting, even if we can provide better results
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

19 years agoA control's text colour now reflects the system colour setting.
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

19 years agomust be static of course, otherwise items just get appended for every menu-build
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

19 years agoreSWIGged
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

19 years agoflicker reduction for gtk2
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

19 years agoEnsure the bitmap is good before drawing it.
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

19 years agoCorrect compilation error on Tiger
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

19 years agoRoll wxPyMake_wxSizer into wxPyMake_wxObject.
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

19 years agoget the path in windows format for cygwin
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

19 years agosizer.h needed by cygwin
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

19 years agothe manual contained wrong licence wording inconsistent with any other sources, inclu...
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

19 years agoChange the format of the output so that you can jump to the error with your editor.
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

19 years agoreformatted to fix standard terminal
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

19 years agoreordering for CW compiles, setting control to opaque because of incorrect erases...
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

19 years agoCall MGL_init earlier in wxApp::Initialize to avoid crash
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

19 years agodetabbed
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

19 years agoinit wxApp->argc and wxApp->argv even when wx has already been initialized
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

19 years agoRemoved previous broken fix for deferred positioning bug, and added
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

19 years agoNo need to match bg colours any more
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

19 years agoadapting to latest API
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

19 years agoAdjustScrollbars can go into an infinite loop, so bail out after a few
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

19 years agoCompleted wxImage docstrings
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

19 years agoThe mmedia contrib requires sys/soundcard.h on unix, so disable it on unix
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

19 years agoSwitch deferred sizing off for radioboxes because with them, the radio buttons
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

19 years agoReverted/commented out unsuccessful defer fix
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

19 years agodemo tweaks
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

19 years agoTypo correction
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

19 years agoUse real number of children for reserving deferred sizing space;
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

19 years agoWorked around an apparent bug in Windows whereby some deferred positioning
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

19 years agootherwise we always just fix rect at index 0 ...
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

19 years agoFix for unexplained change in socket behavior where failed connections throw a CONNEC...
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

19 years agoUpdates to doc/view modules and sample apps from ActiveGrid.
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

19 years agoCopy about.htm
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

19 years agoreSWIGged
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

19 years agoTemporary fix (I hope) to allow an application to paint around controls
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

19 years agouse wx-2.6, not 2.5, by default
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

19 years agoAdded wx.BrushFromBitmap to create a stippled brush in a single step.
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

19 years agoTiger compatibility fixes.
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

19 years agoFix for radiobox controls backgrounds being drawn incorrectly on an unthemed
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

19 years agoBump subrelease number
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

19 years agowxLaunchDefaultBrowser
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

19 years agotypo
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

19 years agoUnicode fixes for OS/2
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

19 years agoUnicode fixes for OS/2 (all inside #ifdef __WXPM__ blocks
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

19 years agoUnicode fixes
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

19 years agoNote XRCed update
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

19 years ago Correct wxArrayString::Add return value as per the documentation.
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

19 years agowxUniversal positioning fix [#1040625]
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

19 years agoVersion 0.1.5-1
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

19 years agodropped 'rc' status
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

19 years agoFurther export symbols
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

19 years agoreSWIGged
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

19 years agoMark GetFrame functions as returning a new instance
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

19 years ago Add test for wxChoice's focus events. (no fix yet).
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

19 years ago Prevent unnecessary assert when someone tries to
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

19 years agoFix for broken wxMSWUniv after wxLaunchDefaultBrowser introduction. Source cleaning...
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

19 years agoFixed erroneous selection of content in comboboxes within static boxes
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

19 years agoCompilation fix
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

19 years agoRemove msdos code now in src/msdos, update bakefiles and regenerate.
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

19 years agoCompilation fix for dos
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

19 years agoAdd mimimal mimetype.h for msdos
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

19 years agoAdd skeleton utils, dir and mimetype for dos.
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

19 years agoAllow wchar_t for djgpp
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

19 years ago Apply patch that prevents a crash when more than
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

19 years ago Another STL compilation fix.
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

19 years ago Added some more test to the printing sample
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

19 years ago Added support for DrawArc and Blit to GNOME print.
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

19 years ago Fix wxChoice on Mac whith STL when using wxCB_SORT.
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

19 years ago25.4 mm to the inch, not 25.1
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

19 years agoRestored previous revision after retag
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

19 years agoCreating new revision to retag with WX_2_6_0
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

19 years agoFile removal
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

19 years agoFile removal changes
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

19 years agoabout menu item changes : can appear anywhere in a menu, separator lines above or...
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

19 years ago Added spline support to GNOME print
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

19 years ago Implement DrawEllipticArc for GNOME print.
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