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

2005-08-08 13:44 MW, revision 35153

Regenerate after yesterday's fix for bug 1230877.

2005-08-08 13:34 MW, revision 35152

Copy univ/setup.h instead of msw/setup.h for wxUniversal in VC++ project files. Fixes bug 1230504.

2005-08-08 13:08 MW, revision 35151

Add <contrib-lib> bakefile tag. Like <wx-lib> except that in VC++ '.dsw' files it creates a dependency on a '.dsp' file under contrib instead of under lib.

2005-08-08 12:59 MW, revision 35150

Rebake after recguard.h added to bakefiles

2005-08-08 09:50 MR, revision 35149

Expand tabs, identation/whitespace fixes

2005-08-08 09:35 MR, revision 35148

Expand tabs

2005-08-08 08:53 MR, revision 35147

[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x or y is out of range

2005-08-07 21:13 MBN, revision 35146

Removed wxVectorBase and wxClientDataDictionary symbols from version-script.it as per Mike Wetherell suggestion.

2005-08-07 21:12 VZ, revision 35145

don't use wxVERIFY, it generates gcc warnings and is not appropriate as it doesn't replace real error checking anyhow

2005-08-07 16:48 MW, revision 35144

With Sun CC temporaries have block scope unless '-features=tmplife' is used. Fixes bug report 1230877.

2005-08-07 16:06 VZ, revision 35143

deTABified; removed unused variable provoking a gcc warning

2005-08-07 16:05 VZ, revision 35142

unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR

2005-08-07 16:04 VZ, revision 35141

assign 0, not NULL, to an int

2005-08-07 16:02 VZ, revision 35140

deTABified

2005-08-07 15:53 VZ, revision 35139

fix problems with __POWERPC__ being redefined

2005-08-06 21:35 VZ, revision 35138

set m_error correctly (patch 1249848)

2005-08-06 21:30 VZ, revision 35137

fix wxGetMessageName() in Unicode build (patch 1250662)

2005-08-06 21:16 VZ, revision 35136

recognize 0/1 as false/true in string->bool conversion (patch 1249632)

2005-08-06 21:14 VZ, revision 35135

generate MD5SUM files for nightly builds (patch 1252331)

2005-08-06 20:49 MW, revision 35134

Add wxMGL and Cygwin changes to the changelog

2005-08-06 19:45 VZ, revision 35133

added char/wxChar note (bug 1252854)

2005-08-06 19:39 VZ, revision 35132

added ldconfig-not-in-path note and removed duplicate section (bug 1253089)

2005-08-06 19:33 VZ, revision 35131

corrected regex library name in ANSI builds

2005-08-06 19:30 VZ, revision 35130

added wx/recguard.h (bug 1253148)

2005-08-06 17:55 JS, revision 35129

Compatibility settings corrected