wxWidgets.git
22 years agoAdded wxView::OnClosingDocument so the application can do
Julian Smart [Fri, 12 Jul 2002 16:08:03 +0000 (16:08 +0000)] 
Added wxView::OnClosingDocument so the application can do
cleanup.

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

22 years agoattempt to fix a rare crash which happens when changing the number of columns in...
Vadim Zeitlin [Fri, 12 Jul 2002 16:05:46 +0000 (16:05 +0000)] 
attempt to fix a rare crash which happens when changing the number of columns in a virtual list control

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

22 years agoAllow wxComboBox to get key events for ENTER with wxPROCESS_ENTER style.
Robin Dunn [Fri, 12 Jul 2002 15:45:35 +0000 (15:45 +0000)] 
Allow wxComboBox to get key events for ENTER with wxPROCESS_ENTER style.

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

22 years ago0. wxExecute() with IO redirection now works again (but the real fix is
Vadim Zeitlin [Fri, 12 Jul 2002 14:44:11 +0000 (14:44 +0000)] 
0. wxExecute() with IO redirection now works again (but the real fix is
   in wxInputStream::Ungetch(), not here)
1. replaced multitude of pipe() calls &c with wxPipe class
2. fixed nasty bug in wxStreamTempBuffer::Update() which corrupted the data
3. increased buffer size to 4Kb from 1Kb

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

22 years agoSomehow wxWizard lost the 'virtual' keyword for DoCreateControls
Julian Smart [Fri, 12 Jul 2002 14:43:58 +0000 (14:43 +0000)] 
Somehow wxWizard lost the 'virtual' keyword for DoCreateControls

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

22 years agofixed bug in Ungetch() which was preventing wxExecute() from working: this method...
Vadim Zeitlin [Fri, 12 Jul 2002 14:41:55 +0000 (14:41 +0000)] 
fixed bug in Ungetch() which was preventing wxExecute() from working: this method must clear the EOF flag!

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

22 years agoadded SetSashPosition() test
Vadim Zeitlin [Fri, 12 Jul 2002 13:23:53 +0000 (13:23 +0000)] 
added SetSashPosition() test

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

22 years agoAdded Ian Brown's fix for PopupMenu not blocking
Julian Smart [Fri, 12 Jul 2002 09:05:57 +0000 (09:05 +0000)] 
Added Ian Brown's fix for PopupMenu not blocking

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

22 years agoToolbar/tooltip udates
David Webster [Thu, 11 Jul 2002 22:14:39 +0000 (22:14 +0000)] 
Toolbar/tooltip udates

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

22 years agodemo tweaks
Robin Dunn [Thu, 11 Jul 2002 20:41:21 +0000 (20:41 +0000)] 
demo tweaks

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

22 years agoTypo fixed
Robin Dunn [Thu, 11 Jul 2002 20:17:16 +0000 (20:17 +0000)] 
Typo fixed

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

22 years agoChanged the wxDateTime.Parse* methods to return an int that will be -1
Robin Dunn [Thu, 11 Jul 2002 20:16:53 +0000 (20:16 +0000)] 
Changed the wxDateTime.Parse* methods to return an int that will be -1
on failure, and the index where parsing stopped otherwise.

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

22 years agoAdded wxEVT_SCROLL_ENDSCROLL
Robin Dunn [Thu, 11 Jul 2002 20:16:03 +0000 (20:16 +0000)] 
Added wxEVT_SCROLL_ENDSCROLL

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

22 years agoput unicode mods back in
Robin Dunn [Thu, 11 Jul 2002 17:55:47 +0000 (17:55 +0000)] 
put unicode mods back in

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

22 years agoNew wxActiveX and wxIEHtmlWin from Lindsay
Robin Dunn [Thu, 11 Jul 2002 17:43:34 +0000 (17:43 +0000)] 
New wxActiveX and wxIEHtmlWin from Lindsay

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

22 years agoEnsure that the wxSTC gets the focus when clicked.
Robin Dunn [Wed, 10 Jul 2002 21:12:03 +0000 (21:12 +0000)] 
Ensure that the wxSTC gets the focus when clicked.

#if'd out my wxPopupWindow meanderings and just use a simple wxListBox
for the AutoComplete window.

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

22 years agoAdded back makefile.vc
Julian Smart [Wed, 10 Jul 2002 17:13:35 +0000 (17:13 +0000)] 
Added back makefile.vc

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

22 years agoAIX linking fix (declare wxDataObject dtor)
Vadim Zeitlin [Wed, 10 Jul 2002 14:17:58 +0000 (14:17 +0000)] 
AIX linking fix (declare wxDataObject dtor)

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

22 years agocompilation fix
Vadim Zeitlin [Wed, 10 Jul 2002 14:11:05 +0000 (14:11 +0000)] 
compilation fix

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

22 years agoRemoved some inappropriate use of verbatim
Julian Smart [Wed, 10 Jul 2002 09:06:56 +0000 (09:06 +0000)] 
Removed some inappropriate use of verbatim

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

22 years agoMore tooltip handling
David Webster [Wed, 10 Jul 2002 05:47:43 +0000 (05:47 +0000)] 
More tooltip handling

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

22 years agoextracted the scroll events docs in a single file which is now included by all the...
Vadim Zeitlin [Tue, 9 Jul 2002 23:34:31 +0000 (23:34 +0000)] 
extracted the scroll events docs in a single file which is now included by all the others

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

22 years agoreport the sider events
Vadim Zeitlin [Tue, 9 Jul 2002 23:33:46 +0000 (23:33 +0000)] 
report the sider events

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

22 years agoadded ENDSCROLL event (patch 576176)
Vadim Zeitlin [Tue, 9 Jul 2002 23:33:28 +0000 (23:33 +0000)] 
added ENDSCROLL event (patch 576176)

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

22 years agothe handling of Home/End in wxScrollBar was reversed -- fixed now
Vadim Zeitlin [Tue, 9 Jul 2002 23:04:47 +0000 (23:04 +0000)] 
the handling of Home/End in wxScrollBar was reversed -- fixed now

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

22 years agofix linking on AIX/RS6000 by using -mminimal-toc option
Vadim Zeitlin [Tue, 9 Jul 2002 22:41:29 +0000 (22:41 +0000)] 
fix linking on AIX/RS6000 by using -mminimal-toc option

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

22 years agocompilation fix for 64 bit statvfs under Solaris
Vadim Zeitlin [Tue, 9 Jul 2002 22:26:21 +0000 (22:26 +0000)] 
compilation fix for 64 bit statvfs under Solaris

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

22 years agoTooltip udpates
David Webster [Tue, 9 Jul 2002 22:02:07 +0000 (22:02 +0000)] 
Tooltip udpates

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

22 years ago No events when setting values.
Robert Roebling [Tue, 9 Jul 2002 21:01:38 +0000 (21:01 +0000)] 
  No events when setting values.

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

22 years ago Don't let wxSlider send events when programmatically changing
Robert Roebling [Tue, 9 Jul 2002 21:01:04 +0000 (21:01 +0000)] 
 Don't let wxSlider send events when programmatically changing
 the controls.

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

22 years agoCompilation fix
Robin Dunn [Tue, 9 Jul 2002 17:01:05 +0000 (17:01 +0000)] 
Compilation fix

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

22 years agocompilation fixes for _LARGE_FILES
Vadim Zeitlin [Tue, 9 Jul 2002 13:27:00 +0000 (13:27 +0000)] 
compilation fixes for _LARGE_FILES

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

22 years agoimplemented wxVariant::NullList() (patch 578257)
Vadim Zeitlin [Tue, 9 Jul 2002 13:10:44 +0000 (13:10 +0000)] 
implemented wxVariant::NullList() (patch 578257)

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

22 years agoautomatically initialize m_cRef to 0 (patch 575011 + more)
Vadim Zeitlin [Tue, 9 Jul 2002 11:52:11 +0000 (11:52 +0000)] 
automatically initialize m_cRef to 0 (patch 575011 + more)

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

22 years agoSimplified helpview sample again and removed bitmaps.
Julian Smart [Tue, 9 Jul 2002 10:38:51 +0000 (10:38 +0000)] 
Simplified helpview sample again and removed bitmaps.

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

22 years agoCompiles
Julian Smart [Tue, 9 Jul 2002 10:34:46 +0000 (10:34 +0000)] 
Compiles

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

22 years agoRemoved makefile with capital M
Julian Smart [Tue, 9 Jul 2002 10:25:23 +0000 (10:25 +0000)] 
Removed makefile with capital M

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

22 years agoAdded helpview utility
Julian Smart [Tue, 9 Jul 2002 10:23:27 +0000 (10:23 +0000)] 
Added helpview utility

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

22 years agoCorrected a few typos and added references to files under docs.
Julian Smart [Tue, 9 Jul 2002 08:33:57 +0000 (08:33 +0000)] 
Corrected a few typos and added references to files under docs.

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

22 years agoAdded comment about increased wxRadioBox space
Julian Smart [Tue, 9 Jul 2002 08:18:50 +0000 (08:18 +0000)] 
Added comment about increased wxRadioBox space

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

22 years ago Added port notes.
Robert Roebling [Tue, 9 Jul 2002 07:19:57 +0000 (07:19 +0000)] 
  Added port notes.

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

22 years ago Makefile fix for "make win-dist".
Robert Roebling [Tue, 9 Jul 2002 06:13:31 +0000 (06:13 +0000)] 
  Makefile fix for "make win-dist".

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

22 years ago Oops.
Robert Roebling [Tue, 9 Jul 2002 05:51:38 +0000 (05:51 +0000)] 
  Oops.

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

22 years agoTooltip updates
David Webster [Tue, 9 Jul 2002 05:04:28 +0000 (05:04 +0000)] 
Tooltip updates

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

22 years agoOS/2 fixes for new PNG lib
David Webster [Tue, 9 Jul 2002 05:03:37 +0000 (05:03 +0000)] 
OS/2 fixes for new PNG lib

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

22 years agoUpdates for tooltip support
David Webster [Tue, 9 Jul 2002 05:03:04 +0000 (05:03 +0000)] 
Updates for tooltip support

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

22 years agobug fix. The wxCharBuffer was being destroyed before it was used.
Robin Dunn [Mon, 8 Jul 2002 23:09:15 +0000 (23:09 +0000)] 
bug fix.  The wxCharBuffer was being destroyed before it was used.

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

22 years agoupdated libpng from 1.0.3 to 1.2.4
Gilles Depeyrot [Mon, 8 Jul 2002 23:04:51 +0000 (23:04 +0000)] 
updated libpng from 1.0.3 to 1.2.4

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

22 years agocorrected conflicts after import of libpng-1.2.4
Gilles Depeyrot [Mon, 8 Jul 2002 23:03:16 +0000 (23:03 +0000)] 
corrected conflicts after import of libpng-1.2.4

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

22 years agoreadded previsouly removed files (needed for merge after import of libpng-1.2.4)
Gilles Depeyrot [Mon, 8 Jul 2002 21:35:05 +0000 (21:35 +0000)] 
readded previsouly removed files (needed for merge after import of libpng-1.2.4)

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

22 years agocorrected conlfict after import of libpng-1.2.4
Gilles Depeyrot [Mon, 8 Jul 2002 21:22:09 +0000 (21:22 +0000)] 
corrected conlfict after import of libpng-1.2.4

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

22 years agoreadded previously removed file
Gilles Depeyrot [Mon, 8 Jul 2002 21:19:52 +0000 (21:19 +0000)] 
readded previously removed file

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

22 years agoAdded space under label since it was too close to first radio button.
Julian Smart [Mon, 8 Jul 2002 20:58:06 +0000 (20:58 +0000)] 
Added space under label since it was too close to first radio button.

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

22 years agoThis commit was generated by cvs2svn to compensate for changes in r16093,
Gilles Depeyrot [Mon, 8 Jul 2002 20:55:23 +0000 (20:55 +0000)] 
This commit was generated by cvs2svn to compensate for changes in r16093,
which included commits to RCS files with non-trunk default branches.

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

22 years agoInitial revision
Gilles Depeyrot [Mon, 8 Jul 2002 20:52:38 +0000 (20:52 +0000)] 
Initial revision

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

22 years agoremove conflicting libpng-1/0/3 files before import of libpng-1.2.4 files
Gilles Depeyrot [Mon, 8 Jul 2002 20:48:16 +0000 (20:48 +0000)] 
remove conflicting libpng-1/0/3 files before import of libpng-1.2.4 files

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

22 years agoAdded generic static text control
Robin Dunn [Mon, 8 Jul 2002 20:06:13 +0000 (20:06 +0000)] 
Added generic static text control

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

22 years agoAdded download page link.
Julian Smart [Mon, 8 Jul 2002 19:13:46 +0000 (19:13 +0000)] 
Added download page link.

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

22 years agoToolbar fixes and weekly catch-up.
David Webster [Mon, 8 Jul 2002 18:23:33 +0000 (18:23 +0000)] 
Toolbar fixes and weekly catch-up.

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

22 years agofixed handling of Ctrl-arrows movement which was unselecting the previously selected...
Vadim Zeitlin [Mon, 8 Jul 2002 17:57:48 +0000 (17:57 +0000)] 
fixed handling of Ctrl-arrows movement which was unselecting the previously selected items incorrectly

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

22 years agoapplied the same fix for crashing if the END_EDIT event handler vetoes the event...
Vadim Zeitlin [Mon, 8 Jul 2002 17:48:41 +0000 (17:48 +0000)] 
applied the same fix for crashing if the END_EDIT event handler vetoes the event as for wxTreeCtrl; also added a few consts here and there

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

22 years agoreally remove the selection when Unselect() is called
Vadim Zeitlin [Mon, 8 Jul 2002 16:43:28 +0000 (16:43 +0000)] 
really remove the selection when Unselect() is called

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

22 years agofix crash when the user code refuses to validate the new text when editing the item...
Vadim Zeitlin [Mon, 8 Jul 2002 16:38:46 +0000 (16:38 +0000)] 
fix crash when the user code refuses to validate the new text when editing the item and a generic label editing code cleanup

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

22 years agomade the validation message more clear
Vadim Zeitlin [Mon, 8 Jul 2002 16:35:52 +0000 (16:35 +0000)] 
made the validation message more clear

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

22 years ago This memory corruption caused me three and
Robert Roebling [Mon, 8 Jul 2002 14:01:57 +0000 (14:01 +0000)] 
  This memory corruption caused me three and
    a half weeks of trouble.

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

22 years ago Return to 20x20 default size.
Robert Roebling [Mon, 8 Jul 2002 14:01:04 +0000 (14:01 +0000)] 
  Return to 20x20 default size.

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

22 years agoAdded files.lst to wxMotif distribution.
Julian Smart [Mon, 8 Jul 2002 10:23:40 +0000 (10:23 +0000)] 
Added files.lst to wxMotif distribution.

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

22 years agoOS/2 loads bitmap resources via integer ID, not via a string filename
David Webster [Mon, 8 Jul 2002 03:41:27 +0000 (03:41 +0000)] 
OS/2 loads bitmap resources via integer ID, not via a string filename

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

22 years agoToolbar updates
David Webster [Mon, 8 Jul 2002 03:39:59 +0000 (03:39 +0000)] 
Toolbar updates

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

22 years agono message
David Webster [Mon, 8 Jul 2002 03:38:01 +0000 (03:38 +0000)] 
no message

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

22 years agoAdded USE_ALTERNATE_UI symbol to helpview.cpp.
Julian Smart [Sun, 7 Jul 2002 21:48:30 +0000 (21:48 +0000)] 
Added USE_ALTERNATE_UI symbol to helpview.cpp.

Set to 1 to:

- provide different icons.
- add an open file icon for the toolbar.
- use a flat toolbar style.
- show a file selector if no file was given on the command line.
- remove 'Help:' from the title bar.

Set to 0 to revert to previous behaviour.

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

22 years agoUpdate Layout more correctly in DoSetVirtualSize.
Ron Lee [Sun, 7 Jul 2002 03:16:35 +0000 (03:16 +0000)] 
Update Layout more correctly in DoSetVirtualSize.
fixed format string typo.

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

22 years agoinstaller fix
Robin Dunn [Sun, 7 Jul 2002 00:13:24 +0000 (00:13 +0000)] 
installer fix

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

22 years agoChanges for wxUSE_UNICODE==1
Robin Dunn [Sun, 7 Jul 2002 00:09:48 +0000 (00:09 +0000)] 
Changes for wxUSE_UNICODE==1

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

22 years agoput wx/app.h back though, for people without precompiled headers. :)
Ron Lee [Sun, 7 Jul 2002 00:05:32 +0000 (00:05 +0000)] 
put wx/app.h back though, for people without precompiled headers.  :)

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

