wxWidgets.git
19 years agoFix warning on CYGWIN for sockets
Ryan Norton [Tue, 12 Apr 2005 17:18:13 +0000 (17:18 +0000)] 
Fix warning on CYGWIN for sockets

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

19 years agoEnsure 2.6 trumps 2.5 as default.
Ron Lee [Tue, 12 Apr 2005 17:17:18 +0000 (17:17 +0000)] 
Ensure 2.6 trumps 2.5 as default.

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

19 years agoFix CYGWIN socket compilo
Ryan Norton [Tue, 12 Apr 2005 17:16:37 +0000 (17:16 +0000)] 
Fix CYGWIN socket compilo

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

19 years agoReplace files from 2.5 that still overlap.
Ron Lee [Tue, 12 Apr 2005 17:08:08 +0000 (17:08 +0000)] 
Replace files from 2.5 that still overlap.

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

19 years agoCYGWIN socket compilation fixes
Ryan Norton [Tue, 12 Apr 2005 17:03:49 +0000 (17:03 +0000)] 
CYGWIN socket compilation fixes

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

19 years agoUpdate stray references to 2.5
Ron Lee [Tue, 12 Apr 2005 15:59:59 +0000 (15:59 +0000)] 
Update stray references to 2.5

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

19 years agoBump for 2.6.0 and close Debian bts report about missing archive.h on
Ron Lee [Tue, 12 Apr 2005 15:50:03 +0000 (15:50 +0000)] 
Bump for 2.6.0 and close Debian bts report about missing archive.h on
the next upload.

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

19 years agowxUniv build fix (typo correction).
Włodzimierz Skiba [Tue, 12 Apr 2005 15:34:08 +0000 (15:34 +0000)] 
wxUniv build fix (typo correction).

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

19 years agouse configured scrolling increments (m_scrollLineX/Y) instead of hardcoded constants...
Václav Slavík [Tue, 12 Apr 2005 14:36:59 +0000 (14:36 +0000)] 
use configured scrolling increments (m_scrollLineX/Y) instead of hardcoded constants in all places

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

19 years ago2.6
Julian Smart [Tue, 12 Apr 2005 09:51:41 +0000 (09:51 +0000)] 
2.6

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

19 years ago Corrected two typos.
Robert Roebling [Tue, 12 Apr 2005 08:55:21 +0000 (08:55 +0000)] 
  Corrected two typos.
  Back to disable-enable-gtk2 as without-gtk1 has been
    implemented yet.

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

19 years agoWinCE build fix (missing style).
Włodzimierz Skiba [Tue, 12 Apr 2005 08:13:21 +0000 (08:13 +0000)] 
WinCE build fix (missing style).

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

19 years agoMisplaced #endif (WinCE build fix).
Włodzimierz Skiba [Tue, 12 Apr 2005 08:08:36 +0000 (08:08 +0000)] 
Misplaced #endif (WinCE build fix).

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

19 years agowxFrameBase doesn't have wxRTTI so don't test for it, or
Julian Smart [Tue, 12 Apr 2005 07:33:20 +0000 (07:33 +0000)] 
wxFrameBase doesn't have wxRTTI so don't test for it, or
wxDynamicCast (for example) will erroneously succeed and
return the wrong cast object

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

19 years agochecked in just John's patch, will keep working my fixes...
Robin Dunn [Tue, 12 Apr 2005 05:18:20 +0000 (05:18 +0000)] 
checked in just John's patch, will keep working my fixes...

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

19 years agoGRR! Reverting last change. I broke some things that I thought I had tested before...
Robin Dunn [Tue, 12 Apr 2005 04:53:26 +0000 (04:53 +0000)] 
GRR!  Reverting last change.  I broke some things that I thought I had tested before...

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

19 years agoCopy & paste error
Robin Dunn [Tue, 12 Apr 2005 04:36:23 +0000 (04:36 +0000)] 
Copy & paste error

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

