]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years ago Updates to (behaviour of) wxComboBox and wxSpinCtrl.
Robert Roebling [Sun, 2 Jun 2002 10:57:45 +0000 (10:57 +0000)] 
  Updates to (behaviour of) wxComboBox and wxSpinCtrl.

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

22 years ago Removed hack in Toolbar that breaks UI updates under MSW.
Robert Roebling [Sun, 2 Jun 2002 10:57:13 +0000 (10:57 +0000)] 
  Removed hack in Toolbar that breaks UI updates under MSW.

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

22 years ago Added simplistic make win-dist
Robert Roebling [Sun, 2 Jun 2002 10:56:23 +0000 (10:56 +0000)] 
  Added simplistic make win-dist

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

22 years agoreplaced quotes in #include with angle brackets
Vadim Zeitlin [Sat, 1 Jun 2002 11:48:26 +0000 (11:48 +0000)] 
replaced quotes in #include with angle brackets

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

22 years ago Added global skope too FinControl()
Robert Roebling [Fri, 31 May 2002 16:03:15 +0000 (16:03 +0000)] 
  Added global skope too FinControl()

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

22 years agoremoved unused wxWindowGTK::m_isFrame
Vadim Zeitlin [Fri, 31 May 2002 14:18:34 +0000 (14:18 +0000)] 
removed unused wxWindowGTK::m_isFrame

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

22 years agoreplaced m_isRadioButton with a virtual function
Vadim Zeitlin [Fri, 31 May 2002 14:17:23 +0000 (14:17 +0000)] 
replaced m_isRadioButton with a virtual function

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

22 years agoreplaced wxWindowGTK::m_isListBox with a virtual function
Vadim Zeitlin [Fri, 31 May 2002 14:14:00 +0000 (14:14 +0000)] 
replaced wxWindowGTK::m_isListBox with a virtual function

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

22 years agoreplaced wxWindowGTK::m_isStaticBox with a virtual function and replaced 3 occurences...
Vadim Zeitlin [Fri, 31 May 2002 14:13:17 +0000 (14:13 +0000)] 
replaced wxWindowGTK::m_isStaticBox with a virtual function and replaced 3 occurences of the code finding the window for the mouse events with one

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

22 years agoreplaced wxWindowGTK::m_isListBox with a virtual function
Vadim Zeitlin [Fri, 31 May 2002 14:00:01 +0000 (14:00 +0000)] 
replaced wxWindowGTK::m_isListBox with a virtual function

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

22 years agofixes for the focus handling: don't set back to back set/kill focus events
Vadim Zeitlin [Fri, 31 May 2002 13:51:43 +0000 (13:51 +0000)] 
fixes for the focus handling: don't set back to back set/kill focus events

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

22 years agoadded tests for the focus events
Vadim Zeitlin [Fri, 31 May 2002 13:49:56 +0000 (13:49 +0000)] 
added tests for the focus events

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

22 years ago Added wxToolBar::FindControl() to fish out
Robert Roebling [Fri, 31 May 2002 10:00:24 +0000 (10:00 +0000)] 
 Added wxToolBar::FindControl() to fish out
   controls in a toolbar by its id.

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

22 years ago Doc tweaks for FindWindowByXX
Robert Roebling [Fri, 31 May 2002 09:59:00 +0000 (09:59 +0000)] 
  Doc tweaks for FindWindowByXX
  Docs for SetThemeEnabled
  Docs for wxToolBar::FindControl

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

22 years ago Documented wxClienData and friends.
Robert Roebling [Fri, 31 May 2002 07:41:46 +0000 (07:41 +0000)] 
  Documented wxClienData and friends.

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

22 years agoremoved some duplicate code, no real changes
Vadim Zeitlin [Thu, 30 May 2002 21:16:59 +0000 (21:16 +0000)] 
removed some duplicate code, no real changes

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

22 years agoUpdated setup.h settings
Robin Dunn [Thu, 30 May 2002 19:49:11 +0000 (19:49 +0000)] 
Updated setup.h settings

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

22 years agoUpdated wxPython build instructions
Robin Dunn [Thu, 30 May 2002 18:40:57 +0000 (18:40 +0000)] 
Updated wxPython build instructions

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

22 years agoRemoved Refresh from OnSize as it's not needed anymore
Robin Dunn [Wed, 29 May 2002 18:47:50 +0000 (18:47 +0000)] 
Removed Refresh from OnSize as it's not needed anymore

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

