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

2009-04-26 07:24 MW, revision 60380

New devs.

2009-04-26 04:57 KO, revision 60373

Rebake after last change.

2009-04-26 04:47 KO, revision 60372

Don't move the actual executable, just link to it. (backport from trunk)

2009-04-26 04:04 KO, revision 60371

Rebake after latest changes.

2009-04-26 04:01 KO, revision 60370

Don't move the actual executable, just link to it.

2009-04-26 01:49 KO, revision 60366

Separate out constructors / destructors, add support for enums and include files, and add a verbose option.

2009-04-26 01:38 VZ, revision 60364

include port number in HTTP Host header (closes #10632)

2009-04-26 01:19 VZ, revision 60363

add support for table border width attribute (closes #10610)

2009-04-26 00:31 VZ, revision 60362

optimize FindItem(data) performance (closes #9870)

2009-04-25 19:18 VZ, revision 60359

another typo correction after last change, correct the return types too

2009-04-25 18:26 VZ, revision 60358

no changes, just fix a typo in a menu item label

2009-04-25 18:23 VZ, revision 60357

added find performance test (see #9870) and the possibility to set the number of items (for list and report views only)

2009-04-25 17:58 VZ, revision 60356

compilation fix after the latest change (typo: used char instead of wchar_t)

2009-04-25 17:53 VZ, revision 60355

more order in wxCRT_filefunctions: define A and W versions, just as for everything else and simply map suffix-less versions to the appropriate ones

2009-04-25 17:37 VZ, revision 60354

only use Mac-specific menu item under Mac

2009-04-25 16:48 VZ, revision 60352

Cygwin doesn't have _wcsdup() (closes #10738)

2009-04-25 16:42 VZ, revision 60351

minor corrections: document typeDefault, remove text copied from the header (closes #10740)

2009-04-25 16:12 VZ, revision 60350

define wxStrchr(non-const char-or-wchar_t*) as a template to ensure that second parameter of any type that can be used with const version can be used with this one too; this is shorter than listing them all explicitly and without this Borland refuses to compile wxStrchr(char *, wxUniChar) (see #10736)

2009-04-25 16:08 VZ, revision 60349

disable wxGC for Borland as it can't compiler the macros used in msw/gdiplus.cpp

2009-04-25 16:07 VZ, revision 60348

(harmless) Borland release build warning fixes

2009-04-25 16:07 VZ, revision 60347

workaround for Borland compilation: don't use unspecified_bool_type for it

2009-04-25 15:54 VZ, revision 60346

remove HasNativeFontInfo() which always returns true now but was left for some reason

2009-04-25 15:52 VZ, revision 60345

build fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS_HUGE_FILES cases; only define one of wxMSLU__wstat and wxMSLU__wstati64; also define wxStructStat as 64 bit version of struct stat if needed

2009-04-25 15:19 VZ, revision 60344

attempt to hyperlink wxCHECK_VISUALC_VERSION

2009-04-25 15:19 VZ, revision 60343

make wxSTRING_BASE_HASNT_CLEAR check more readable