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-08-23 10:39 VS, revision 8163

reverted my 2 previous checkins -- will merge back from 2.3 as soon as it proves stable

2000-08-22 23:03 RD, revision 8162

small bug fix in the wxSizer.Insert wrapper

2000-08-22 21:56 VS, revision 8161

fixed bug in wxListCtrl::SetItem (forgot to delete previous attribute from m_attrs)

2000-08-22 17:02 VZ, revision 8160

1. wxInputHandler now knows about wxRenderer and uses it 2. wxInputHandler::OnMouseMove() added 3. wxGTKRenderer (almost) draws scrollbars 4. scrollbar mouse handling starts to work

2000-08-22 15:28 VZ, revision 8159

typo fixed

2000-08-22 14:00 JS, revision 8158

Added Reset() to command line parser and called it from Parse(), so that you can call Parse() multiple times and get the desired result.

2000-08-22 10:12 VZ, revision 8157

bug #101 (wxListCtrl::GetItemRect() returns rectangle with incorrect height) fixed

2000-08-22 10:06 VZ, revision 8156

bug #103 (encodings not enumerated correctly) fixed

2000-08-21 19:14 VZ, revision 8155

1. (trivial) wxGTKColourScheme added 2. wxScrollBar draws almost fine under GTK

2000-08-21 17:08 JS, revision 8154

Double oops, removed include file

2000-08-21 17:07 JS, revision 8153

Oops, missed out include file

2000-08-21 17:06 JS, revision 8152

Doc fix and SetArguments implementation

2000-08-21 11:08 DW, revision 8151

no message

2000-08-21 10:31 JJ, revision 8150

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/samples/caret/descrip.mms Compile support for caret sample on wxGTK/VMS ----------------------------------------------------------------------

2000-08-20 22:21 VZ, revision 8149

forgotten files

2000-08-20 22:19 VZ, revision 8148

1. wxColourScheme used by Win32 renderer 2. wxScrollBar half implemented (drawing only)

2000-08-20 21:53 VS, revision 8147

fixed bug in gizmos Makefile.in

2000-08-20 21:53 VS, revision 8146

added contrib/gizmos to configure

2000-08-20 21:52 VS, revision 8145

added contrib/gizmos to configure.in

2000-08-20 21:52 VS, revision 8144

fixed stupid loop in wxFileSystem::OpenFile

2000-08-20 19:56 JS, revision 8143

Doc mods

2000-08-20 19:55 JS, revision 8142

Small mods

2000-08-19 20:26 VZ, revision 8141

added wxColourScheme

2000-08-19 19:26 VZ, revision 8140

1. wxInputHandler::Map() can return a sequence of actions, not only one 2. wxControl::PerformAction() takes a wxEvent parameter 3. wxGTK fix: send enter/leave events even when the mouse is captured 4. renamed "highlighted" state to "current"

2000-08-19 08:59 RR, revision 8139

The mac text ctrl wants '/r' from the log system for line breaks.