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

2002-05-25 17:11 VZ, revision 15665

changes to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles handling which should now work more as expected

2002-05-25 14:24 VZ, revision 15664

new wxWindow::FindWindowByXXX() methods replacing the old global functions (patches 560214, 559916, 559811, ...)

2002-05-25 14:23 VZ, revision 15663

fixed calling Union() or Offset() on a previously Clear()ed region, also removed some duplicate code (bug 560302 and more)

2002-05-25 13:02 VZ, revision 15662

prevent the parent window from losing activation when a popup is shown

2002-05-25 09:40 RR, revision 15661

Set the focus to the html display window if the help frame comes to the front. With this, you can use context sensitive help systems without the mouse.

2002-05-24 22:23 VZ, revision 15660

added test for loading image from wxMemoryStream

2002-05-24 22:09 VZ, revision 15659

fixed wxStreamBuffer::Tell() to return at least sometimes a valid result

2002-05-24 21:31 VZ, revision 15658

wxTextCtrl::OnChar() can't be used to translate the key strokes in the text control

2002-05-24 17:15 RD, revision 15657

and fixed a type too

2002-05-24 16:28 RD, revision 15656

Fixed a quoting problem

2002-05-23 23:02 VS, revision 15655

backported fix for wxZipInputStream::OnSysSeek

2002-05-23 22:01 VZ, revision 15654

fixedb ug with normalization of UNC paths (patch 558701)

2002-05-23 21:52 VZ, revision 15653

popup windows wre not using TOPMOST style under wxUniv any longer -- fixed

2002-05-23 21:25 VZ, revision 15652

wxUniv compilation fixes (patch 559620)

2002-05-23 21:23 VZ, revision 15651

ixed compilation for wxUSE_STREAMS == 0

2002-05-23 20:35 RR, revision 15650

The combobox didn't like empty strings at all. It caused the pop-up-list to get skrewed up.

2002-05-23 17:57 RR, revision 15649

Redirect SetFocus Part II.

2002-05-23 17:57 RR, revision 15648

Redirect wxComboBox::SetFocus to its text field Part I.

2002-05-23 17:56 RR, revision 15647

Let wxFileSystem use wxFFileInputstream and not wxFileInoutStrea as that is broken on Macs.m

2002-05-23 17:54 RR, revision 15646

Did I change anything here?

2002-05-23 17:53 RR, revision 15645

wxSPinCtrl no longer set focus to its text field when setting a value.

2002-05-23 17:52 RR, revision 15644

wxButtons no longer leave junk on dialogs when moved.

2002-05-22 23:36 VZ, revision 15643

fixed propagating of EVT_WIZARD_XXX events to the parent

2002-05-22 23:14 VZ, revision 15642

restore the stream position in wxImageHandler itself instead of forcing all derived classes to do it themselves

2002-05-22 22:48 VZ, revision 15641

added \\server\dir\filename.exe test case