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

2003-01-26 14:09 VZ, revision 18941

corrected the paths for the OLE files

2003-01-26 14:03 VZ, revision 18940

compilation fix after wxSizer::Remove() change

2003-01-26 12:41 RR, revision 18939

Minor changes to printing sample.

2003-01-26 12:40 RR, revision 18938

Font work.

2003-01-26 12:39 RR, revision 18937

Small speed up to fonts and support for scaling.

2003-01-26 12:36 VS, revision 18936

compilation fix

2003-01-26 12:36 VS, revision 18935

don't forget to backport Robert's GetInternalFont change

2003-01-26 11:24 GD, revision 18934

added CarbonFrameworkLib to CodeWarrior 5 projects

2003-01-26 00:35 VZ, revision 18933

added iosfwrap.h (wrapper for <iosfwd>)

2003-01-26 00:12 VZ, revision 18932

added iosfwrap.h (wrapper for <iosfwd>)

2003-01-26 00:04 VZ, revision 18931

added support for non flexible (in one direction only) flexible sizers

2003-01-25 23:47 VZ, revision 18930

added wxArray::SetCount()

2003-01-25 22:49 VZ, revision 18929

documented wxT(), _T(), _()

2003-01-25 16:44 MBN, revision 18928

Compilation fix for changed wxSizer::Remove() signature.

2003-01-25 13:06 VZ, revision 18927

removed wxICON_IS_BITMAP, it is now always (implicitly) set to 0

2003-01-25 12:50 VZ, revision 18926

restored int (instea of size_t) in Remove() and Detach(); TRUE/FALSE -> true/false

2003-01-25 12:28 VZ, revision 18925

removed warnings about using the deprecated functions and replaced untyped wxLists with the type safe equivalents (patch 668204 from Dimitri)

2003-01-25 12:13 VZ, revision 18924

fixed typo in library name

2003-01-25 12:01 VZ, revision 18923

File/DirExists() are const now

2003-01-25 11:52 GD, revision 18922

added CarbonFrameworkLib to CodeWarrior 5 projects

2003-01-25 11:08 GD, revision 18921

added CarbonFrameworkLib to CodeWarrior 5 projects

2003-01-25 04:52 RL, revision 18920

Update wxList operators, TRUE, FALSE.

2003-01-25 04:44 RL, revision 18919

Upated list operators, TRUE, FALSE.

2003-01-25 04:38 RL, revision 18918

Don't use bitmap by default.

2003-01-25 04:35 RL, revision 18917

Update list operators, s/TRUE/true/ etc.