19 years agoFixes for wxPopupTransientWindow for wxMSW. Includes Patch #1181190,
Robin Dunn [Tue, 12 Apr 2005 04:28:40 +0000 (04:28 +0000)] 
Fixes for wxPopupTransientWindow for wxMSW.  Includes Patch #1181190,
and also fixes for automatically dismissing the popup whenever the
mouse is clicked outside of the popup window.

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

19 years agomake sure also toplevel windows have the correct systen font
Stefan Csomor [Tue, 12 Apr 2005 04:24:53 +0000 (04:24 +0000)] 
make sure also toplevel windows have the correct systen font

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

19 years ago Added wxBase headers from /include/unix to the RPM.
Robert Roebling [Tue, 12 Apr 2005 00:12:49 +0000 (00:12 +0000)] 
   Added wxBase headers from /include/unix to the RPM.
   Set _prefix macro for non-standard location.

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

19 years agoRemove workaround for link problem with versions of mingw before 3.4.2
Michael Wetherell [Mon, 11 Apr 2005 23:29:55 +0000 (23:29 +0000)] 
Remove workaround for link problem with versions of mingw before 3.4.2

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

19 years agoA better workaround for the link problem with mingw versions before 3.4.2
Michael Wetherell [Mon, 11 Apr 2005 23:26:44 +0000 (23:26 +0000)] 
A better workaround for the link problem with mingw versions before 3.4.2

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

19 years agoAdd a comment about covariant returns
Michael Wetherell [Mon, 11 Apr 2005 23:24:30 +0000 (23:24 +0000)] 
Add a comment about covariant returns

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

19 years agoreSWIGged
Robin Dunn [Mon, 11 Apr 2005 20:44:14 +0000 (20:44 +0000)] 
reSWIGged

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

19 years agoreturn begining of the selection for GetInsertionPoint to match what
Robin Dunn [Mon, 11 Apr 2005 20:42:59 +0000 (20:42 +0000)] 
return begining of the selection for GetInsertionPoint to match what
wxTextCtrl does.

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

19 years ago Regenerated PO files. Updated Italian translation.
Mattia Barbon [Mon, 11 Apr 2005 20:40:58 +0000 (20:40 +0000)] 
  Regenerated PO files. Updated Italian translation.

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

19 years ago Easy translation of very long strings.
Mattia Barbon [Mon, 11 Apr 2005 20:32:22 +0000 (20:32 +0000)] 
  Easy translation of very long strings.

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

19 years agoreSWIGged
Robin Dunn [Mon, 11 Apr 2005 20:21:46 +0000 (20:21 +0000)] 
reSWIGged

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

19 years agoadjusted indent
Robin Dunn [Mon, 11 Apr 2005 20:16:07 +0000 (20:16 +0000)] 
adjusted indent

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

19 years agoreSWIGged
Robin Dunn [Mon, 11 Apr 2005 20:15:31 +0000 (20:15 +0000)] 
reSWIGged

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

19 years agoOops
Robin Dunn [Mon, 11 Apr 2005 20:02:58 +0000 (20:02 +0000)] 
Oops

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

19 years agoVersion number update
Robin Dunn [Mon, 11 Apr 2005 19:59:36 +0000 (19:59 +0000)] 
Version number update

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

19 years agowxSL_TICKS
Robin Dunn [Mon, 11 Apr 2005 19:58:15 +0000 (19:58 +0000)] 
wxSL_TICKS

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

19 years agoApplyParentThemeBackground is history
Robin Dunn [Mon, 11 Apr 2005 19:57:28 +0000 (19:57 +0000)] 
ApplyParentThemeBackground is history

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

19 years agoupdated coment
Robin Dunn [Mon, 11 Apr 2005 19:57:02 +0000 (19:57 +0000)] 
updated coment

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

19 years agorel = 1
Julian Smart [Mon, 11 Apr 2005 19:37:51 +0000 (19:37 +0000)] 
rel = 1

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

