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.

1999-12-03 22:23 DW, revision 4812

Bitmap coding

1999-12-03 21:27 VZ, revision 4811

wxDateTime...

1999-12-03 21:27 VZ, revision 4810

test for timegm() added

1999-12-03 19:37 RD, revision 4809

code cleanup

1999-12-03 19:36 RD, revision 4808

Testing wxListBox.Delete

1999-12-03 19:36 RD, revision 4807

Split out the changelog

1999-12-03 15:17 SC, revision 4806

wxMSW update for CW, wxMac updated

1999-12-03 15:11 SC, revision 4805

wxMSW update for CW, wxMac updated

1999-12-03 14:50 VZ, revision 4804

fixes for icon-inherits-from-bitmap mode

1999-12-03 14:49 SC, revision 4803

wxMSW update for CW, wxMac updated

1999-12-03 14:40 SC, revision 4802

wxMSW update for CW, wxMac updated

1999-12-03 14:30 SC, revision 4801

wxMSW update for CW, wxMac updated

1999-12-03 05:03 DW, revision 4800

bitmap and image updates

1999-12-02 23:32 DW, revision 4799

Catching up to latest thread changes

1999-12-02 17:59 VZ, revision 4798

more threds fixes, more threads tests - seems to work ok for non GUI case

1999-12-02 16:52 VZ, revision 4797

a small compilation fix

1999-12-02 16:52 VZ, revision 4796

a small compilation fix

1999-12-02 16:32 VZ, revision 4795

wxUSE_CONFIG_NATIVE fix

1999-12-02 14:47 VZ, revision 4794

mingw32 compilation fixes

1999-12-02 01:01 VZ, revision 4793

even more wxDateTime work (completely broken for now, but support for the full date range almost finished)

1999-12-01 22:29 VS, revision 4792

cosmetic changes in help browser settings dlg; fixed problem with Borland C++

1999-12-01 22:15 VZ, revision 4791

1. more wxDateTime work 2. some thread corrections (not fixing the deadlock with Delete() :-( )

1999-12-01 22:07 VZ, revision 4790

sorting test added

1999-12-01 18:16 KB, revision 4789

fixed process termination handling

1999-12-01 18:05 KB, revision 4788

rtf cut&paste works now, html export fixed