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)