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-18 12:57 VZ, revision 26853

test for __WIN32__, not WIN32 (which might be not defined)

2004-04-18 12:33 VZ, revision 26852

removed work around for 16 bit compilers not defining LPTSTR which was breaking Unicode build unless WIN32 was defined

2004-04-18 10:32 RR, revision 26851

Set default dialog style to 0.

2004-04-18 10:27 RR, revision 26850

Applied patch for hiding statusbar.

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

Fix incomplete stripping of menu text.

2004-04-18 06:40 SC, revision 26848

added fix for MSL under Win32 (by Steve Hartwell)

2004-04-17 22:40 RD, revision 26847

Set m_window to NULL after destroying it

2004-04-17 22:12 RR, revision 26846

Make text controls flat under CE.

2004-04-17 16:46 RR, revision 26845

Since CE cannot do the logical/device origin calculations we do it ourselves as per the X11 ports.

2004-04-17 14:57 RR, revision 26844

Do not set size of PocketPC dialogs upon startup, let the SHInitDialog() code do that following the Interface guidelines.

2004-04-17 14:30 RR, revision 26843

Show the OK button in the title bar under PocketPC and react to pressing it.

2004-04-17 12:10 RR, revision 26842

Make wxHTML compile (and work) under CE.

2004-04-17 02:13 RD, revision 26841

Make InheritAttributes and ShouldInheritColours public so they can be called from derived Python classes.

2004-04-17 02:07 RD, revision 26840

SetDefault should call parent->SetDefaultItem

2004-04-17 02:06 RD, revision 26839

Make InheritAttributes and ShouldInheritColours public so they can be called from derived Python classes.

2004-04-17 02:04 RD, revision 26838

default id's where possible

2004-04-17 02:00 RD, revision 26837

Fix or add some DoGetBestSize's

2004-04-16 21:19 VS, revision 26836

quoting fixes

2004-04-16 20:27 rgammans, revision 26835

Add configure test for presence/compilabilty of multimon.h and display.h header whcih are required for dsrc/msw/display.cpp - but aren't included in mingw.

2004-04-16 20:07 VS, revision 26834

Mingw compilation fixes

2004-04-16 16:37 VS, revision 26833

make users aware of wxInputStream::Eof limitations

2004-04-16 10:57 VZ, revision 26832

use wx_static_cast() inside wxDynamicCast to catch impossible casts at compile-time instead of run-time

2004-04-16 10:30 VZ, revision 26831

added and documented wx_const/static_cast<>

2004-04-16 09:48 VZ, revision 26830

wxEVT_MOVING = 442, not 4442, in event compatibility mode

2004-04-16 09:44 VZ, revision 26829

GetChildrenCount() should be const

2004-04-16 09:21 JS, revision 26828

Updates for Inno Setup 4

2004-04-16 08:36 JS, revision 26827

Updates for Inno Setup 4

2004-04-15 23:21 RD, revision 26826

If the window has a minsize then use that as the BestSize if there is no sizer, contstraints, or children, otherwise use current size as before.

2004-04-15 23:15 VZ, revision 26825

unused variable warning fix (patch 923094)

2004-04-15 23:11 VZ, revision 26824

unused param warning

2004-04-15 23:10 VZ, revision 26823

changed return type of wxCommandEvent::GetClientObject() to wxClientData * from void * and documented it (patch 918655)

2004-04-15 23:02 VZ, revision 26822

use iostream.h and not iostream with OpenWatcom (part of patch 910058)

2004-04-15 22:56 VZ, revision 26821

fixed WaitOnConnect() in non GUI mode (patch 905185)

2004-04-15 22:51 VZ, revision 26820

make XTI compile with VC6 (patch 896614)

2004-04-15 22:43 VZ, revision 26819

fixed DLL build (patch 879706)

2004-04-15 22:34 VZ, revision 26818

define _puttchar for mingw32 as it doesn't have it (patch 875611)

2004-04-15 22:26 VZ, revision 26817

show/hide static box when the wxStaticBoxSizer is shown/hidden (replaces patch 897020)

2004-04-15 22:15 VZ, revision 26816

fixed priority of the mailcap entries (patch 935954)

2004-04-15 22:15 VZ, revision 26815

normalize the case of the volume names too (patch 925887)

2004-04-15 22:07 VZ, revision 26814

fixed priority of the mailcap entries (patch 935954)

2004-04-15 21:53 VS, revision 26813

wxGTK on Mac doesn't need bundles

2004-04-15 20:20 VS, revision 26812

added GetFilenames

2004-04-15 20:12 VS, revision 26811

commdlg.lib is not in evc3

2004-04-15 20:10 RD, revision 26810

reSWIGged

2004-04-15 19:57 RD, revision 26809

reSWIGged

2004-04-15 19:56 RD, revision 26808

Remove use of m_bestSize

2004-04-15 19:55 RD, revision 26807

Reorder the controls so the RadioButtons work right on Windows

2004-04-15 19:53 RD, revision 26806

Use Update

2004-04-15 19:52 RD, revision 26805

Set stc and xrc to use GENDIR again as SWIG on Mac is still generating slightly different code than the other platforms for some reason

2004-04-15 19:28 RD, revision 26804

MacSetTheme

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