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-11-30 00:08 VZ, revision 1086

1. added wxTreeCtrl::SetItemBold and IsBold, updated the sample to show them 2. wxTreeItemId HitTest(const wxPoint& point) added - to be implemented on other platforms

1998-11-29 22:21 VZ, revision 1085

some Linux compilation fixes

1998-11-29 21:20 JS, revision 1084

Added Win95 implementation of OutputDebugString; added to wxVariant class (just so Vadim hates it even more :-))

1998-11-29 21:16 JS, revision 1083

Added xpm directory.

1998-11-29 21:12 JS, revision 1082

Added wxVariant documentation; updated wxWindow, wxScrollBar docs

1998-11-28 22:42 VZ, revision 1081

toolbar tooltips fix

1998-11-28 22:36 VZ, revision 1080

compilation fixes for !wxUSE_POSTSCRIPT

1998-11-28 22:33 VZ, revision 1079

moved common code from ctor and Create() to a separate Init() function

1998-11-28 22:28 VZ, revision 1078

added wxTB_FLAT to default style in wxFrame::CreateToolbar()

1998-11-28 18:36 GL, revision 1077

* Fixed some "memory leak"

1998-11-28 13:38 JS, revision 1076

wxSize/wxPoint/wxRect versions of functions added to wxMSW, wxMotif; wxScrollBar::Set/GetPosition changed to Set/GetThumbPosition to avoid clash; various other portability changes

1998-11-28 06:26 UG, revision 1075

no message

1998-11-27 16:51 UG, revision 1074

no message

1998-11-27 16:31 VZ, revision 1073

wxStringList::copy ctor and assignment operator added (very inefficient because they don't take advantage of wxString ref counting)

1998-11-27 14:19 KB, revision 1072

handle sizeof(int) correctly

1998-11-27 11:55 KB, revision 1071

made operator definition dependent on sizeof(int), not __UNIX__

1998-11-26 20:52 KB, revision 1070

removed duplicate fixes

1998-11-26 20:47 KB, revision 1069

trying to resolve string problem

1998-11-26 19:10 VZ, revision 1068

wxTreeCtrl::Delete() bug corrected, sample expanded to test it

1998-11-26 18:15 RR, revision 1067

Build fix

1998-11-26 17:07 VZ, revision 1066

accidentally removed IMPLEMENT_DYNAMIC_CLASS added back

1998-11-26 16:11 RR, revision 1065

Flicker war won.

1998-11-26 16:05 MR, revision 1064

insert member funcs PositionToXY and XYToPosition

1998-11-26 15:30 VZ, revision 1063

vsprintf() is ANSI so there is normally no need to test for it

1998-11-26 15:21 VZ, revision 1062

some sprintf()s replaced with wxString::Printf

1998-11-26 14:08 VZ, revision 1061

wxList::Insert() bug fixed

1998-11-26 11:38 KB, revision 1060

trying with only an operator[] (int) and not (size_t)

1998-11-26 09:56 JS, revision 1059

Fixed Dialog Editor compilation and window sizing bug. Various warning-related fixed.

1998-11-26 07:11 RR, revision 1058

Fixes for wxlist improvements for DnD :-) moer dialog and frame fine tuning

1998-11-25 21:42 JS, revision 1057

Various wxMotif changes including size optimisation and debugging operator fix.

1998-11-25 19:42 RR, revision 1056

Resize fine tuning thread_list no longer keyed

1998-11-25 17:55 RR, revision 1055

Fixed module code Fixed printing and preview Grid: event handlers MUST NOT BE VIRTUAL Corrected init code for all DCs

1998-11-25 16:28 KB, revision 1054

use unsigned for wxString [] operator

1998-11-25 15:16 KB, revision 1053

another i.c.e.

1998-11-25 15:15 KB, revision 1052

fixed internal compiler error

1998-11-25 15:10 KB, revision 1051

fixed internal compiler error and proper translation

1998-11-25 14:34 KB, revision 1050

made operator[](int n) const #ifdef _WXMSW__

1998-11-25 12:36 KB, revision 1049

fixed the internal compiler error

1998-11-25 12:13 KB, revision 1048

fixed the vsprintf() problem once and for all

1998-11-25 12:01 JS, revision 1047

Various fixes.

1998-11-25 11:41 KB, revision 1046

Added test for sprintf and vsnprintf to fix string.cpp for non-GNU systems.

1998-11-25 09:58 UG, revision 1045

no message

1998-11-25 08:47 RD, revision 1044

Added wxPalette, wxRegion, wxRegionIterator, wxTaskbarIcon Added events for wxGrid Other various fixes and additions

1998-11-25 08:41 RR, revision 1043

wxFrame size bug build fixes

1998-11-25 08:17 RD, revision 1042

Converted the virtual-methods-callbacks into real events, leaving the original virtuals intact so as to not break any existing code. Needed for wxPython.

1998-11-25 08:15 RD, revision 1041

Enabled the wxUSE_VC_CRTDBG to be optional even if it would otherwise be used since I couldn't get it to work here.

1998-11-25 08:13 RD, revision 1040

Fixed an issue related to the new wxList.

1998-11-25 07:42 RR, revision 1039

Improvements for notebooks on various versions of GTK

1998-11-25 00:30 VZ, revision 1038

added untyped Sort() for compatibility

1998-11-24 23:53 VZ, revision 1037

LISTs renamed to OBJARRAYs