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-02-28 21:40 RD, revision 44581

Fix runtime crash in wxStdDialogButtonSizer. Don't set the label on a button we don't have.

2007-02-28 08:48 CE, revision 44580

fix for MSVC see sf bug 1669419

2007-02-27 20:52 VZ, revision 44579

don't generate size events when the window is unmapped, this is at best unnecessary and also breaks window layout in some situations [backport from HEAD rev 1.683]

2007-02-27 20:47 VZ, revision 44578

regenerated with theversion of bakefile which uses quotes around the directory name MAKEDIR which may contain spaces

2007-02-27 15:41 VZ, revision 44577

Support encodings in wxGTK_CONV_BACK() in the same way as we do it in wxGTK_CONV(), i.e. return the string containing text in ISO-8859-1 encoding and not UTF-8 if the controls font was set to have ISO-8859-1 encoding

2007-02-27 14:06 VZ, revision 44576

removed erroneous return in DoSetFont() [backport from HEAD]

2007-02-27 14:04 VZ, revision 44575

removed stray return from SetFont()

2007-02-26 23:35 RD, revision 44574

Updated to TreeMixin 0.7

2007-02-26 23:28 RD, revision 44573

Allow using a memory dc (or a buffered dc) as the target of a wx.GraphicsContext.

2007-02-26 23:24 RD, revision 44572

Simple test for using a memory dc (or a buffered dc) as the target of a wx.GraphicsContext.

2007-02-26 23:23 RD, revision 44571

Reorder what happens when a button is pressed so if the user's event handler blocks it won't leave the buttonbar in a funny state when it finally returns.

2007-02-26 23:22 RD, revision 44570

Added the wx.SizerFlags class, and also added AddF, InsertF and PrependF methods to wx.Sizer.

2007-02-26 10:58 VZ, revision 44569

call gtk_paint_focus() with NORMAL state, not SELECTED, for unselected items as otherwise the focus rectangle is invisible with some themes (e.g. the Ubuntu default one) and it generally makes more sense

2007-02-26 10:00 VZ, revision 44568

interpret stringsinvalid in current encoding as ISO8859-1 instead of discarding them completely [backport from HEAD]

2007-02-26 09:53 VZ, revision 44567

interpret text invalid in the current encoding (typical for UTF-8 environments) as ISO8859-1, this is wrong but better than eating it completely

2007-02-26 08:23 JJ, revision 44566

OpenVMS compile support update Modified Files: wxWidgets/src/common/descrip.mms

2007-02-24 20:21 VZ, revision 44565

recognize the encoding name without hyphens as synonym for the same name with hyphens when matching encoding names

2007-02-24 19:39 VZ, revision 44564

added MSxxx and IBMxxx as synonyms for CPxxx code pages as some systems use these names (too)

2007-02-24 15:19 VS, revision 44563

changed wxArrayString::m_pItems from wxChar* to const wxChar*, the strings are not modified by the class

2007-02-24 02:49 KH, revision 44562

Build fix from FM (cascade from object.h changes making wxObjectRefData destructor private)

2007-02-24 00:11 RD, revision 44561

Backport fixes from ROL: Fixed SetItemBold and editing 'growable' properties of wxFlexGridSizer.

2007-02-23 21:25 RR, revision 44560

FM small patch for wxDataViewCtrl compilation and warning fixes (dll linking problem).

2007-02-23 10:30 JS, revision 44559

Fixed a control-arrow bug

2007-02-23 09:19 ROL, revision 44558

1.8-1

2007-02-23 09:19 ROL, revision 44557

Fixed SetItemBold and editing 'growable' properties of wxFlexGridSizer.