19 years ago Added the "buildname" variable which has
Robert Roebling [Mon, 11 Apr 2005 19:33:33 +0000 (19:33 +0000)] 
  Added the "buildname" variable which has
    the "u" after "gtk2" in it. This is helpful
    to prevent the matching string {gtk2}*_xrc
    from incorrectly finding _gizmos_xrc instead
    of just _xrc. Now the lib names can be given
    exactly {portname}_xrc and {portname}_gizmos_xrc.
    Still rebuilding..

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

19 years agoBetter handling of the refcount of the wx.App object, so it now
Robin Dunn [Mon, 11 Apr 2005 19:14:34 +0000 (19:14 +0000)] 
Better handling of the refcount of the wx.App object, so it now
destroyed when expected and also resets the current instance pointer
returned by wx.GetApp().

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

19 years agosetting an empty region shouldn't clear the clipping
Stefan Csomor [Mon, 11 Apr 2005 18:42:11 +0000 (18:42 +0000)] 
setting an empty region shouldn't clear the clipping

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

19 years ago Bumped version to 2.6.
Robert Roebling [Mon, 11 Apr 2005 17:21:20 +0000 (17:21 +0000)] 
 Bumped version to 2.6.
 Added static builds to -devel packages.

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

19 years agoRegenerated after version bump.
Ron Lee [Mon, 11 Apr 2005 16:08:41 +0000 (16:08 +0000)] 
Regenerated after version bump.

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

19 years agoChanged version number
Julian Smart [Mon, 11 Apr 2005 15:50:13 +0000 (15:50 +0000)] 
Changed version number

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

19 years agoRemoved very out of date files in docs/msw
Julian Smart [Mon, 11 Apr 2005 14:51:14 +0000 (14:51 +0000)] 
Removed very out of date files in docs/msw
Changed version number in docs

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

19 years agoafter latest changes background of radio buttons _not_ inside the notebook wasn't...
Vadim Zeitlin [Mon, 11 Apr 2005 14:41:36 +0000 (14:41 +0000)] 
after latest changes background of radio buttons _not_ inside the notebook wasn't redrawn at all, fixed this

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

19 years agoScript updates
Julian Smart [Mon, 11 Apr 2005 13:31:12 +0000 (13:31 +0000)] 
Script updates

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

19 years agoA word about context help on Mac
Julian Smart [Mon, 11 Apr 2005 13:30:25 +0000 (13:30 +0000)] 
A word about context help on Mac

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

19 years agoRemove static libs from package build.
Ron Lee [Mon, 11 Apr 2005 13:30:06 +0000 (13:30 +0000)] 
Remove static libs from package build.
Trim configure options to reflect new defaults.
Make i18n package conflict/replace.  Not my first choice.

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

19 years agoEnabled opengl and unicode by default too as discussed.
Ron Lee [Mon, 11 Apr 2005 12:50:18 +0000 (12:50 +0000)] 
Enabled opengl and unicode by default too as discussed.

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

19 years agoBuild fixes after gizmos_xrc additions.
Włodzimierz Skiba [Mon, 11 Apr 2005 12:11:00 +0000 (12:11 +0000)] 
Build fixes after gizmos_xrc additions.

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

19 years agowxUniv build fix.
Włodzimierz Skiba [Mon, 11 Apr 2005 12:08:16 +0000 (12:08 +0000)] 
wxUniv build fix.

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

19 years agoDo not break twice.
Włodzimierz Skiba [Mon, 11 Apr 2005 12:03:10 +0000 (12:03 +0000)] 
Do not break twice.

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

19 years ago Make std_string, std_iostreams and gnomeprint default.
Robert Roebling [Mon, 11 Apr 2005 11:03:15 +0000 (11:03 +0000)] 
  Make std_string, std_iostreams and gnomeprint default.

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

19 years ago Even shorter.
Robert Roebling [Mon, 11 Apr 2005 10:45:10 +0000 (10:45 +0000)] 
  Even shorter.

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

