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

2006-06-18 19:36 SN, revision 39778

Added GetCurrentSelection().

2006-06-18 19:31 SN, revision 39777

Fixed sizer height and queried text length according to patch #1507207

2006-06-18 19:25 SN, revision 39776

Partly reverted changes to Get(Current)Selection.

2006-06-18 11:52 SN, revision 39775

Avoid problems with events that might be sent during creation of controls.

2006-06-18 11:45 SN, revision 39774

Avoid problems with events that might be sent during creation of controls.

2006-06-18 11:16 JS, revision 39773

Wouldn't compile on Intel/universal binary with those tests, and do we really need several lines of ifdefing just to include a header maybe for microsecond gains?

2006-06-18 11:07 JS, revision 39772

Give app a default wxWidgets icon other than random one e.g. CD-ROM

2006-06-18 06:54 PC, revision 39771

revert unintended changes in previous commit

2006-06-18 06:42 PC, revision 39770

build fix for older gtk2

2006-06-18 03:37 PC, revision 39769

build fix for older gtk2, second attempt

2006-06-17 21:09 PC, revision 39768

build fix for older gtk2

2006-06-17 20:50 RD, revision 39767

Make the picker headers accessible to all

2006-06-17 19:09 PC, revision 39766

use AllocExclusive in wxImage

2006-06-16 12:48 VZ, revision 39765

don't loop needlessly in OnHelp() if the event comes from the bookctrl itself

2006-06-16 10:42 ABX, revision 39764

Final fix from '[ 1473731 ] wxColourBase and wxString <-> wxColour implementation'.

2006-06-16 09:31 ABX, revision 39763

Header correction.

2006-06-16 09:11 ABX, revision 39762

[ 1504474 ] Small hyperlink doc fix.

2006-06-16 07:20 JJ, revision 39761

Committing in . Update OpenVMS makefiles to support wxAUI Modified Files: wxWidgets/descrip.mms Added Files: wxWidgets/samples/aui/descrip.mms wxWidgets/src/aui/descrip.mms ----------------------------------------------------------------------

2006-06-16 07:14 ABX, revision 39760

Include wx/region.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-15 23:30 ABX, revision 39759

wxString::Trim() backported from CVS Head - fix for Bug #1472688.

2006-06-15 23:21 ABX, revision 39758

Final fix for Bug #1472688 'wxString::Trim() is broken'

2006-06-15 23:06 KO, revision 39757

Fix typos in picker control header names in files.bkl.

2006-06-15 22:18 MW, revision 39756

Bourne compatible wx-config changelog

2006-06-15 21:58 MW, revision 39755

Implement wxGetMouseState() for motif, x11 and mgl

2006-06-15 21:42 MW, revision 39754

Use the posix S_ISREG instead of S_IFREG if it is defined. Fixes wxFileExists on DJGPP where S_IFREG is defined as 0.