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

2008-11-09 12:34 VZ, revision 56714

use global operator new to fix compilation errors if type T overloads new (as wxObject does with wxUSE_MEMORY_TRACING)

2008-11-09 11:33 FM, revision 56713

another wxFont OS2 blind build fix

2008-11-08 22:41 VZ, revision 56712

fix race condition which could result in assert failures in debug builds and infinite loops in release (#9094)

2008-11-08 18:03 BP, revision 56711

Fixed typo introduced in r51034 (don't unload Gnome VFS), apparently the fix in 2.8 wasn't tested (see also Gentoo bug #203389).

2008-11-08 15:25 FM, revision 56708

ifacecheck fixes

2008-11-08 15:17 FM, revision 56707

ifacecheck fixes

2008-11-08 15:01 FM, revision 56705

use wxFrameNameStr where possible instead of 'frame' string (for coherence with all other wxWidgets frame classes)

2008-11-08 14:38 FM, revision 56704

generate the output gcc XML file always in the same folder where 'rungccxml.sh' script is placed

2008-11-08 14:04 FM, revision 56703

do not halt gccXML because wxUSE_ACCESSIBILITY, even if it's being used under linux

2008-11-08 12:56 FM, revision 56702

blind fix based on buildbot logs

2008-11-08 00:06 VZ, revision 56701

release the mouse in wxGrid dtor to avoid asserts when the grid is destroyed during e.g. a cell selection operation

2008-11-07 22:50 VZ, revision 56698

Finnish translations update from Elias Julkunen

2008-11-07 22:45 VZ, revision 56697

don't undefine BOOL if it's already defined (closes #10167)

2008-11-07 19:07 FM, revision 56696

fix build

2008-11-07 00:47 BP, revision 56695

Prevent activation of the AUI hint window (mini frame) on Mac.

2008-11-06 23:31 VZ, revision 56692

check for NULL pointer in IsExtensionInList()

2008-11-06 18:05 JMS, revision 56690

Removed property editor validation failure assertions when implicitly clearing selection. Added relevant notes into documentation of member functions that previously asserted.

2008-11-06 12:15 MW, revision 56688

Temporarily disable the email notifications as we're getting false ones from the Windows slave.

2008-11-06 08:12 JJ, revision 56687

changing depricated font-family enums into current ones

2008-11-05 15:27 VZ, revision 56684

document wxRESIZE_BORDER side effect under Windows (see #9989)

2008-11-05 12:35 JJ, revision 56683

inserting generic mdi for OpenVMS Motif support

2008-11-05 12:27 JJ, revision 56682

romoving motif-mdi for OpenVMS compile support

2008-11-05 10:08 VZ, revision 56681

add command line options for displaying the test name and time taken by them (closes #10156)

2008-11-05 10:01 VZ, revision 56680
  • D /wxWidgets/trunk/include/wx/motif/mdi.h
  • D /wxWidgets/trunk/src/motif/mdi.cpp

remove Motif MDI files not used any longer

2008-11-04 17:47 VZ, revision 56679

override Do{Open,Save}Document() instead of On{Open,Save}Document() (closes #9892) [backport of r55342 from trunk]