Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2000-02-21 20:11 RL, revision 6188

modified burnt_name to use only soname instead of full version name

2000-02-21 18:34 VZ, revision 6187

added "bugs table" which will show non string data support when it's ready

2000-02-21 18:13 SB, revision 6186

tiny fixes

2000-02-21 18:08 SB, revision 6185

Check multiple selection :-)

2000-02-21 18:01 VZ, revision 6184

added SetColMinimalWidth()

2000-02-21 18:01 RR, revision 6183

Slightly better GC pooling, Implemented automatic updateregion clipping as MSW does. Made drawing sample a bit saner.

2000-02-21 17:37 VZ, revision 6182

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)

2000-02-21 17:25 VZ, revision 6181

a couple of terrible typos fixed

2000-02-21 17:10 SN, revision 6180

Eliminate apparently unnecessary updates in SetScrollbars.

2000-02-21 16:48 VZ, revision 6179

Left() -> BeforeFirst()

2000-02-21 16:39 VZ, revision 6178

virtualized m_row/col height/widths arrays

2000-02-21 14:35 VZ, revision 6177

added wxCURSOR_DEFAULT to others (not GTK only), hide the current selection in the tree ctrl during dnd

2000-02-21 14:31 VZ, revision 6176

Michaels change to OnEraseBackground()

2000-02-21 14:27 VZ, revision 6175

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

2000-02-21 14:25 VZ, revision 6174

include

2000-02-21 14:19 VZ, revision 6173

a couple of wors about wxObjArray::Index()

2000-02-21 14:16 RR, revision 6172

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.

2000-02-21 14:13 RR, revision 6171

Set logical functions to wxCOPY, no -1.

2000-02-21 14:12 RR, revision 6170

Make use of FillRect() when possible.

2000-02-21 13:19 VZ, revision 6169

wxUSE_NEW_GRID implies wxUSE_GRID

2000-02-21 13:17 VZ, revision 6168

compile fix for wxUSE_STD_IOSTREAM case

2000-02-21 12:31 MJ, revision 6167

browsedb.cpp dbgrid.cpp dbtree.cpp dlguser.cpp de/dbbrowse.mo de/dbbrowse.po de/xget.cfg

2000-02-21 12:30 MJ, revision 6166

xget.cfg

2000-02-21 09:53 MB, revision 6165

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.

2000-02-21 09:42 JS, revision 6164

Fixed (I hope) the wxDialog reactivation bug

2000-02-21 08:37 VS, revision 6163

modif time of FS inet and FS mem files is not wxDateTime::Now, not wxDateTime::Today

2000-02-21 08:37 VS, revision 6162

wxGTK compilation fix (wxFrame::Show call without argument)

2000-02-21 08:05 MJ, revision 6161

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

2000-02-21 05:12 DW, revision 6160

Frame and Window coding

2000-02-20 12:40 JS, revision 6159

wxImage::Rotate corrections added; docview improvements (menus updated properly)

2000-02-20 10:23 RR, revision 6158

configure changes grid 3d changes

2000-02-20 10:04 MJ, revision 6157

browsedb.cpp dbtree.cpp

2000-02-20 07:06 MJ, revision 6156

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

2000-02-20 02:52 GRG, revision 6155

Opps. Sorry - typo fixes

2000-02-20 01:08 GRG, revision 6154

Don't try to translate empty strings (just a cosmetical issue - it should not fail anyway, but it is cleaner this way)

2000-02-20 01:04 GRG, revision 6153

Process all pending events before starting to delete pending objects - specially important for wxPostEvent to work OK.

2000-02-20 01:03 GRG, revision 6152

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.

2000-02-19 06:49 GRG, revision 6151

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

2000-02-19 04:22 GRG, revision 6150

Solved multiple memory leaks. Added some comments (on-screen, not to the code) Inverted the original XBM file.

2000-02-19 00:55 VS, revision 6149

fixed bug in wxMemoryInput/OutputStream::OnSysRead/Write that caused incorrect LastRead reports

2000-02-19 00:55 VS, revision 6148

ripper_main.o does not belong to HelpGen

2000-02-18 23:35 DW, revision 6147

no message

2000-02-18 22:12 VZ, revision 6146

added dnd support to generic wxTreeCtrl

2000-02-18 21:21 RD, revision 6145

toggle button doesn't send event if mouse is released outside of the button.

2000-02-18 21:01 RD, revision 6144

fixed some typos

2000-02-18 20:45 VZ, revision 6143

auto arrays can't be initialized - compile error for HP-UX

2000-02-18 20:40 VZ, revision 6142

HP-UX recommendations added

2000-02-18 20:28 RD, revision 6141

wx-config is configurable...

2000-02-18 20:20 VZ, revision 6140

more long/double to int conversion warnings from HP-UX logs fixed

2000-02-18 19:05 GL, revision 6139

* ESD works in full duplex (theorically)