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-01-08 03:06 PC, revision 44156

backport rev 1.19: set error to GSOCK_TIMEOUT if the socket timed out

2007-01-08 03:05 PC, revision 44155

backport rev 1.203: made width computation in GetTextExtent() more precise, especially for italics fonts

2007-01-08 03:05 PC, revision 44154

backport rev 1.5: avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue

2007-01-08 03:05 PC, revision 44153

backport rev 1.537: don't redefine _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING_SWPRINTFS if already defined

2007-01-08 02:52 KO, revision 44152

Fix GetNextItem for virtual wxListCtrl, and improve behavior for wxLIST_NEXT_ALL.

2007-01-07 23:35 VZ, revision 44151

fix compilation for latest SDK where EnumModulesProc() first parameter is now const (bug 1629333)

2007-01-07 22:48 VZ, revision 44150

updated version to 2.8.1

2007-01-07 22:48 VZ, revision 44149

also update wxVERSION_STRING

2007-01-07 22:41 VZ, revision 44148

fix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589)

2007-01-07 22:30 VZ, revision 44147

apparently the previous version was generated with a wrong bakefile, regenererated with 0.2.1

2007-01-07 22:28 VZ, revision 44146

also update manual.tex

2007-01-07 22:26 VZ, revision 44145

more informative output

2007-01-07 22:21 VZ, revision 44144

updated version to 2.8.1

2007-01-07 21:38 SN, revision 44143

Attempt at fixing deepCopyHostent/Servent. Fixed MT problem my making mutexes global.

2007-01-07 21:34 VZ, revision 44142

added a script to update release version field

2007-01-07 20:13 VZ, revision 44141

don't compile wxDataViewDateRendererPopupTransient if !wxUSE_POPUPWIN (as is always the case under Mac) (bug 1616964)

2007-01-07 20:09 VZ, revision 44140

no changes, just removed duplicate TreeView_HitTest() calls

2007-01-07 19:58 VZ, revision 44139

corrected message about page number overflow

2007-01-07 19:44 VZ, revision 44138

added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right button release, not press, under MSW (bug 1623761)

2007-01-07 19:41 VZ, revision 44137

regenerated after wx/richtext/richtextstyles.h addition

2007-01-07 19:29 VZ, revision 44136

added wx/richtext/richtextstyles.h (bug 1624364)

2007-01-07 19:27 VZ, revision 44135

make HitTest() public (bug 1626543); this changes ABI for protected part of wx API but not for the public one

2007-01-07 18:24 SN, revision 44134

Backported fix for setting the working directory on OS/2 from 1.288.

2007-01-07 18:22 SN, revision 44133

Fixed switching to a different drive/volume on OS/2.

2007-01-07 17:53 KO, revision 44132

Add more sanity checks to virtual list item nums as the native control sometimes fires events before things are totally set up.