]>
git.saurik.com Git - wxWidgets.git/log
Karsten Ballüder [Tue, 22 Feb 2000 17:23:26 +0000 (17:23 +0000)]
added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6217
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 22 Feb 2000 17:19:38 +0000 (17:19 +0000)]
GetSubcontrols now returns a reference to an Arraylong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6216
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 22 Feb 2000 17:11:02 +0000 (17:11 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6215
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 16:57:12 +0000 (16:57 +0000)]
added combobox editor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6214
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 16:03:54 +0000 (16:03 +0000)]
column autosizing added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6213
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 22 Feb 2000 15:29:59 +0000 (15:29 +0000)]
SetSelection() in wxNotebook now sets the focus,
SPACE in wxListCtrl now sends Activate in multiple sel mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6212
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 15:22:21 +0000 (15:22 +0000)]
1. corrected bug with LIST_ITEM_ACTIVATED being sent even if second click in
dbl click was on another item
2. moved private classes from listctrl.h -> listctrl.cpp
3. made sample messages include the item index
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6211
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 14:29:41 +0000 (14:29 +0000)]
added renderers/editors for long/float, not fully tested yet, but seems to
work - see the demo in the (updated) sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6210
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mark Johnson [Tue, 22 Feb 2000 13:00:06 +0000 (13:00 +0000)]
dbbrowse.cpp dbbrowse.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6209
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 11:08:17 +0000 (11:08 +0000)]
don't draw cell highlight over the cell editor (improves wxGCBoolEditor appearance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6208
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mark Johnson [Tue, 22 Feb 2000 10:53:40 +0000 (10:53 +0000)]
dbbrowse.cpp dbbrowse.h de/dbbrowse.mo de/dbbrowse.po
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6207
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 10:17:32 +0000 (10:17 +0000)]
1. wxMenuBar::FindMenu() made "const"
2. documented it
3. documented recent change to wxYield()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6206
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 10:09:27 +0000 (10:09 +0000)]
attempt at HP-UX compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6205
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 10:00:29 +0000 (10:00 +0000)]
added wxLog::Suspend/Resume and wxYield() uses them now so that it won't flush
the messages any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6204
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 09:56:22 +0000 (09:56 +0000)]
removed some default value for wxGrid compatibility ctor resolving ambiguity of writing wxGrid(this, -1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6203
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Feb 2000 09:53:55 +0000 (09:53 +0000)]
moved wxMenuBar::FindMenu(title) from MSW to common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6202
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 22 Feb 2000 08:54:05 +0000 (08:54 +0000)]
Moved the wxDialog BringWindowToFront fix to Show because it happens in
modeless dialogs too, if other windows have been disabled.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6201
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 22 Feb 2000 05:34:42 +0000 (05:34 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6200
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Tue, 22 Feb 2000 04:06:58 +0000 (04:06 +0000)]
Added view menu items to toggle row and col drag-resizing.
Removed setting of cell background colour for the moment.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6199
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Tue, 22 Feb 2000 03:51:43 +0000 (03:51 +0000)]
Added functions to enable/disable drag-resizing of rows and cols.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6198
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 22 Feb 2000 00:01:03 +0000 (00:01 +0000)]
Removed some debug code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6197
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 21 Feb 2000 23:22:40 +0000 (23:22 +0000)]
forgot to uncomment a few things
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6196
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 21 Feb 2000 23:17:40 +0000 (23:17 +0000)]
Added ability for tables, grids, editors and renderers to handle nonstring data.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6195
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 21 Feb 2000 23:02:25 +0000 (23:02 +0000)]
added wxPython control files and a few changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6194
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 21 Feb 2000 22:57:54 +0000 (22:57 +0000)]
added PYTHON_DIST for creating Debian source
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6193
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Mon, 21 Feb 2000 22:18:15 +0000 (22:18 +0000)]
End of stream reading stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6192
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 21 Feb 2000 22:09:03 +0000 (22:09 +0000)]
added typcast needed for VC++ 6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6191
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 21 Feb 2000 20:33:10 +0000 (20:33 +0000)]
removed redundant #! line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6190
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 21 Feb 2000 20:29:12 +0000 (20:29 +0000)]
allow '=' inside a value on command line.
return error code from calling makefiles in lower 8 bits so any
Makefile calling build.py will correctly interpret fatal build
errors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6189
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 21 Feb 2000 20:11:03 +0000 (20:11 +0000)]
modified burnt_name to use only soname instead of full version name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6188
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 18:34:30 +0000 (18:34 +0000)]
added "bugs table" which will show non string data support when it's ready
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6187
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Sylvain Bougnoux [Mon, 21 Feb 2000 18:13:09 +0000 (18:13 +0000)]
tiny fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6186
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Sylvain Bougnoux [Mon, 21 Feb 2000 18:08:07 +0000 (18:08 +0000)]
Check multiple selection :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6185
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 18:01:45 +0000 (18:01 +0000)]
added SetColMinimalWidth()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6184
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 21 Feb 2000 18:01:02 +0000 (18:01 +0000)]
Slightly better GC pooling,
Implemented automatic updateregion clipping as MSW does.
Made drawing sample a bit saner.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6183
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 17:37:07 +0000 (17:37 +0000)]
make it possible to specify the virtual table size (this makes it easier to
see that the memory taken by the grid doesn't depend on it with top)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6182
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 17:25:43 +0000 (17:25 +0000)]
a couple of terrible typos fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6181
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Mon, 21 Feb 2000 17:10:39 +0000 (17:10 +0000)]
Eliminate apparently unnecessary updates in SetScrollbars.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6180
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 16:48:03 +0000 (16:48 +0000)]
Left() -> BeforeFirst()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6179
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 16:39:23 +0000 (16:39 +0000)]
virtualized m_row/col height/widths arrays
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6178
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 14:35:44 +0000 (14:35 +0000)]
added wxCURSOR_DEFAULT to others (not GTK only), hide the current selection in
the tree ctrl during dnd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6177
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 14:31:55 +0000 (14:31 +0000)]
Michaels change to OnEraseBackground()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6176
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 14:27:36 +0000 (14:27 +0000)]
1. removed 3d border, but
a) made DrawCellHighlight() virtual to allow overriding it in user code
b) fixed bug with grid lines painting over the border, so it should really
work now
2. char events to readonly cells are Skip()ped which makes Alt-X work for
them too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6175
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 14:25:20 +0000 (14:25 +0000)]
include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6174
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 14:19:02 +0000 (14:19 +0000)]
a couple of wors about wxObjArray::Index()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6173
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 21 Feb 2000 14:16:32 +0000 (14:16 +0000)]
Implemented MSW's paint region clipping, but
it exposed some bug in GTK's guffaw stuff.
Implmented GC pooling.
Implemented Corrcet mixing of pain region clipping,
user clipping and masked bitmap clipping.
Minor other corrections.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6172
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 21 Feb 2000 14:13:08 +0000 (14:13 +0000)]
Set logical functions to wxCOPY, no -1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6171
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 21 Feb 2000 14:12:20 +0000 (14:12 +0000)]
Make use of FillRect() when possible.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6170
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 13:19:03 +0000 (13:19 +0000)]
wxUSE_NEW_GRID implies wxUSE_GRID
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6169
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 21 Feb 2000 13:17:46 +0000 (13:17 +0000)]
compile fix for wxUSE_STD_IOSTREAM case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6168
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mark Johnson [Mon, 21 Feb 2000 12:31:07 +0000 (12:31 +0000)]
browsedb.cpp dbgrid.cpp dbtree.cpp dlguser.cpp de/dbbrowse.mo
de/dbbrowse.po de/xget.cfg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6167
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mark Johnson [Mon, 21 Feb 2000 12:30:20 +0000 (12:30 +0000)]
xget.cfg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6166
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Mon, 21 Feb 2000 09:53:16 +0000 (09:53 +0000)]
Changed system colours for better default display of wxGrid. Please revert
this if it causes problems with other things and let me know on wxwin-dev.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6165
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 21 Feb 2000 09:42:31 +0000 (09:42 +0000)]
Fixed (I hope) the wxDialog reactivation bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6164
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 21 Feb 2000 08:37:46 +0000 (08:37 +0000)]
modif time of FS inet and FS mem files is not wxDateTime::Now, not wxDateTime::Today
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6163
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 21 Feb 2000 08:37:39 +0000 (08:37 +0000)]
wxGTK compilation fix (wxFrame::Show call without argument)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6162
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mark Johnson [Mon, 21 Feb 2000 08:05:13 +0000 (08:05 +0000)]
browsedb.h dbbrowse.cpp dbbrowse.h dbgrid.h dbtree.h
dlguser.cpp dlguser.h doc.cpp doc.h pgmctrl.h de/dbbrowse.mo
de/dbbrowse.po
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6161
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 21 Feb 2000 05:12:34 +0000 (05:12 +0000)]
Frame and Window coding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6160
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 20 Feb 2000 12:40:08 +0000 (12:40 +0000)]
wxImage::Rotate corrections added; docview improvements (menus updated properly)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6159
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 20 Feb 2000 10:23:06 +0000 (10:23 +0000)]
configure changes
grid 3d changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6158
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mark Johnson [Sun, 20 Feb 2000 10:04:48 +0000 (10:04 +0000)]
browsedb.cpp dbtree.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6157
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mark Johnson [Sun, 20 Feb 2000 07:06:51 +0000 (07:06 +0000)]
help.de/compiler.htm help.de/dbbrowse.htm help.de/getcol.htm
help.de/getcolsh.htm help.de/icons.htm help.de/picgrams.htm
help.de/problems.htm help.de/remstar.htm help.de/sample.htm
help.de/startprm.htm help.de/todo.htm help.de/wxdb.htm
help.de/wxtable.htm help.std/compiler.htm
help.std/dbbrowse.htm help.std/getcol.htm
help.std/getcolsh.htm help.std/icons.htm help.std/picgrams.htm
help.std/problems.htm help.std/remstar.htm help.std/sample.htm
help.std/startprm.htm help.std/todo.htm help.std/wxdb.htm
help.std/wxtable.htm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6156
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Sun, 20 Feb 2000 02:52:01 +0000 (02:52 +0000)]
Opps. Sorry - typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6155
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Sun, 20 Feb 2000 01:08:40 +0000 (01:08 +0000)]
Don't try to translate empty strings (just a cosmetical issue - it should
not fail anyway, but it is cleaner this way)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6154
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Sun, 20 Feb 2000 01:04:34 +0000 (01:04 +0000)]
Process all pending events before starting to delete pending objects -
specially important for wxPostEvent to work OK.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6153
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Sun, 20 Feb 2000 01:03:15 +0000 (01:03 +0000)]
Solved bug which was breaking richedit ctrls for non-unicode builds on some compilers.
Fixed some small non-fatal bugs like missing c_str() and the like.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6152
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Sat, 19 Feb 2000 06:49:20 +0000 (06:49 +0000)]
Fixed these:
text.cpp:588: passing `const char *' as argument 1 of
`wxWindowBase::SetClientData(void *)' discards qualifiers
text.cpp:592: passing `const char *' as argument 1 of
`wxWindowBase::SetClientData(void *)' discards qualifiers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6151
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Sat, 19 Feb 2000 04:22:08 +0000 (04:22 +0000)]
Solved multiple memory leaks.
Added some comments (on-screen, not to the code)
Inverted the original XBM file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6150
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 19 Feb 2000 00:55:10 +0000 (00:55 +0000)]
fixed bug in wxMemoryInput/OutputStream::OnSysRead/Write that caused incorrect LastRead reports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6149
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 19 Feb 2000 00:55:05 +0000 (00:55 +0000)]
ripper_main.o does not belong to HelpGen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6148
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 18 Feb 2000 23:35:39 +0000 (23:35 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6147
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 18 Feb 2000 22:12:58 +0000 (22:12 +0000)]
added dnd support to generic wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6146
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2000 21:21:04 +0000 (21:21 +0000)]
toggle button doesn't send event if mouse is released outside of the
button.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6145
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2000 21:01:27 +0000 (21:01 +0000)]
fixed some typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6144
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 18 Feb 2000 20:45:56 +0000 (20:45 +0000)]
auto arrays can't be initialized - compile error for HP-UX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6143
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 18 Feb 2000 20:40:38 +0000 (20:40 +0000)]
HP-UX recommendations added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6142
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2000 20:28:36 +0000 (20:28 +0000)]
wx-config is configurable...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6141
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 18 Feb 2000 20:20:15 +0000 (20:20 +0000)]
more long/double to int conversion warnings from HP-UX logs fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6140
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Fri, 18 Feb 2000 19:05:27 +0000 (19:05 +0000)]
* ESD works in full duplex (theorically)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6139
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Fri, 18 Feb 2000 19:00:52 +0000 (19:00 +0000)]
* Some more missing files. MMBoard tested (wave files) on MSVC 5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6138
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Fri, 18 Feb 2000 18:36:00 +0000 (18:36 +0000)]
* Make some more work on the video for Linux (Unix hopefully as I use XAnim)
* Added some datas for Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6137
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 18 Feb 2000 16:57:47 +0000 (16:57 +0000)]
help sample useful again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6136
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 18 Feb 2000 16:15:17 +0000 (16:15 +0000)]
Added missing Unref() in wxImage::Create()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6135
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 18 Feb 2000 16:10:11 +0000 (16:10 +0000)]
Solved a typo related to masks. Was setting *all* pixels in the mask
to rgb(0,0,0) - hence no mask at all :-) Corrected related OS/2 code
as well (this is where the typo was introduced in the first place)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6134
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bart A.M. Jourquin [Fri, 18 Feb 2000 15:03:48 +0000 (15:03 +0000)]
Hashtable now supports negative keys
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6133
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 18 Feb 2000 08:14:32 +0000 (08:14 +0000)]
Added JPEG rsp file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6132
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Thu, 17 Feb 2000 23:39:35 +0000 (23:39 +0000)]
Now wxGIFDecoder always tries to read to the end of the GIF data.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6131
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 17 Feb 2000 23:31:03 +0000 (23:31 +0000)]
More wxFrame updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6130
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 17 Feb 2000 23:18:56 +0000 (23:18 +0000)]
added wxMemoryFSHandler for storing VFS in memory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6129
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 17 Feb 2000 23:13:41 +0000 (23:13 +0000)]
added wxMemoryFSHandler for storing VFS in memory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6128
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 17 Feb 2000 22:44:07 +0000 (22:44 +0000)]
Reverted change to DrawLine so it doesn't draw the last point (sorry!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6127
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 17 Feb 2000 21:17:54 +0000 (21:17 +0000)]
Small testing changes,
Small flicker reduction in wxGrid.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6126
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 17 Feb 2000 20:36:52 +0000 (20:36 +0000)]
Removed redundant wxColour constructor (how come this didn't cause problems before...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6125
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Feb 2000 20:03:01 +0000 (20:03 +0000)]
added wxGridCellEditor::StartingClick(), used by BoolEditor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6124
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Feb 2000 19:32:25 +0000 (19:32 +0000)]
some (attempts of) appearance fixes for wxGCBoolRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6123
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Feb 2000 19:13:48 +0000 (19:13 +0000)]
wxGridCellEditor::PaintBackground() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6122
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Thu, 17 Feb 2000 19:07:25 +0000 (19:07 +0000)]
added -doc package
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6121
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Thu, 17 Feb 2000 19:05:06 +0000 (19:05 +0000)]
remembered to update and commit after changing .in, duh :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6120
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Sylvain Bougnoux [Thu, 17 Feb 2000 18:23:41 +0000 (18:23 +0000)]
Workaround (?) for using streambuf with wxUSE_IOSTREAMH=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6119
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Thu, 17 Feb 2000 17:26:26 +0000 (17:26 +0000)]
fixed cutnpaste error samples->utils in UTILS_DIST
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6118
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775