]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoremoved code which doesn't do anything (patch 1175655)
Vadim Zeitlin [Tue, 5 Apr 2005 23:09:25 +0000 (23:09 +0000)] 
removed code which doesn't do anything (patch 1175655)

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

19 years agodon't generate assert when creating wxEVT_COMMAND_TREE_ITEM_MENU and the tree is...
Vadim Zeitlin [Tue, 5 Apr 2005 23:07:11 +0000 (23:07 +0000)] 
don't generate assert when creating wxEVT_COMMAND_TREE_ITEM_MENU and the tree is in multi select mode (replaces patch 1177263)

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

19 years agolog right mouse down/up events too
Vadim Zeitlin [Tue, 5 Apr 2005 23:03:32 +0000 (23:03 +0000)] 
log right mouse down/up events too

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

19 years agodon't let WM_RBUTTONDOWN reach def window proc as it would enter a local modal messag...
Vadim Zeitlin [Tue, 5 Apr 2005 22:59:22 +0000 (22:59 +0000)] 
don't let WM_RBUTTONDOWN reach def window proc as it would enter a local modal message loop waiting for WM_RBUTTONUO and hose our event generation

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

19 years agoadded GetVisibleBegin/End() to complement/replace GetFirst/LastVisibleLine() and...
Vadim Zeitlin [Tue, 5 Apr 2005 22:43:41 +0000 (22:43 +0000)] 
added GetVisibleBegin/End() to complement/replace GetFirst/LastVisibleLine() and use them in the code to fix problems when the control is empty and GetLastVisibleLine() returns (size_t)-1 (closes bug 1176561)

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

19 years agoadd extra space for top border when wxDIALOG_UNIT_COMPATIBILITY == 1 too
Vadim Zeitlin [Tue, 5 Apr 2005 22:23:50 +0000 (22:23 +0000)] 
add extra space for top border when wxDIALOG_UNIT_COMPATIBILITY == 1 too

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

19 years agofix for richedit version 1 control bug with bad refresh after resize under Windows XP
Vadim Zeitlin [Tue, 5 Apr 2005 22:14:58 +0000 (22:14 +0000)] 
fix for richedit version 1 control bug with bad refresh after resize under Windows XP

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

19 years agouse wxTE_RICH2 for the text control, it looks better under Windows
Vadim Zeitlin [Tue, 5 Apr 2005 21:46:37 +0000 (21:46 +0000)] 
use wxTE_RICH2 for the text control, it looks better under Windows

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

19 years agofixed wxStaticBox::SetBackgroundColour(): this should change background for the label...
Vadim Zeitlin [Tue, 5 Apr 2005 21:27:35 +0000 (21:27 +0000)] 
fixed wxStaticBox::SetBackgroundColour(): this should change background for the label only, not the entire box contents

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

19 years agomention static box border fir under wxMSW
Vadim Zeitlin [Tue, 5 Apr 2005 21:17:01 +0000 (21:17 +0000)] 
mention static box border fir under wxMSW

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

19 years agowe need to leave some space for static box border even if its label is empty
Vadim Zeitlin [Tue, 5 Apr 2005 21:15:25 +0000 (21:15 +0000)] 
we need to leave some space for static box border even if its label is empty

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

19 years agogive an error if wxMotif is built in Unicode mode (to prevent bug reports like 117719...
Vadim Zeitlin [Tue, 5 Apr 2005 20:54:56 +0000 (20:54 +0000)] 
give an error if wxMotif is built in Unicode mode (to prevent bug reports like 1177193); moved wxMotif-specific checks in its own wx/motif/chkconf.h; moved wxMac stuff remaining in wx/chkconf.h to wx/mac/chkconf.h

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

19 years ago Added switch and define for wxUSE_STD_STRING
Robert Roebling [Tue, 5 Apr 2005 20:16:58 +0000 (20:16 +0000)] 
  Added switch and define for wxUSE_STD_STRING

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

19 years agoTemporary fix for link error to ~wxZipOutputStream()
Michael Wetherell [Tue, 5 Apr 2005 17:07:56 +0000 (17:07 +0000)] 
Temporary fix for link error to ~wxZipOutputStream()

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

19 years agoDeprecate wxPathExists, make wxDirExists used everywhere, minor source cleaning.
Włodzimierz Skiba [Tue, 5 Apr 2005 16:10:48 +0000 (16:10 +0000)] 
Deprecate wxPathExists, make wxDirExists used everywhere, minor source cleaning.

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

19 years ago[ 1176516 ] argv datatype has changed (char in docs but really wxChar)
Ryan Norton [Tue, 5 Apr 2005 15:55:05 +0000 (15:55 +0000)] 
1176516 ] argv datatype has changed (char in docs but really wxChar)

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

