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

2009-04-14 18:55 FM, revision 60147

dump all font properties upon failure

2009-04-14 18:38 SC, revision 60146

merge r60145

2009-04-14 17:44 SC, revision 60145

adding all encodings on mac

2009-04-14 17:13 KO, revision 60144

For the wxPython headers, we need to copy SWIG files like the other platforms do so that wxPy thon extensions can be built.

2009-04-14 17:11 KO, revision 60143

For the wxPython headers, we need to copy SWIG files like the other platforms do so that wxPython extensions can be built.

2009-04-14 16:06 SC, revision 60142

fixing path for test_gui

2009-04-14 14:35 VZ, revision 60139

mention that SetValue() does generate a wxEVT_COMMAND_TEXT_UPDATED event

2009-04-14 13:22 VZ, revision 60138

only run tests using multiline strings with multiline text control; document that using multiline strings doesn't work with singleline controls

2009-04-14 12:47 VZ, revision 60137

remove semicolon from wxDECLARE_EVENT; having it there was inconsistent with other wxXXX_EVENT macros and generally unexpected

2009-04-14 07:05 SC, revision 60136

failed conversion shouldn't trigger an assert

2009-04-14 07:04 SC, revision 60135

failed conversion shouldn't trigger an assert

2009-04-14 07:02 VS, revision 60134

(blind) fix for VC6s' warning about non-dll base template class

2009-04-14 05:30 SC, revision 60133

no test_gui present

2009-04-13 18:34 FM, revision 60128

even more detailed info to debug buildslaves failures

2009-04-13 17:49 VZ, revision 60126

better check for conversion failure in OutputString(); use wxScopedCharBuffer::length() instead of strlen()

2009-04-13 17:48 VZ, revision 60125

return empty string instead of NULL from mb_str()/wc_str() when conversion fails to avoid crashing badly written code which doesn't check for conversion failures

2009-04-13 17:33 VZ, revision 60124

suppress output from the test commands; use CPPUNIT_ASSERT_EQUAL() whenever possible

2009-04-13 09:03 FM, revision 60122

provide more info when a check for native font [user] info fails

2009-04-12 23:43 VZ, revision 60121

fix g++ warnings about initialization order mismatch after the last change

2009-04-12 23:37 VZ, revision 60120

fix support for using asterisks in the format string and some code cleanup

2009-04-12 22:53 FM, revision 60119

implement wxNativeFontInfo::SetFamily for wxGTK with the same logic used by wxMSW; remove the now useless m_family from wxGTK's wxFont implementation; better docs for many wxFont functions (don't use typeface term; use the 'face name' one instead) and wxFontFamily

2009-04-12 22:10 FM, revision 60118

more PCH-less build fix

2009-04-12 22:02 FM, revision 60117

allow testing more font properties: light weight, slant style and font families

2009-04-12 19:49 VZ, revision 60116

return persistent buffers from mb_str()/wc_str() to allow assigning the returned value to simple pointers

2009-04-12 18:42 VZ, revision 60115

blind PCH-less build fixes: add missing headers