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-03-02 10:52 VS, revision 52246

don't set m_font upfront in wxMac, let the GetDefaultAttributes mechanism used by other ports pick the right font if m_font is wxNullFont

2008-03-02 10:50 VS, revision 52245

added Get(Class)DefaultAttributes implementation for all controls using DataBrowser native control; fixed wxListBox's to return correct font

2008-03-02 10:48 BP, revision 52244

More doxygen topic overview cleanup.

2008-03-02 10:43 VS, revision 52243

wxMac: Fixed wxListCtrl to respect items' non-default fonts.

2008-03-02 04:32 BP, revision 52237

More doxygen topic overview cleanup.

2008-03-02 01:20 VZ, revision 52234

use generic dialogs under Palm (generic.diff part of patch 1894861)

2008-03-02 01:16 VZ, revision 52233

workarounds for Palm compiler errors (pacc-error.diff part of patch 1894861)

2008-03-02 01:14 VZ, revision 52232

define wxConfig where the header implementing it is defined; also define it for wxPalm and wxOS2 (confmove.diff part of patch 1894861)

2008-03-02 01:08 VZ, revision 52231

predefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff part of patch 1894861)

2008-03-02 01:02 VZ, revision 52230

add platform info for Palm (add-wxpalm-info.diff part of patch 1894861)

2008-03-02 00:58 VZ, revision 52229

update the makefiles to take care of new files and improve dependencies support (makefile*.diff parts of patch 1894861)

2008-03-02 00:55 VZ, revision 52228

declare file-related APIs missing under Palm (pflib-missing.diff part of patch 1894861)

2008-03-02 00:53 VZ, revision 52227

compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861)

2008-03-02 00:43 VZ, revision 52226

PalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)

2008-03-02 00:35 VZ, revision 52225

ignore VC7 projects created by importing VC6 ones

2008-03-02 00:32 VZ, revision 52224

mention that SetNativeFontInfo() resets the font in 2.8 but doesn't in the next versions

2008-03-02 00:12 VZ, revision 52223

add menu item to jump to DST start date

2008-03-01 17:26 RR, revision 52220

Mention wxURLDataObject some more

2008-03-01 17:22 RR, revision 52219

Implemented wxURLDataObject for wxGTK using text/x-moz-url

2008-03-01 17:20 RR, revision 52218

typo char_t -> char

2008-03-01 16:45 SC, revision 52217

guard against an m_peer being NULL which is the case for a wxMenuBar, and here tools with introspection from python crash on OS X because they display all attributes in inheritance ...

2008-03-01 13:44 FM, revision 52216

to be valid HTML4 alt attribute is needed

2008-03-01 13:41 FM, revision 52215

typo fix

2008-03-01 12:23 VZ, revision 52214

no real changes, just refactor/simplify the code to remove duplication and unnecessary casts

2008-03-01 11:23 JS, revision 52213

Image size fix