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

1999-01-29 13:12 VZ, revision 1511

wxConfig() ambiguity resolved

1999-01-29 12:54 RR, revision 1510

Added distribution script Corrected wxGTK.spec Applied socket patch Small updates

1999-01-29 12:49 VZ, revision 1509

compile fix (still not tested) for GetLastChild()

1999-01-28 18:25 RR, revision 1508

Removed wxNullRegion Finalized wxClpboard

1999-01-28 14:41 VZ, revision 1507

1. PositionToXY() off-by-2 (!) bug corrected 2. controls sample dumps info about text control when F1 is pressed

1999-01-28 14:01 VZ, revision 1506

corrected an off-by-1 bug in GetNumberOfLines() and PositionToXY() for single-line text controls

1999-01-28 13:44 VZ, revision 1505

bool wxString::operator!() const added

1999-01-28 13:37 VZ, revision 1504

wxLogMessage()s are now shown (again)

1999-01-28 09:57 RR, revision 1503

Found mem leaks (except one) Next take at focus vs. keyboard input probs

1999-01-28 08:34 RR, revision 1502

Committing wxUSE_DEBUG_NEW_ALWAYS

1999-01-27 18:46 VZ, revision 1501

GTK asserts disappeared - but surprizngly, SetInsertionPoint() still doesn't seem to work for multiline controls.

1999-01-27 18:42 VZ, revision 1500

Harm's patch to fix a crash of wxPoem sample on termination

1999-01-27 18:20 VS, revision 1499

added wxJPEGHandler

1999-01-27 17:15 RR, revision 1498

wxToolTip part II small change in tab traversal makefile corrections wxGLCanvas moved

1999-01-27 16:13 VS, revision 1497

added wxJPEGHandler

1999-01-27 15:28 VZ, revision 1496

1. added wxTreeCtrl::GetLastChild (modified MSW, GTK, generic and docs) 2. added more kbd logic to the generic tree ctrl (Home, End are now understood, Left does the same thing as under Windows and not the same thing as Up arrow)

1999-01-27 15:17 VZ, revision 1495

made wxSplitterWindow::SplitXXX() virtual

1999-01-27 10:01 JS, revision 1494

Added dde sample; added docs/index.htm

1999-01-27 10:00 JS, revision 1493

Added Joel's wxchar.h for future Unicode adventures

1999-01-27 09:48 KB, revision 1492

Another solaris fix. :-<

1999-01-26 16:08 VZ, revision 1491

Added Upper() and Lower() - return the copy of the string converted to upper or lower case (unlike MakeXXX() counterparts which change the string itself)

1999-01-26 14:18 JS, revision 1490

Added dataxpm.c to avoid name clash; removed ifdefing around wxDummyChar

1999-01-26 13:48 VZ, revision 1489

some gixes to PositionToXY() - not sure if I made it work better or worse though

1999-01-26 13:46 KB, revision 1488

More compilation fixes for Solaris. :-<

1999-01-26 13:11 VZ, revision 1487

Oops... compilation error just checked in fixed