]>
git.saurik.com Git - wxWidgets.git/log
Gilles Depeyrot [Sun, 14 Jul 2002 13:21:23 +0000 (13:21 +0000)]
corrected warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16171
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 14 Jul 2002 13:19:56 +0000 (13:19 +0000)]
removed unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16170
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 14 Jul 2002 13:18:34 +0000 (13:18 +0000)]
added unimplemented error messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16169
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 14 Jul 2002 13:13:40 +0000 (13:13 +0000)]
added unimplemented error message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16168
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 14 Jul 2002 13:12:06 +0000 (13:12 +0000)]
added unimplemented message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16167
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 14 Jul 2002 13:08:24 +0000 (13:08 +0000)]
explicitly raise modal dialogs in case a non modal window was selected to
activate the application when a modal dialog is displayed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16166
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 13 Jul 2002 12:14:07 +0000 (12:14 +0000)]
corrected return type of wxDetermineImageType
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16165
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 12 Jul 2002 23:25:14 +0000 (23:25 +0000)]
Changed wxProcess::Open to take a flags arg to pass to wxExecute.
Fixed a few _'s without \'s in the docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16164
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 12 Jul 2002 21:37:38 +0000 (21:37 +0000)]
SWIGged changes for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16163
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 12 Jul 2002 21:37:00 +0000 (21:37 +0000)]
SWIGged changes for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16162
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 12 Jul 2002 21:36:08 +0000 (21:36 +0000)]
build script tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16161
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 12 Jul 2002 21:34:02 +0000 (21:34 +0000)]
I forgot the wxSignal enum
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16160
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 12 Jul 2002 21:30:17 +0000 (21:30 +0000)]
Added wxProcess_Open and etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16159
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 12 Jul 2002 21:29:49 +0000 (21:29 +0000)]
better cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16158
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 12 Jul 2002 20:27:44 +0000 (20:27 +0000)]
Tried to fix update/refresh again. The code erronously
cleared the updated area if the area to be cleared
was empty (such as after a call to Refresh(FALSE)).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16157
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 12 Jul 2002 19:54:21 +0000 (19:54 +0000)]
added a stupid wxProcess::Open() test -- it can't be really used for now though
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16156
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 12 Jul 2002 19:30:43 +0000 (19:30 +0000)]
don't close end process pipe descriptor too early (fixes bug introduced by the last check in)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16155
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 12 Jul 2002 18:17:24 +0000 (18:17 +0000)]
treat NULL extension properly in wxLoad/SaveFileSelector; don't crash if NULL ext or what pointers are passed to them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16154
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 12 Jul 2002 18:16:20 +0000 (18:16 +0000)]
use wxFileInput/OutputStreams instead of reproducing their functionality in wxProcessFileInput/OutputStream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16153
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 12 Jul 2002 18:15:49 +0000 (18:15 +0000)]
added and documented wxProcess::Open()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16152
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 12 Jul 2002 18:15:11 +0000 (18:15 +0000)]
detect EOF properly in wxFileInputStream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16151
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 12 Jul 2002 18:14:39 +0000 (18:14 +0000)]
don't write the strings to the stream one char at a time, it's *horribly* slow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16150
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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