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-06-20 11:36 VZ, revision 7613

oops, forgot to add

2000-06-20 11:35 VZ, revision 7612

1. generic wxCaret fixes 2. wxGTK focus fix 3. wxCaret docs

2000-06-20 10:02 RR, revision 7611

Corrected wxWindow::SetCursor().

2000-06-20 07:30 VZ, revision 7610

fix for IRIX compilation with gcc (hopefully)

2000-06-20 07:14 VZ, revision 7609

documented Left[Is]Down behaviour and changed the obsolete test in the sample

2000-06-19 21:55 VS, revision 7608

documented connection with wxFileSystem

2000-06-19 14:23 JS, revision 7607

BC++ updates, propery form fix, dialog fix

2000-06-19 11:59 VZ, revision 7606

1. it is now possible to say ParseFormat("%4Y%2d%2m") 2. hard-coded a rollover date into ParseFormat("%y") - bad, but can't do anything better right now

2000-06-19 11:25 VZ, revision 7605

some HP-UX compiler warnings fixed

2000-06-19 11:10 RR, revision 7604

Added empty line at the end.

2000-06-19 11:09 RR, revision 7603

Added more missing "class"s to friend decl.

2000-06-19 11:08 RR, revision 7602

Added missing "class" to friend decl.

2000-06-19 10:21 VZ, revision 7601

allow dragging the divider line outside the window

2000-06-19 08:52 VZ, revision 7600

may be resizing finally works now (I am not even sure any more)

2000-06-19 08:38 VZ, revision 7599

fixed GetMonth/YearStart/End off by 1 bug

2000-06-19 08:10 VZ, revision 7598

fixes to wxZipInputStream EOF (not) handling

2000-06-19 08:09 VZ, revision 7597

forgotten fix for write_append and non existing file

2000-06-19 08:00 JS, revision 7596

BC++/Mingw32 patches applied

2000-06-19 07:50 VZ, revision 7595

compilation error fixed (see Sun build log)

2000-06-19 07:48 VZ, revision 7594

made GetSize() public

2000-06-19 07:44 VZ, revision 7593

fixed problem with PushEventHandler() and OnIdle()

2000-06-18 21:31 VZ, revision 7592

1. fixed wxDC::DrawArc() problem with full circles 2. replaced about a dozen occurences of some wxSTIPPLE_MASK_OPAQUE related code with a helper class (talk about code bloat...) 3. wxColourDialog parent is set correctly now, other minor fixes there

2000-06-18 15:58 RR, revision 7591

Getting rid of CVS conflicts. Fixed forgotten idle priority value in wxYield().

2000-06-18 14:48 JS, revision 7590

Added VC++ IDE tech note. Sorry, I'm not going to dumb it down to plain text...

2000-06-18 12:19 BJ, revision 7589

missing button.h header