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-02-21 15:22 VZ, revision 14340

wxCursor(wxImage) added (Chris Elliott, patch 517439)

2002-02-21 15:19 VZ, revision 14339

fixes for big endiand machines (Chris Elliott, patch 520879)

2002-02-21 15:09 VZ, revision 14338

applied patch for calculating the tree items size with non default font (patch 520965)

2002-02-21 14:52 JS, revision 14337

Some more NanoX compile fixes

2002-02-21 14:46 JS, revision 14336

Removed bizarre test code of which I have no recollection...

2002-02-21 00:54 RD, revision 14335

Better wrapper for wxListCtrl.GetColumn, and some other cleanup

2002-02-21 00:51 RD, revision 14334

Better doc

2002-02-21 00:50 RD, revision 14333

A few tweaks and some cleanup for the wxPython demo

2002-02-21 00:01 RD, revision 14332

Fix so the Host: header in wxHTTP really works. With virtual hosts it is vital that the original host name given in the URL is used in the Host: header so the sever will use the right vhost config. Previously it was using the value returned from gethostbyaddr which will often not be the same as the hostname in the URL.

2002-02-20 23:19 JS, revision 14331

NanoX modificati NanoX modifications

2002-02-20 21:50 RR, revision 14330

Always send an erase event to satisfy some users...

2002-02-20 17:42 VZ, revision 14329

fixed SetForegroundColour() for the generic tree ctrl

2002-02-20 17:41 VZ, revision 14328

added tests for setting fg/bg colour

2002-02-20 16:41 VZ, revision 14327

added commands to rename the menus and menu items for testing various characters in the menu labels

2002-02-20 14:38 VZ, revision 14326

fix setting the font for a single-line text control (bug 508169)

2002-02-20 13:52 VZ, revision 14325

compilation fix

2002-02-20 13:27 VZ, revision 14324

reverted the previous fix, it's no longer needed now after the change to the default base in wxString::ToULong

2002-02-20 13:24 VZ, revision 14323

use base 10 by default in wxString::To[U]Long

2002-02-20 07:22 GD, revision 14322

corrected typo in Darwin specific code

2002-02-20 01:53 RD, revision 14321

Fix so the value given to wxTextEntryDialog::SetValue will actually be used in the entry field.

2002-02-20 01:51 RD, revision 14320

Fix so OGL can build without wxBuffer

2002-02-20 01:39 VZ, revision 14319

*do* generate the LEAVE events even when the mouse is captured

2002-02-20 01:37 VZ, revision 14318

fixed mouse input handling in wxUniv: the static boxes ust be transparent or the windows inside them don't get any mouse events at all

2002-02-20 00:52 VZ, revision 14317

don't use border styles for windows in wxUniversal

2002-02-20 00:25 VZ, revision 14316

use WS_CLIPSIBLINGS for wxStaticLine as well