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-07-24 07:02 ABX, revision 40253

PCH build fix.

2006-07-24 06:30 ABX, revision 40252

Source cleaning.

2006-07-23 21:18 AMB, revision 40251

Per Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls

2006-07-23 20:56 AMB, revision 40250

Per Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls

2006-07-23 14:03 AMB, revision 40249

wxAUI: wrap calls to SetTransparent/CanSetTransparent so file can easily be used with 2.6

2006-07-23 13:52 AMB, revision 40248

Use wxCHECK_VERSION not wxABI_VERSION to avoid xrc loader bug

2006-07-23 12:07 MR, revision 40247

Add ability to test tab stops. Very slightly modified patch from #1518114 (Tim Kosse)

2006-07-23 11:39 AMB, revision 40246

wxAUI: Don't fade venetian blind effect by default

2006-07-22 23:05 RD, revision 40245

Added color setting tool to the RichTextCtrl sample

2006-07-22 23:04 RD, revision 40244

some test code

2006-07-22 23:02 RD, revision 40243

Added support for the wxAUI Notebook

2006-07-22 23:01 RD, revision 40242

Change the other OnAssert --> OnAssertFailure

2006-07-22 22:32 RD, revision 40241

Some changes needed for wxPython

2006-07-22 22:31 RD, revision 40240

Also need to override Show

2006-07-22 18:51 BIW, revision 40239

added some font measuring to wxAuiMultiNotebook

2006-07-22 18:47 MR, revision 40238

Escape underscores

2006-07-22 17:30 AMB, revision 40237

Add support for transparent hint windows under GTK

2006-07-22 17:20 JG, revision 40236

Don't handle WM_PRINTCLIENT anymore, manually draw the static box label background instead.

2006-07-22 16:41 AMB, revision 40235

wxAUI: Do not leak a wxFrame if transparency is not supported

2006-07-22 14:00 BIW, revision 40234

added auibook.cpp and tabmdi.cpp to build scripts

2006-07-22 13:58 AMB, revision 40233

Fix redraw problems with hint rectangle when there is no transparency

2006-07-22 13:14 BIW, revision 40232

more compile fixes on wxGTK; auibook.h and tabmdi.h are now uncommented in aui.h

2006-07-22 13:12 BIW, revision 40231

compile fixes on wxGTK

2006-07-22 12:47 AMB, revision 40230

Clean up wxOwnerDrawnComboBox XRC handler as suggested by abxabx fixing bug https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1487463&group_id=9863

2006-07-22 07:34 BIW, revision 40229

added some overrides to wxTabFrame to remove errors