22 years agoApplied patch #561454, testing for scrollbar
Julian Smart [Wed, 29 May 2002 08:31:59 +0000 (08:31 +0000)] 
Applied patch #561454, testing for scrollbar

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

22 years agoCorrected some typos
Julian Smart [Wed, 29 May 2002 08:28:03 +0000 (08:28 +0000)] 
Corrected some typos

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

22 years agoCatching up for the week
David Webster [Tue, 28 May 2002 21:50:34 +0000 (21:50 +0000)] 
Catching up for the week

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

22 years agocorrected the completely wrong example (bug 545427)
Vadim Zeitlin [Tue, 28 May 2002 17:14:59 +0000 (17:14 +0000)] 
corrected the completely wrong example (bug 545427)

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

22 years agofix compilation without WXDEBUG (includes patch 561458)
Vadim Zeitlin [Tue, 28 May 2002 16:54:50 +0000 (16:54 +0000)] 
fix compilation without WXDEBUG (includes patch 561458)

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

22 years agouse new style ctor for wxFontDialog (patch 561411)
Vadim Zeitlin [Tue, 28 May 2002 16:52:49 +0000 (16:52 +0000)] 
use new style ctor for wxFontDialog (patch 561411)

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

22 years agoadded consts to wxAcceleratorTable ctors from wxAcceleratorEntry array
Vadim Zeitlin [Tue, 28 May 2002 16:51:14 +0000 (16:51 +0000)] 
added consts to wxAcceleratorTable ctors from wxAcceleratorEntry array
(repaces patch 561183)

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

22 years agofixed icon drawing when they have different sizes (patch 554973)
Vadim Zeitlin [Tue, 28 May 2002 16:44:33 +0000 (16:44 +0000)] 
fixed icon drawing when they have different sizes (patch 554973)

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

22 years agounselected the current item when unfocusing it in a single selection list control...
Vadim Zeitlin [Tue, 28 May 2002 16:30:24 +0000 (16:30 +0000)] 
unselected the current item when unfocusing it in a single selection list control (patch 540818)

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

