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