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-10-27 14:32 MW, revision 42531

Remove header now not needed here.

2006-10-27 14:30 MW, revision 42530

Missing header.

2006-10-27 14:26 VS, revision 42529

fixed typo in last commit: use YLOG2DEV for y coordinates, not XLOG2DEV

2006-10-27 14:21 SC, revision 42528

changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses

2006-10-27 14:16 JS, revision 42527

Colour preview canvas grey to contrast with page

2006-10-27 14:14 MW, revision 42526

Compile fix for --enable-stl.

2006-10-27 14:06 MW, revision 42525

Missing exports.

2006-10-27 13:14 JS, revision 42524

Robert Lang's patch and wxRTC changes documented

2006-10-27 13:08 VS, revision 42523

compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine

2006-10-27 13:07 JS, revision 42522

Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies

2006-10-27 12:41 VS, revision 42521

don't draw the endpoint in DrawLine at least in the common cases of vertical and horizontal lines

2006-10-27 12:40 JS, revision 42520

Fixed caret droppings left when scrolling

2006-10-27 12:23 VS, revision 42519

wx{V,H}SCROLL code is needed on all platforms

2006-10-27 12:21 VS, revision 42518

fixed repainting of windows without the wxFULL_REPAINT_ON_RESIZE style under wxMSW/Univ

2006-10-27 12:16 MW, revision 42517

Base wxArchiveFSHandler on wxZipFSHandler.

2006-10-27 11:33 MW, revision 42516

Yes VC5 support large files.

2006-10-27 11:27 VZ, revision 42515

don't use _INTEGRAL_MAX_BITS to decide whether a (Windows) compiler supports huge files, this fails with Borland, so test for all compilers explicitly

2006-10-27 10:47 MW, revision 42514

Bug fix.

2006-10-27 10:14 MW, revision 42513

Use wxFS_SEEKABLE when opening images since some image handlers need seeking.

2006-10-27 10:11 MW, revision 42512

Add tar stream tests.

2006-10-27 10:06 MW, revision 42511

Include FindLength in the tests.

2006-10-27 09:57 MW, revision 42510

Rebake for new tar streams.

2006-10-27 09:54 MW, revision 42509

Implement new features for finding class factories. Put seek inside 2.6 compat ifdef.

2006-10-27 09:53 MW, revision 42508

Base class factory on the wxFilter base class and implement the new Find feature.

2006-10-27 09:35 MW, revision 42507

Allow per instance filesystem handlers.