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 22:27 VZ, revision 35003

added wxDynamicLibrary::GetSymbolAorW()

2005-07-29 19:44 VZ, revision 35002

compilation fix for IBM xlC (closes 1230392)

2005-07-29 19:19 ABX, revision 35001

OW/Borland/MinGW warnings. Missing headers.

2005-07-29 18:44 ABX, revision 35000

Fixed doubled header.

2005-07-29 18:41 ABX, revision 34999

Fix (workaround?) for rpmspec.

2005-07-29 18:36 ABX, revision 34998

Fix (workaround?) for rpmspec.

2005-07-29 18:21 VZ, revision 34997

xlC needs -qunique under AIX only, at least it doesn't accept it at all under Mac OS X

2005-07-29 16:44 RR, revision 34996

Correct wxGTK.spec again after bakefiling.

2005-07-29 16:37 SC, revision 34995

respect styles during creation as well

2005-07-29 15:58 MR, revision 34994

Whitespace fixes

2005-07-29 14:15 VZ, revision 34993

don't crash in Get() if there is no wxApp (closes 1236514)

2005-07-29 14:06 VZ, revision 34992

async playback and object lifetime remarks

2005-07-29 13:59 VZ, revision 34991

added test for playing sound from memory

2005-07-29 13:43 VZ, revision 34990

added Stop test

2005-07-29 13:41 CE, revision 34989

wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271

2005-07-29 13:20 KH, revision 34988

Do not try to expand the root node in SetWindowStyle if the root node hasn't been created yet [ bug 1247413 ]

2005-07-29 13:19 VZ, revision 34987

refactoring in preparation for further changes: moved data in a private struct, let Windows load resources instead of doing it ourselves, use GlobalPtr[Lock] classes

2005-07-29 12:48 VZ, revision 34986

fixed id values to be more standard

2005-07-29 12:47 VZ, revision 34985

added http://www.wxwidgets.org/bincompat.html link

2005-07-29 12:35 VZ, revision 34984

added test for playing Windows resources

2005-07-29 12:18 VZ, revision 34983

added GlobalPtr: GlobalAlloc/Free() wrapper

2005-07-29 11:32 CE, revision 34982

fix for VC (also ok with Borland and DMC)

2005-07-29 11:17 VZ, revision 34981

renamed GlobalPtr to GlobalPtrLock

2005-07-29 10:10 MR, revision 34980

Use *wxTopLevelWindowGTK*RequestUserAttention*; because *int* isn't the case always in the name mangling

2005-07-29 10:03 MR, revision 34979

wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUserAttention(int)

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