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

2009-04-12 18:41 VZ, revision 60114

MSVC compilation fixes: don't use std{out,err} as variable names; don't reuse loop variables

2009-04-12 16:30 FM, revision 60113

build fix (wx doesn't use bakefile 0.2.6 yet)

2009-04-12 16:06 FM, revision 60112

no real change; just fix the argument name of the wxFont(const wxString&) ctor under wxGTK since it was misleading

2009-04-12 15:51 FM, revision 60111

do not call setlocale() twice in wxLocale::IsAvailable() and in IMPLEMENT_STRTOX_L_START

2009-04-12 12:43 FM, revision 60110

now wxGTK is always compiled against GTK+ >= 2.4

2009-04-12 11:44 FM, revision 60109

adding the first raw version of the execution monitor

2009-04-12 10:12 VS, revision 60108

fixed wxString::utf8_str() in UTF8 build to return buffer with length

2009-04-12 04:23 RD, revision 60106

compile fix for buildbot

2009-04-12 04:03 RD, revision 60103

Don't define HAVE_STRFTIME if it is already defined

2009-04-12 03:01 RD, revision 60102

Use a panel inside the CallTip window so it will be painted right on Mac. Rip out the antialias font option, it hasn't been needed for a long time.

2009-04-10 22:55 VZ, revision 60094

add missing tests (closes #10692)

2009-04-10 22:40 KO, revision 60093

Catch the return type when it's inside a <ref> tag.

2009-04-09 17:31 KO, revision 60080

Commit script which parses the Doxygen XML output into a list of class and method objects, which later can be passed for post-processing to autogenerate bindings, etc.

2009-04-09 09:01 VZ, revision 60078

fix row/column deselection in row-or-column selection mode (it wasn't doing anything)

2009-04-07 19:33 RR, revision 60063

Add test for wxDataViewColumn::GetWidth

2009-04-07 15:00 VZ, revision 60057

added names of WM_XXXUISTATE messages to wxGetMessageName() (closes #10691)

2009-04-07 11:11 VZ, revision 60056

added assert checking the column index validity (see #10687)

2009-04-07 11:10 VZ, revision 60055

remove "item.cchTextMax=0" line from SetItem() as it doesn't seem to make any sense (see #10687)

2009-04-07 11:09 VZ, revision 60053

no real changes, just remove unnecessary semicolons (part of #10687)

2009-04-07 11:04 VZ, revision 60052

document that a valid image list is required for item dragging under MSW (see #4390)

2009-04-07 10:41 VZ, revision 60050

document wxFont(wxString) ctor

2009-04-07 04:01 SC, revision 60048
  • D /wxWidgets/branches/WX_2_9_OSX_PREVIEW

replaced by release branch

2009-04-06 22:11 VZ, revision 60046

return better fitting size from DoGetBestSize() for grids with few rows

2009-04-06 22:07 VZ, revision 60045

no changes, just got rid of many __WXWINCE__ ifdefs

2009-04-06 17:39 SC, revision 60044

adding buildbot for 2.9.0

2009-04-06 16:41 SC, revision 60043

branching for a 2.9.0 release

2009-04-06 10:21 VZ, revision 60038

compilation fix for PCH-less build

2009-04-06 09:09 VZ, revision 60037

update from Micha³ Trzebiatowski

2009-04-05 14:58 VZ, revision 60034

use COLORONCOLOR stretching mode in DrawBitmap() too (see #3400)

2009-04-05 14:53 VZ, revision 60033

added test for wxDC-based image scaling; updated copyright

2009-04-05 14:34 VZ, revision 60032

paint background by default to avoid unexpected sample appearance

2009-04-05 13:07 VZ, revision 60031

improve wxTreeItemData documentation (closes #10662)

2009-04-05 12:54 VZ, revision 60030

implement SetTimes() for directories too under MSW [backport of r58153 from trunk] (closes #10250)

2009-04-05 12:52 VZ, revision 60029

implement GetImageCount() for GIF handler (closes #10663); added test for it to the sample

2009-04-05 12:31 VZ, revision 60028

allow reading GIFs with incorrectly specified animation size (closes #9465)

2009-04-05 12:16 VZ, revision 60027

define HAVE_SSIZE_T if we define ssize_t ourselves to prevent redefinitions in other libraries headers (closes #10674)

2009-04-04 23:55 VZ, revision 60024

revert r60023 and really fixed compilation problems caused by r60017 by providing assertEquals(const char *, const char *) overload as well

2009-04-04 22:33 VZ, revision 60023

compilation fix after r60017

2009-04-04 22:12 MW, revision 60022

Fixes for archive tests on Windows.

2009-04-04 16:45 VZ, revision 60018

fix the test for !wxUSE_UNICODE_UTF8 builds: don't suppose that strings are UTF-8 encoded in VsnprintfTestCase::S() but use FromUTF8() explicitly (how did it manage to work with VC9 before?)

2009-04-04 16:43 VZ, revision 60017

allow symmetric comparisons to work too in CPPUNIT_ASSERT_EQUAL (e.g. wxString==char*, size_t==int and not only char*==wxString, int==size_t)

2009-04-04 16:02 VZ, revision 60016

fix VsnprintfTestCase::P() for mingw32 which may use MSVC CRT (closes #10679)

2009-04-04 13:34 SC, revision 60014

adding API note

2009-04-04 12:09 VZ, revision 60013

fix test failure on glibc systems which do not use %T; also replace CompareTimeFormats() with a macro to get failure messages on the right line

2009-04-04 12:08 VZ, revision 60012

no changes, just removed unused variable

2009-04-04 11:53 VZ, revision 60011

fix parsing of %p for locales which use periods in AM/PM strings (see #10677)

2009-04-04 11:49 VZ, revision 60010

no changes, just fixed typo in an error message

2009-04-04 11:38 VZ, revision 60009

fix PCH-less build after last change (closes #10678)

2009-04-04 09:05 SC, revision 60007

fixing unused param warning

2009-04-04 09:05 SC, revision 60006

fixing 64 bit value transfer