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

2002-02-04 12:04 RR, revision 13990

Big wxRegion clean up.

2002-02-04 10:42 RR, revision 13989

Ref counting fixes and compile fixes.

2002-02-04 04:19 DW, revision 13988

OS/2 scrolling support

2002-02-04 01:35 VZ, revision 13987

total wxBrush cleanup: made private stuff private, fixed data (un)sharing, create HBRUSH on demand only, added asserts/checks

2002-02-04 01:34 VZ, revision 13986

changed CloneRefData() to take a const pointer

2002-02-04 01:32 VZ, revision 13985

ScrollWindow() should use the rect it scrolls as the clipping rect as well

2002-02-03 23:54 VS, revision 13984

Unicode compilation fixes

2002-02-03 23:53 VS, revision 13983

wxXmlInitXmlModule no longer needed

2002-02-03 13:15 VZ, revision 13982

compilation fix

2002-02-03 12:31 VZ, revision 13981

oops, Clone/CreateRefData() were not overridden in wxRegion as intended

2002-02-03 12:30 VZ, revision 13980

added asserts to Clone/CreateRefData()

2002-02-03 12:25 GT, revision 13979

Added isql.h and isqlext.h to the "Base" target

2002-02-03 11:49 VZ, revision 13978

fixed wxRegion::Offset() to not modify the shared regions

2002-02-02 23:17 VS, revision 13977

wxXRC cleanup: removed .xmlbin format

2002-02-02 23:16 VS, revision 13976

added cur and ico formats to the sample

2002-02-02 23:15 VS, revision 13975

generated makefiles no longer contain information about when they were generated (you can still get this information from CVS/Entries and there will be fewer bogus revisions)

2002-02-02 23:14 VS, revision 13974

changed wxFileName::Normalize signature to allow or-combination of flags and reverted Julian's hack-fix to wxTextFile

2002-02-02 16:08 VZ, revision 13973

added more commands for moving the logical origin

2002-02-02 16:08 VZ, revision 13972

1. fixed bug in wxDC::SetMapMode() which broke the scrolling 2. some cleanups in wxDC code 3. SetAxisOrientation() still doesn't work...

2002-02-02 13:34 GD, revision 13971

correction for compilation with ProjectBuilder

2002-02-02 13:21 GD, revision 13970

wxCommand is in cmdproc.h (SourceForge patch #511506)

2002-02-02 01:10 RD, revision 13969

A little cleanup for this demo

2002-02-02 01:09 RD, revision 13968

Shouldn't call SetFont(wxNullFont) any more

2002-02-02 00:40 VZ, revision 13967

wxDC::SetClippingRegion() in wxMSW works like in wxGTK, i.e. combines the given region with the old one (also documented this behaviour as the correct one)

2002-02-02 00:19 RD, revision 13966

wxPyEmptyStr --> wxEmptyString