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-15 21:07 VZ, revision 60180

correct GTK+ version check added by r59603

2009-04-15 20:45 SC, revision 60179

merging r60178

2009-04-15 20:43 SC, revision 60178

have at least a measuring context available

2009-04-15 20:19 FM, revision 60177

remove unneeded font members from wxFontRefData (all font characteristics are stored only inside the wxNativeFontInfo member); simplify code because m_nativeFontInfoOk==true always; return wxFONTFAMILY_UNKNOWN from GetFamily() when there's no font family info.

2009-04-15 20:17 SC, revision 60176

merge r60175

2009-04-15 20:16 SC, revision 60175

make sure we treat partial conversions as failed

2009-04-15 20:02 FM, revision 60174

small enhancement: account for SLANT==ITALIC on wxMSW; print explicitely the face name of the current font; make wxFontBase::GetFamilyString aware of wxFONTFAMILY_UNKNOWN

2009-04-15 19:46 SC, revision 60171

merging r60170

2009-04-15 19:44 SC, revision 60170

textctrl fixes

2009-04-15 17:49 SC, revision 60168

merging r60166

2009-04-15 17:47 KO, revision 60167

Add a space to ensure we have a space between qualifiers and parameter names

2009-04-15 17:46 SC, revision 60166

fixing return values and handling of invalid files

2009-04-15 16:57 SC, revision 60165

merging r60164

2009-04-15 16:55 SC, revision 60164

using proper SubItemRect

2009-04-15 09:40 JS, revision 60163

Fixed a bug whereby setting one element size set all element sizes.

2009-04-15 09:40 JS, revision 60162

Fixed a bug whereby setting one element size set all element sizes.

2009-04-14 23:18 FM, revision 60158

don't return whatever encoding was set in SetEncoding(); always return wxFONTENCODING_UTF8 instead since that's the real encoding always used by wxFont under wxGTK

2009-04-14 20:11 SC, revision 60155

merging r60154

2009-04-14 20:09 SC, revision 60154

adapting TextUpdateEvents, using wxTextEntry API

2009-04-14 20:07 SC, revision 60153

merging r60152

2009-04-14 20:05 SC, revision 60152

making sure min and max sizes can be overridden

2009-04-14 20:04 SC, revision 60151

merging r60150

2009-04-14 19:58 SC, revision 60150

fixing native font info support bugs

2009-04-14 19:55 SC, revision 60149

merging r60148

2009-04-14 19:54 SC, revision 60148

guaranteeing autorelease pools for overridden OnRun on OSX

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