22 years agoMade documentation for wxImage::GetData/SetData more explicit about
Mattia Barbon [Sat, 6 Jul 2002 21:16:35 +0000 (21:16 +0000)] 
Made documentation for wxImage::GetData/SetData more explicit about
the fact that wxImage owns the pointer.

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

22 years agoAdded note about the supportability of this module
Robin Dunn [Sat, 6 Jul 2002 19:09:29 +0000 (19:09 +0000)] 
Added note about the supportability of this module

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

22 years agoSWIGged updates for wxMac
Robin Dunn [Sat, 6 Jul 2002 18:20:04 +0000 (18:20 +0000)] 
SWIGged updates for wxMac

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

22 years agoSome demo tweaks
Robin Dunn [Sat, 6 Jul 2002 18:13:59 +0000 (18:13 +0000)] 
Some demo tweaks

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

22 years ago Cosmetic change.
Robert Roebling [Sat, 6 Jul 2002 14:36:39 +0000 (14:36 +0000)] 
  Cosmetic change.

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

22 years ago You can crash GTK with scrolled windows being
Robert Roebling [Sat, 6 Jul 2002 14:35:55 +0000 (14:35 +0000)] 
  You can crash GTK with scrolled windows being
     only 20x20 pixels large. This took me merely
     three weeks to find out.

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

