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-23 20:09 RD, revision 5087

wxPython doc updates

1999-12-23 20:05 RD, revision 5086

New toolbar wrappers wxMask demos GenericButton now derives from wxControl Lots of small changes.

1999-12-23 19:23 RD, revision 5085

Added a constructor that allows creation of independent wxControl (for more easily creating custom controls)

1999-12-23 18:18 RR, revision 5084

Added wxBitmap::GetSubBitmap() Correct images in gen. dir dlg.

1999-12-23 18:14 VS, revision 5083

removed wxITALIC/wxSLANT stuff from wxHTML (no longer neccessary, we have intelligent font matching) - affects SetFonts method of wxHtmlWindow, wxHtmlWinParser and private stuff in wxHtmlHelpFrame

1999-12-23 18:14 VS, revision 5082

wxHtmlFontCell now has member wxFont m_Font instead of wxFont* m_Font (preparation for <font face> support)

1999-12-23 18:13 VS, revision 5081
  • D /wxWidgets/trunk/src/common/date.cpp
  • D /wxWidgets/trunk/src/common/time.cpp

date.cpp and time.cpp removed from CVS (no longer used)

1999-12-23 17:59 VZ, revision 5080

patches for running configure under OS/2

1999-12-23 15:40 VZ, revision 5079

oops... problem with in Perl source - got mangled by cvs

1999-12-23 15:34 VZ, revision 5078

a small script to show the different between the current file version and its last revision (requires Perl)

1999-12-23 14:21 VZ, revision 5077

fixes for wxINSTALL_PREFIX definition

1999-12-23 14:05 VZ, revision 5076

patches for BC++ 5.3 from Ricky Gonzales <gonzales@pyramid3.net>

1999-12-23 13:19 JJ, revision 5075

Committing in . Patches for VMS Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/image.h wxWindows/src/common/datetime.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

1999-12-22 23:21 DW, revision 5074

Update options to the config files

1999-12-22 23:00 VZ, revision 5073

1. corrected some owner-drawn buttons bugs 2. added generation of event for EVT_SPINCTRL handler to wxSpinCtrl

1999-12-22 22:58 VZ, revision 5072

testing new wxSpinCtrl event and button colours

1999-12-22 22:23 VS, revision 5071

documented wxHashTable::DeleteContents(bool)

1999-12-22 22:23 VS, revision 5070

added printing classes to HTML section

1999-12-22 21:41 VZ, revision 5069

tests for "big" wxTextCtrls

1999-12-22 21:09 VZ, revision 5068

1. wxBase compiles under BeOS 2. several bugs corrected in wxTextCtrl::Load/SaveFile (wxMSW)

1999-12-22 18:42 DW, revision 5067

Updated Phnghand LoadFile and new makefile for DateTime

1999-12-22 18:41 DW, revision 5066

Changed Loadfile to be compatable with OS/2 Bitmap handler

1999-12-22 18:40 DW, revision 5065

Eliminate comma's after last element in an enum

1999-12-22 17:22 RR, revision 5064

Reduced spacing in tree ctrl.

1999-12-22 13:04 RR, revision 5063

Some debug code. Removed flicker form wxTreeCtrl. Changes.txt update.