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-25 18:11 VS, revision 5112

font size fix for <PRE>

1999-12-25 17:38 GL, revision 5111

Sound recording works on Windows

1999-12-25 11:25 RR, revision 5110

Wrote wxMask(bitmap,colour). Some docs for it and wxBitmap::GetSubBitmap().

1999-12-24 23:40 VS, revision 5109

many fixes in documentation so that it compiles with LaTeX - get rid of \end{document} troubles, \it{} -> {\it} and few more syntax fixes.

1999-12-24 23:28 VS, revision 5108

removed date.cpp and time.cpp from filelist.txt (was only commented)

1999-12-24 23:28 VS, revision 5107

fixed bug in wxString::DoCopy - it called Sort on already sorted array (thanks to Add behaviour)

1999-12-24 23:27 VS, revision 5106

removed wxHtmlParser::GetTempData (internal function, obsoleted)

1999-12-24 23:27 VS, revision 5105

added demo of <font face>

1999-12-24 23:27 VS, revision 5104

added <font face> support

1999-12-24 18:45 RD, revision 5103

Some little compilation fixes, etc.

1999-12-24 18:44 RD, revision 5102

Removed all non wx stuff from the glcanvas module since DA's PyOpenGL is better and compatible with the wxGLCanvas. You can get it at http://starship.python.net:9673/crew/da/Code/PyOpenGL.

1999-12-24 16:49 VZ, revision 5101

implemented wxLongLong division - seems to work

1999-12-24 12:28 JS, revision 5100

Added default constructor to wxGLCanvas.

1999-12-24 08:16 JS, revision 5099

Small changes

1999-12-24 03:28 RD, revision 5098

Wrapper updates for wxHtmlLinkInfo and other changes

1999-12-24 00:16 RD, revision 5097

fixed mismatched }

1999-12-23 23:27 VZ, revision 5096

removed testing code from wxLongLong

1999-12-23 22:43 RD, revision 5095

A bugfix in the wxTreeCtrl.GetItem wrapper Some test/demo modifications and additions

1999-12-23 22:37 RD, revision 5094

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

1999-12-23 21:12 VS, revision 5093

fixed interpretation of <font size>: was always relative to current size, now conforms to HTML specs

1999-12-23 21:12 VS, revision 5092

wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames)

1999-12-23 21:11 VS, revision 5091

wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames) ************** also fixed font size interpretation to conform to HTML (1..6 instead of wrong -2..4)

1999-12-23 20:15 VZ, revision 5090

tried to implement division of wxLongLongs - doesn't work at all, will finish tonight

1999-12-23 20:13 RD, revision 5089

Linking with the TIFF library

1999-12-23 20:12 RD, revision 5088

Fixed wxSplitterEvent to set it's id to be the splitter window's id so events can be caught correctly.