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

2008-01-12 10:57 SN, revision 51174

Removed constructor already defined in header.

2008-01-12 00:10 SN, revision 51171

derive wxColourBase from wxObject on os2 as well

2008-01-11 22:46 VS, revision 51170

fixed memory leak in wxXmlResource introduced when fixing wxVector<> usage (patch #1869602)

2008-01-11 19:18 SC, revision 51165

adding old 'pict' support to quartz mode for receiving bitmapobjs

2008-01-11 19:17 SC, revision 51164

adding old 'pict' support to quartz mode for receiving bitmapobjs

2008-01-11 18:38 BP, revision 51163

Backported wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude).

2008-01-11 18:33 BP, revision 51162

Added wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude).

2008-01-11 12:31 JJ, revision 51161

updates for OpenVMS compile support

2008-01-11 12:26 JJ, revision 51160

include/wx/x11/cursor.h needs definition of wxcolour

2008-01-10 19:57 JS, revision 51154

Fixes for split tree when using generic tree control

2008-01-10 17:48 PC, revision 51153

compute scrollbar widths in a more standard way, get rid of redundant m_hasScrolling member

2008-01-10 15:03 RR, revision 51151

Use SetFocusIgnoringChildren()

2008-01-10 14:58 RR, revision 51150

Applied [ 1867939 ] fixes for wxTreeCtrl crashes when exiting from label editing to wxListCtrl as well and made code more similar to wxTreeCtrl' code doing the same

2008-01-10 14:35 RR, revision 51149

Simplified code and applied [ 1867939 ] fixes for wxTreeCtrl crashes when exiting from label editing

2008-01-10 12:10 JS, revision 51147

Fix for VC++ 6 error

2008-01-10 10:30 JS, revision 51144

Corrections to bitmap handling

2008-01-10 06:00 PC, revision 51141

don't use the same parameter name twice, HP compiler actually checks

2008-01-10 06:00 PC, revision 51140

build fix for !wxUSE_THREADS

2008-01-09 20:39 JS, revision 51139

Colour correction

2008-01-09 20:39 JS, revision 51138

Colour correction

2008-01-09 15:55 JS, revision 51136

Fixed GetInfo to use the current language.

2008-01-09 15:54 JS, revision 51135

Fixed GetInfo to use the current language.

2008-01-09 14:56 JS, revision 51134

Don't ignore path when prompting for file in SaveAs()

2008-01-09 14:56 JS, revision 51133

Don't ignore path when prompting for file in SaveAs()

2008-01-09 14:43 VZ, revision 51132

test Clear() in the sample [backport of r51116 from trunk]