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-05-17 00:21 VZ, revision 10188

implemented renaming of groups in wxRegConfig

2001-05-16 23:42 VZ, revision 10187

fix for incorrect wxChoice height calculation if its width is set to be negative

2001-05-16 22:10 VS, revision 10186

fixed wrong parsing of à (typo in tables)

2001-05-16 22:07 VS, revision 10185

changed wxBitmap::CreateFromXpm to use wxBitmap(wxImage,int) ctor again -- it should work fine with BCC now

2001-05-16 22:07 VS, revision 10184

removed wxImage::operator wxBitmap()

2001-05-16 21:28 GD, revision 10183

correction for Mac OS X (M_PI is already defined)

2001-05-16 21:20 GD, revision 10182

corrections for Mac OS X Developer Tools

2001-05-16 16:57 VZ, revision 10181

FindFocus() and wxSpinCtrl fix

2001-05-16 16:23 SC, revision 10180

icon support moved to wxBitmap, allowing for fully transparent usage

2001-05-16 15:53 JS, revision 10179

Made wxWindow::Enable recursive in order to solve colouring problems; forced the colour of a wxTextCtrl back to the custom colour in wxTextCtrl::Enable. This appears to fix inconsistent colour problems.

2001-05-16 13:20 VZ, revision 10178

applied patch 415912 (fixing problems with wxGrid attrs)

2001-05-16 12:46 SC, revision 10177

workaround for notebook/tabctrl redraw bug, it is now not excluded from the local eraseRgn of the parent window, thus guaranteeing that the background is always correct

2001-05-16 12:16 SC, revision 10176

corrected loop for calculating the proper updatergn taking into account only real subwindows that are shown

2001-05-16 12:01 JS, revision 10175

Applied patch #418555: wxTextCtrl uses wrong background colour

2001-05-16 11:54 JS, revision 10174

Applied patch #403856 (utilscmn.cpp should translate special key names)

2001-05-16 11:32 JS, revision 10173

Applied patch #421554: implementation of wxEVT_CONTEXT_MENU

2001-05-16 11:22 JS, revision 10172

Applied patch #421073 (making setup options work)

2001-05-16 11:14 JS, revision 10171

Applied patch #420395 (adding wxCLIP_SIBBLINGS capability -- but not by default)

2001-05-16 03:21 DW, revision 10170

More scrolling fixes

2001-05-16 00:19 VZ, revision 10169

removed useless assert from wxArray::Alloc

2001-05-15 22:04 VS, revision 10168

applied patch that fixes paper size handling under MSW and sets PD_SELECTION correctly

2001-05-15 19:55 DW, revision 10167

Modest fix for executables linking to the wx dll for OS/2.

2001-05-15 19:53 DW, revision 10166

Enable this sample for OS/2

2001-05-15 19:52 DW, revision 10165

More scrolling stuff.

2001-05-15 17:02 VS, revision 10164

applied patch #424066 (a bit better attempt to detect system encoding in absence of LANGINFO)