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

2000-01-19 00:59 VS, revision 5513

removed protected methods from docs

2000-01-19 00:59 VS, revision 5512

.cached format of help books is now endian-independent; also changed lookup logic for .cached files

2000-01-19 00:59 VS, revision 5511

generic wxFileDialog now stores customizations to registry/dotfile if possible

2000-01-18 22:54 GT, revision 5510

Fixed so this file will compile if wxUSE_IPC is 0 (previous fix broke something else). Changed _T() calls to wxT() calls

2000-01-18 21:45 RD, revision 5509

more fixes to match some updates in wxHTML

2000-01-18 21:39 RD, revision 5508

fixes to match some updates in wxHTML

2000-01-18 21:21 VZ, revision 5507

1. fixed compilation of wxExecute() for !wxUSE_IPC 2. wxLogStatus() will not assert if there is no statusbar to set text for

2000-01-18 20:26 GRG, revision 5506

Added IsScrollng() support for scroll and scrollwin events

2000-01-18 20:23 GRG, revision 5505

Test for IsScrolling() added

2000-01-18 20:13 GRG, revision 5504

isScrolling() in wxScroll[Win]Event

2000-01-18 19:48 GT, revision 5503

Removed a couple of debug lines

2000-01-18 17:06 JS, revision 5502

Avoided rounding errors in font point size calculations

2000-01-18 15:39 VS, revision 5501

added default icons for binary and unknown filetype

2000-01-18 15:39 VS, revision 5500

icons for generic file dialog

2000-01-18 15:38 JS, revision 5499

Put Stefan's speedup fix into DoBlit

2000-01-18 14:22 JS, revision 5498

Change to wxWindow::HandleCommand to allow accelerators to work even if there is no corresponding child window.

2000-01-18 12:29 GT, revision 5497

Changed code to allow for removal of the #include <windows.h> from wxprec.h for windows

2000-01-18 10:18 JS, revision 5496

Some more bug reports

2000-01-18 09:36 VS, revision 5495

m_LastPage changed to wxChar*, forgot to commit

2000-01-18 09:18 VS, revision 5494

added justification demo

2000-01-18 09:18 VS, revision 5493

HTML_* -> wxHTML_* (bugs in docs)

2000-01-18 09:18 VS, revision 5492

added support for align=justify

2000-01-18 09:17 VS, revision 5491

added wxHTML_ALIGN_JUSTIFY

2000-01-18 09:17 VS, revision 5490

added align=justify support ; also removed relic: GetMaxLineWidth

2000-01-18 09:17 VS, revision 5489

removed relic: GetMaxLineWidth