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

2005-08-23 07:43 SC, revision 35278

cleanup and adding the case when the toplevel window itself is the recipient of the drag

2005-08-23 07:37 SC, revision 35277

adding a string for private data identification

2005-08-23 00:03 MR, revision 35276

[wxGTK2] Move wxFontRefData::SetPointSize to wxNativeFontInfo. Implement SetFaceName()

2005-08-22 23:56 MR, revision 35275

[wxGTK2] Move wxFontRefData::SetStyle/SetWeight to wxNativeFontInfo

2005-08-22 23:54 VZ, revision 35274

regenerated after #error changes

2005-08-22 23:43 VZ, revision 35273

compilation fix after last commit

2005-08-22 23:27 MR, revision 35272

[wxGTK2] Don't query native font for underlined, but return the set value - storing it natively would likely require the usage of a PangoAttribute, and I'm not sure if that's even different than just storing it inside wxFontRefData. Not investigating further as PangoAttribute addition would require ABI compatibility breakage anyhow.

2005-08-22 23:19 MR, revision 35271

[wxGTK2] Do what we (I) can wrt the win32 centric wxNativeFontInfo::GetFamily

2005-08-22 22:46 VZ, revision 35270

added test for snprintf() which may not be present in system headers, treat it similarly to vsnprintf() instead of assuming that it's always there

2005-08-22 21:58 MR, revision 35269

[wxX11] a ROMAN font is with serifs and a SWISS font is without. Set the font to "serif" if it's wxFONTFAMILY_ROMAN not wxFONTFAMILY_SWISS.

2005-08-22 20:42 MR, revision 35268

[wxGTK2] Return wxTELETYPE with GetFamily() for monospaced fonts, fixing IsFixedWidth() after it broke completely after get accessor changes, and returning the right thing in GetFamily() in this case. Other families TODO.

2005-08-22 20:25 MR, revision 35267

[wxGTK2] Plug memory leak in wxFontEnumerator::EnumerateFacenames()

2005-08-22 20:22 VZ, revision 35266

don't use #error in configure test programs, some compilers (such as SGI mipsPro) treat it as a non-fatal warning

2005-08-22 19:50 ABX, revision 35265

Warning fix.

2005-08-22 17:44 MBN, revision 35264

Compilation fix for Motif 1.2.

2005-08-22 17:22 MR, revision 35263

[wxGTK2] wxFont::Get* - Query native font for information, if the wxFont has an associated wxNativeFontInfo

2005-08-22 16:00 VZ, revision 35262

use quotes, not angle brackets, for wx headers

2005-08-22 15:12 SC, revision 35261

remove the carbon event handlers just before calling DisposeControl to avoid callbacks into zombie windows...

2005-08-22 15:00 ABX, revision 35260

Empty string corrections.

2005-08-22 14:54 ABX, revision 35259

Compensation for bkl 0.1.9.X/eVC4/RTTI bug.

2005-08-22 14:53 SC, revision 35258

respecting DoDragDrop flags like CopyOnly

2005-08-22 09:52 SC, revision 35257

correcting DropData behaviour so that preferred format is handled correctly

2005-08-22 08:49 SC, revision 35256

correcting Drag Data handling for 'TEXT' and 'utxt'

2005-08-22 08:46 SC, revision 35255

adapting text object data handling along the GTK2 lines

2005-08-21 19:01 VZ, revision 35254

regenerated after undoing recent HP-UX changes