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-01-17 16:24 JS, revision 36928

Cleanup

2006-01-17 16:20 JS, revision 36927

Applied patch [ 1393577 ] show volumename in dirctlg Viktor P

2006-01-17 16:08 JS, revision 36926

Applied patch [ 1382552 ] Fixes GDI-ressource leak in wxStaticBitmap Robert N.

2006-01-17 16:00 JS, revision 36925

Applied patch [ 1405821 ] wxVListBox double-buffering + fix to a scrolling issue By Jaakko Salli

2006-01-17 15:53 JS, revision 36924

Applied patch [ 1407318 ] bitmap clipping / transparency mask (X11 port) By Burkhard Fischer

2006-01-17 15:41 JS, revision 36923

Applied patch [ 1389709 ] XP theme support for DrawHeaderButton, DrawTreeItemButton By Chris Mellon

2006-01-17 15:37 JS, revision 36922

Applied patch [ 1349607 ] [msw] Multiline notebook tab label change can add extra row

2006-01-17 15:23 JS, revision 36921

Applied patch [ 1369264 ] added note for wxListCtrl::OnGetItemAttr( long item)

2006-01-17 15:05 JS, revision 36920

Improved ugly custom tool button drawing

2006-01-17 09:53 JS, revision 36919

Applied patch [ 1345297 ] Crash with MSW wxPrintDialog when pressed OK.

2006-01-17 09:46 JS, revision 36918

Applied patch [ 1385822 ] fixed stdpaths get folder path on WinCE Vince Harron

2006-01-17 09:38 JS, revision 36917

Applied patch [ 1340814 ] fix for wxTextCtrl::GetStyle Aron Pongo

2006-01-17 09:28 JS, revision 36916

Applied patch [ 1370718 ] WinCE does not support drive letters Mike Wolfram

2006-01-17 09:25 JS, revision 36915

Applied patch [ 1344168 ] wxUniv (on MSW) IM input no response By Danny Raynor

2006-01-17 05:42 RD, revision 36914

Another merge of 2.6 changes

2006-01-17 04:24 RD, revision 36913

return correct client size for child window which are being defer-resized (backport from HEAD)

2006-01-17 04:24 RD, revision 36912

Comment about the new image-in-other-columns support

2006-01-17 04:23 RD, revision 36911

Use wx.media.EVT_MEDIA_LOADED to know when it is safe to play the media.

2006-01-17 04:20 RD, revision 36910

Remove the busy-wait loops in wxAMMediaBackend::Play as they didn't work right anyway... Also silence some log messages when a failure is expected from wxCheckWindowWndProc.

2006-01-17 02:20 RD, revision 36909

Enable wxListCtrl in report mode to be able to use images in other columns, if ComCtl32 >= 470. All it needed was to add the LVS_EX_SUBITEMIMAGES style, everything else was already in place, and the generic control already supports it too. (Backport from HEAD)

2006-01-17 02:13 RD, revision 36908

reSWIGged

2006-01-17 02:13 RD, revision 36907

Enable wxListCtrl in report mode to be able to use images in other columns, if ComCtl32 >= 470. All it needed was to add the LVS_EX_SUBITEMIMAGES style, everything else was already in place, and the generic control already supports it too.

2006-01-17 02:00 RD, revision 36906

reSWIGged

2006-01-17 01:53 RD, revision 36905

bumped subrel number

2006-01-17 01:50 RD, revision 36904

Change the InsertStringItem to use the form that takes an imageIndex, and set the default to -1. This ensures that on wxMSW that if there is an image list but they don't specify an image, the native control doesn't used one anyway.