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-06-01 00:11 RD, revision 34478

Try IDC_HAND first and then load "WXCURSOR_HAND" if it fails

2005-05-31 23:54 RD, revision 34477

Switch to using wxArtProvider::GetBitmap instead of GetIcon so if the original image has alpha it is preserved on MSW.

2005-05-31 23:53 RD, revision 34476

Convert alpha (if any) to mask in wxBitmapToIconOrCursor. Note that it is possible to put alpha in the icon instead of using a mask, but I don't have time to figure that out today.

2005-05-31 22:31 VS, revision 34475

fixed initialization of standard IDs to happen before first use

2005-05-31 21:56 JS, revision 34474

Temporary fix

2005-05-31 21:41 RD, revision 34473

DocView patches from Morgen Hua: bug fixes, and additional SVN commands, also added a default template that uses the text editor for any unknown file type.

2005-05-31 21:12 JS, revision 34472

Applied patch [ 1212020 ] MediaCtrl DirectShow drawing and sample

2005-05-31 21:02 JS, revision 34471

Fixed images

2005-05-31 20:49 JS, revision 34470

Replaced image

2005-05-31 20:47 JS, revision 34469

Fixed image

2005-05-31 20:44 MW, revision 34468

Change 'test -e' to 'test -f' for Sun

2005-05-31 20:29 JS, revision 34467

Artwork replacement (c) Julian Smart

2005-05-31 19:03 ABX, revision 34466

More warning and error fixes (work in progress with Tinderbox).

2005-05-31 17:47 ABX, revision 34465

More warning and error fixes (work in progress with Tinderbox).

2005-05-31 16:38 JS, revision 34464

Baked files for 2.6.1

2005-05-31 16:17 JS, revision 34463

Replaced embedded images

2005-05-31 16:15 JS, revision 34462

Corrected size of image

2005-05-31 16:01 CE, revision 34461

fix dmc

2005-05-31 15:51 CE, revision 34460

fix dmc need const

2005-05-31 15:42 ABX, revision 34459

More warning and error fixes (work in progress with Tinderbox).

2005-05-31 15:33 VZ, revision 34458

send wxEVT_SCROLL_CHANGED when using mouse wheel as well

2005-05-31 15:32 ABX, revision 34457

More warning and error fixes (work in progress with Tinderbox).

2005-05-31 15:25 VZ, revision 34456

wxStandardPaths methods are not static; documented Get()

2005-05-31 15:22 VZ, revision 34455

added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL

2005-05-31 15:01 VZ, revision 34454

document that SetCurrent() must be called on a visible window; assert that this is the case