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

2003-03-27 20:33 SC, revision 19841

wxMac Unicode support

2003-03-27 20:21 SC, revision 19840

wxMac Unicode support

2003-03-27 20:17 MBN, revision 19839

FIxed wxRadioBox::Get/SetLabel.

2003-03-27 20:14 SC, revision 19838

wxMac Unicode support

2003-03-27 20:06 VS, revision 19837

fixed loading of resource from ZIP files on MacOS

2003-03-27 19:40 MBN, revision 19836

Removed some old cruft from wxBitmap, moved wxMotif- and wxControl-specific functionality (GetXXXPixmap) into a separate class, and fixed the implementation. Adapted wxStaticBitmap, wxBitmapButton and wxToolBar to the new situation. Various fixes to wxToolBar: Realize does not create buttons multiple times anymore, use the disabled bitmap as the disabled bitmap, not as the toggled bitmap for toggle buttons (!), reposition buttons/controls when a tool is removed/deleted.

2003-03-27 19:34 MBN, revision 19835

Made wxMotif Move/SetSize/DoMoveWindow/DoSetSize behaviour more consistent with other ports. As a side effect now wxCalendarControl works correctly under wxMotif, too. Fixed wxWindow::ScrollWindow drawing artifacts when child controls are involved.

2003-03-27 13:35 CE, revision 19834

fix build for watcom

2003-03-27 13:23 CE, revision 19833

fix build for watcom

2003-03-27 13:00 VZ, revision 19832

corrected the test for number of processors under Linux

2003-03-27 12:25 CE, revision 19831

fix build for watcom

2003-03-27 12:12 CE, revision 19830

fix lib build for watcom

2003-03-26 22:46 RD, revision 19829

SWIGged updates for wxMac

2003-03-26 22:46 RD, revision 19828

SWIGged updates for wxMSW

2003-03-26 22:45 RD, revision 19827

SWIGged updates for wxGTK

2003-03-26 22:22 MBN, revision 19826

Calling a virtual function from a destructor is not good: rearranged code to avoid it.

2003-03-26 22:20 MBN, revision 19825

SetSelection must not send an event. Fixed an off by one index, and a crash (probably a Motif bug). Improved wxSpinButton appearance. Fixed some build warnings here and there in the samples, removed use of deprecated wxList methods in prntdlgg.cpp, fixed aot-of-range ID in tipdlg.cpp, fixed some errors detected by valgrind.

2003-03-26 21:58 RD, revision 19824

Typo fix

2003-03-26 21:57 RD, revision 19823

wxMac uses wxCursors now too

2003-03-26 20:49 RD, revision 19822

GetValue is pure virtual

2003-03-26 20:44 CE, revision 19821

fix for new watcom

2003-03-26 20:44 , revision 19820

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.2.2'.

2003-03-26 20:44 , revision 19819

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'.

2003-03-26 20:43 RD, revision 19818

wxImageHistogram needs WXDLLEXPORT

2003-03-26 19:59 DE, revision 19817

Wrap file with #if wxUSE_SLIDER ... #endif