19 years agoWarning fix for wxUSE_LOG off.
Włodzimierz Skiba [Tue, 5 Apr 2005 15:11:44 +0000 (15:11 +0000)] 
Warning fix for wxUSE_LOG off.

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

19 years agoIncomplete setup build fix.
Włodzimierz Skiba [Tue, 5 Apr 2005 14:56:08 +0000 (14:56 +0000)] 
Incomplete setup build fix.

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

19 years agouse EditUnicodeText control for single lines
Stefan Csomor [Tue, 5 Apr 2005 13:58:51 +0000 (13:58 +0000)] 
use EditUnicodeText control for single lines

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

19 years agoAdded cross.cur
Julian Smart [Tue, 5 Apr 2005 13:33:00 +0000 (13:33 +0000)] 
Added cross.cur

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

19 years agoWarning fixes.
Włodzimierz Skiba [Tue, 5 Apr 2005 10:23:27 +0000 (10:23 +0000)] 
Warning fixes.

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

19 years agoFix the warning about code sensitive to packing (VisualC).
Włodzimierz Skiba [Tue, 5 Apr 2005 07:09:42 +0000 (07:09 +0000)] 
Fix the warning about code sensitive to packing (VisualC).

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

19 years agobuild the animate contrib
Robin Dunn [Tue, 5 Apr 2005 00:25:50 +0000 (00:25 +0000)] 
build the animate contrib

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

19 years agoreSWIGged
Robin Dunn [Tue, 5 Apr 2005 00:25:30 +0000 (00:25 +0000)] 
reSWIGged

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

19 years agowxDEFAULT_STATUSBAR_STYLE
Robin Dunn [Mon, 4 Apr 2005 23:55:08 +0000 (23:55 +0000)] 
wxDEFAULT_STATUSBAR_STYLE

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

19 years agoformat the list of installed packages better
Robin Dunn [Mon, 4 Apr 2005 23:47:05 +0000 (23:47 +0000)] 
format the list of installed packages better

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

19 years agouse versioned tag names for OSX too
Robin Dunn [Mon, 4 Apr 2005 23:21:28 +0000 (23:21 +0000)] 
use versioned tag names for OSX too

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

19 years agoAdded wrappers and a demo for the animate contrib
Robin Dunn [Mon, 4 Apr 2005 23:15:29 +0000 (23:15 +0000)] 
Added wrappers and a demo for the animate contrib

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

19 years agoAdd py2.4 to the pacakge name so they will be unique and both 2.3 and
Robin Dunn [Mon, 4 Apr 2005 23:11:25 +0000 (23:11 +0000)] 
Add py2.4 to the pacakge name so they will be unique and both 2.3 and
2.4 packages can be installed at the same time

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

19 years agoPatch from OSAF that maintains radio button selection if Realize is recalled.
Robin Dunn [Mon, 4 Apr 2005 23:08:02 +0000 (23:08 +0000)] 
Patch from OSAF that maintains radio button selection if Realize is recalled.

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

19 years agoIf the filename is given in the ctor then call LoadFile
Robin Dunn [Mon, 4 Apr 2005 22:57:43 +0000 (22:57 +0000)] 
If the filename is given in the ctor then call LoadFile

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

