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-02-05 09:12 JS, revision 51558

Strip menu codes from page label for consistency with other platforms

2008-02-05 07:24 VZ, revision 51557

length passed to WideCharToMultiByte() was off by one in the last commit

2008-02-04 17:06 VZ, revision 51551

set eol-style LF on even more Unix-only files

2008-02-04 17:05 VZ, revision 51550

set eol-style LF on even more Unix-only files

2008-02-04 16:58 VZ, revision 51549

set eol-style LF on more Unix-only files

2008-02-04 13:22 VS, revision 51548

updated list of aclocal m4 files

2008-02-04 13:21 VZ, revision 51547

upgrade m4 files to bakefile 0.2.3

2008-02-04 10:34 VZ, revision 51546

added links to wxWindowCreate/DestroyEvents

2008-02-04 08:08 VZ, revision 51542

use BSTR length to also deal with NULs inside BSTRs correctly in Unicode build

2008-02-04 08:04 VZ, revision 51541

use WideCharToMultiByte() instead of wcstombs() to deal with BSTRs containing NULs (modified patch 1886062)

2008-02-04 00:16 VZ, revision 51537

added console IPC sample (part of patch 1833150)

2008-02-03 23:59 VZ, revision 51536

undid change to GSocket::Select() done in r50831, do call select() here (part of patch 1833150)

2008-02-03 23:55 VZ, revision 51535

use wxSOCKET_REUSEADDR for IPC sockets (part of patch 1833150)

2008-02-03 23:43 VZ, revision 51534

another correction to indices used in StringToLines()

2008-02-03 21:32 VZ, revision 51533

wxFontData doesn't need to be static in wxGenericFontButton (unlike wxColourData in wxGenericColourButton where it was copied from) (patch 1883375)

2008-02-03 21:06 VZ, revision 51532

correct indices used in StringToLines() (modified patch 1882985)

2008-02-03 19:04 PC, revision 51531

add missing ! accidentally dropped in last commit

2008-02-03 17:08 VZ, revision 51530

set svn:eol-style to LF [backport of r50845 from trunk]

2008-02-03 15:00 VZ, revision 51528

initialize m_sharedContext and m_sharedContextOf to NULL when they're not used (patch 1881968)

2008-02-03 14:56 VZ, revision 51527

no real changes, just added 2 virtual keywords to (already virtual) functions (significant part of the patch 1881093)

2008-02-03 14:55 VZ, revision 51526

added wxGLCanvas::IsDisplaySupported() (patch 1879906)

2008-02-03 14:38 VZ, revision 51524

compilation fix for wchar_t-based builds after ParseISOXXX() additions

2008-02-03 14:12 VZ, revision 51523

build fix for wxUSE_INTL==0 (patch 1878908)

2008-02-03 14:11 VZ, revision 51522

don't use negative sizes for row/column labels subwindows to avoid GTK warnings (patch 1878512)

2008-02-03 14:08 VZ, revision 51521

make wxIdleEventHandler available in console applications too (patch 1878258)