19 years ago Remove outdated changes.txt, the common one
Robert Roebling [Mon, 11 Apr 2005 10:44:23 +0000 (10:44 +0000)] 
  Remove outdated changes.txt, the common one
    should be used.

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

19 years ago Update for install.txt.
Robert Roebling [Mon, 11 Apr 2005 10:42:02 +0000 (10:42 +0000)] 
  Update for install.txt.

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

19 years ago Version 2.6 in the readme.txt
Robert Roebling [Mon, 11 Apr 2005 10:38:10 +0000 (10:38 +0000)] 
  Version 2.6 in the readme.txt

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

19 years ago Further improvements to the spec file.
Robert Roebling [Mon, 11 Apr 2005 10:29:50 +0000 (10:29 +0000)] 
  Further improvements to the spec file.
    It now creates and installs setup.h for both
       wxBase-devel and wxGTK-devel.
    Better descriptions.
    Added BuildRequires with zlib-devel etc.

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

19 years agoAdd reverse case too
Ryan Norton [Mon, 11 Apr 2005 09:13:11 +0000 (09:13 +0000)] 
Add reverse case too

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

19 years agofix wxString::Replace when new strings are longer than old string
Ryan Norton [Mon, 11 Apr 2005 09:05:40 +0000 (09:05 +0000)] 
fix wxString::Replace when new strings are longer than old string

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

19 years ago Committed by attempt of a spec file to CVS.
Robert Roebling [Sun, 10 Apr 2005 23:37:50 +0000 (23:37 +0000)] 
  Committed by attempt of a spec file to CVS.
    It builds RPM for wxBase, wxGTK, wxGTK-gl
    and contrib as well as the devel packages.

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

19 years agomodified AddFile() to copy file to the debug report directory if its path is absolute
Vadim Zeitlin [Sun, 10 Apr 2005 22:37:43 +0000 (22:37 +0000)] 
modified AddFile() to copy file to the debug report directory if its path is absolute

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

19 years agosilently ignore NULL pointers in MSWOnMeasureItem(): apparently this can happen with...
Vadim Zeitlin [Sun, 10 Apr 2005 22:13:33 +0000 (22:13 +0000)] 
silently ignore NULL pointers in MSWOnMeasureItem(): apparently this can happen with MDI frames under XP

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

19 years agofixed MSWGetBgBrush() call, it needs a HWND and not wxWindow * now
Vadim Zeitlin [Sun, 10 Apr 2005 22:12:39 +0000 (22:12 +0000)] 
fixed MSWGetBgBrush() call, it needs a HWND and not wxWindow * now

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

19 years agodocumented AddText
Vadim Zeitlin [Sun, 10 Apr 2005 22:11:28 +0000 (22:11 +0000)] 
documented AddText

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

19 years agoextended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbit...
Vadim Zeitlin [Sun, 10 Apr 2005 21:55:12 +0000 (21:55 +0000)] 
extended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbitrary HWNDs and not just wxWindows: this allows us to draw proper background for slider labels and other subcontrols

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

19 years ago Updated PO files for wxWidgets 2.6.
Mattia Barbon [Sun, 10 Apr 2005 19:54:53 +0000 (19:54 +0000)] 
  Updated PO files for wxWidgets 2.6.

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

19 years agosplitted gizmos library into gizmos and gizmos_xrc in order to fix broken compilation...
Václav Slavík [Sun, 10 Apr 2005 19:41:03 +0000 (19:41 +0000)] 
splitted gizmos library into gizmos and gizmos_xrc in order to fix broken compilation of DLLs

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

19 years agomark slider as being transparent, otherwise it has ugly solid grey background when...
Vadim Zeitlin [Sun, 10 Apr 2005 18:33:03 +0000 (18:33 +0000)] 
mark slider as being transparent, otherwise it has ugly solid grey background when placed on a themed notebook

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

19 years agofixed slider positioning/sizing (especially when ticks are shown on both sides)
Vadim Zeitlin [Sun, 10 Apr 2005 18:28:18 +0000 (18:28 +0000)] 
fixed slider positioning/sizing (especially when ticks are shown on both sides)

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

