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)