22 years agofixed bug introduced by my previous GtkUpdateSize() commit
Vadim Zeitlin [Sat, 6 Jul 2002 13:14:27 +0000 (13:14 +0000)] 
fixed bug introduced by my previous GtkUpdateSize() commit

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

22 years agoGCC can't test prototype if using wchar_t instead of char.
Mattia Barbon [Sat, 6 Jul 2002 12:49:41 +0000 (12:49 +0000)] 
GCC can't test prototype if using wchar_t instead of char.

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

22 years agoFix MinGW compilation in some corner cases
Mattia Barbon [Sat, 6 Jul 2002 12:43:28 +0000 (12:43 +0000)] 
Fix MinGW compilation in some corner cases

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

22 years agoAllow wxSTC to have scrollbars
Robin Dunn [Sat, 6 Jul 2002 06:46:24 +0000 (06:46 +0000)] 
Allow wxSTC to have scrollbars

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

22 years agoAdded name to wxShapeCanvas ctor for consistency
Robin Dunn [Sat, 6 Jul 2002 04:14:52 +0000 (04:14 +0000)] 
Added name to wxShapeCanvas ctor for consistency

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

22 years agoLicence --> License
Robin Dunn [Sat, 6 Jul 2002 01:47:31 +0000 (01:47 +0000)] 
Licence --> License

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

