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-17 04:54 PC, revision 39178

scrollbar handling simplification

2006-05-17 04:20 RD, revision 39177

Use %rename("%(wxpy)s")

2006-05-17 04:15 RD, revision 39176

Set BUILD_RENAMERS default to zero.

2006-05-17 04:14 RD, revision 39175

Added SWIG patch that enables the wx-dropping renames to be done internally instead of needing to be generated in a second pass after processing the XML output.

2006-05-17 03:57 RD, revision 39174

Ported XRCed to the wx namespace, and also enabled the selected, focus, and disabled bitmaps of wxBitmapButton to actually be treated like bitmaps.

2006-05-17 03:51 RD, revision 39173

Allow art provider IDs for the extra bitmaps in a wxBitmapButton. (The param value is empty in this case, but there is still a valid bimap node.)

2006-05-17 00:20 VZ, revision 39172

make sure that IsModified() returns false when it's called from EVT_TEXT handler invoked because of SetValue() call

2006-05-16 23:58 VZ, revision 39171

removed GTK-specific SetModified() as we already have a public MarkDirty() which does the same thing

2006-05-16 23:53 VZ, revision 39170

reset the dirty flag before generating the event from SetValue() in case the text didn't really change

2006-05-16 23:39 VZ, revision 39169

test IsModified() inside OnText()

2006-05-16 23:16 VZ, revision 39168

implemented clipboard events support for wxGTK

2006-05-16 22:57 VZ, revision 39167

renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches for consistency with the other ones

2006-05-16 21:39 VZ, revision 39166

allow adjusting the combo button size (patch 1489452)

2006-05-16 17:19 SC, revision 39165

m_dialogStyle removed

2006-05-16 14:52 VZ, revision 39164

use wxTE_PROCESS_ENTER for the text control part

2006-05-16 13:05 VZ, revision 39163

added documentation of common attributes

2006-05-16 11:53 MR, revision 39162

Fix doc bug #1455621 - wxURI documentation has wrong include files

2006-05-16 06:54 JJ, revision 39161

Update OpenVMS build configuration

2006-05-15 16:00 MR, revision 39160

No cast necessary for g_object_set first arg (it takes a gpointer).

2006-05-15 15:32 RD, revision 39159

wxMSW doesn't have the default ctor or Create method for wxDirDialog yet.

2006-05-15 14:58 RD, revision 39158

Added SetSashPosition

2006-05-15 14:22 MR, revision 39157

Rename *_filedialog_* to *_dirdialog_* to ensure there is no clashing with filedlg.cpp implementation

2006-05-15 14:17 MR, revision 39156

Don't cast with G_OBJECT when passing a GObject to g_object_ref, g_object_unref and g_signal_connect. They take a gpointer, not GObject*, and unnecessary casting not all that speedy with GObject types.

2006-05-15 13:43 MR, revision 39155

Fix compilation

2006-05-14 22:29 ABX, revision 39154

wxTabCtrl off build fix.