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