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

2001-04-05 21:17 DW, revision 9663

New .def file for all the image/bitmap changes

2001-04-05 16:35 VS, revision 9662

fixed typos in wxBitmap::ConvertToImage

2001-04-05 15:18 JS, revision 9661

Applied Don Spear's patch

2001-04-05 12:15 GT, revision 9660

Fixes problem where maximized child windows still have a double border drawn around them

2001-04-04 23:25 VS, revision 9659

I moved platform specific code from wxImage to wxBitmap

2001-04-04 23:15 VS, revision 9658

I moved platform specific code from wxImage to wxBitmap

2001-04-04 23:14 VS, revision 9657

implemented wxMask::Create(bitmap, paletteEntry) for wxGTK

2001-04-04 02:57 VZ, revision 9656

memory leak in wxZlibOutputStream fixed

2001-04-03 22:44 DW, revision 9655

InvertMask fix

2001-04-03 16:57 SN, revision 9654

Fixed Bug #413014: Missing refresh after calling DeleteCols

2001-04-03 16:07 VZ, revision 9653

second part of Markus' BC++ fix

2001-04-02 23:02 VS, revision 9652

enabled palette code for wxGTK

2001-04-02 20:22 GD, revision 9651

backed out improper casts and corrected prototypes for Mac OS X

2001-04-02 19:32 VZ, revision 9650

merged wxLogDebug -> wxLogTrace change from 2.2 branch

2001-04-02 19:31 VZ, revision 9649

replaced an annoying wxLogDebug with wxLogTrace

2001-04-02 14:02 JS, revision 9648

Corrected some typos and quaint English

2001-04-02 13:44 DW, revision 9647

char* cast on wxString libname blows up VC and VA. added .x_str(). Should have been wxChar* cast???

2001-04-02 12:29 VZ, revision 9646

argh! patch misapplied the patch in another place as well, fixing this

2001-04-02 12:25 VZ, revision 9645

oops... wrong patch, second try

2001-04-02 12:23 VZ, revision 9644

fix for clicking on the button from 2.2 branch

2001-04-02 12:22 VZ, revision 9643

changed clicking on the item button to not select the item

2001-04-02 11:53 DW, revision 9642

Filling out wxDC

2001-04-02 07:33 RD, revision 9641

Fixed Tim's patch so it will compile when using a Python version < 2.0

2001-04-02 07:26 RD, revision 9640

A little tweak so the button sizes right

2001-04-02 07:26 RD, revision 9639

Added patch to wxPoint_LIST_helper from Tim Hochberg that should make it gobs faster in certain situations.