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-06-30 00:06 RD, revision 47037
  • D /wxWidgets/branches/SOC2007_UNITTEST
  • D /wxWidgets/branches/SOC2007_XRCED

moving wxPython SOC branches

2007-06-30 00:06 RD, revision 47036

moving wxPython SOC branches

2007-06-30 00:06 RD, revision 47035

moving wxPython SOC branches

2007-06-30 00:06 RD, revision 47034

Move wxPython portion of wx 2.8 branch to new location

2007-06-30 00:05 RD, revision 47033

Move wxPython portion of wx 2.6 branch to new location

2007-06-30 00:05 RD, revision 47031

move wxPython to new trunk

2007-06-29 19:28 VS, revision 47029

fixed wxVsnprintf() to write as much as it can if the output buffer is too short

2007-06-29 19:11 VS, revision 47028

wxUniChar wchar_t handling fixes for Borland, DMC and Watcom compilers

2007-06-29 18:23 VZ, revision 47027

strip the leading dot from extension if present in GetFileTypeFromExtension() [backport from HEAD]

2007-06-29 17:33 VZ, revision 47026

strip the leading dot from extension if present in GetFileTypeFromExtension()

2007-06-29 17:30 VS, revision 47025

test wxVsnprintf() printing to both wchar_t* and char* buffers

2007-06-29 16:59 JS, revision 47024

Prevent seg fault for older GTK+

2007-06-29 16:58 JS, revision 47023

Prevent seg fault for older GTK+

2007-06-29 12:36 CE, revision 47022
  • D /wxWidgets/trunk/samples/combo/makefile.dmc

remove sole makefile.dmc in tree

2007-06-29 11:53 BIW, revision 47021

applied patch 1737156 to wxAuiManager

2007-06-29 11:53 BIW, revision 47020

applied patch 1737156 to wxAuiManager

2007-06-29 11:37 BIW, revision 47019

in wxAUI, set the hint transparency before showing the hint window, as this prevents a flicker of the solid hint window

2007-06-29 11:34 BIW, revision 47018

in wxAUI, set the hint transparency before showing the hint window, as this prevents a flicker of the solid hint window

2007-06-29 09:35 BIW, revision 47017

updated change log with information about wxAuiNotebook updates

2007-06-29 01:51 VZ, revision 47016

restored key events generation (backports 45371 from the trunk, closes bug 1724916)

2007-06-29 00:23 RD, revision 47015

be able to change tabs with arrow keys

2007-06-29 00:22 RD, revision 47014

be able to change tabs with arrow keys

2007-06-28 22:47 FT, revision 47013

Eleven new tests for wx.Window and updated documentation. Note many of the size tests fail and will need to be retooled later on for more meaningful results.

2007-06-28 20:01 VS, revision 47012

fixed FromAscii to work with NULL argument (broken after recent changes)

2007-06-28 19:07 VS, revision 47011

fixed FromAscii() changes to correctly handle embedded NULs