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-02-04 17:08 JS, revision 5838

Minor doc typos removed; compilation improved for VC++ 4.x

2000-02-04 17:01 RR, revision 5837

Minor GTK fixes for wxGrid.

2000-02-04 15:17 VZ, revision 5836

fixed resize line drawing

2000-02-04 14:57 VZ, revision 5835

fixed refresh problem due to rounding errors

2000-02-04 14:16 RR, revision 5834

ROP changes.

2000-02-04 13:49 VZ, revision 5833

fixed AdvanceSelection() wrapping

2000-02-04 11:17 MB, revision 5832

Many bug fixes for display code: - clicking outside cell area no longer causes crashes - clicking beyond labels is now ignored - better cell selection code - old grid sample now works with this grid - newlines can be entered in to cell edit control

2000-02-04 08:41 SN, revision 5831

Added drag-shrinking

2000-02-03 17:37 VZ, revision 5830

fixed bug in handling quoted characters in value names

2000-02-03 15:14 SN, revision 5829

Added drag-shrinking.

2000-02-03 13:56 GT, revision 5828

Replaced C++ comment with C comment

2000-02-03 13:30 VZ, revision 5827

re-checking in files in Unix mode

2000-02-03 13:17 BJ, revision 5826

remove c++ comment in header

2000-02-03 13:07 BJ, revision 5825

fix include files path

2000-02-03 12:35 VZ, revision 5824

added WM_SYSCHAR processing

2000-02-03 12:20 VZ, revision 5823

fixed bug with propagating wxWS_EX_VALIDATE_RECURSIVELY

2000-02-03 07:18 MB, revision 5822

Used old name SelectCell instead of new name SetCurrentCell

2000-02-03 07:11 MB, revision 5821

Added missing SetGridCursor function

2000-02-03 06:07 MB, revision 5820

Updated demo program to work with revised grid code

2000-02-03 06:03 MB, revision 5819

Removed cell highlighting temporarily. Now wxGrid::EnableEditing(bool) sets the cell edit control to be editable or read-only. Fixed row sizing problem where text was clipped in the cell edit control.

2000-02-03 04:43 MB, revision 5818

Major redesign of grid classes: - wxGrid now derives from wxScrolledWindow - Row labels, col labels, corner labels and grid cell area implemented as separate classes The new design fixes the display problems (bad flicker when scrolling) and simplifies the internal handling of grid cell coordinates, the edit control etc.

2000-02-02 22:43 RD, revision 5817

more change documentation

2000-02-02 22:38 RD, revision 5816

more change documentation

2000-02-02 21:32 VS, revision 5815

added wxUSE_DEBUG_NEW_ALWAYS to --enable-mem_tracing (quite useless otherwise)

2000-02-02 21:18 VS, revision 5814

fixed bug that caused assertion failure when printing HTML with images