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-09-12 21:05 RD, revision 41181

Updated the C++ code for wx.gizmos.TreeListCtrl from the wxCode project.

2006-09-12 18:45 RD, revision 41180

DisplayAvailable renamed

2006-09-12 17:18 PC, revision 41179

gtk_pizza_set_external is redundant

2006-09-12 17:09 PC, revision 41178

calling GtkPizza base class method on non-GtkPizza widget doesn't seem like such a good idea

2006-09-12 12:02 JS, revision 41177

Increased size slightly

2006-09-12 11:57 JS, revision 41176

Sometimes, m_x and m_y don't reflect the true position of the window, for example after using wxToolBar::AddControl. This change gets the actual position if necessary; it fixes a popup window positioning problem for combo controls on a toolbar.

2006-09-12 11:38 JS, revision 41175

Added pango_context_get_language to speed up pango_context_get_metrics

2006-09-12 10:19 JS, revision 41174

Style listbox now shows current style Added combo control for selecting styles Updated the sample to show the combo control

2006-09-12 09:57 RR, revision 41173

Reverse Left and Right meaning of keys.

2006-09-12 09:48 RR, revision 41172

More RTL fixes.

2006-09-12 09:26 VS, revision 41171

limit clipping to surface area

2006-09-12 09:12 RR, revision 41170

Add const to GetTargetSize()

2006-09-12 08:42 JS, revision 41169

Setting the current style from the UI is a mode that is cancelled when moving away from the current caret position. This must be done to avoid confusing default attributes and attributes at the current caret position, in normal use. Style feedback now correct when caret is at the start of a paragraph (don't use previous paragraph's style), and out-by-one style feedback bug fixed (start/end of styled content). Added ApplyStyle for applying a character or paragraph style. Some coding style cleanup.

2006-09-12 07:39 RR, revision 41168

RD forgot to add "Do"

2006-09-12 07:18 JS, revision 41167

Fixed flag setting omission that showed up as list problems in sample

2006-09-12 03:20 RD, revision 41166

more properties

2006-09-11 21:00 VS, revision 41165

fixed two typos: XLOG2DEV was used instead of YLOG2DEV

2006-09-11 17:50 RD, revision 41164

Use DoIsExposed for the virtual version of the method, so the wxPoint and wxRect versions don't get hidden in derived classes.

2006-09-11 16:54 RD, revision 41163

sync with CVS updates

2006-09-11 14:20 RR, revision 41162

Further RTL fixes.

2006-09-11 14:11 VZ, revision 41161

removed GTK header include

2006-09-11 14:07 VZ, revision 41160

compilation fix

2006-09-11 11:26 VS, revision 41159

implemented DrawPoint in terms of DrawLine (for now)

2006-09-11 11:13 VS, revision 41158

removed tabs and trailing whitespace

2006-09-11 11:08 VS, revision 41157

wxXML load/save improvements: added ability to not ignore whitespace and specify indentation level (patch #1541888)