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

2009-04-27 20:44 FM, revision 60412

correct SetFont() documentation: at least wxMSW and wxGTK do allow the user to pass wxNullFont (or another invalid font instance) (see #10475)

2009-04-27 15:59 CE, revision 60411

same as 60347, Borland bug

2009-04-27 15:26 VZ, revision 60410

make it possible to forward declare the class defined by WX_DECLARE_HASH_SET (fixes the build on systems where unordered_set is available after r60408)

2009-04-26 19:02 VZ, revision 60408

add a possibility to disable individual grid rows/columns resizing

2009-04-26 18:50 VZ, revision 60407

wxHashSet::count() method should be const

2009-04-26 17:50 VZ, revision 60406

added short col/row resizing overview

2009-04-26 17:47 CE, revision 60405

tracker 10737 fix

2009-04-26 17:28 VZ, revision 60404

pass parent argument of wxAboutBox to wxGenericAboutDialog ctor under GTK/Mac too

2009-04-26 16:59 VZ, revision 60403

added missing parent parameter to Cocoa version of wxAboutBox(); also pass it to the generic version in both Cocoa and Carbon versions

2009-04-26 21:41 VZ, revision 60399

set eol style correctly (see #10745)

2009-04-26 21:36 VZ, revision 60398

use svn:eol-style instead of eol:style (see #10745)

2009-04-26 21:12 VZ, revision 60396

add missing wx/module.h header to fix PCH-less build (closes #10743)

2009-04-26 20:43 VZ, revision 60395

set more svn properties for the files which didn't have them set correctly

2009-04-26 20:41 VZ, revision 60394

fix a problem with loading inked.dll (see #10633)

2009-04-26 18:24 FM, revision 60393

fix yet another typo

2009-04-26 17:01 FM, revision 60392

mention that calling SetFaceName() with an invalid facename will invalidate the font object (see #10475)

2009-04-26 16:55 FM, revision 60391

make clear that wxFont::SetFamily() does change the font face name, too (not only on wxGTK, also in wxMSW); reorganize docs for wxFont using doxygen groups; mention that GetFamily() is not very useful and returns a lot of times wxFONTFAMILY_UNKNOWN

2009-04-26 16:38 FM, revision 60390

typo fix (strangely VC9 doesn't consider it an error)

2009-04-26 15:41 VZ, revision 60389

add parent parameter to wxAboutBox() (closes #9952)

2009-04-26 15:37 FM, revision 60388

Add support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TIPS flags under wxMSW

2009-04-26 14:45 VZ, revision 60387

WinCE compilation fix: ifdef out HandlePaint() (see #10731)

2009-04-26 13:13 VZ, revision 60386

correct the release branch name

2009-04-26 13:12 VZ, revision 60385

set correct EOL style for files added in r58024 [backport of r60383 from trunk]

2009-04-26 13:00 VZ, revision 60384

add release branch (currently WX_2_9_BRANCH) definitions and reenable VC build slaves for it

2009-04-26 12:52 VZ, revision 60383

set correct EOL style for files added in r58024