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-06 12:40 VS, revision 47194

added missing wxUniChar::operator=(wxUniCharRef)

2007-07-06 12:13 VZ, revision 47193

remove the unneeded +1 from wxGauge::SetValue() call in Update() [backport of rev 47192 from trunk]

2007-07-06 12:11 VZ, revision 47192

remove the unneeded +1 from wxGauge::SetValue() call in Update()

2007-07-06 12:09 VZ, revision 47191

document that SetValue() accepts values in 0..GetRange interval, inclusive

2007-07-06 11:17 VZ, revision 47190

use 'neither ... nor ...' instead of 'neither ... or ...' in wxFinite documentation

2007-07-06 07:44 MW, revision 47188

Fix missing exports.

2007-07-06 06:45 BY, revision 47187

Test SVN commit

2007-07-06 00:18 DE, revision 47182

Make wxCocoa compile in 64-bit mode.

2007-07-06 00:14 DE, revision 47181

Fix wxCocoa compilation.

2007-07-05 22:52 VZ, revision 47177

prevent a single selection control from having multiple selected items [backport of 47175 and 47176 from trunk]

2007-07-05 22:50 VZ, revision 47176

reset selection when sorting the items as they don't make sense after items change order any more and not doing this could also result in having more than one selected item in a single selection control

2007-07-05 22:44 VZ, revision 47175

don't allow selecting multiple items in single selection control by changing the focused item with Ctrl-arrows and then pressing Space

2007-07-05 22:20 DE, revision 47174

Implement wxColour constructors to match other ports by adding char const * and wchar_t const * constructors.

2007-07-05 21:42 BP, revision 47171

Added deprecation warnings to old wxVScrolledWindow functions (in wxVarVScrollLegacyAdaptor), and fixed a minor documentation format error in the wxVScrolledWindow docs.

2007-07-05 21:37 VZ, revision 47170

fix the memory corruption in multiline controls due to wrong WrapLines() implementation [backport of rev 45343]

2007-07-05 19:55 RR, revision 47154

wxDataViewCtrl can show tree/list music sample.

2007-07-05 19:15 RR, revision 47153

Getting closer to working tree/list wxDataViewCtrl.

2007-07-05 17:59 VS, revision 47152

added missing WXDLLIMPEXP_CORE

2007-07-05 17:27 CE, revision 47151

added missing unixfiles

2007-07-05 17:02 CE, revision 47150

replace cvsentries

2007-07-05 14:59 RR, revision 47149

The dataview sample compiles now, but doesn't work yet...

2007-07-05 09:07 CE, revision 47147

cvs to svn

2007-07-05 08:07 CE, revision 47134

move to svn

2007-07-05 08:06 BP, revision 47133

Fixed case on LaTeX member function labels.

2007-07-05 08:03 CE, revision 47132

move to svn

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