19 years agodocumented wxSL_BOTTOM, clarified the others
Vadim Zeitlin [Sun, 10 Apr 2005 18:09:24 +0000 (18:09 +0000)] 
documented wxSL_BOTTOM, clarified the others

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

19 years agoput some asserts to check that inconsistent slider styles are not used
Vadim Zeitlin [Sun, 10 Apr 2005 18:07:45 +0000 (18:07 +0000)] 
put some asserts to check that inconsistent slider styles are not used

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

19 years agoremoved is_vertical check box, it was duplicating the ticks direction radiobox functi...
Vadim Zeitlin [Sun, 10 Apr 2005 18:07:08 +0000 (18:07 +0000)] 
removed is_vertical check box, it was duplicating the ticks direction radiobox functionality

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

19 years agoth4ese -> these in comment
Kevin Hock [Sun, 10 Apr 2005 18:05:48 +0000 (18:05 +0000)] 
th4ese -> these in comment

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

19 years agoGetParent() was always used in test for wxHSCROLL checked in in last commit; use...
Vadim Zeitlin [Sun, 10 Apr 2005 17:55:52 +0000 (17:55 +0000)] 
GetParent() was always used in test for wxHSCROLL checked in in last commit; use the parent window recursively as intended instead; slightly simplified the code

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

19 years agoundid flags values change, it's not as backwards compatible as I thought
Vadim Zeitlin [Sun, 10 Apr 2005 17:51:36 +0000 (17:51 +0000)] 
undid flags values change, it's not as backwards compatible as I thought

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

19 years agoHack to make wxStaticBox be repainted when inside a scrolling window
Julian Smart [Sun, 10 Apr 2005 17:14:58 +0000 (17:14 +0000)] 
Hack to make wxStaticBox be repainted when inside a scrolling window

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

19 years agomoved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT/RIGHT == wxSL_TOP/BOTTOM | wxSL_...
Vadim Zeitlin [Sun, 10 Apr 2005 17:06:49 +0000 (17:06 +0000)] 
moved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT/RIGHT == wxSL_TOP/BOTTOM | wxSL_VERTICAL

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

19 years agounused param warning
Vadim Zeitlin [Sun, 10 Apr 2005 16:45:12 +0000 (16:45 +0000)] 
unused param warning

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

19 years agosimplifications and corrections to background drawing:
Vadim Zeitlin [Sun, 10 Apr 2005 15:23:08 +0000 (15:23 +0000)] 
simplifications and corrections to background drawing:

1. removed ApplyParentThemeBackground() not used any longer
2. removed ProvidesBackground() which is synonymous with
   !HasTransparentBackground()
3. removed a whole bunch of unused MSWXXX() methods
4. moved MSWControlColor() from wxWindow up to wxControl

results:

1. the gradient is still shown properly for static/radio boxes in notebooks
2. correct background colour is used for the static boxes
3. code is shorter and better commented

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

19 years ago Check for wxUSE_STD_STRING with #if not with #ifdef,
Mattia Barbon [Sun, 10 Apr 2005 14:57:09 +0000 (14:57 +0000)] 
  Check for wxUSE_STD_STRING with #if not with #ifdef,
because it is always defined.
  Do not unconditionally #define HAVE_STD_STRING_COMPARE if
it is not defined, because this nullifies the configure test.

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

19 years ago Check that std::basic_string<wchar_t> actually works before
Mattia Barbon [Sun, 10 Apr 2005 14:54:34 +0000 (14:54 +0000)] 
  Check that std::basic_string<wchar_t> actually works before
trying to use it.
  Fail at configure time when trying to compile wxMotif with Unicode.

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

19 years ago Correct harmless typos.
Mattia Barbon [Sun, 10 Apr 2005 14:49:02 +0000 (14:49 +0000)] 
  Correct harmless typos.

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

