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

1999-12-06 12:31 VZ, revision 4837

wxThread::GetCPUCount() and SetConcurrency() added and documented

1999-12-06 12:12 JS, revision 4836

Inexplicable removal of wxRadioBox::MSWWindowProc reversed, so wxRadioBox works in Dialog Editor again. Compile error in Dialog Editor fixed.

1999-12-06 10:43 VZ, revision 4835

generic wxListCtrl colour/font setting

1999-12-06 09:51 VZ, revision 4834

Added DrawRotatedText

1999-12-06 09:35 VZ, revision 4833

Rotated text patch from Hans-Joachim Baader (with some corrections)

1999-12-06 05:01 DW, revision 4832

some os/2 icon-bitmap fixes

1999-12-05 21:23 DW, revision 4831

bitmap and image updates

1999-12-05 19:38 VS, revision 4830

added bookmarks support (strange thing : red color in wbkdel.bmp is somehow misinterpreted by either wxBitmap or win32 libs and is not displayed correctly :-((

1999-12-05 19:36 VS, revision 4829

added bookmarks support

1999-12-05 19:32 VS, revision 4828

fixed bug in SetFonts (caused segfault in wxHtmlHelpFrame)

1999-12-05 19:31 VS, revision 4827

fixed incorrect rendering of tables with cellspacing and cellpadding and colspan/rowspan

1999-12-05 19:30 VS, revision 4826

[gtk] fixed bug that caused segfaults in wxYield when wxToolBar has non-button control (m_item was no defined, rather then being set to NULL)

1999-12-05 10:07 JS, revision 4825

wxChoice/wxComboBox background colour change (to get back to where we were); and .dsp file updates

1999-12-05 00:20 VZ, revision 4824

wxListCtrl custom drawing seems to work

1999-12-04 22:57 VZ, revision 4823

compilation fixes for the wxListItemAttr

1999-12-04 22:34 VZ, revision 4822

1. wxGetOsDescription() function added 2. wxApp::GetComCtlVersion() slightly updated 3. wxToolBar::AddControl() should work on all systems, DeleteTool() added 4. wxListCtrl custom draw changes (custom colours/fonts)

1999-12-04 16:40 RR, revision 4821

Change to wxMenuBar::Remove(), "make dist" knows about src/tiff now, configure has a new shared library thing which Debian seems to require.

1999-12-04 14:51 VZ, revision 4820

EMX compilation fix

1999-12-04 14:43 VZ, revision 4819

new wxMenu(Bar) dynamic menu(bar) management functions documented

1999-12-04 14:10 VZ, revision 4818

wxMenu::Insert() seems to work, bug in wxMenuBase::Insert() is corrected (inserting an item at pos == GetCount() should be the same as appending and not an error)

1999-12-04 13:43 VZ, revision 4817

wxMenuBar::Insert() seems to work!

1999-12-04 13:28 RR, revision 4816

Documented wxStopWatch and wxToolBar::AddControl().

1999-12-04 12:14 VZ, revision 4815

debug check for infinite loop in InitializeClasses() added

1999-12-04 11:56 RR, revision 4814

Two missing #includes in image code. Corrected item coloring in wxListCtrl report mode (incl sample).

1999-12-04 10:37 RR, revision 4813

String changes for translations, Made wxBitmap derive from wxGDIObject, Removed #ifdefs around destrctors for GDI lists (wxBrushList etc), Created wxEVT_COMMAND_SPINCTRL_UPDATE with obvious usage.