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-23 18:06 BP, revision 60292

Branched SOC2009_FSWATCHER for the file system changes notification Summer of Code project for Bartosz Bekier.

2009-04-23 18:05 BP, revision 60291

Branched SOC2009_AUI for the wxAUI Summer of Code project for Malcolm MacLeod.

2009-04-23 17:52 VZ, revision 60290

another typo correction; provide GNU gettext link

2009-04-23 17:50 VZ, revision 60289

fix links and references to cvs (closes #10729)

2009-04-23 16:52 CE, revision 60288

windows and docs built for 2.9.0rc1

2009-04-22 16:06 JS, revision 60284

State fix

2009-04-22 16:00 JS, revision 60283

State fix

2009-04-22 16:00 JS, revision 60282

State fix

2009-04-22 09:59 JS, revision 60281

Removed redundant/harmful no anti-aliasing on Mac

2009-04-22 09:58 JS, revision 60280

Removed redundant/harmful no anti-aliasing on Mac

2009-04-22 09:57 JS, revision 60279

Removed redundant/harmful no-antialiasing on Mac

2009-04-21 19:58 VZ, revision 60277

correct the assert added by r60056 to not trigger in non-report modes (see #10687)

2009-04-21 19:33 VZ, revision 60276

avoid multiline strings in AC_CONFIG_COMMANDS as it seems to result in problems with /bin/dash (see #10724)

2009-04-21 19:31 VZ, revision 60275

don't readd items in SetImageList() after changing the control mode, they are supposed to be preserved by wxListCtrl itself (correction for #9484)

2009-04-21 19:19 VZ, revision 60274

add test checking that switching mode doesn't change the controls contents (see #9484)

2009-04-21 16:35 SC, revision 60271

backport r60270

2009-04-21 16:32 SC, revision 60270

adding me to author, updating date

2009-04-21 14:18 FM, revision 60267

build fix for wxMac

2009-04-21 13:21 FM, revision 60266

use :: when referring to wxDefaultSize or wxDefaultPosition

2009-04-21 13:10 FM, revision 60265

implement tooltips for wxStatusBar panes whose contents were ellipsized; introduce wxST_SHOW_TIPS and wxST_DEFAULT_STYLE styles

2009-04-21 02:05 FM, revision 60263

no real change; just add the standard separator where it's missing

2009-04-21 02:05 VZ, revision 60262

fix confusion in IsSameAs() docs (closes #10722)

2009-04-21 01:42 VZ, revision 60261

include windows.h instead of basetsd.h directly as this doesn't seem to be supported by mingw64

2009-04-20 21:31 SC, revision 60259

backport r60258

2009-04-20 21:23 SC, revision 60258

content must be changeable by wx even though control may be disabled