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

2006-03-12 14:34 ABX, revision 38028

Make wxTinderbox pass dialup sample for DOS cross-build.

2006-03-12 14:21 VZ, revision 38027

support mnemonics for wxStatic/RadioBox and made it easier to add support for more controls by virtualizing the mnemonics support logic (patch 1448178)

2006-03-12 14:14 VZ, revision 38026

support underlined fonts (patch 1448089)

2006-03-12 13:49 VZ, revision 38025

don't require multimon.h any more now (patch 1446030); enable wxUSE_DISPLAY by default

2006-03-12 13:39 VZ, revision 38024

remove dead code from wxMatchWild (patch 1445809)

2006-03-12 13:37 VZ, revision 38023

define size() in terms of length(), not vice versa, to make the code somewhat faster in non-optimized builds + some typo fixes in comments (patch 1440237)

2006-03-12 13:35 ABX, revision 38022

wxCore build fix.

2006-03-12 13:29 VZ, revision 38021

don't require at least 8 bytes of sound data (patch 1340767); do check that we have enough data before reading it (and crashing)

2006-03-12 13:28 ABX, revision 38020

wxBase build fix.

2006-03-12 13:15 ABX, revision 38019

Line-up interfaces to use size_t for GetCount()s.

2006-03-12 13:08 ABX, revision 38018

Line-up interfaces to use size_t for GetCount()s.

2006-03-12 13:03 ABX, revision 38017

wxTinderbox build fix (!PCH support).

2006-03-12 13:00 ABX, revision 38016

More wxMSW specific headers in precompiled headers.

2006-03-12 12:46 VZ, revision 38015

GetNumberOfLines() now returns the number of physical, not logical, lines in the control in wxGTK2 as under the other platforms (patch 1438117)

2006-03-12 06:16 RD, revision 38014

Backport Scintilla 1.67

2006-03-12 06:15 RD, revision 38013

reSWIGged

2006-03-12 06:09 RD, revision 38012

Revert last change

2006-03-12 06:04 RD, revision 38011

Backport Scintilla 1.67

2006-03-12 06:04 , revision 38010

This commit was manufactured by cvs2svn to create branch 'WX_2_6_BRANCH'.

2006-03-12 01:22 VZ, revision 38009

more accurate best size calculation logic (use the current date format)

2006-03-11 21:50 VZ, revision 38008

deal with the situation when a (dynamic) event handler disconnects itself during its execution (and skips the event, too): this is used to crash but there is no reason it should

2006-03-11 21:13 vell, revision 38007

minor cleanup

2006-03-11 19:13 RD, revision 38006

STC_LEX_ASP and STC_LEX_PHP are deprecated, but make it possible to still use them

2006-03-11 19:12 RD, revision 38005

Forgot to remove call to Bind()

2006-03-11 18:42 ABX, revision 38004

WXUNUSED is our coding standard.