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-07-27 23:59 VZ, revision 47764

made strings used in wxIPC methods const as a temporary compilation fix (they will need to be also made void* and not wxChar* later) (patch 1759924)

2007-07-27 23:49 VZ, revision 47763

added wxTo/FromString() overloads for wxFont (1st part of patch 1760073)

2007-07-27 23:16 VZ, revision 47762

destroy TLW children pending for deletion from ~wxTLW to avoid leaving them with dangling parent pointer

2007-07-27 22:03 VZ, revision 47761

yet another compilation fix for ItemDeleted

2007-07-27 21:45 DE, revision 47759

Merged trunk 47757: * Implement the wxMask copy constructor to retain the source object's m_cocoaNSBitmapImageRep (fixes multiple release bug). * Add some debug messages for unimplemented wxMask::Create overloads. * Implement mask creation w/ key color from 8-bpp grayscale bitmap. This makes the mask image in the drawing sample's mask page work.

2007-07-27 20:57 DE, revision 47757

* Implement the wxMask copy constructor to retain the source object's m_cocoaNSBitmapImageRep (fixes multiple release bug). * Add some debug messages for unimplemented wxMask::Create overloads. * Implement mask creation w/ key color from 8-bpp grayscale bitmap. This makes the mask image in the drawing sample's mask page work.

2007-07-27 20:19 VZ, revision 47755

use symbolic name for the shell menu bar too; include resources.h in wince.rc directly instead of only doing it from smartphone.rc

2007-07-27 18:02 VZ, revision 47752

fix menu bar creation under WM5 (SHCMBF_EMPTYBAR must be used or it's not created at all!)

2007-07-27 17:02 PC, revision 47751

skip preprocessor test for a couple more header checks

2007-07-27 16:45 PC, revision 47750

fix last commit, it seems spaces are not allowed between macro and paren

2007-07-27 16:34 VZ, revision 47749

many compilation fixes for WinCE using VC8 (it now build, although still doesn't work)

2007-07-27 16:32 VZ, revision 47748

ignore VC8 project files and build directories

2007-07-27 14:57 VZ, revision 47747

added wxUSE_INICONF (disabled by default)

2007-07-27 13:51 VZ, revision 47746

don't use min() macro in wxQsort() which conflicts with the one from windows.h

2007-07-27 13:48 VZ, revision 47745

deTABbed wxQsort()

2007-07-27 12:22 VZ, revision 47744

and another compilation fix for ItemDeleted() from Bo

2007-07-27 12:17 VZ, revision 47743

real compilation fix for ItemDeleted()

2007-07-27 03:38 DE, revision 47742

Implement --with-macosx-sdk[=SDK] and --with-macosx-version-min[=VER]. Deprecate --enable-universal_binary but support it by adding the -arch flags as before and automatically setting the SDK using the new --with-macosx-sdk.

2007-07-27 00:17 VZ, revision 47741

compilation fix for insert()

2007-07-27 00:16 VZ, revision 47740

compilation fix for ItemDeleted()

2007-07-26 21:24 RR, revision 47739

escape _

2007-07-26 18:40 DE, revision 47738

Add a Clear() method simply calling the wxComboBoxBase::Clear() to disambiguate it with wxTextCtrl::Clear() since wxCocoa's wxComboBox derives from wxTextCtrl for some reason.

2007-07-26 18:19 DE, revision 47737

Merged trunk 47733: Silence the warning about lack of [NSApplication +setAppleMenu:]

2007-07-26 18:18 DE, revision 47736

Merged trunk 47732: Added missing #import <Foundation/NSArray.h>

2007-07-26 16:27 VZ, revision 47734

re-disable Universal Mac builds by default