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-06-24 11:59 VS, revision 28003

Removed references to now-deprecated wxNotebookSizer from documentation.

2004-06-24 11:58 VS, revision 28002

deprecated wxBookCtrlSizer and wxNotebookSizer, they are no longer needed

2004-06-24 09:32 ABX, revision 28001

Fixed stream test.

2004-06-24 09:04 VS, revision 28000

set size hints so that the window won't shrink too much

2004-06-24 08:15 JJ, revision 27999

Committing in . OpenVMS updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/gtk/descrip.mms wxWidgets/src/motif/checkbox.cpp ----------------------------------------------------------------------

2004-06-24 08:05 ABX, revision 27998

Regenerated makefiles.

2004-06-24 08:00 ABX, revision 27997

Removed unused code.

2004-06-24 07:28 SC, revision 27996

unicode fix

2004-06-24 06:59 ABX, revision 27995

Fixes for Smartphone builds. Sample does not work yet but at least creates exacutable.

2004-06-24 06:54 ABX, revision 27994

Fixed WinCE build.

2004-06-24 06:46 VS, revision 27993

reverted previous commit: the _real_ bug was already fixed

2004-06-24 04:46 RD, revision 27992

work around a bug in TabCtrl_AdjustRect which will cause a crash on win2k, or on XP with themes disabled, if the wxNB_MULTILINE style is used and the rectangle is very small, (such as when the notebook is first created.)

2004-06-24 04:45 RD, revision 27991

removed a SetFont(parent->GetFont())

2004-06-24 04:45 RD, revision 27990

tweaks for testing

2004-06-24 03:04 RD, revision 27989

wxDefaultCoord

2004-06-23 22:20 VS, revision 27988

fixed UNC paths handling (patch #975038)

2004-06-23 22:18 VS, revision 27987

test UNC filenames conversion on MSW

2004-06-23 22:18 VS, revision 27986

compilation fix for gcc-3.4

2004-06-23 22:12 DS, revision 27985

fixed bug #976725: "RETURN closes dialog instead of combobox dropdown" (applied fix suggested in the bug's comment)

2004-06-23 21:54 VZ, revision 27984

added Set(jdn) test

2004-06-23 21:53 VZ, revision 27983

fixed bug in wxDateTime::Set(jdn) when DST was in effect

2004-06-23 21:18 VZ, revision 27982

extracted some wxDateTime tests from console sample to the unit test suite

2004-06-23 20:31 VS, revision 27981

ngettext() macro was removed

2004-06-23 20:30 VS, revision 27980

allow msgids in !=English languages (based on Stefan Kowski's patch)

2004-06-23 18:26 VZ, revision 27979

fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl item (patch 978403)