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

2004-08-25 22:03 RD, revision 28903

Various tweaks and fixes from Kevin A.

2004-08-25 21:57 RD, revision 28902

Use ConvertAlphaToMask

2004-08-25 21:56 RD, revision 28901

use right return type for GetListCtrl

2004-08-25 21:22 RD, revision 28900

wxFileHistory has a second parameter

2004-08-25 21:16 RD, revision 28899

ConvertAlphaToMask

2004-08-25 21:14 RD, revision 28898

Doc tweaks, changes for stock buttons (but left commented out since that is still in flux)

2004-08-25 21:12 RD, revision 28897

Add wx.ART_BUTTON

2004-08-25 19:57 RD, revision 28896

updated to wx namespace

2004-08-25 19:38 RD, revision 28895

Corrected line endings

2004-08-25 19:31 RD, revision 28894

wx.FSFile objects should be destroyed by the user of the wxFileSystem

2004-08-25 18:50 ABX, revision 28893

Support for comma in contrib gizmo wxLEDNumberCtrl (patches #1006434, #1007063 with modifications).

2004-08-25 18:42 ABX, revision 28892

Fix for wrong replacement of the FALSE.

2004-08-25 18:39 ABX, revision 28891

Fix for missed comment markup.

2004-08-25 16:59 RD, revision 28890

Hide page2 until it is needed

2004-08-25 16:59 RD, revision 28889

"wxWindows" --> "wxWidgets"

2004-08-25 16:58 RD, revision 28888

be explicit

2004-08-25 16:57 RD, revision 28887

tweaks to play with differnt styles

2004-08-25 15:19 SC, revision 28886

added trailing slash

2004-08-25 12:17 ABX, revision 28885

Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, ::.

2004-08-25 11:14 VS, revision 28884

compilation fix

2004-08-25 11:09 VS, revision 28883

WXDLLEXPORT fixes

2004-08-24 23:57 RD, revision 28882

SetSizeHints fix

2004-08-24 22:52 RD, revision 28881

Put back the caching of property panels (as there is a noticable improvement in speed) but just Hide() them instead of Reparent().

2004-08-24 22:24 VS, revision 28880

added wxListBox styles

2004-08-24 21:15 VS, revision 28879

WXDLLEXPORT fixes

2004-08-24 19:39 SC, revision 28878

FSRef transition

2004-08-24 19:30 SC, revision 28877

metrowerks is not implementing the mb calls in libc correctly (always needs correct length param), so we switch to our own conversion code

2004-08-24 18:34 RD, revision 28876

Don't cache property and style panels as wxMac can't do Reparenting

2004-08-24 10:31 ABX, revision 28875

Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!NotEmpty().

2004-08-24 01:33 DS, revision 28874

invalidate field-width cache before refreshing (Mac redraws immediately)

2004-08-23 22:27 DS, revision 28873

invalidate field-width cache when changing field count

2004-08-23 18:11 SC, revision 28872

FSRef transition, common constant

2004-08-23 17:48 SC, revision 28871

resource fork not used anymore

2004-08-23 15:45 ABX, revision 28870

Fixed sending events by submenus.

2004-08-23 14:24 SC, revision 28869

making tool enable consistent (was using mix of enable and activate controls before)

2004-08-23 13:59 SC, revision 28868

avoiding a OS-Level set focus for a control that already has the focus

2004-08-23 12:55 VS, revision 28867

fixes for C++ code generator (modified patch 1010058)

2004-08-23 10:56 ABX, revision 28866

WinCE warning fixes.

2004-08-23 10:53 ABX, revision 28865

Native SmartPhone wxChoice implementation.

2004-08-22 20:27 VS, revision 28864

center the icon vertically

2004-08-22 19:36 VS, revision 28863

added alpha channel support

2004-08-22 19:35 VS, revision 28862

more wxArtProvider fixes

2004-08-22 19:23 VS, revision 28861

added GTK2 implementation of wxArtProvider

2004-08-22 18:56 VS, revision 28860

added wxART_BUTTON

2004-08-22 18:49 VS, revision 28859

wxArtProvider usage fixes

2004-08-22 18:48 VS, revision 28858

tree control uses 16x16 pixels, explicitly request this size

2004-08-22 18:32 VS, revision 28857

set mask when converting pixbuf to pixmap

2004-08-22 18:23 VS, revision 28856

use GTK+ API for setting icons instead of direct X11 calls

2004-08-22 18:21 VS, revision 28855

added pixmap->pixbuf conversion as well

2004-08-22 17:19 VS, revision 28854

linking in artstd.obj doesn't have to be forced, it happens thanks to InitStdProvider reference