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

2006-05-05 19:37 VZ, revision 39053

mention that timestamp is in ms

2006-05-05 19:09 RD, revision 39052

fix a typo causing the wrong method to be called.

2006-05-05 17:38 ABX, revision 39051

CSS colour compatibility after #1473731.

2006-05-05 17:28 ABX, revision 39050

Helper for clipping to range.

2006-05-05 17:24 ABX, revision 39049

[ 1482626 ] Fix widgets sample build on unicode

2006-05-05 17:04 PC, revision 39048

correct access for virtuals

2006-05-05 12:23 ABX, revision 39047

Tinderbox build fix for wxUnivGTK build.

2006-05-05 09:42 ABX, revision 39046

!wxUSE_TOOLTIPS build fix.

2006-05-05 08:10 ABX, revision 39045

Include wx/frame.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-05 07:10 ABX, revision 39044

Misplaced #ifdef ... #endif fix.

2006-05-04 23:50 RD, revision 39043

Acquire the GIL in __EnumerationHelper

2006-05-04 23:40 VZ, revision 39042

implemented SetItemToolTip()

2006-05-04 23:34 VZ, revision 39041

added static Apply(GtkWidget, tip) method

2006-05-04 23:31 VZ, revision 39040

mention that SetItemToolTip() is for wxMSW and wxGTK2 only

2006-05-04 23:05 VZ, revision 39039

renamed ss_tooltips to gs_tooltips to follow the standard naming convention (and it could have been a typo in the first place)

2006-05-04 23:00 VZ, revision 39038

renamed m_boxes to m_buttons because, well, it contains the radio buttons and not boxes

2006-05-04 22:55 VZ, revision 39037

renamed local variable named m_radio as the m_ prefix was very confusing

2006-05-04 22:54 VZ, revision 39036

added support for radiobox items tooltips in XRC

2006-05-04 19:42 RD, revision 39035

Added Get/SetItemToolTip

2006-05-04 18:10 ABX, revision 39034

Include wx/panel.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-04 16:19 VZ, revision 39033

made GetRowCount() return size_t to avoid signed/unsigned warnings

2006-05-04 16:17 VZ, revision 39032

added brief wxRadioBox description

2006-05-04 16:12 VZ, revision 39031

only take into account visible children in DoLayout()

2006-05-04 16:08 VZ, revision 39030

added Get/SetItemToolTip() (and implemented them for MSW) to allow setting tooltips for the individual radiobox items

2006-05-04 16:07 VZ, revision 39029

relay mouse move events to the tooltips even when the window itself doesn't have a tooltip -- but its subwindow does