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-15 19:27 RD, revision 26803

Use GetHandle for Mac too

2004-04-15 19:27 RD, revision 26802

MacSetMetalAppearance

2004-04-15 19:26 RD, revision 26801

Default for id

2004-04-15 19:22 RD, revision 26800

reSWIGged

2004-04-15 19:19 RD, revision 26799

Add width and precision params for wxGridCellFloatEditor

2004-04-15 19:17 DE, revision 26798

Make buttons display the bitmap image instead of the text "Bitmap Button"

2004-04-15 19:01 RD, revision 26797

Added SetDefaultXXX methods

2004-04-15 18:58 RD, revision 26796

install missing headers

2004-04-15 18:31 RD, revision 26795

Added new encoding, new methods

2004-04-15 18:26 RD, revision 26794

Moved some enums around to better match the C++ headers

2004-04-15 18:24 RD, revision 26793

Oops

2004-04-15 18:23 RD, revision 26792

Added some convenience methods to wx.Bitmap: SetSize, GetSize, and wx.EmptyBitmap can be called with a wx.Size (or a 2-element sequence) object too. Similar changes were done for wx.Image as well.

2004-04-15 18:13 RD, revision 26791

More about the sizer changes

2004-04-15 18:12 RD, revision 26790

clarify the note about OpenGL errors

2004-04-15 18:12 RD, revision 26789

removed stuff about the decorator classes

2004-04-15 18:11 RD, revision 26788

minor tweaks

2004-04-15 18:10 RR, revision 26787

Added SW_SCROLLCHILDREN to make scrolling work under eVC 3.0 (and probably any Windows CE).

2004-04-15 16:16 DS, revision 26786

made GetAlpha(x, y) const (the docs are already correct)

2004-04-15 15:58 RR, revision 26785

Fix for white area above frame because of funky toolbar/menubar-mix implementation under eVC 3.0.

2004-04-15 15:56 RR, revision 26784

Fix to make frame visible under eVC 3.0

2004-04-15 11:33 DS, revision 26783

ignore all (generated) .con files

2004-04-15 11:06 DS, revision 26782

use Find, not Member

2004-04-15 11:05 DS, revision 26781

improved const-ness of find/Find functions

2004-04-14 23:53 RD, revision 26780

Added #include for non PCH compilers

2004-04-14 23:50 RD, revision 26779

Updated with notes about recent sizer changes

2004-04-14 23:45 RD, revision 26778

Added wxSizerItem::SetMinSize that calls m_window->SetSizeHints if not wxFIXED_MINSIZE, SetInitSize and SetItemMinSize uses SetMinSize, and fixed [ 934651 ] sizeritem's 'minsize' value has no effect in xrc resources

2004-04-14 22:40 RD, revision 26777

Keep track of the initial size that the window was created with, and when the window is added to a sizer use that size with SetSizeHints. This is to fix problems resulting from the previous change where SetSizeHints was called with the initial size from CreateBase. Also, Patch [ 934677 ] wxWindowBase::DoGetBestSize() should exclude hidden windows

2004-04-14 17:31 SC, revision 26776

removing resource based implementations

2004-04-14 16:26 DE, revision 26775

Quick hack removing wxDIALOG_MODAL

2004-04-14 16:19 RD, revision 26774

Don't accidentally instal the MSVCRT.dll from XP as it wont' work on Win98. Use a set from CVS instead of from the SYSDIR.

2004-04-14 16:03 DE, revision 26773

Quick hack to rid the code of wxDIALOG_MODAL

2004-04-14 16:00 SC, revision 26772

resources must be copied, cannot be symlinked

2004-04-14 07:02 VZ, revision 26771

don't use wxDIALOG_MODAL any more

2004-04-14 06:35 RD, revision 26770

docstring tweak

2004-04-14 06:00 DE, revision 26769

wxASSERT_MSG instead of wxASSERT

2004-04-14 05:59 RD, revision 26768

If the icon is smaller than the allotted space then center it.

2004-04-14 05:58 RD, revision 26767

Add wxGridBagSizer to the overview text

2004-04-14 05:57 RD, revision 26766

simplify how the XWindow is extracted for GetHandle

2004-04-14 05:57 RD, revision 26765

The activex dirs got left out.

2004-04-14 05:56 DE, revision 26764

Cocoa_drawRect: Set m_updateRegion using the NSRect or if possible (Panther) using the array from [NSView -getRectsBeingDrawn:count:]

2004-04-14 05:56 RD, revision 26763

Doc tweaks, double the backslashes so they convert properly with ReST

2004-04-14 05:53 DE, revision 26762

Added wxRegion construction from an NSRect or an array of NSRects

2004-04-14 05:52 RD, revision 26761

whitespace cleanup

2004-04-14 05:41 RD, revision 26760

Compilation fixes

2004-04-14 05:39 DE, revision 26759

Rework modal dialog code to not depend on now obsolete wxDIALOG_MODAL flag.

2004-04-14 05:19 RD, revision 26758

Ensure PostCreation is always called, so the widget will be shown properly

2004-04-14 05:17 RD, revision 26757

Fix for #933359

2004-04-13 20:46 DE, revision 26756

new wxRegionRefData has size=1 so rects=malloc(sizeof(BOX))

2004-04-13 20:01 DE, revision 26755

Baked with Bakefile 0.1.4

2004-04-13 19:45 DE, revision 26754

wxCocoa: wxRegion using wxRegionGeneric