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-04-02 19:40 RR, revision 14915

Fix some crashes in new wxTextCtrl.

2002-04-02 17:46 MBN, revision 14914

wxCalendarCtrl::Destroy() now deletes year spin control and month combo box; tested in MSW and GTK .

2002-04-02 17:43 SC, revision 14913

added floodfilling for image

2002-04-02 17:42 SC, revision 14912

adapted to new APIs for threads and floodfilling

2002-04-02 17:37 MBN, revision 14911

Blind fix for bug #529874 . wxPropertyListView::OnOk should set sm_dialogCancelled to FALSE.

2002-04-02 16:24 VZ, revision 14910

compilation warning fixed

2002-04-02 15:37 VZ, revision 14909

changed wxCondition API to take a reference, not pointer, to wxMutex

2002-04-02 13:22 VZ, revision 14908

compilation fixes for the recent commit

2002-04-02 13:15 VZ, revision 14907

added wxSemaphore (with docs), new version of wxCondition and bug fixes to wxThread (patch 538242 by K.S. Sreeram)

2002-04-02 12:41 JS, revision 14906

Now set the client and main windows in wxAdoptedWindow::SetHandle

2002-04-02 10:26 VZ, revision 14905

added the include files section (patch 538251)

2002-04-02 10:20 VZ, revision 14904

fixed paper size calculation (convert from 10ths of mm to mm correctly)

2002-04-02 09:59 VZ, revision 14903

compilation warning fixes

2002-04-02 09:39 JS, revision 14902

Added includes to correct compilo

2002-04-02 09:15 JS, revision 14901

Added wxImage::FloodFill file

2002-04-02 00:36 RD, revision 14900

wxWindowMSW now eats EVT_CHAR if the key was handled in EVT_KEY_DOWN

2002-04-01 23:58 VZ, revision 14899

more informational assert about the base class being unknown to wxRTTI system (patch 538103)

2002-04-01 22:17 JS, revision 14898

Added reference to FloodFill additions

2002-04-01 22:14 JS, revision 14897

Separated wxImage::FloodFill from image.cpp

2002-04-01 21:55 VZ, revision 14896

fixed wxCheckListBox behaviour in presense of wxLB_SORT style (bug 529786)

2002-04-01 21:47 JS, revision 14895

Added FloodFill patch for samples

2002-04-01 21:40 JS, revision 14894

Applied FloodFill patch

2002-04-01 21:33 VZ, revision 14893

use the new wxExecute() API (no real changes)

2002-04-01 21:31 VZ, revision 14892

use the new API in the sample as it's more readable

2002-04-01 21:31 VZ, revision 14891

sleep while waiting for the spawned process to terminate so that we don't eat 100 of the CPU