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):

2002-02-11 23:11 RD, revision 14140

bugfix for SetString in a wxCheckListBox

2002-02-11 22:46 RR, revision 14139

wxX11: Added handler for ConfigureNotify (i.e. size events). The status bar gets drawn right now, the rest is still black art although paint events are correctly sent.

2002-02-11 22:14 RR, revision 14138

Found the X11 error in wxDC.

2002-02-11 21:27 VZ, revision 14137

added SetString docs

2002-02-11 20:41 RR, revision 14136

wxX11: Updated wxColour for handling Colormaps and ref couting. Updated wxClientDC et al. for conforming to wxGTK. Many tricky parts, particularly the bitmap drawing and blitting is still missing. Any sample crashes now for some reason with an X error.

2002-02-11 20:26 VZ, revision 14135

fixed make install and make base for wxBase

2002-02-11 18:20 DW, revision 14134

New def file

2002-02-11 18:11 JS, revision 14133

Added MICROWIN include dir

2002-02-11 18:03 JS, revision 14132

Attempted to add configury for NanoX compatibility

2002-02-11 14:51 JS, revision 14131

Removed -lXext -lXt from libraries for wxX11

2002-02-11 13:49 VS, revision 14130

fix for deallocating memory twice in wxHTML (why does it happen?)

2002-02-11 13:27 JS, revision 14129

Made sure events for defunct windows are no longer handled.

2002-02-11 13:11 JS, revision 14128

Put m_statusText.SetCount(number) before wxStatusBarBase::SetFieldsCount(number, widths) to avoid assert (a refresh is done in SetFieldsCount which access the m_statusText array before the size is set). XQueryTree usage improved.

2002-02-11 12:40 RR, revision 14127

Last link error in wxX11 killed.

2002-02-11 12:15 JS, revision 14126

Merge correction

2002-02-11 12:13 JS, revision 14125

Linking now

2002-02-11 12:04 RR, revision 14124

Various compile fixes.

2002-02-11 11:42 JS, revision 14123

Typos and other fixes

2002-02-11 11:06 JS, revision 14122

Small changes to wxX11

2002-02-11 04:33 DW, revision 14121

Updates for Y positioning

2002-02-10 23:45 VS, revision 14120

disable shared libs for DJGPP (who broke this?)

2002-02-10 23:43 VS, revision 14119

fixes to HTML tables alignment

2002-02-10 23:32 JS, revision 14118

Implemented CopyFromBitmap, CopyFromIcon

2002-02-10 23:31 RR, revision 14117

wxX11: link errors down to 1.

2002-02-10 23:21 JS, revision 14116

Added wxPopupWindow skeleton (no implementation yet)