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-18 03:27 PC, revision 39203

avoid wxColour::Set(long) confusion

2006-05-18 03:08 PC, revision 39202

spinbutton code simplification

2006-05-18 02:42 PC, revision 39201

allow size event for windows without scrollbars

2006-05-18 02:39 PC, revision 39200

avoid GTK "assertion `min < max' failed"

2006-05-18 01:52 RD, revision 39199

Reverted mistaken check-in

2006-05-18 01:22 RD, revision 39198

Use correct DLL import/export specifier for multi-lib builds

2006-05-18 01:05 VZ, revision 39197

buttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg.cpp which is in common depends on them under Mac

2006-05-18 00:52 VZ, revision 39196

added virtual dtor to wxMacListControl to silence gcc warnings

2006-05-18 00:51 VZ, revision 39195

fixed typo in last commit

2006-05-18 00:42 VZ, revision 39194

suppress gcc printf format warning

2006-05-18 00:40 VZ, revision 39193

added virtual dtor to wxMacListControl to silence gcc warnings

2006-05-17 23:37 RD, revision 39192

Forgot about dropping the 'wx' for some Python objects

2006-05-17 22:21 ABX, revision 39191

Opening first subpage initially.

2006-05-17 19:49 ABX, revision 39190

Rearranged widgets sample to show more and categorized widgets.

2006-05-17 16:32 JS, revision 39189

Documentation states scrollbars (plural) are switched off by wxHW_SCROLLBAR_NEVER, so make sure this is true, even if the layout erroneously wants to create a horizontal scrollbar.

2006-05-17 10:55 ABX, revision 39188

#include order with correct PCH support.

2006-05-17 10:42 JS, revision 39187

Fixes for compile breakage with no PCH

2006-05-17 09:13 VZ, revision 39186

reset fd after closing it

2006-05-17 09:07 ABX, revision 39185

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

2006-05-17 08:59 JS, revision 39184

Combobox may not be fully created at this point

2006-05-17 08:52 VS, revision 39183

commented OpenContainer usage

2006-05-17 08:48 ABX, revision 39182

Missing 'int' interface for wxPlatform.

2006-05-17 05:20 RD, revision 39181

I haven't taught SWIG about wxChar, so pretend it's a wxString

2006-05-17 05:15 RD, revision 39180

Clipboard events

2006-05-17 05:13 RD, revision 39179

Use Bind for OnCloseWindow

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.