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-04-20 07:34 RD, revision 7213

Fixed SetFonts methods to properly accept a Python list for the sizes

2000-04-19 14:38 JS, revision 7212

Replaced wxMotif.spec with clone of wxGTK one (old one didn't work, apparently)

2000-04-19 14:36 JS, revision 7211

Added tech notes on contributing and on making RPMs

2000-04-18 15:14 SN, revision 7210

Renamed IsCellEditControlDisplayed() to IsCellEditControlShown(). Replaces some more IsCellEditControlEnabled() by IsCellEditControlShown().

2000-04-18 14:00 JS, revision 7209

Compile fix to grid.cpp

2000-04-18 13:44 VZ, revision 7208

fixed bug in AddRoot() which wasn't refreshing everything properly and so a tree without children wasn't displayed properly

2000-04-18 11:13 JS, revision 7207

Some updates; simple wxHTML/external HTML controllers now have DisplaySection(const wxString&).

2000-04-18 10:51 SN, revision 7206

Added IsCellEditControlDisplayed() and use it from SetCellValue.

2000-04-18 10:30 JS, revision 7205

Added wxCHMHelpController, updated help demo. Added DisplaySection(const wxString&) to wxHelpControllerBase. Corrected some Dialog Editor bugs.

2000-04-18 09:47 VZ, revision 7204

fixes for dialogs whose parent is wxMDI<whatever>Frame

2000-04-18 08:41 VZ, revision 7203

forgot to commit

2000-04-18 08:41 VZ, revision 7202

test for SetEditable() and wxTE_PROCESS_ENTER added

2000-04-18 08:24 VZ, revision 7201

wxMDIChildFrame::SetTitle() works

2000-04-17 22:54 VZ, revision 7200

test for GetLastPosition() added

2000-04-17 22:44 VS, revision 7199

wxGTK-only fix for WindowMaker redraw problem in wxLogDialog::OnDetails

2000-04-17 22:44 VZ, revision 7198

added and documented wxDllLoader::GetDllExt()

2000-04-17 17:30 VZ, revision 7197

added and documented wxString::StartsWith()

2000-04-17 16:11 VZ, revision 7196

wxRadioBox now generates the EVT_FOCUS_SET/KILL events (tests for this added to the controls sample)

2000-04-17 14:06 JS, revision 7195

Now creates wxBitmapButton from resource even if can't find the bitmap.

2000-04-17 14:04 VZ, revision 7194

small typo fixed

2000-04-17 13:52 BJ, revision 7193

removing SetNumberOfColumns()

2000-04-17 09:56 JS, revision 7192

Fixed bug in helpctrl.cpp (testing for m_Config); made old-style HTML help optional so will compile on MSW

2000-04-17 09:28 JS, revision 7191

Removed a memory leak in fs_zip.cpp; trivial formatting in helpdata.cpp

2000-04-17 08:14 VS, revision 7190

updated

2000-04-17 08:14 VS, revision 7189

fixed compilation bug