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-05-22 02:00 VZ, revision 46156

use wxCoord with GetTextExtent(), not long (the long overloads are deprecated and not available at all with 2.8 compatibility turned off)

2007-05-22 01:56 VZ, revision 46155

don't compare wxList::compatibility_iterator with NULL, this operation is undefined and provokes g++ warnings about using NULL in arithmetic expression [backport from HEAD]

2007-05-22 01:45 VZ, revision 46154

don't compare wxList::compatibility_iterator with NULL, this operation is undefined and provokes g++ warnings about using NULL in arithmetic expression

2007-05-22 01:38 VZ, revision 46153

pass wxStrings directly to wxFAIL_MSG, there is no need to use c_str()

2007-05-22 01:36 VZ, revision 46152

added wOnAssert(..., wxCStrData) overload to fix compilation of code using wxASSERT(s.c_str())

2007-05-22 01:34 VZ, revision 46151

remove GetStandardCmdLineOptions() which is not needed for wxGTK1

2007-05-21 20:26 SC, revision 46150

adding correct assignement and copy constructors

2007-05-21 19:21 SC, revision 46149

no message

2007-05-21 18:54 SC, revision 46148

removing old codeparts, fixing bug 1532580

2007-05-21 18:34 SC, revision 46147

avoid assertions in case the toplevel window is not really created by wx (native filedialogs)

2007-05-21 18:24 VS, revision 46146

added another needed wxOnAssert overload

2007-05-21 18:02 VS, revision 46145

1. make debugging macros compatible with ANSI build even in Unicode build (i.e., no need to use _T() in message strings) 2. save space in binary by using ANSI literals for filenames and expression strings in debug macros

2007-05-21 17:44 VS, revision 46144

return reference to non-temporary wxString instance from wxGetTranslation() even when not translating

2007-05-21 14:27 VS, revision 46143

debug messages don't need translation

2007-05-21 14:05 VZ, revision 46142

enter wxPendingEventLocker critical section in ProcessPendingEvents() (fixes 1720352)

2007-05-21 12:45 SC, revision 46141

event handlers get deallocated automatically with their object

2007-05-21 12:43 SC, revision 46140

different solution to debug messages

2007-05-21 08:54 SC, revision 46139

applying patch 1630145

2007-05-21 08:44 SC, revision 46138

revert order of release

2007-05-21 08:27 SC, revision 46137

added comments on why no CFRelease is used

2007-05-21 07:42 SC, revision 46136

clean up for non-promised data incorrect

2007-05-21 07:10 SC, revision 46135

cleaning up nav dialogs properly

2007-05-21 04:18 SC, revision 46134

removing debug message

2007-05-21 04:05 SC, revision 46133

activating data release again

2007-05-20 18:44 VS, revision 46132

compilation fix: wxcrt.h, not crt.h