19 years agoPatch from Werner F. Bruhin that allows either vertical and/or
Robin Dunn [Mon, 4 Apr 2005 22:55:18 +0000 (22:55 +0000)] 
Patch from Werner F. Bruhin that allows either vertical and/or
horizontal gridlines.

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

19 years agoEnsure that SWIG_TYPE_TABLE is defined
Robin Dunn [Mon, 4 Apr 2005 22:53:36 +0000 (22:53 +0000)] 
Ensure that SWIG_TYPE_TABLE is defined

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

19 years agoMove comment to where it can be a true statement ;-)
Robin Dunn [Mon, 4 Apr 2005 22:52:29 +0000 (22:52 +0000)] 
Move comment to where it can be a true statement  ;-)

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

19 years agofixed wrong order of libraries in the output
Václav Slavík [Mon, 4 Apr 2005 20:25:38 +0000 (20:25 +0000)] 
fixed wrong order of libraries in the output

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

19 years agoFix for saving in Unicode mode (Bug #1172299).
Włodzimierz Skiba [Mon, 4 Apr 2005 18:48:35 +0000 (18:48 +0000)] 
Fix for saving in Unicode mode (Bug #1172299).

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

19 years agoreSWIGged
Robin Dunn [Mon, 4 Apr 2005 15:57:55 +0000 (15:57 +0000)] 
reSWIGged

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

19 years agoreSWIGged
Robin Dunn [Mon, 4 Apr 2005 15:50:10 +0000 (15:50 +0000)] 
reSWIGged

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

19 years agodoc tweaks
Robin Dunn [Mon, 4 Apr 2005 15:48:55 +0000 (15:48 +0000)] 
doc tweaks

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

19 years agocorrected DSM
Robin Dunn [Mon, 4 Apr 2005 15:45:59 +0000 (15:45 +0000)] 
corrected DSM

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

19 years agoAdd extern "C" to DllMain
Robin Dunn [Mon, 4 Apr 2005 15:32:17 +0000 (15:32 +0000)] 
Add extern "C" to DllMain

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

19 years agoreSWIGged
Robin Dunn [Mon, 4 Apr 2005 15:29:48 +0000 (15:29 +0000)] 
reSWIGged

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

19 years agoIsTransparent and etc.
Robin Dunn [Mon, 4 Apr 2005 15:28:33 +0000 (15:28 +0000)] 
IsTransparent and etc.

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

19 years agowxDEFAULT_CONTROL_BORDER
Robin Dunn [Mon, 4 Apr 2005 15:27:51 +0000 (15:27 +0000)] 
wxDEFAULT_CONTROL_BORDER

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

19 years agofixed typo in dynamic cast
Václav Slavík [Mon, 4 Apr 2005 14:20:25 +0000 (14:20 +0000)] 
fixed typo in dynamic cast

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

19 years agomade options defaults configurable
Václav Slavík [Mon, 4 Apr 2005 11:04:45 +0000 (11:04 +0000)] 
made options defaults configurable

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

19 years agofixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__, and __WXMAC_OSX__ were being...
Dimitri Schoolwerth [Mon, 4 Apr 2005 10:34:56 +0000 (10:34 +0000)] 
fixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__, and __WXMAC_OSX__ were being treated as 0/1 value instead of (un)defined symbol

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

19 years agoUse MLTE by default for wxPython
Robin Dunn [Sun, 3 Apr 2005 23:54:12 +0000 (23:54 +0000)] 
Use MLTE by default for wxPython

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

19 years agoDon't include the nul byte when copying to the clipboard
Robin Dunn [Sun, 3 Apr 2005 23:53:04 +0000 (23:53 +0000)] 
Don't include the nul byte when copying to the clipboard

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

19 years agoCopy the wx.PrintData objects
Robin Dunn [Sun, 3 Apr 2005 23:44:14 +0000 (23:44 +0000)] 
Copy the wx.PrintData objects

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

19 years agoUse the validator given
Robin Dunn [Sun, 3 Apr 2005 22:57:32 +0000 (22:57 +0000)] 
Use the validator given

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

19 years agoThe octal escaping code needs to escape the escape character
Michael Wetherell [Sun, 3 Apr 2005 21:20:11 +0000 (21:20 +0000)] 
The octal escaping code needs to escape the escape character

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

19 years agoCheck the returned length too in the utf-8 tests
Michael Wetherell [Sun, 3 Apr 2005 21:15:52 +0000 (21:15 +0000)] 
Check the returned length too in the utf-8 tests

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

19 years agoOpenWatcom fixed the problem of fileno being missing, and so it should be
Michael Wetherell [Sun, 3 Apr 2005 20:39:44 +0000 (20:39 +0000)] 
OpenWatcom fixed the problem of fileno being missing, and so it should be
there in OW 1.4 when it comes out.

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

19 years agoMade data variable used in inline function non-static to avoid compiler warning.
Stefan Neis [Sun, 3 Apr 2005 20:22:21 +0000 (20:22 +0000)] 
Made data variable used in inline function non-static to avoid compiler warning.

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

19 years agoShould return wxImage not bool
Julian Smart [Sun, 3 Apr 2005 19:30:16 +0000 (19:30 +0000)] 
Should return wxImage not bool

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

19 years agoRemove unused variable "Point topleft" in ScrollRect
Kevin Hock [Sun, 3 Apr 2005 18:20:03 +0000 (18:20 +0000)] 
Remove unused variable "Point topleft" in ScrollRect

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

19 years agoDistribution corrections
Julian Smart [Sun, 3 Apr 2005 18:00:08 +0000 (18:00 +0000)] 
Distribution corrections

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

19 years agoMissing file added
Julian Smart [Sun, 3 Apr 2005 17:05:05 +0000 (17:05 +0000)] 
Missing file added

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

19 years agoalways forcing a relayout when position changes, making mlte a system option
Stefan Csomor [Sun, 3 Apr 2005 16:38:14 +0000 (16:38 +0000)] 
always forcing a relayout when position changes, making mlte a system option

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

19 years agoinvalidating vis regions upon tlw resize as well
Stefan Csomor [Sun, 3 Apr 2005 13:41:48 +0000 (13:41 +0000)] 
invalidating vis regions upon tlw resize as well

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

19 years agothere's no reason to do wxRTTI lookup twice when once is enough
Václav Slavík [Sun, 3 Apr 2005 13:24:32 +0000 (13:24 +0000)] 
there's no reason to do wxRTTI lookup twice when once is enough

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

19 years agoMissing arguments fixed
Julian Smart [Sun, 3 Apr 2005 12:01:02 +0000 (12:01 +0000)] 
Missing arguments fixed
Need for blank last line comes back to haunt us again

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

19 years agoCross-hair cursor appears as an I-beam on WinXP for some reason;
Julian Smart [Sun, 3 Apr 2005 11:36:31 +0000 (11:36 +0000)] 
Cross-hair cursor appears as an I-beam on WinXP for some reason;
use cursor file instead.

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

19 years agoRemoved unnecessary casts
Julian Smart [Sun, 3 Apr 2005 09:32:30 +0000 (09:32 +0000)] 
Removed unnecessary casts

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

19 years agoNot all implementations of wxMDIChildFrame derive from wxFrame
Julian Smart [Sun, 3 Apr 2005 09:24:04 +0000 (09:24 +0000)] 
Not all implementations of wxMDIChildFrame derive from wxFrame

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

19 years agoUpdate wxURI for RFC 3986
Ryan Norton [Sun, 3 Apr 2005 03:48:08 +0000 (03:48 +0000)] 
Update wxURI for RFC 3986

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

19 years agomake it possible to change the text of the item being edited from OnBeginLabelEdit()
Vadim Zeitlin [Sun, 3 Apr 2005 00:27:52 +0000 (00:27 +0000)] 
make it possible to change the text of the item being edited from OnBeginLabelEdit()

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

19 years agoadded example code using wxEmail to send the debug report by mail
Vadim Zeitlin [Sat, 2 Apr 2005 23:32:12 +0000 (23:32 +0000)] 
added example code using wxEmail to send the debug report by mail

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

19 years agoWinCE apparently should not have rectangle adjusted if using transparent pen
Julian Smart [Sat, 2 Apr 2005 23:01:28 +0000 (23:01 +0000)] 
WinCE apparently should not have rectangle adjusted if using transparent pen
(droppings left on Life! canvas when drawing with a transparent pen)

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

19 years agoadded wxMemoryInputStream(wxMemoryOutputStream&) ctor (patch 1170635)
Vadim Zeitlin [Sat, 2 Apr 2005 22:37:58 +0000 (22:37 +0000)] 
added wxMemoryInputStream(wxMemoryOutputStream&) ctor (patch 1170635)

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

19 years agoupdates from photon3108@users.sf.net (patches 1173350, 1173440, 1173447 and
Vadim Zeitlin [Sat, 2 Apr 2005 22:26:04 +0000 (22:26 +0000)] 
updates from photon3108@users.sf.net (patches 117335011734401173447 and
1173453):

- s/wxWindows/wxWidgets/g
- build qa library
- use %{_tmppath} instead of /var/tmp (makes possible to build as non root)
- run ldconfig on uninstall
- many cosmetic changes

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

19 years agoadded MDI support to XRC
Václav Slavík [Sat, 2 Apr 2005 22:22:55 +0000 (22:22 +0000)] 
added MDI support to XRC

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

19 years agoBorder fixes for WinCE
Julian Smart [Sat, 2 Apr 2005 21:42:42 +0000 (21:42 +0000)] 
Border fixes for WinCE

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

19 years agoNo resize border on WinCE by default
Julian Smart [Sat, 2 Apr 2005 21:40:59 +0000 (21:40 +0000)] 
No resize border on WinCE by default

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

19 years agoNo resize border on WinCE
Julian Smart [Sat, 2 Apr 2005 21:39:53 +0000 (21:39 +0000)] 
No resize border on WinCE

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

19 years agodocument disabled bitmap parameter of AddTool()
Vadim Zeitlin [Sat, 2 Apr 2005 21:36:18 +0000 (21:36 +0000)] 
document disabled bitmap parameter of AddTool()

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

19 years agochanged wxCreateGreyedImage() to respect the original image mask
Vadim Zeitlin [Sat, 2 Apr 2005 21:34:29 +0000 (21:34 +0000)] 
changed wxCreateGreyedImage() to respect the original image mask

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

19 years agofixed background colour of the automatically created disabled button bitmaps (makes...
Vadim Zeitlin [Sat, 2 Apr 2005 21:33:40 +0000 (21:33 +0000)] 
fixed background colour of the automatically created disabled button bitmaps (makes patch 1116702 work)

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

19 years agoadded wxImage::IsTransparent(x, y)
Vadim Zeitlin [Sat, 2 Apr 2005 21:30:22 +0000 (21:30 +0000)] 
added wxImage::IsTransparent(x, y)

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

19 years agodocumented static_data parameter of SetAlpha()
Vadim Zeitlin [Sat, 2 Apr 2005 21:20:23 +0000 (21:20 +0000)] 
documented static_data parameter of SetAlpha()

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

19 years agouse separate is-static flag for alpha channel and main data
Vadim Zeitlin [Sat, 2 Apr 2005 21:19:54 +0000 (21:19 +0000)] 
use separate is-static flag for alpha channel and main data

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

19 years agoadded XYToIndex() to avoid duplicating the checks for valid coordinates in many diffe...
Vadim Zeitlin [Sat, 2 Apr 2005 21:16:04 +0000 (21:16 +0000)] 
added XYToIndex() to avoid duplicating the checks for valid coordinates in many different places

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

19 years agoFurther WinCE adaptations
Julian Smart [Sat, 2 Apr 2005 17:44:12 +0000 (17:44 +0000)] 
Further WinCE adaptations

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

19 years agoOnly set background colour explicitly for PPC/Smartphone
Julian Smart [Sat, 2 Apr 2005 17:41:08 +0000 (17:41 +0000)] 
Only set background colour explicitly for PPC/Smartphone

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

19 years agoFixed bug preventing dir enumeration from working on WinCE
Julian Smart [Sat, 2 Apr 2005 17:38:14 +0000 (17:38 +0000)] 
Fixed bug preventing dir enumeration from working on WinCE
Prevented crash on WinCE by removing hidden root style
(a bug in Windows causes crash in child traversal/data retrieval)

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

19 years agoWinCE adaptations
Julian Smart [Sat, 2 Apr 2005 17:35:59 +0000 (17:35 +0000)] 
WinCE adaptations
Simplified comment

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

19 years agoWinCE adaptations
Julian Smart [Sat, 2 Apr 2005 17:34:50 +0000 (17:34 +0000)] 
WinCE adaptations

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

19 years agoCorrect flat notebook border style under WinCE in wake of
Julian Smart [Sat, 2 Apr 2005 17:34:04 +0000 (17:34 +0000)] 
Correct flat notebook border style under WinCE in wake of
wxControl default border style change

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

19 years agoDefault border for a static box is wxBORDER_NONE
Julian Smart [Sat, 2 Apr 2005 17:30:04 +0000 (17:30 +0000)] 
Default border for a static box is wxBORDER_NONE

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

19 years agoDefault border style for a control on PPC/Smartphone is wxBORDER_SIMPLE
Julian Smart [Sat, 2 Apr 2005 17:28:37 +0000 (17:28 +0000)] 
Default border style for a control on PPC/Smartphone is wxBORDER_SIMPLE

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

19 years agoFurther WinCE adaptations
Julian Smart [Sat, 2 Apr 2005 17:26:08 +0000 (17:26 +0000)] 
Further WinCE adaptations

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

19 years agoRemoved unnecesary statusbar; check for spin control presence
Julian Smart [Sat, 2 Apr 2005 17:25:50 +0000 (17:25 +0000)] 
Removed unnecesary statusbar; check for spin control presence

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

19 years agowxSYS_COLOUR_WINDOW is better for window backgrounds on PPC/Smartphone
Julian Smart [Sat, 2 Apr 2005 17:24:44 +0000 (17:24 +0000)] 
wxSYS_COLOUR_WINDOW is better for window backgrounds on PPC/Smartphone

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

19 years agoThe wxDEFAULT_CONTROL_BORDER symbol can be used to specify a sunken
Julian Smart [Sat, 2 Apr 2005 17:23:08 +0000 (17:23 +0000)] 
The wxDEFAULT_CONTROL_BORDER symbol can be used to specify a sunken
border on some platforms, simple border on e.g. WinCE

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

19 years ago\ is a reasonable home directory on WinCE
Julian Smart [Sat, 2 Apr 2005 17:22:22 +0000 (17:22 +0000)] 
\ is a reasonable home directory on WinCE

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

19 years agoRearrange the magic order we use instead of proper dependencies for
Ron Lee [Sat, 2 Apr 2005 16:42:56 +0000 (16:42 +0000)] 
Rearrange the magic order we use instead of proper dependencies for
the builtin libs to at least give things a chance of working.
Don't include odbc there twice either.  Closes 1175402, thanks.

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

19 years agoSmall doc mods
Julian Smart [Sat, 2 Apr 2005 16:07:29 +0000 (16:07 +0000)] 
Small doc mods

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

19 years agoMF_BYCOMMAND is zero so don't try to test it
Julian Smart [Sat, 2 Apr 2005 15:16:53 +0000 (15:16 +0000)] 
MF_BYCOMMAND is zero so don't try to test it

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

19 years agofixed TREE_ITEM_MENU generation from right mouse clicks: don't pass WM_RBUTTONDOWN...
Vadim Zeitlin [Sat, 2 Apr 2005 13:48:56 +0000 (13:48 +0000)] 
fixed TREE_ITEM_MENU generation from right mouse clicks: don't pass WM_RBUTTONDOWN to tree control window proc

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