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

2007-10-20 15:33 VZ, revision 49267

load message catalogs using wxFileSystem; use wxMemoryBuffer instead of raw pointers (slightly modified patch 1810106)

2007-10-20 15:23 SC, revision 49266

extensions and fixes

2007-10-20 15:02 RR, revision 49265

[ 1816882 ] wxListBox::SetSelection() doesn't update the control

2007-10-20 15:01 RR, revision 49264

[ 1816882 ] wxListBox::SetSelection() doesn't update the control

2007-10-20 14:55 RR, revision 49263

[ 1816944 ] GTK - wxMenuBar bug

2007-10-20 14:55 VZ, revision 49262

don't update the tree unnecessarily in Expand/CollapseAllChildren() (patch 1809520)

2007-10-20 14:49 VZ, revision 49261

add support for detached threads in wxThreadHelper (patch 1809015)

2007-10-20 14:45 VZ, revision 49260

spelling and other minor fixes (patch 1806283)

2007-10-20 14:42 VZ, revision 49259

add discussion about the problems of using Yield() part of patch 1806283)

2007-10-20 14:34 VZ, revision 49258

export wxInvalidSize from DLL builds (patch 1805738)

2007-10-20 10:43 RR, revision 49257

Only draw cell in selected style when control has focus

2007-10-20 10:33 RR, revision 49256

Use BTNFACE colour for rendering selected item when widget is unfocussed

2007-10-20 10:20 RR, revision 49255

Support hover over effect for DrawHeaderButton for GTK+

2007-10-20 03:47 PC, revision 49252

use a GtkAlignment to set size of toolbar controls, instead of trying to "correct" size_allocate

2007-10-20 03:44 DE, revision 49251

Fix wxVsnprintf-using code on both trunk and 2.8 and document how native functions are supposed to behave as well as how some of them do.

2007-10-19 15:07 RR, revision 49248

minor corr

2007-10-19 15:04 RR, revision 49247

minor corr

2007-10-19 15:01 JS, revision 49246

Added wxVariantData::Clone and wxVariant::Unshare

2007-10-19 14:53 RR, revision 49245

Use wxPointList instead of wxList in wxDC code

2007-10-19 14:46 SC, revision 49244

better native type for files

2007-10-19 11:40 JS, revision 49243

Show debug report directory in long form on Windows

2007-10-19 11:40 JS, revision 49242

Show debug report directory in long form on Windows

2007-10-19 05:39 DE, revision 49241

Improve behavior of menubar switching when windows are activated. Specifically, if a non-wx (e.g. internal Cocoa) window becomes key but a wx window remains main, be sure to use the wx window's menubar rather than swapping it out for the menubar we show when no wx window is active. Fixes Leopard issue.

2007-10-19 04:42 DE, revision 49240

Add missing wxT().

2007-10-19 03:10 DE, revision 49239

Add wxAddProcessCallback for both wxMac and wxCocoa and use it for wxCocoa. It can be turned on for wxMac if desired. See utilsunx.cpp comment. NOTE: I can't add the symbol to version-script.in because other platforms have had this symbol even though wxMac/wxCocoa have not.