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

2004-03-02 13:58 DE, revision 26028

Implement wxMenuItemAction and validateMenuItem delegate virtuals

2004-03-02 11:03 CE, revision 26027

part of SF patch #904166 (DMC fix)

2004-03-02 09:28 CE, revision 26026

part of SF patch #904166 (DMC fix)

2004-03-02 09:15 CE, revision 26025

apply SF patch #907546 (DMC fix)

2004-03-02 05:26 DE, revision 26024

SendDestroyEvent

2004-03-02 04:27 DW, revision 26023

Unused variable removed from inline

2004-03-02 02:41 RD, revision 26022

Trim trailing spaces from key names when parsing

2004-03-01 23:31 RR, revision 26021

Only when wxTE-PROCESS_ENTER has been set.

2004-03-01 23:28 RR, revision 26020

Spin control now emits TEXT_ENTER commands.

2004-03-01 22:54 RR, revision 26019

Applied patch for generic file dialog Show()

2004-03-01 22:42 RR, revision 26018

Make multi-line text control focussable by using tabs under GTK 2.0. Make hitting ENTER in a wxSpinCtrl to activate the default button work.

2004-03-01 22:17 RR, revision 26017

Made space around text symmetric.

2004-03-01 21:48 MBN, revision 26016

Remove deprecated copystring() usage.

2004-03-01 20:54 VZ, revision 26015

mention Win9x size limitation

2004-03-01 06:24 DW, revision 26014

Warning suppressions

2004-02-29 23:54 VZ, revision 26013

check for NULL pointer returned by wxFontEnumerator::GetFacenames() (it actually happens under Cocoa and could conceivably happen elsewhere as well...)

2004-02-29 23:34 VZ, revision 26012

renamed start parameter of wxDC::DrawPolyPolygon() to count (patch 882189)

2004-02-29 23:31 VZ, revision 26011

docs and example for wxDC::DrawPolyPolygon() (patch 882189)

2004-02-29 23:24 VZ, revision 26010

use HasFlag() and InXXX() instead of explicit flag testing (patch 899507)

2004-02-29 22:41 VS, revision 26009

compilation fix for wxUSE_FILESYSTEM=0

2004-02-29 22:30 VS, revision 26008

compilation fix for wxUSE_FILESYSTEM=0

2004-02-29 22:26 VZ, revision 26007

removed erroneous return type from a membersection (patch 905562)

2004-02-29 22:25 VZ, revision 26006

honour the 2nd parameter of DeleteEntry() instead of always deleting empty groups unconditionally (patch 896303)

2004-02-29 22:17 VZ, revision 26005

update from Jonas for 2.5.1 (patch 901921)

2004-02-29 15:21 MBN, revision 26004

Compilation fixes.