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

2007-10-02 14:56 MW, revision 49019

Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefined as we compile with -Wundef.

2007-10-02 14:56 MW, revision 49018

Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefined as we compile with -Wundef.

2007-10-02 11:36 VZ, revision 49017

fix several mingw32 warnings (patch from Tim Stahlhut)

2007-10-02 11:32 VZ, revision 49016

PCH-less compilation fix

2007-10-02 11:31 VZ, revision 49015

mention that Win32 mutexes are always recursive

2007-10-02 11:25 VZ, revision 49014

don't leak wxFileType returned from GetFileTypeFromExtension(); fix compilation with wxUSE_MIMETYPE==0

2007-10-02 10:41 RR, revision 49013

Document _ITEM_VALUE_CHANGED and implmement it equally as being sent from valueChanged and ItemChanged. Remove other _MODEL_XXX events.

2007-10-02 10:30 CE, revision 49012

typo fix

2007-10-02 09:39 CE, revision 49011

add misisng files

2007-10-01 21:25 MW, revision 49010

Code around a bug in getgrgid_r which I've just noticed exists in some versions of glibc but not others. It fails to return a value through its last parameter. getpwuid_r doesn't seem to have the same bug, but avoid its last parameter too as a bit of defensive programming.

2007-10-01 17:43 VZ, revision 49009

don't use tif_os2.c which doesn't exist any more

2007-10-01 16:13 BIW, revision 49008

better child focus

2007-10-01 16:02 BIW, revision 49007

better child focus

2007-10-01 13:02 VZ, revision 49006

include jconfig.vc under OS/2 too

2007-10-01 12:14 VZ, revision 49005

define WXDLLIMPEXP_FWD_XXX as nothing for mingw32 too to avoid warnings about __declspec being ignored in forward declarations

2007-10-01 11:54 VZ, revision 49004

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT

2007-10-01 11:46 JJ, revision 49003

OpenVMS : removing dependency on obsolete Porting-library (Jackets)

2007-10-01 10:54 RR, revision 49002

Added API for adding/deleting/changing multiple items

2007-10-01 05:58 JJ, revision 49001

OpenVMS update

2007-09-30 20:37 VZ, revision 49000

don't crash in GetAsDOS() if the time is not in time_t range (bug 1804421)

2007-09-30 19:57 SC, revision 48999

making sure we only have single selection (1802048)

2007-09-30 19:28 VZ, revision 48998

really fixed the DST test by using explicit country in it

2007-09-30 19:27 VZ, revision 48997

return the beginning/end of DST in local time, not UTC, for consistency with the other methods; fixed the test

2007-09-30 19:11 VZ, revision 48996

cleaned up and significantly simiplied Format() handling of %c and %x formats and fixed an assert failure in UTF-8 build due to the use of invalid Unicode characters such as -1

2007-09-30 11:11 VS, revision 48995

generate #line references to source .xrc files in wxrc --gettext (patch #1803492 by Heikki Linnakangas)

2007-09-30 11:09 VS, revision 48994

include line number information in wxXmlNode (based on patch #1803492 by Heikki Linnakangas)

2007-09-30 10:52 VS, revision 48993

_WX_DECLARE_OBJARRAY was missing reserve() declaration

2007-09-30 10:44 VS, revision 48992

use reserve() instead of Alloc() in WX_APPEND_ARRAY so that it works with std classes too

2007-09-30 00:58 VZ, revision 48991

fix compilation in Unicode build (not sure if this fixes run-time behaviour though...)

2007-09-30 00:50 VZ, revision 48990

another wxCmdLineEntryDesc compilation fix

2007-09-29 23:10 VZ, revision 48989

fix DrawLine() and DrawPolygon() which were totally broken for GTK1 since rev 36998

2007-09-29 22:28 VZ, revision 48988

ANSI mode compilation fix

2007-09-28 23:15 VZ, revision 48987

PCH-less build fix

2007-09-28 23:14 VZ, revision 48986

correct properties were not set during initial add somehow

2007-09-28 22:17 VZ, revision 48985

another compilation fix after wxCmdLineEntryDesc changes

2007-09-28 22:15 VZ, revision 48984

backport WX_ASSERT_SIZET_EQUAL from trunk, use it to fix compilation of the test on 64 bit platforms

2007-09-28 21:54 VZ, revision 48983

PCH-less build fix

2007-09-28 16:01 CE, revision 48982

vc6 did not like this (void function returning a value)

2007-09-28 11:39 MW, revision 48981

Add buildbot configuration.

2007-09-28 07:00 RD, revision 48980

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:58 RR, revision 48979

Backport DoDrawArc fix (close it)

2007-09-28 06:53 RD, revision 48978

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:51 RD, revision 48977

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:50 RD, revision 48976

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:45 RD, revision 48975

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:44 RD, revision 48974

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:42 RD, revision 48973

Moving recent wxPython tags to wxPython/tags

2007-09-27 20:29 RR, revision 48969

[ 1803350 ] Wrong top-level window positioning on scrolled window

2007-09-27 20:21 RR, revision 48968

[ 1803350 ] Wrong top-level window positioning on scrolled window

2007-09-27 15:19 VS, revision 48967

use Assign to copy wxLists, operator= is broken (and can't be fixed in 2.8 in binary compatible way, because it's inline