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-10-22 23:53 robind, revision 8613

Some minor bugs fixed, some spit and polish, especially in the demo, and some fixes in the build and distrib stuff.

2000-10-22 04:48 robind, revision 8612

Some minor bugs fixed, some spit and polish, especially in the demo, and some fixes in the build and distrib stuff.

2000-10-21 22:09 robind, revision 8611

Some tweaks to make the AutoComplete list box behave better, and a few other little things

2000-10-20 20:19 vadz, revision 8610

1. wxScrollHelper can be used to scroll only parts of window 2. wxTextCtrl and wxButton size calc adjusted again

2000-10-20 16:54 robind, revision 8609

fixed a CVS conflict

2000-10-20 16:31 robind, revision 8608

a platform fix in the demo

2000-10-20 16:19 robind, revision 8607

more tweaking of the build/distrib scripts

2000-10-20 16:10 vadz, revision 8606

minor fixes from the bug reports

2000-10-20 15:48 vadz, revision 8605

mention 'b' flag for wxFFile::Open

2000-10-20 15:41 vadz, revision 8604

removed incorrect param from docs

2000-10-20 15:32 vadz, revision 8603

removed the pad from wxWindow::DoGetBestSize(), now do it in Fit() only

2000-10-20 15:31 vadz, revision 8602

an implementation of wxListBox::SetFirstItem() which seems to work

2000-10-20 15:04 roebling, revision 8601

Set wxLB_SINGLE style if no style is set. Eat <Enter> presses so that no item gets unselected in single mode.

2000-10-20 14:39 vadz, revision 8600

fixed off by 1 error in CharsetToEncoding() for CP encodings

2000-10-20 14:38 roebling, revision 8599

Minor correction to listbox::SetFirstItem so that it doesn't scroll beyond the legal range.

2000-10-20 14:11 vadz, revision 8598

fixed problem with calling SetFont() when (multiline) text control didn't have any value yet

2000-10-20 13:16 vadz, revision 8597

added crash-preventing check to Iconize

2000-10-20 11:49 ronl, revision 8596

updated icon to yes (after losing the race to commit by a matter of milliseconds :)

2000-10-20 11:49 vadz, revision 8595

mention OpenMotif

2000-10-20 11:43 vadz, revision 8594

updated Swedish translation state

2000-10-20 11:43 ronl, revision 8593

replaced contributer I rudely kneecapped moments too soon

2000-10-20 09:16 vadz, revision 8592

bug with lbox recreation fixed

2000-10-20 00:48 vadz, revision 8591

1. many (minor) listbox fixes 2. scrollbar thumb now has min size

2000-10-20 00:36 vadz, revision 8590

more tests

2000-10-19 23:58 vadz, revision 8589

added listbox test/demo