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-20 12:26 ABX, revision 39803

[ 1487463 ] XRC handler for wxOwnerDrawnComboBox.

2006-06-20 10:24 ABX, revision 39802

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

2006-06-20 00:36 KO, revision 39801

Updating manifests and attempting to use manifests to generate all ports.

2006-06-19 23:57 JG, revision 39800

Add required padding to DoGetBestSize() for small bitmaps when using themes

2006-06-19 23:50 JG, revision 39799

Add required padding to DoGetBestSize() for small bitmaps when using themes

2006-06-19 21:14 ABX, revision 39798

[ 1508778 ] Fix for wxOwnerDrawnComboBox list selection rendering.

2006-06-19 20:18 ABX, revision 39797

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

2006-06-19 18:30 PC, revision 39796

remove redundant GdkBitmap representation from wxBitmap

2006-06-19 16:37 RD, revision 39795

Oops, fix my language confusion. ;-)

2006-06-19 16:31 RD, revision 39794

Compile fix

2006-06-19 16:14 PC, revision 39793

remove obsolete color cube and image to bitmap code

2006-06-19 09:20 ABX, revision 39792

[ 1507795 ] Small doc patch.

2006-06-19 09:03 ABX, revision 39791

Warning fix.

2006-06-19 09:02 ABX, revision 39790

[ 1507736 ] wxOwnerDrawnComboBox improved list item width checking.

2006-06-19 08:24 VZ, revision 39789

more tweaks to the margins: don't need them to be so big in vertical direction

2006-06-19 07:16 VZ, revision 39788

compilation fix after last commit

2006-06-19 07:12 ABX, revision 39787

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

2006-06-19 06:37 ABX, revision 39786

Reverted wxString::Trim() backport.

2006-06-19 04:04 RD, revision 39785

minor distrib updates

2006-06-19 03:58 RD, revision 39784

backport changes from HEAD

2006-06-19 03:19 PC, revision 39783

initialize GdkColor so code which incorrectly accesses it will work as well as it did before

2006-06-18 21:40 VZ, revision 39782

fixed incorrect reference to wxhelpeventorigin

2006-06-18 21:38 VZ, revision 39781

allow claling Unassociate() on previously not initialized wxMimeTypesManager (backport from HEAD)

2006-06-18 21:33 VZ, revision 39780

allow claling Unassociate() on previously not initialized wxMimeTypesManager

2006-06-18 19:43 SN, revision 39779

Backported fixed from version 1.39 (patch #1507207).

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.