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

2004-09-30 23:20 RD, revision 29578

no need to build separate xrc lib anymore

2004-09-30 23:18 RD, revision 29577

reSWIGged

2004-09-30 23:12 RD, revision 29576

Correct call to shape.Show()

2004-09-30 22:27 VZ, revision 29575

don't deprecate SetItemImage() with 3 parameters; just add a default value for the last one

2004-09-30 22:20 VS, revision 29574

build and install wxrc by default

2004-09-30 22:19 VS, revision 29573
  • D /wxWidgets/trunk/contrib/build/xrc

removed remaining XRC files from contrib

2004-09-30 22:17 VS, revision 29572

wxrc is in core utils now

2004-09-30 22:15 VS, revision 29571

install wxrc as wxrc-2.5, with symlink

2004-09-30 21:52 VS, revision 29570

blind compilation fix for MSVC

2004-09-30 21:00 DE, revision 29569

Use struct qualifier with objc_object (it is and always will be a struct)

2004-09-30 19:40 RD, revision 29568

Don't need to tickle the Idle process any more for taskbar icons

2004-09-30 19:13 JS, revision 29567

Deprecations

2004-09-30 19:12 JS, revision 29566

Deprecated SetItemImage with 2 image ids Deprecated _GET_INFO, _SET_INFO list control events

2004-09-30 18:41 JS, revision 29565

Applied patch 1037938 by Zbigniew Zagorski to fix Unicode build problems in Tex2RTF HTML generation

2004-09-30 16:37 VS, revision 29564

moved wxWindow::GetBestSize implementation into DoGetBestSize

2004-09-30 16:33 VS, revision 29563

moved wxWindow::GetBestSize implementation into DoGetBestSize to make it easier to support both prototypes in derived classes

2004-09-30 16:33 RD, revision 29562

Fix for crash when the child has no menu

2004-09-30 16:32 VS, revision 29561

resize parent's frame client area correctly when statusbar is added

2004-09-30 14:54 JS, revision 29560

Blind fix for missing files

2004-09-30 14:47 JS, revision 29559

Added XRC project

2004-09-30 13:51 RN, revision 29558

have it work the old way with PopupMenu(), and have it restore the old menu on destruction (and hopefully when RemoveIcon() is called

2004-09-30 11:15 ABX, revision 29557

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-30 08:23 VZ, revision 29556

compilation fix for wxGetEmptyString() with wxUSE_STL == 1

2004-09-30 01:17 RD, revision 29555

A better fix for GetXWindow that can handle both the wx widgets and the native widgets.

2004-09-29 21:56 RD, revision 29554

wxSystemSettings::GetMetric returns -1 if the metric is not supported by the port.