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

2005-02-06 17:55 MBN, revision 31803

wxX11 compilation fixes.

2005-02-06 17:38 MBN, revision 31802

Replaced TRUE and FALSE with true and false (or True and False when calling Motif APIs).

2005-02-06 17:27 RN, revision 31801

Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...

2005-02-06 17:15 VS, revision 31800

updated

2005-02-06 17:10 SN, revision 31799

fixed double delete in UpdateAttrRows/Cols introduced by patch 1104355. [ Only the change for UpdateAttrRowsOrCols was valid. ]

2005-02-06 16:28 SC, revision 31798

NULL warning fixes

2005-02-06 16:27 SC, revision 31797

proper style includes

2005-02-06 16:26 SC, revision 31796

type fixes

2005-02-06 16:17 VZ, revision 31795

removed trailing semicolons after DECLARE_DYNAMIC_CLASS(), Borland chokes on them

2005-02-06 16:02 SC, revision 31794

fixing NULL warnings

2005-02-06 15:59 SC, revision 31793

fixing NULL vs 0 warnings in gcc 4

2005-02-06 15:57 SC, revision 31792

needed for avoiding double typedefs in xcode builds

2005-02-06 15:52 SC, revision 31791

newline before EOF fixes

2005-02-06 15:48 VZ, revision 31790

use DECLARE_DYNAMIC_CLASS instead of DECLARE_ABSTRACT_CLASS

2005-02-06 15:46 VZ, revision 31789

regenerated after adding popup sample

2005-02-06 14:36 GD, revision 31788

corrected initialization of private wxBitmapHandler members in wxPICTResourceHandler constructor

2005-02-06 14:28 GD, revision 31787

order wxFontRefData member constructor initialization according to member declaration

2005-02-06 12:45 RR, revision 31786

Applied context menu patch.

2005-02-06 12:42 RR, revision 31785

Applied compilation fix for memory.cpp.

2005-02-06 11:57 SC, revision 31784

newline before EOF fixes

2005-02-06 11:52 JS, revision 31783

Script updates

2005-02-06 11:29 SC, revision 31782

newline before EOF fixes

2005-02-06 11:27 JS, revision 31781

Spiner -> Spinner

2005-02-06 11:19 SC, revision 31780

As members have gone private, use Accessors

2005-02-06 11:12 JS, revision 31779

Fix for menu items not being disabled after a modal dialog is shown on app startup