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-04-09 20:13 DE, revision 26678

wxCocoa: added ObjcRef.mm and ObjcRef.h

2004-04-09 15:16 DS, revision 26677

implemented a simple DoGetBestSize() for MSW's wxScrollBar

2004-04-08 19:15 VZ, revision 26676

do use context menu event under wxGTK, it is supported there now

2004-04-08 12:43 VZ, revision 26675

last check in forgot to add WS_VSCROLL to the listbox sttyle, added back to reenable the vertical scrollbar

2004-04-08 12:24 SC, revision 26674

make sure we are comparing the stripped strings

2004-04-08 12:13 VZ, revision 26673

use SetDefaultBackgroundColour() instead of SetBgColour()

2004-04-08 12:13 VZ, revision 26672

suppress warnings during WinCE compilation

2004-04-08 12:11 VZ, revision 26671

we can now use png/jpeg/gif

2004-04-08 12:11 VZ, revision 26670

1. moved InheritAttributes() from wxControl to wxWindow 2. made it inherit only the attributes explicitly set for the parent 3. "explicitly set" means set with SetXXX(), not newly added SetDefaultXXX() 4. documented InheritAttributes(), ShouldInheritColours() and SetDefaultXXX()

2004-04-08 10:21 VZ, revision 26669

corrected wxEVENT_PROPAGATE_XXX constants names

2004-04-07 23:35 RD, revision 26668

Changed name to wxFIXED_MINSIZE since that is more descriptive of what it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set.

2004-04-07 23:24 RD, revision 26667

Use FIXED_MINSIZE on the listbox

2004-04-07 23:22 RD, revision 26666

Changed name to wxFIXED_MINSIZE since that is more descriptive of what it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set.

2004-04-07 23:06 RD, revision 26665

Changed name to wxFIXED_MINSIZE since that is more descriptive of what it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set.

2004-04-07 22:45 RD, revision 26664

reSWIGged

2004-04-07 22:42 RD, revision 26663

notes about sizer changes

2004-04-07 22:41 RD, revision 26662

Put back wxMSW's wxStaticBitmap::DoGetBestSize because GetBitmap (used in base DoGBS) is not able to be called until the control is fully constructed

2004-04-07 22:02 RD, revision 26661

use wxBU_EXACTFIT for the small buttons

2004-04-07 21:58 RD, revision 26660

fix for self.root == None

2004-04-07 21:56 RD, revision 26659

set m_bestSize

2004-04-07 21:48 RD, revision 26658

wxStatusBarGeneric::DoGetBestSize

2004-04-07 21:47 RD, revision 26657

wxStaticBitmapBase::DoGetBestSize

2004-04-07 21:26 RD, revision 26656

Use default window IDs

2004-04-07 21:25 RD, revision 26655

Various layout tweaks, wx.FIXED_SIZE added, etc.

2004-04-07 21:22 RD, revision 26654

Add wxRTTI info and set bestSize