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