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

2007-07-05 00:13 RR, revision 47131

New API for wxdataViewCtrl (doesn't run yet).

2007-07-04 22:33 VZ, revision 47128

simplify test for 64 bit architectures: just check if the string '64' occurs in the arch string, this also covers more cases [backport of rev 47127 from trunk]

2007-07-04 22:31 VZ, revision 47127

simplify test for 64 bit architectures: just check if the string '64' occurs in the arch string, this also covers more cases

2007-07-04 21:33 VZ, revision 47126

added support for broadcasting to UDP sockets (patch 1740266)

2007-07-04 21:24 VZ, revision 47125

fixed bug which resulted in generation of spurious EVT_RADIOBOX events when a radiobox button was focused but not selected (patch 1739140) [backport of rev 47124 from trunk]

2007-07-04 21:20 VZ, revision 47124

fixed bug which resulted in generation of spurious EVT_RADIOBOX events when a radiobox button was focused but not selected (patch 1739140)

2007-07-04 20:56 VZ, revision 47123

rebaked after adding threads/atomic.cpp

2007-07-04 20:54 PC, revision 47122

indentation cleanup, unused variables, constant expressions, etc

2007-07-04 20:54 VZ, revision 47121

added wxAtomicInc/Dec() functions (patch 1739486)

2007-07-04 20:50 VZ, revision 47120

ignore bakefile temp files

2007-07-04 20:49 VZ, revision 47119

ignore VC++ build files

2007-07-04 20:35 VZ, revision 47118

compilation fix for ANSI build (added #if wxUSE_UNICODE)

2007-07-04 16:42 BIW, revision 47117

fix for bug #1686328

2007-07-04 16:38 BIW, revision 47116

fix for bug #1686328

2007-07-04 11:49 VZ, revision 47114

test whether HAVE_VSWPRINTF is defined, not whether it's 0 or 1

2007-07-04 08:18 VS, revision 47113

compilation fixes: \_, not _

2007-07-04 08:04 VS, revision 47112

always assert if char<->wxUniChar conversion fails, not only if wxUSE_UTF8_LOCALE_ONLY

2007-07-03 21:26 VS, revision 47109

wxStrcoll_String compilation fixes for Dmars and Borland compilers

2007-07-03 21:11 VS, revision 47108

compilation fix for windows compilers: _wrename is declared in io.h

2007-07-03 18:00 BP, revision 47106

Added BuildSVN.txt instructions (copied from BuildCVS.txt, with appropriate replacements).

2007-07-03 17:17 PC, revision 47105

get color count from ComputeHistogram, use sprintf for hex conversion

2007-07-03 13:20 JJ, revision 47102

Update OpenVMS setup

2007-07-03 13:07 RR, revision 47101

Upport GNOME print GetTextExtent fix,

2007-07-03 12:58 RR, revision 47100

[ 1746670 ] wxGnomePrintDC::GetTextExtent() returns wrong size of text

2007-07-03 12:10 RR, revision 47099

upport wxListCtrl label edit changes