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-04-01 15:19 VZ, revision 45206

blind fix for Unicode key handling (patch 1615989)

2007-04-01 15:06 VZ, revision 45205

toggle the first button in a radio tools group initially (second version of patch 1469227)

2007-04-01 15:05 VZ, revision 45204

compilation fix for wxUniv after last commit

2007-04-01 15:01 VZ, revision 45203

compilation fix for !wxUSE_PRINTF_POS_PARAMS

2007-04-01 14:53 VZ, revision 45202

implement GetBestSize() (patch 1386199)

2007-04-01 14:18 VZ, revision 45201

fixes for PCH-less build after last commit

2007-04-01 14:14 VZ, revision 45200

fix unused parameter warning when wxHAS_NATIVE_OVERLAY (patch 1692332)

2007-04-01 14:13 VZ, revision 45199

added support for ellipsization and markup in wxStaticText (modified patch 1629946)

2007-04-01 13:22 VZ, revision 45198

compilation fix after last change

2007-04-01 12:13 VZ, revision 45197

include aui and richtext directories

2007-04-01 12:07 VZ, revision 45196

added a generic mechanism for registering global handlers for custom windows messages and use it in wxFindReplaceDialog instead of subclassing the parent window, this solves the problem with having 2 find dialogs with the same parent (replaces patch 1447739)

2007-04-01 08:04 VS, revision 45195

wint_t is wchar_t on OS/2 too

2007-04-01 07:52 VS, revision 45194

(OS/2) compilation fix

2007-03-31 22:03 RR, revision 45193

Don't create GtkScrolledWindow if neither wxHSCROLL or wxVSCROLL are defined. This prevents wasting some resources.

2007-03-31 18:36 CE, revision 45192

remove dead pro files

2007-03-31 18:23 CE, revision 45191
  • D /wxWidgets/trunk/contrib/samples/deprecated/proplist/proplist.pro
  • D /wxWidgets/trunk/contrib/samples/deprecated/resource/resource.pro
  • D /wxWidgets/trunk/contrib/samples/deprecated/treelay/treelay.pro

remove dead pro files

2007-03-31 15:16 VZ, revision 45190

set string field of wxCommandEvent object generated by spin control when its text changes (part of patch 1312699)

2007-03-31 15:11 VZ, revision 45189

added test for EVT_TEXT handler for spin contorl

2007-03-31 15:10 VZ, revision 45188

don't return wxFONTENCODING_DEFAULT from wxFont::GetEncoding(), this results in asserts when its return value is used with wxCSConv (and besides this should never happen anyhow, wxFONTENCODING_DEFAULT makes sense on input only)

2007-03-31 14:51 VZ, revision 45187

added gtk.tlw.can-set-transparency system option (replaces patch 1527017)

2007-03-31 14:38 VZ, revision 45186

don't remove the old tags of different kinds when setting new style, this removes the need for combining any style being set with the default one (based on patch 1518118)

2007-03-31 13:05 VZ, revision 45185

fix PangoFontMetrics leak in GetCharHeight() (bug 1691180) [backport from HEAD]

2007-03-31 07:08 PC, revision 45184

don't clamp scroll position before updating GtkRange, it causes HandleOnScroll to incorrectly do nothing when position is > 0 and window is resized large enough to no longer need scrollbar

2007-03-31 02:57 VZ, revision 45183

1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac 2. Added IsUsingPrimarySelection() 3. Fail all clipboard operations when IsUsingPrimarySelection() is true on non-X11 platforms

2007-03-31 01:59 VZ, revision 45182

added a menu command to switch between clipboard and primary selection