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-09-07 09:15 VS, revision 55504

whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

2008-09-07 09:15 VS, revision 55503

whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

2008-09-06 22:19 VZ, revision 55502

implement Empty() using clear() instead of Truncate(0)

2008-09-06 22:12 VZ, revision 55501

access TLS cache variable directly and not via a helper function when using compiler with native TLS support to work around an apparent bug in g++

2008-09-06 16:33 SC, revision 55500

several small fixes

2008-09-06 16:32 SC, revision 55499

RGBColor is part of ApplicationServices also under Cocoa

2008-09-06 16:30 SC, revision 55498

defines reordered, support for non-precomp cocoa

2008-09-06 16:29 SC, revision 55497

adapting to new platform constants

2008-09-06 15:41 VZ, revision 55496

add wxGTK_CONVs to fix STL and ANSI builds

2008-09-06 13:35 VS, revision 55495

added XRC format documentation to the manual (per-class properties docs still missing)

2008-09-06 13:31 VS, revision 55494

don't center tables, it looks ugly

2008-09-05 20:57 VZ, revision 55492

add missing header for PCH-less build

2008-09-05 20:25 SC, revision 55491

adapting to new msgdlg class hierarchy

2008-09-05 19:50 SC, revision 55490

adapting to new msgdlg class hierarchy

2008-09-05 19:41 VZ, revision 55489

no changes, fix typo

2008-09-05 19:32 VZ, revision 55488

allow copying text in the log dialogs

2008-09-05 19:28 VZ, revision 55487

adjust the labels before centering the dialog as doing it can change the dialog size

2008-09-05 19:02 SC, revision 55486

forward define for non precomp build, switching preproc constants for consistency

2008-09-05 18:29 VZ, revision 55485

allow passing literal strings and results of c_str() to SetXXXLabels() methods too

2008-09-05 18:03 SC, revision 55484

forward define for non precomp build

2008-09-05 18:02 VZ, revision 55483

make it possible to use stock ids for custom message box labels

2008-09-05 17:27 VZ, revision 55482

added support for custom labels in wxMessageBox for wxGTK too

2008-09-05 16:59 PC, revision 55481

fix memory leak

2008-09-05 16:56 VZ, revision 55480

use more clear messaage about the custom labels in message box test

2008-09-05 15:33 SC, revision 55479

adding common implementation file for search control