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-06 10:46 JS, revision 37828

Added wxGenericFileDialog to WinCE project to give alternative to restrictive native dialog

2006-03-06 10:44 JS, revision 37827

Fixed wxGenericFileDialog to work with WinCE, so it can be used to replace native dialog that doesn't allow access to all folders.

2006-03-06 10:18 JS, revision 37826

Don't make docs for now

2006-03-06 04:45 KO, revision 37825

Fixed accidental removal of eVC.

2006-03-06 04:07 KO, revision 37824

Enabling DigitalMars and eVC project formats.

2006-03-06 03:19 KO, revision 37823

Needed so we can install TaskRunner to Python's site-packages dir and use it from everywhere. :)

2006-03-06 02:20 MR, revision 37822

2.6 branch: Remove semicolon after if statement that can potentially cause harm later. Patch #1443820 from Paul Cornett

2006-03-06 02:17 MR, revision 37821

Remove semicolon after if statmce that can potentially cause harm later. Patch #1443820 from Paul Cornett

2006-03-05 23:42 ABX, revision 37820

Minimal (nearly empty) wxDisplay for wxMGL (to compensate src/common/tplvcmn.cpp wxDisplay usage).

2006-03-05 20:52 VZ, revision 37819

use WXSIZEOF() instead of hardcoded number

2006-03-05 20:50 VZ, revision 37818

don't Printf() a string into itself (bug indicated by patch 1443669)

2006-03-05 13:30 VZ, revision 37817

fix to last custom draw fix: only leave space for the image in the first column

2006-03-05 12:40 VZ, revision 37816

corrected typo in PRC Envelope paper definition (used m instead of mm)

2006-03-05 12:30 VZ, revision 37815

update from Ch. Buck

2006-03-05 12:12 VZ, revision 37814

another custom draw fix: leave space for the image even if the current item doesn't have any but the list control has an image list (because this is what the standard drawing procedure does)

2006-03-05 11:26 VZ, revision 37813

don't trust CDIS_FOCUS flag vale in custom drawing code, it is no more correct than CDIS_SELECTED so we have to get it from the control itself directly too

2006-03-05 04:01 RD, revision 37812

GetEditControl is not wxMSW specific any more

2006-03-05 04:00 RD, revision 37811

Dont' return references to wxDateTime

2006-03-05 04:00 RD, revision 37810

Comment out wxHVScrolledWindow

2006-03-05 03:59 RD, revision 37809

Add GetHandlers

2006-03-05 03:59 RD, revision 37808

Add copy constructor, DateTimeFromDateTime

2006-03-05 00:52 VZ, revision 37807

removed main() definition from wxX11

2006-03-05 00:44 ABX, revision 37806

Follow coommon changes.

2006-03-05 00:38 ABX, revision 37805

Build fix: help OW 1.4 to apply template.

2006-03-04 22:40 VZ, revision 37804

handle size==-1 or absence of size parameter in font tag as expected, i.e. by ignoring it