22 years agoadded asserts to ensure that the splitter windows have it as parent (otherwise they...
Vadim Zeitlin [Tue, 28 May 2002 11:29:26 +0000 (11:29 +0000)] 
added asserts to ensure that the splitter windows have it as parent (otherwise they're not positioned correctly)

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

22 years agoNo, I didn't test it before. This is what I meant to do!
Robin Dunn [Mon, 27 May 2002 22:14:41 +0000 (22:14 +0000)] 
No, I didn't test it before.  This is what I meant to do!

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

22 years agoPatch 559673 and 561053
Robin Dunn [Mon, 27 May 2002 22:06:55 +0000 (22:06 +0000)] 
Patch 559673 and 561053

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

22 years agoSome little demo updates
Robin Dunn [Mon, 27 May 2002 21:22:37 +0000 (21:22 +0000)] 
Some little demo updates

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

22 years agoFixed wxMac's wxStaticText::SetFont to behave like the others and
Robin Dunn [Mon, 27 May 2002 21:21:49 +0000 (21:21 +0000)] 
Fixed wxMac's wxStaticText::SetFont to behave like the others and
resize the control to fit the text

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

22 years agoFixed a tex2rtf warning
Robin Dunn [Mon, 27 May 2002 19:47:21 +0000 (19:47 +0000)] 
Fixed a tex2rtf warning

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

22 years agoSWIGged updates for wxMac
Robin Dunn [Mon, 27 May 2002 19:34:53 +0000 (19:34 +0000)] 
SWIGged updates for wxMac

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

22 years agoChanged the default style flags on wxSplashScreen
Robin Dunn [Mon, 27 May 2002 19:23:10 +0000 (19:23 +0000)] 
Changed the default style flags on wxSplashScreen

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

22 years agoworkaround for assert about wxFRAME_FLOAT_ON_PARENT
Robin Dunn [Mon, 27 May 2002 18:39:46 +0000 (18:39 +0000)] 
workaround for assert about wxFRAME_FLOAT_ON_PARENT

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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Mon, 27 May 2002 18:24:27 +0000 (18:24 +0000)] 
SWIGged updates for wxGTK

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

22 years agoSWIGged updates for wxMSW
Robin Dunn [Mon, 27 May 2002 17:55:09 +0000 (17:55 +0000)] 
SWIGged updates for wxMSW

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

22 years agoFix exception when there are no items in the sizer yet
Robin Dunn [Mon, 27 May 2002 17:54:45 +0000 (17:54 +0000)] 
Fix exception when there are no items in the sizer yet

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

22 years agoAdded a bit of test code (commented out)
Robin Dunn [Mon, 27 May 2002 17:53:58 +0000 (17:53 +0000)] 
Added a bit of test code (commented out)

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

22 years agoReduce flicker in the demo when image is dragged out of the frame
Robin Dunn [Mon, 27 May 2002 17:53:27 +0000 (17:53 +0000)] 
Reduce flicker in the demo when image is dragged out of the frame

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

22 years agochanges to match recent CVS updates
Robin Dunn [Mon, 27 May 2002 17:52:57 +0000 (17:52 +0000)] 
changes to match recent CVS updates

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

22 years agoSome cleanup
Robin Dunn [Mon, 27 May 2002 17:51:22 +0000 (17:51 +0000)] 
Some cleanup

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

22 years agoUsePrimarySelection
Robin Dunn [Mon, 27 May 2002 17:50:55 +0000 (17:50 +0000)] 
UsePrimarySelection

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

22 years agoadded wxWizard::Fit()
Vadim Zeitlin [Sun, 26 May 2002 22:41:35 +0000 (22:41 +0000)] 
added wxWizard::Fit()

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

22 years agoattempts to make GetBestSize() work using constraints (failed)
Vadim Zeitlin [Sun, 26 May 2002 22:37:42 +0000 (22:37 +0000)] 
attempts to make GetBestSize() work using constraints (failed)

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

22 years agoset the id in wxMouseEvent (bug 484245)
Vadim Zeitlin [Sun, 26 May 2002 12:51:04 +0000 (12:51 +0000)] 
set the id in wxMouseEvent (bug 484245)

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

22 years agoadded more spin event handlers
Vadim Zeitlin [Sun, 26 May 2002 12:46:41 +0000 (12:46 +0000)] 
added more spin event handlers

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

22 years agoupdated wxSpinXXX event docs
Vadim Zeitlin [Sun, 26 May 2002 12:46:20 +0000 (12:46 +0000)] 
updated wxSpinXXX event docs

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

22 years agoadd full 32 bit range support to wxSpinButton/Ctrl
Vadim Zeitlin [Sun, 26 May 2002 12:19:53 +0000 (12:19 +0000)] 
add full 32 bit range support to wxSpinButton/Ctrl

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

22 years agoset the focus to the first control in the dialog when it is shwon
Vadim Zeitlin [Sun, 26 May 2002 12:04:12 +0000 (12:04 +0000)] 
set the focus to the first control in the dialog when it is shwon

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

22 years agoglobally renamed INT32 to JPEG_INT32 to solve the [re]definition problems with cygwin...
Vadim Zeitlin [Sun, 26 May 2002 11:49:37 +0000 (11:49 +0000)] 
globally renamed INT32 to JPEG_INT32 to solve the [re]definition problems with cygwin/mingw32 headers which sometimes define INT32 and sometimes don't

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

22 years agoadded test for EditLabel, Unicode fixes
Vadim Zeitlin [Sun, 26 May 2002 10:53:51 +0000 (10:53 +0000)] 
added test for EditLabel, Unicode fixes

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

22 years agofix for the crash when pressing TAB in the edit control created by EditLabel() (bug...
Vadim Zeitlin [Sun, 26 May 2002 10:53:23 +0000 (10:53 +0000)] 
fix for the crash when pressing TAB in the edit control created by EditLabel() (bug 555749)

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

22 years agomake sure we are removing ourselves from the focus of the toplevel frame when deletin...
Stefan Csomor [Sun, 26 May 2002 07:53:42 +0000 (07:53 +0000)] 
make sure we are removing ourselves from the focus of the toplevel frame when deleting (copied from msw)

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

22 years agoadded accessors for last focus
Stefan Csomor [Sun, 26 May 2002 07:49:32 +0000 (07:49 +0000)] 
added accessors for last focus

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

22 years agofixes to better remember the last focused child; also restore it using SetFocus(...
Vadim Zeitlin [Sat, 25 May 2002 21:01:56 +0000 (21:01 +0000)] 
fixes to better remember the last focused child; also restore it using SetFocus() and not SetFocusFromKbd()

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

22 years agofixed assert when using wxMiniFrame (result of recent changes)
Vadim Zeitlin [Sat, 25 May 2002 20:34:13 +0000 (20:34 +0000)] 
fixed assert when using wxMiniFrame (result of recent changes)

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

22 years agochanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles handling which should
Vadim Zeitlin [Sat, 25 May 2002 17:11:19 +0000 (17:11 +0000)] 
changes to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles handling which should
now work more as expected

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

22 years agonew wxWindow::FindWindowByXXX() methods replacing the old global functions
Vadim Zeitlin [Sat, 25 May 2002 14:24:43 +0000 (14:24 +0000)] 
new wxWindow::FindWindowByXXX() methods replacing the old global functions
(patches 560214, 559916, 559811, ...)

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

22 years agofixed calling Union() or Offset() on a previously Clear()ed region, also removed...
Vadim Zeitlin [Sat, 25 May 2002 14:23:36 +0000 (14:23 +0000)] 
fixed calling Union() or Offset() on a previously Clear()ed region, also removed some duplicate code (bug 560302 and more)

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

22 years agoprevent the parent window from losing activation when a popup is shown
Vadim Zeitlin [Sat, 25 May 2002 13:02:58 +0000 (13:02 +0000)] 
prevent the parent window from losing activation when a popup is shown

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

22 years ago Set the focus to the html display window
Robert Roebling [Sat, 25 May 2002 09:40:17 +0000 (09:40 +0000)] 
  Set the focus to the html display window
    if the help frame comes to the front.
    With this, you can use context sensitive
    help systems without the mouse.

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

22 years agoadded test for loading image from wxMemoryStream
Vadim Zeitlin [Fri, 24 May 2002 22:23:24 +0000 (22:23 +0000)] 
added test for loading image from wxMemoryStream

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

22 years agofixed wxStreamBuffer::Tell() to return at least sometimes a valid result
Vadim Zeitlin [Fri, 24 May 2002 22:09:13 +0000 (22:09 +0000)] 
fixed wxStreamBuffer::Tell() to return at least sometimes a valid result

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

22 years agowxTextCtrl::OnChar() can't be used to translate the key strokes in the text control
Vadim Zeitlin [Fri, 24 May 2002 21:31:43 +0000 (21:31 +0000)] 
wxTextCtrl::OnChar() can't be used to translate the key strokes in the text control

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

22 years agoand fixed a type too
Robin Dunn [Fri, 24 May 2002 17:15:53 +0000 (17:15 +0000)] 
and fixed a type too

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

22 years agoFixed a quoting problem
Robin Dunn [Fri, 24 May 2002 16:28:29 +0000 (16:28 +0000)] 
Fixed a quoting problem

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

22 years agofixedb ug with normalization of UNC paths (patch 558701)
Vadim Zeitlin [Thu, 23 May 2002 22:01:36 +0000 (22:01 +0000)] 
fixedb ug with normalization of UNC paths (patch 558701)

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

22 years agopopup windows wre not using TOPMOST style under wxUniv any longer -- fixed
Vadim Zeitlin [Thu, 23 May 2002 21:52:21 +0000 (21:52 +0000)] 
popup windows wre not using TOPMOST style under wxUniv any longer -- fixed

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

22 years agowxUniv compilation fixes (patch 559620)
Vadim Zeitlin [Thu, 23 May 2002 21:25:06 +0000 (21:25 +0000)] 
wxUniv compilation fixes (patch 559620)

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

22 years agoixed compilation for wxUSE_STREAMS == 0
Vadim Zeitlin [Thu, 23 May 2002 21:23:10 +0000 (21:23 +0000)] 
ixed compilation for wxUSE_STREAMS == 0

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

22 years ago The combobox didn't like empty strings at all. It
Robert Roebling [Thu, 23 May 2002 20:35:14 +0000 (20:35 +0000)] 
  The combobox didn't like empty strings at all. It
    caused the pop-up-list to get skrewed up.

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

22 years ago Redirect SetFocus Part II.
Robert Roebling [Thu, 23 May 2002 17:57:47 +0000 (17:57 +0000)] 
  Redirect SetFocus Part II.

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

22 years ago Redirect wxComboBox::SetFocus to its text field Part I.
Robert Roebling [Thu, 23 May 2002 17:57:07 +0000 (17:57 +0000)] 
  Redirect wxComboBox::SetFocus to its text field Part I.

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

22 years ago Let wxFileSystem use wxFFileInputstream and not
Robert Roebling [Thu, 23 May 2002 17:56:17 +0000 (17:56 +0000)] 
  Let wxFileSystem use wxFFileInputstream and not
  wxFileInoutStrea as that is broken on Macs.m

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

22 years ago Did I change anything here?
Robert Roebling [Thu, 23 May 2002 17:54:44 +0000 (17:54 +0000)] 
  Did I change anything here?

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

22 years ago wxSPinCtrl no longer set focus to its text field
Robert Roebling [Thu, 23 May 2002 17:53:44 +0000 (17:53 +0000)] 
  wxSPinCtrl no longer set focus to its text field
     when setting a value.

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

22 years ago wxButtons no longer leave junk on dialogs when moved.
Robert Roebling [Thu, 23 May 2002 17:52:55 +0000 (17:52 +0000)] 
  wxButtons no longer leave junk on dialogs when moved.

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

22 years agofixed propagating of EVT_WIZARD_XXX events to the parent
Vadim Zeitlin [Wed, 22 May 2002 23:36:20 +0000 (23:36 +0000)] 
fixed propagating of EVT_WIZARD_XXX events to the parent

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

22 years agorestore the stream position in wxImageHandler itself instead of forcing all
Vadim Zeitlin [Wed, 22 May 2002 23:14:47 +0000 (23:14 +0000)] 
restore the stream position in wxImageHandler itself instead of forcing all
derived classes to do it themselves

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

22 years agoadded \\server\dir\filename.exe test case
Vadim Zeitlin [Wed, 22 May 2002 22:48:15 +0000 (22:48 +0000)] 
added \\server\dir\filename.exe test case

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

22 years agono, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPA...
Vadim Zeitlin [Wed, 22 May 2002 22:47:15 +0000 (22:47 +0000)] 
no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPARATOR was specified -- this is wrong for file names without path at all

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

22 years agoadded wxDir::Exists() test
Vadim Zeitlin [Wed, 22 May 2002 22:28:34 +0000 (22:28 +0000)] 
added wxDir::Exists() test

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

22 years ago wxImage::Copy() didn't really just copy the
Robert Roebling [Wed, 22 May 2002 21:01:54 +0000 (21:01 +0000)] 
  wxImage::Copy() didn't really just copy the
     image, it sometimes changed the mask
     colour, when it was unused. This patch
     makes life easier.

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

22 years agoadded a compile time assert to prevent wxArray from compiling when sizeof(long) ...
Vadim Zeitlin [Wed, 22 May 2002 18:04:36 +0000 (18:04 +0000)] 
added a compile time assert to prevent wxArray from compiling when sizeof(long) > sizeof(void *) as it is broken in this case

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

22 years agoFixed bug when sizer if offset from 0,0. Also removed old commented out code
Robin Dunn [Wed, 22 May 2002 17:22:11 +0000 (17:22 +0000)] 
Fixed bug when sizer if offset from 0,0.  Also removed old commented out code

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

22 years agoadded a check which should prevent the crash of bug 555111
Vadim Zeitlin [Wed, 22 May 2002 16:27:06 +0000 (16:27 +0000)] 
added a check which should prevent the crash of bug 555111

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

22 years agofixed GL case in #include (patch 557178)
Vadim Zeitlin [Wed, 22 May 2002 15:56:38 +0000 (15:56 +0000)] 
fixed GL case in #include (patch 557178)

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

22 years agomingw/cygwin compilation fix (patch 556157)
Vadim Zeitlin [Wed, 22 May 2002 15:54:09 +0000 (15:54 +0000)] 
mingw/cygwin compilation fix (patch 556157)

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

22 years agofixed ProcessMessage() signature
Vadim Zeitlin [Wed, 22 May 2002 15:49:59 +0000 (15:49 +0000)] 
fixed ProcessMessage() signature

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

22 years agodownload clarification
Václav Slavík [Tue, 21 May 2002 22:26:44 +0000 (22:26 +0000)] 
download clarification

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

22 years agowxMac updates
Robin Dunn [Tue, 21 May 2002 21:03:35 +0000 (21:03 +0000)] 
wxMac updates

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

22 years agosurvive delete within Notify
Stefan Csomor [Tue, 21 May 2002 20:45:44 +0000 (20:45 +0000)] 
survive delete within Notify

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

22 years agoshow/hide via moving
Stefan Csomor [Tue, 21 May 2002 20:44:36 +0000 (20:44 +0000)] 
show/hide via moving

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

22 years agoinitial value set
Stefan Csomor [Tue, 21 May 2002 20:43:40 +0000 (20:43 +0000)] 
initial value set

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

22 years agoadded hide/show
Stefan Csomor [Tue, 21 May 2002 20:35:18 +0000 (20:35 +0000)] 
added hide/show

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

22 years agoCatching up for the week
David Webster [Tue, 21 May 2002 04:20:43 +0000 (04:20 +0000)] 
Catching up for the week

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

22 years agoFont dialog fix
David Webster [Tue, 21 May 2002 04:19:47 +0000 (04:19 +0000)] 
Font dialog fix

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