19 years ago Add some missing headers to wxMSW "make install".
Mattia Barbon [Sun, 10 Apr 2005 14:47:39 +0000 (14:47 +0000)] 
  Add some missing headers to wxMSW "make install".

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

19 years agoadded wxCopyRectToRECT()
Vadim Zeitlin [Sun, 10 Apr 2005 11:31:55 +0000 (11:31 +0000)] 
added wxCopyRectToRECT()

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

19 years agoadded HDCClipper() class which automatically unselects clipping region in its dtor
Vadim Zeitlin [Sun, 10 Apr 2005 11:30:37 +0000 (11:30 +0000)] 
added HDCClipper() class which automatically unselects clipping region in its dtor

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

19 years agochanging the defaults to the app font
Stefan Csomor [Sun, 10 Apr 2005 07:02:07 +0000 (07:02 +0000)] 
changing the defaults to the app font

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

19 years agoDon't include sys/socket.h on cygwin in windows mode
Ryan Norton [Sun, 10 Apr 2005 06:44:50 +0000 (06:44 +0000)] 
Don't include sys/socket.h on cygwin in windows mode

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

19 years ago...and msw only of course
Ryan Norton [Sun, 10 Apr 2005 06:37:19 +0000 (06:37 +0000)] 
...and msw only of course

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

19 years agocygwin only
Ryan Norton [Sun, 10 Apr 2005 06:35:53 +0000 (06:35 +0000)] 
cygwin only

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

19 years agoFixes & Hacks to make sockets compile on CYGWIN with windows enabled
Ryan Norton [Sun, 10 Apr 2005 06:33:26 +0000 (06:33 +0000)] 
Fixes & Hacks to make sockets compile on CYGWIN with windows enabled

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

19 years agokTXNDoFontSubstitutionMask requires OS X 10.3 (undefined symbol on < 10.3)
Kevin Hock [Sun, 10 Apr 2005 04:36:47 +0000 (04:36 +0000)] 
kTXNDoFontSubstitutionMask requires OS X 10.3 (undefined symbol on < 10.3)

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

19 years agoadded WM_PRINTCLIENT
Vadim Zeitlin [Sun, 10 Apr 2005 00:19:11 +0000 (00:19 +0000)] 
added WM_PRINTCLIENT

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

19 years agoshow 20 lines of stack in assert, this should still hold on any reasonable screen
Vadim Zeitlin [Sat, 9 Apr 2005 23:25:10 +0000 (23:25 +0000)] 
show 20 lines of stack in assert, this should still hold on any reasonable screen

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

19 years agoOops, added the wrong new methods
Robin Dunn [Sat, 9 Apr 2005 20:16:16 +0000 (20:16 +0000)] 
Oops, added the wrong new methods

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

19 years agoDon't depend on the default formatting of wx.DateTime objects for
Robin Dunn [Sat, 9 Apr 2005 20:08:49 +0000 (20:08 +0000)] 
Don't depend on the default formatting of wx.DateTime objects for
extracting a date and time string.  The format depends on locale and
platform defaults.

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

19 years agoNew methods added
Robin Dunn [Sat, 9 Apr 2005 20:07:46 +0000 (20:07 +0000)] 
New methods added

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

19 years agoEnsure that the results of __str__ and __repr__ are strings
Robin Dunn [Sat, 9 Apr 2005 20:07:25 +0000 (20:07 +0000)] 
Ensure that the results of __str__ and __repr__ are strings

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

19 years agoCheck for TypeError too
Robin Dunn [Sat, 9 Apr 2005 20:06:58 +0000 (20:06 +0000)] 
Check for TypeError too

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

19 years agoDocstring corrected
Robin Dunn [Sat, 9 Apr 2005 20:06:00 +0000 (20:06 +0000)] 
Docstring corrected

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

19 years agoPythonNote corrected
Robin Dunn [Sat, 9 Apr 2005 20:04:48 +0000 (20:04 +0000)] 
PythonNote corrected

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