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

2008-03-01 10:25 RR, revision 52212

Patch for context menu event for generic/Windows code

2008-03-01 09:49 BP, revision 52211

More doxygen topic overview cleanup.

2008-03-01 02:05 BP, revision 52206

More doxygen topic overview cleanup.

2008-02-29 23:54 VZ, revision 52203

really use the position passed to ShowHelpAtPoint() when using CHM help controller (we always used the mouse position instead)

2008-02-29 21:11 VS, revision 52200

fixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwise wrong help text could be reused by other controls later

2008-02-29 21:11 VS, revision 52199

fixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwise wrong help text could be reused by other controls later

2008-02-29 20:47 SC, revision 52198

adjusting to changed ownership (font is only created in the GetFont call of wxTextAttr)

2008-02-29 20:02 VS, revision 52197

misc. fixes to wxHelpProvider docs

2008-02-29 19:51 VZ, revision 52196

fix asserts when the root is hidden [backport of r45135 from trunk]

2008-02-29 15:12 VS, revision 52195

fixed addition of wxLANGUAGE_VALENCIAN to be binary compatible

2008-02-29 09:19 BP, revision 52191

More doxygen topic overview cleanup.

2008-02-28 22:50 VS, revision 52186

clear statusbar 'Connecting...' message on failure

2008-02-28 22:50 VS, revision 52185

clear statusbar 'Connecting...' message on failure

2008-02-28 22:40 FM, revision 52184

fix little problem previously introduced: GENERATE_TAGFILE must be left empty

2008-02-28 21:58 FM, revision 52183

remove svn:executable property

2008-02-28 21:50 FM, revision 52182

splitted the Doxyfile in more files; now it's easy to generate only a single format or all of them without editing the cfg files

2008-02-28 21:33 FM, revision 52181

prepare for Doxygen renaming into Doxygen.inc

2008-02-28 21:29 FM, revision 52180

move cpp constants just before the wxUSE list

2008-02-28 18:44 JS, revision 52179

Open and Close clipboard properly

2008-02-28 18:44 JS, revision 52178

Open and Close clipboard properly

2008-02-28 08:13 FM, revision 52176

added missing std sections

2008-02-28 08:13 FM, revision 52175

added library missing section

2008-02-28 08:12 FM, revision 52174

adding missing quotes

2008-02-28 08:11 FM, revision 52173

fix the include files

2008-02-28 08:06 FM, revision 52172

removed samples topic overview; the samples are part of mainpages/utilities.h now