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-12-06 19:59 RD, revision 12890

Added wxDllWidget from Vaclav Slavik which allows wx widgets derived from wxWindow to be loaded from a C++ .dll (or .so) and be used in a wxPython program, without the widget having to be SWIGged first. Various updates for distribs

2001-12-06 17:01 RR, revision 12889

Added wxSP_SASH_AQUA style

2001-12-05 22:15 RL, revision 12888

typo fix

2001-12-05 21:05 GD, revision 12887

use wxWindow instead of wxTopLevelWindow (not yet implemented for wxMOTIF)

2001-12-05 20:39 SC, revision 12886

changed DoMoveWindow not to change the height of the spinbutton on mac

2001-12-05 20:38 SC, revision 12885

changed default size, because MacOS X was using the boundaries differently

2001-12-05 17:03 VS, revision 12884

DOS+Watcom fixes

2001-12-05 17:03 VS, revision 12883

compilation fixes (I wonder how did you people ever compile it...)

2001-12-05 17:03 VS, revision 12882

compilation fixes for Watcom+MGL+MS-DOS

2001-12-05 16:17 RD, revision 12881

wxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag is used, but prevents the base class from seeing the flag so they won't be drawn twice with possibly different colours. Also changed all tabs to spaces, so the diffs will show a lot of whitespace-only changes.

2001-12-05 13:30 JS, revision 12880

Added univ.rsp and included files in wxMSW distrib

2001-12-05 11:02 JJ, revision 12879

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/gtk/descrip.mms Update of OpenVMS compile support ----------------------------------------------------------------------

2001-12-05 09:28 JS, revision 12878

Updated version

2001-12-04 23:45 VS, revision 12877

MS-DOS fix

2001-12-04 23:44 VS, revision 12876

1. Who the hell wrote that idiotencode for choosing drive letter on OS/2 ???? Nuked! ...and replaced that 26 items switch statement with one wxString::Printf call. 2. Compilation fixes for Watcom+MGL+MS-DOS

2001-12-04 23:44 VS, revision 12875

compilation fix - wxCoord, not int

2001-12-04 23:43 VS, revision 12874

watcom headers don't define M_PI

2001-12-04 21:08 RR, revision 12873

Aqua splitter sashes. Even bigger notebook for Aqua.

2001-12-04 20:08 SC, revision 12872

changed defaultitem method from belonging to a panel to any window

2001-12-04 19:41 MBN, revision 12871

Updated docs for wxTaskBarIcon

2001-12-04 19:40 MBN, revision 12870

Fix for very old w32api

2001-12-04 17:44 RR, revision 12869

Still more space around notebook pages...

2001-12-04 17:37 VZ, revision 12868

wxUSE_TIPWINDOW may be set even if wxUSE_POPUPWIN is unset

2001-12-04 17:22 RR, revision 12867

Notebook sizers didn't take any borders into account, esc. not those large ones under Aqua which caused ugly overlapping.

2001-12-04 16:48 SC, revision 12866

changed the button container from wxPanel to wxWindow