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

2008-01-13 14:09 RR, revision 51200

Improved wxDataViewSpinCtrlRenderer under OS X

2008-01-13 13:38 RR, revision 51199

Reapplied patch for drawing background of custom items

2008-01-13 13:10 RR, revision 51198

Mention wxSizer::Fit() change and wxWrapSizer

2008-01-13 13:08 RR, revision 51197

wxSizer::Fit() now sets client size

2008-01-13 13:07 RR, revision 51196

use wxSizer::Fit() for sizing the dialog

2008-01-13 13:04 RR, revision 51195

Always invoke default action even if dclick is caught from wxListBox (as per wxMSW and wxMAC)

2008-01-13 12:05 RR, revision 51194

Remove double entry of wxTrackable

2008-01-13 11:16 SC, revision 51193

I still think that's needed ...

2008-01-13 02:48 VZ, revision 51191

rebaked and regenerated everything after the latest changes (wxWeakRef &c)

2008-01-13 02:00 PC, revision 51190

prevent explicitly set client size from being changed when frame extents become known

2008-01-13 01:17 VZ, revision 51189

ignore vc*_msw* build directories

2008-01-13 01:13 VZ, revision 51188

compilation fixes for VC6

2008-01-13 01:12 VZ, revision 51187

improvements to wxWeakRef and related classes

2008-01-13 01:09 VZ, revision 51186

add useful headers for meta-programming checks (part of patch 1860953)

2008-01-12 21:04 VZ, revision 51185

call OnExec() taking wxString argument from OnExecute() by default

2008-01-12 20:58 VZ, revision 51184

added tests for FromAscii/Unicode() (length parameter); cleaned up ctors test

2008-01-12 20:28 VZ, revision 51183

fix bug introduced in wxRegion::DoUnionWithRect() in r41429 which broke refreshing/repainting in wxGTK1

2008-01-12 19:52 VZ, revision 51182

compilation fix for wxGTK1 after r49740 (GtkOnSize() there needs size parameters)

2008-01-12 18:30 SN, revision 51181

Some wxOS2 compilation fixes after wxDC changes

2008-01-12 17:45 PC, revision 51180

initialize m_totalProportion in wxBoxSizer ctor

2008-01-12 15:38 SN, revision 51179

Fixed compilation.

2008-01-12 15:25 VZ, revision 51178

better documentation for wxWindow::SetSizerAndFit()

2008-01-12 15:05 SN, revision 51177

Implemented wxGDIObject::Create/CloneGDIRefData() for the relevant classes.

2008-01-12 14:59 RR, revision 51176

Invoke default action if dclick event after <ENTER> not handled in wxListBox, added test to dialogs sample

2008-01-12 14:31 SN, revision 51175

Blind compilation fixes.