22 years agoSWIGged updates
Robin Dunn [Sat, 6 Jul 2002 01:47:02 +0000 (01:47 +0000)] 
SWIGged updates

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

22 years agotypos
Robin Dunn [Sat, 6 Jul 2002 01:10:38 +0000 (01:10 +0000)] 
typos

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

22 years agoA few other tweaks, reduced some flicker in the demo, and etc...
Robin Dunn [Sat, 6 Jul 2002 00:56:57 +0000 (00:56 +0000)] 
A few other tweaks, reduced some flicker in the demo, and etc...

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

22 years agoFix the crash-on-ActiveX-callback problem
Robin Dunn [Sat, 6 Jul 2002 00:55:46 +0000 (00:55 +0000)] 
Fix the crash-on-ActiveX-callback problem

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

22 years agoMove wxContextMenuEvent back into the core
Robin Dunn [Sat, 6 Jul 2002 00:48:25 +0000 (00:48 +0000)] 
Move wxContextMenuEvent back into the core

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

22 years agoActually check if the menu should be shown before popping it up
Robin Dunn [Sat, 6 Jul 2002 00:47:02 +0000 (00:47 +0000)] 
Actually check if the menu should be shown before popping it up

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

22 years agoAdd pos, size and style parameters to the window constructors
Robin Dunn [Sat, 6 Jul 2002 00:42:51 +0000 (00:42 +0000)] 
Add pos, size and style parameters to the window constructors

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

