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