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-05-02 16:19 RR, revision 7338

Fixed colour buglet in wxListCtrl.

2000-05-02 15:34 RR, revision 7337

Test for wxST_NO_AUTORESIZE in controls sample. Add lots of code to change the (German) comma in floating point number string in Postscript code to ".".

2000-05-02 14:47 VZ, revision 7336

1. fixed fatal bug in SetImageList() 2. tried to make header resizing work with horz scrolling - it still doesn't

2000-05-02 07:52 VZ, revision 7335

added wxLogWindow::OnFrameClose()

2000-05-02 03:51 DW, revision 7334

Statusbar updates.

2000-05-01 20:20 RR, revision 7333

Fixed wxNotebook::RemovePage(), Made modal dialogs children of wxApp->GetTopWindow() if no parent is given.

2000-05-01 19:36 DW, revision 7332

Changes to DC

2000-05-01 19:04 RR, revision 7331

Tried to fix problem with wrong fonts in tool tips.

2000-05-01 18:55 RL, revision 7330

fixed combo.h -> combobox.h

2000-05-01 13:40 VZ, revision 7329

added wxFileConfig::SetUmask()

2000-05-01 13:08 VS, revision 7328

fixed memory leak in modules list (devik's patch)

2000-05-01 13:08 RL, revision 7327

fix to correctly adjust growable bits of FlexGridSizer

2000-05-01 12:31 VZ, revision 7326

corrected alignment of the descriptions in the Usage() message

2000-04-30 22:20 VZ, revision 7325

added wxConstCast to fix compilation error

2000-04-30 16:29 VZ, revision 7324

give wizard buttons standard ids (wxID_FORWARD)

2000-04-30 16:15 VZ, revision 7323

bug recently introduced in wxWizard::GetPageSize() fixed

2000-04-30 16:05 JS, revision 7322

BC++ fixes

2000-04-30 16:02 JS, revision 7321

Chnaged name for text sample with BC++

2000-04-30 15:30 GT, revision 7320

Removed semicolon from the end of DECLARE_EVENT_TABLE() lines that prevented BC5 from compiling this sample

2000-04-30 13:28 GT, revision 7319

TARGET= line said CONTROLS instead of TEXT

2000-04-29 18:34 RD, revision 7318

tweaks and code updates

2000-04-29 18:07 VZ, revision 7317

don't use wxFile::Eof() (for the reasons explained in the docs now :-) in wxTextFile - this allows it to be used with FIFOs

2000-04-29 16:03 RR, revision 7316

Set wxGTK's GTK idle priority back up to 0, wxGTK's frame's toolbar is now in m_children again, as wxFrameBase's idle logic and the update UI code based on it require that.

2000-04-29 05:18 RD, revision 7315

More STC fixes. The demo now shows Calltips and AtuoComplete

2000-04-29 05:17 RD, revision 7314

More STC fixes. Calltips and AutoComplete work now.