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-11-13 14:34 JS, revision 49908

Take account of wxBORDER_THEME (assume it's like wxBORDER_SUNKEN)

2007-11-13 14:27 JS, revision 49907

Getting borders working

2007-11-13 13:57 SC, revision 49906

adding cocoa utils bridge

2007-11-13 13:48 VZ, revision 49904

added GetLineText() test

2007-11-13 13:27 VZ, revision 49902

replace changes of r49890 by defining more compatibility operators in wxCmdLineArgsArray as we're interested in preserving as much compatibility with the existing code outside of the library as possible; also DLL-export the class to avoid VC6 DLL build warnings

2007-11-13 13:20 RR, revision 49901

More DC changes

2007-11-13 13:15 VZ, revision 49900

compilation fix after argv changes

2007-11-13 13:07 RR, revision 49899

compile fix

2007-11-13 13:03 JS, revision 49898

wxChar -> char

2007-11-13 12:49 JS, revision 49897

wxChar -> char

2007-11-13 12:48 JS, revision 49896

Adding missing variable declaration

2007-11-13 12:27 JS, revision 49895

wxChar -> char

2007-11-13 12:17 JS, revision 49894

Tidying

2007-11-13 12:10 JS, revision 49893

More border rationalisation. GetDefaultBorder is now mostly defined in base class files.

2007-11-13 11:00 JS, revision 49891

wxChar -> char

2007-11-13 10:57 JS, revision 49890

Resolve '&&' ambiguity

2007-11-13 10:55 JS, revision 49889

Resolve '&&' ambiguity (VC++ 6)

2007-11-13 05:25 PC, revision 49888

block signal handler rather than disconnecting

2007-11-13 04:25 PC, revision 49887

warning fixes

2007-11-13 02:21 PC, revision 49886

build fix for wxUSE_DISPLAY==0

2007-11-13 02:21 PC, revision 49885

non-pch build fix

2007-11-13 02:12 VZ, revision 49884

compilation fix for g++ 3.4 (and maybe others)

2007-11-13 02:05 VZ, revision 49883

nl_langinfo() check in wxIsLocaleUtf8() was never done because we didn't include langinfo.h -- do it now

2007-11-13 01:18 VZ, revision 49882

use standard functions for BSTR handling instead of doing it ourselves incorrectly (fixed patch 1829152)

2007-11-13 01:05 VZ, revision 49881

reset the dialog fields if they're not specified in wxAboutDialogInfo: it's necessary now that we can reuse an existing dialog (update of the patch 1829097)