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-15 15:17 GRG, revision 6038

...

2000-02-15 14:48 VZ, revision 6037

demo of wxYield() bug

2000-02-15 14:08 VZ, revision 6036

fixed bug in handling value names with escaped chars

2000-02-15 12:56 RR, revision 6035

Various distrib related changes.

2000-02-15 12:53 VZ, revision 6034

typo fixed

2000-02-15 12:36 VZ, revision 6033

added wxUSE_PLOT

2000-02-15 11:50 MB, revision 6032

Fixed typo with TV_HITTESTINFO

2000-02-15 11:49 RR, revision 6031

Readded plot event constants.

2000-02-15 11:25 JS, revision 6030

Removed old Ming95 makefiles

2000-02-15 10:21 VZ, revision 6029

more translators

2000-02-15 10:06 VZ, revision 6028

added wxUSE_PLOT

2000-02-15 09:55 BJ, revision 6027

SCROLLWIN instead of SCROLL again

2000-02-15 09:53 VZ, revision 6026

oops... another incorrectly resolved cvs conflict

2000-02-15 09:50 VZ, revision 6025

conflicts markers removed

2000-02-15 09:49 VZ, revision 6024

fix for drawing bitmap buttons under Win95 (untested)

2000-02-15 09:37 RR, revision 6023

Many plot window gooddies.

2000-02-15 09:26 RL, revision 6022

fixed test for _vsnprintf

2000-02-15 09:22 BJ, revision 6021

wxEVT_SCROLL_THUMBRELEASE instead of wxEVT_SCROLLWIN_THUMBRELEASE

2000-02-15 07:08 RD, revision 6020

Some cleanup.

2000-02-15 05:49 DW, revision 6019

Updates to make VA 3.0 compile again, particularly xpm

2000-02-15 05:00 DW, revision 6018

minimal makefile for VA 3.0

2000-02-15 00:05 VZ, revision 6017

1. implemented wxRegKey::Copy() and CopyValue() 2. regtest sample doesn't crash any more 3. wxLogGui uses msg box for only 1 message 4. "const wxEventType" => "enum" 5. wxEVT_COMMAND_TREE_END_DRAG introduced - see sample for example 6. fixed several non fatal bugs in wxRegKey 7. many changes in regtest sample, not tested yet

2000-02-14 21:45 GRG, revision 6016

just some comments

2000-02-14 21:35 RD, revision 6015

1. Initialized m_displayed to TRUE to solve a cell highlight problem for some systems. If this causes no problems then this flag can be removed. 2. Took out the edit timer so now a second click in the current cell will activate the edit control, even if it is several seconds later.

2000-02-14 19:27 SN, revision 6014

Fixed SetCurrentCell. Fixed CalcCellsExposed.