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

2005-10-05 23:31 KH, revision 35803

Updated link to comctl32 download [ patch 1311650 ]

2005-10-05 23:20 KH, revision 35802

When recv returns 0, the connection has been remotely closed or dropped. Changes are to Read [ modified patch 1303565 ] and Select [ patch 1283936 ]

2005-10-05 16:22 ABX, revision 35801

wxColour source cleaning. Corrections to 'const unsigned char' within wxColour docs.

2005-10-05 15:42 KH, revision 35800

Revert last change, which made it impossible to set a custom text color and then query the color. Instead, set the correct system/theme color when the control is created and use the original GetTextColour method.

2005-10-05 15:38 KH, revision 35799

Do not allow events to fire after socket is closed (fixes crash on GTK with GDK_Input events) [Patch 1281054]

2005-10-05 12:11 VZ, revision 35798

silence a few (harmless) HP aCC warnings

2005-10-04 18:14 ABX, revision 35797

Fix for mistake with const for non pointer/reference with corrections in documentation.

2005-10-04 17:17 VZ, revision 35796

don't compile this file at all in Motif2 build

2005-10-04 16:48 VZ, revision 35795

compilation fix for HP-UX (at least version 11)

2005-10-04 16:13 ABX, revision 35794

wxBrush::SetColour and wxPen::SetColour unified. Source cleaning.

2005-10-04 14:44 VZ, revision 35793

first character of a command in a make rule must be TAB (not space or #): fixes build with HP-UX make

2005-10-04 12:53 VZ, revision 35792

reverted last (accidental) change

2005-10-04 11:11 VZ, revision 35791

fixed bug in error message given if X headers/libs not found

2005-10-04 11:08 VZ, revision 35790

updated version in configure to 2.7.0 too

2005-10-04 08:08 CE, revision 35789

#if wxUSE_DEBUGREPORT seems Ok

2005-10-03 23:52 VZ, revision 35788

escape underscores and don't use abbreviations in text

2005-10-03 23:07 VZ, revision 35787

don't use %08p format string, gcc complains about it

2005-10-03 23:06 VZ, revision 35786

regenerated after version.bkl changes fixing -compatibility_version for Darwin

2005-10-03 21:08 VZ, revision 35785

added new files which were generated by bakefile but were not in cvs for some reason

2005-10-03 21:05 VZ, revision 35784

regenerated after version.bkl changes fixing -compatibility_version for Darwin

2005-10-03 20:56 VZ, revision 35783

offset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin: this is forbidden

2005-10-03 20:40 VZ, revision 35782

transformed current/revision/age explanation comment into algorithmic form (from the original libtool rule-based one which was more suitable for Prolog interpreter than human beings...)

2005-10-03 18:19 VZ, revision 35781

added --without-subdirs option to speed up configure when you only need to build the main library

2005-10-03 17:54 VZ, revision 35780

added more methods to transparently convert wxTreeItemIdValue to wxTreeItemId to wxArrayTreeItemIds

2005-10-03 17:18 VZ, revision 35779

removed old commented out code and out of date comments