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

2005-10-03 16:39 ABX, revision 35778

Source cleaning. wxMotif/OS2 adjustements.

2005-10-03 15:59 CE, revision 35777

avoid trying to link QA if not required

2005-10-03 15:53 CE, revision 35776

update to 2.7 from 2.6

2005-10-03 09:28 SC, revision 35775

avoid system pop-up menu commands being handled by wxApp, bug was shown in printing, using File->Print and changing Popup from 'Copies & Pages' to eg 'Layout'

2005-10-03 01:18 KO, revision 35774

Backporting build script fixes to 2.6 branch.

2005-10-03 01:14 KO, revision 35773

Backporting build script changes on HEAD to WX_2_6_BRANCH

2005-10-01 21:02 KH, revision 35772

Code formatting cleanup from OSAF [ patch 1307563 ]

2005-10-01 17:27 VZ, revision 35771

fix the size of the created subbitmap (backport from HEAD)

2005-10-01 15:27 VZ, revision 35770

fix the size of the created subbitmap

2005-10-01 03:42 DE, revision 35769

Ran bakefile -f autoconf and autoconf. Some missing headers have been added, the *NODOT variables were added to samples makefiles and the version changed from 2.6.2 to 2.7.0. Generated configure now includes "OS/2" fixes per wxAutohacks.

2005-09-30 16:39 DE, revision 35768

Needed to add #include "wx/statusbr.h" to know that wxStatusBar is derived from wxWindow for valid pointer comparison. Went ahead and moved some includes into new ifndef WX_PRECOMP section to improve compilation speed when using precompiled headers.

2005-09-30 09:15 MBN, revision 35767

Implemented wxMenuBar::Insert and wxMenu::Insert.

2005-09-30 09:12 MBN, revision 35766

Simplify preprocessor guards for render tables and new font handling. Remove unused method.

2005-09-29 13:54 ABX, revision 35765

More ports in non autoconf formats.

2005-09-29 12:34 ABX, revision 35764

Warning fix.

2005-09-29 10:52 ABX, revision 35763

wxCheckListBox cleanup.

2005-09-29 10:28 ABX, revision 35762

[ 1307801 ] datectrl.cpp missing from mono project for WinCE

2005-09-29 10:00 ABX, revision 35761

wxCheckListBox cleanup.

2005-09-29 07:22 JJ, revision 35760

Committing in . Updated OpenVMS configuration Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-09-28 23:43 KO, revision 35759

Allow the SWIG executable to be in a directory other than than SWIG-cvs.

2005-09-28 23:37 KO, revision 35758

Script for making the .mo files and preparing them in the correct way for them to be picked up by the Win INNO installer.

2005-09-28 23:33 KO, revision 35757

Update version number.

2005-09-28 23:31 KO, revision 35756

Reinstate building of docs/demos package, but disable chm file building until I can setup my environment for it.

2005-09-28 23:28 KO, revision 35755

Move away from relative paths on Win, fix Unicode option, reinstate docs and demos building, and various tweaks.

2005-09-28 21:16 MBN, revision 35754

Implement wxChoice::Insert.