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

2005-07-29 09:56 MR, revision 34978

Add *wxTopLevelWindowGTK*RequestUserAttention*int*;

2005-07-29 05:19 KH, revision 34977

Fixed label positions for horizontal slider [ modified patch 1102150 ], fixed value label position for vertical slider, added logic in constructor for choosing vertical or horizontal based on LEFT/RIGHT/TOP/BOTTOM etc. copied from MSW; without this, the widgets sample slider tab can't show the vertical slider because using LEFT or RIGHT doesn't cause the slider to go vertical.

2005-07-29 04:45 SC, revision 34976

added intl.h for contextmenu

2005-07-29 00:13 MR, revision 34975

slight CPP logic fix in my wxTLW::RequestUserAttention code

2005-07-28 23:56 VZ, revision 34974

many improvements/bug fixes to media control: new wxEVT_MEDIA_LOADED event, new methods taking URIs, new DirectShow implementation, significant sample improvements (patch 1233613)

2005-07-28 23:32 MR, revision 34973

wxGTK: Implemented wxTLW::RequestUserAttention()

2005-07-28 23:23 VZ, revision 34972

missing dll decl stuff and members initialization in ctor (patch 1211900)

2005-07-28 23:09 VZ, revision 34971

clarifications about MRU menu workings (patch 1221797)

2005-07-28 23:01 VZ, revision 34970

don't reserve space in the header for the column image if there is none (patch 1225522)

2005-07-28 22:50 VZ, revision 34969

added wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)

2005-07-28 22:28 VZ, revision 34968

mention VC8 support

2005-07-28 22:27 VZ, revision 34967

don't include shlwapi.h as it might be not available (modified patch 1228033)

2005-07-28 22:20 VZ, revision 34966

Ctrl+mouse wheel changes zoom factor in print preview (patch 1230919)

2005-07-28 22:08 VZ, revision 34965

removed USE_SHARED_LIBRARY mentions (and all variations in spelling) (patch 1231184)

2005-07-28 22:03 VZ, revision 34964

ShowFullScreen() shows the window if it was still hidden (modified patch 1231514)

2005-07-28 21:52 VZ, revision 34963

moved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that they're exported from net DLL as needed (patch 1233765)

2005-07-28 21:49 VZ, revision 34962

fix for wxLongLong division test (patch 1233771)

2005-07-28 21:38 VZ, revision 34961

corrected event type for standalone scrollbars (patch 1240385)

2005-07-28 21:28 VZ, revision 34960

document wxDb::ExecSql() 3 params overload (patch 1240839)

2005-07-28 21:25 VZ, revision 34959

Ryan's binary compatibility technote (patch 1242898)

2005-07-28 21:23 VZ, revision 34958

added wxABI_VERSION check around newly added function

2005-07-28 21:15 VZ, revision 34957

don't log error if connection has been already terminated in HangUp() (patch 1243184)

2005-07-28 21:02 VZ, revision 34956

typo (patch 1246614)

2005-07-28 21:00 VZ, revision 34955

added wxZipFSHandler::Cleanup() (modified patch 1213615)

2005-07-28 18:45 MW, revision 34954

Baked again without '-b wx.bkl' to fully update autoconf_inc.m4 and regenerated configure