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

1998-07-01 15:43 VZ, revision 161

wxImageList ctor now takes the same arguments as the MSW version (but it's still not implemented)

1998-07-01 15:42 VZ, revision 160

many changes to make generic tree control (more) MSW compatible: 1) wxEVT_COMMAND_TREE_EXPANDING event now generated 2) tree control doesn't not delete children on branch collapse any more 3) migging image list and image-related functions added (but not yet implemented)

1998-06-30 12:42 KB, revision 159

Removed the WXUNUSED() from size parameters in wxIcon(filename,width,height) and added default values of -1,-1 to make it compatible with MSW behaviour.

1998-06-29 16:23 VZ, revision 158

fixes redraw bug which was leaving a horizontal strip under the tree item after it was unselected (in wxGTK)

1998-06-29 12:44 KB, revision 157

Added my wxWindows based layout engine to the repository. It arranges text and graphics for display on a wxDC. This code is licensed under the LGPL.

1998-06-29 12:18 KB, revision 156

fixed event type parameter

1998-06-28 11:34 JS, revision 155

Separated out Win95 versions of gauge, slider

1998-06-28 11:33 JS, revision 154

*** empty log message ***

1998-06-28 11:32 JS, revision 153

Separated out Win95 versions of gauge, slider; added wxTabCtrl::GetCurFocus

1998-06-26 22:00 JS, revision 152

Changes for wxEventType

1998-06-26 21:59 JS, revision 151

Changes to aid debugging.

1998-06-26 20:19 JS, revision 150

wxEventType alterations.

1998-06-26 20:18 JS, revision 149

New wxEventType for event type enum, and corresponding alterations.

1998-06-26 15:39 VZ, revision 148

corrected "of by 1" error in wxString::insert()

1998-06-26 14:29 VZ, revision 147

added support for label alignments in wxStaticText::Create()

1998-06-26 14:29 VZ, revision 146

made the interface more compatible with the MSW version (although InsertPage and wxEVT_PAGE_CHANGING are still not implemented) and implemented the wxEVT_PAGE_CHANGED callback.

1998-06-25 21:30 JS, revision 145

Cured DC/GDI object leak; listbox window proc restored from debugging

1998-06-25 09:45 JS, revision 144

Various measures to reduce flicker.

1998-06-25 09:43 JS, revision 143

Reduced flicker by a combination of less background erasing, and double-buffering.

1998-06-24 14:37 VZ, revision 142

misleading wxASSERT() corrected

1998-06-23 17:47 VZ, revision 141

bug in wxNotebook::OnSize() corrected

1998-06-23 16:28 VZ, revision 140

added OnSize() to wxNotebook which forwards size events to the pages: fixes the layout problem

1998-06-23 10:29 JS, revision 139

Corrected problem with MDI children not refreshing (removed WS_CLIPCHILDREN). Double-fixed the LEAVE/ENTER bug...

1998-06-22 22:53 JS, revision 138

Removed deletion of m_selections

1998-06-22 22:52 JS, revision 137

Removed Scanf, Scanfv