22 years agocompilation error fix (trailing comma in an enum)
Vadim Zeitlin [Fri, 5 Jul 2002 22:28:23 +0000 (22:28 +0000)] 
compilation error fix (trailing comma in an enum)

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

22 years agoFix some GCC 3.1 compilation warnings
Mattia Barbon [Fri, 5 Jul 2002 16:45:15 +0000 (16:45 +0000)] 
Fix some GCC 3.1 compilation warnings

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

22 years agowxPerl documentation updates
Mattia Barbon [Fri, 5 Jul 2002 16:43:21 +0000 (16:43 +0000)] 
wxPerl documentation updates

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

22 years agoFixes the problem with VARCHAR fields not allowing the stored string to ever be lengt...
George Tasker [Fri, 5 Jul 2002 14:41:09 +0000 (14:41 +0000)] 
Fixes the problem with VARCHAR fields not allowing the stored string to ever be lengthened beyond the original stored length of the field.  NOTE: There may be a problem with NULLs now, so this needs further testing.  I'm not sure if this affects NULL column handling

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

22 years agoAdded wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise,
Julian Smart [Fri, 5 Jul 2002 14:09:31 +0000 (14:09 +0000)] 
Added wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise,
if RB1 has the focus, then you click on RB2, then back on RB1, no
command event will be generated for the last click.

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

22 years agouse GtkUpdateSize() for consitency everywhere instead of directly setting m_sizeSet
Vadim Zeitlin [Fri, 5 Jul 2002 13:24:49 +0000 (13:24 +0000)] 
use GtkUpdateSize() for consitency everywhere instead of directly setting m_sizeSet

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