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-10-24 07:47 MW, revision 42331

Add tests for wxBackingFile.

2006-10-24 07:29 MW, revision 42330

Fix check for wxUSE_BACKINGFILE.

2006-10-24 06:25 PC, revision 42329

static class variable needs a definition

2006-10-24 04:01 RD, revision 42328

reSWIGged

2006-10-24 03:50 RD, revision 42327
  • D /wxWidgets/trunk/contrib/build/animate/animate.bkl
  • D /wxWidgets/trunk/contrib/build/animate/animate.dsp
  • D /wxWidgets/trunk/contrib/build/animate/animate.dsw
  • D /wxWidgets/trunk/contrib/build/animate/makefile.bcc
  • D /wxWidgets/trunk/contrib/build/animate/makefile.gcc
  • D /wxWidgets/trunk/contrib/build/animate/makefile.vc
  • D /wxWidgets/trunk/contrib/build/animate/makefile.wat
  • D /wxWidgets/trunk/contrib/include/wx/animate
  • D /wxWidgets/trunk/contrib/samples/animate
  • D /wxWidgets/trunk/contrib/src/animate
  • M /wxWidgets/trunk/contrib/src/Makefile.in

Remove animate contrib

2006-10-24 03:25 PC, revision 42326

non-pch build fixes

2006-10-24 01:58 RD, revision 42325

document new updates

2006-10-24 01:55 RD, revision 42324

reSWIGged

2006-10-24 01:33 RD, revision 42323

Stop the timer when the sample is destroyed

2006-10-24 01:30 RD, revision 42322

Factor the brush selection out of OnPaint so it can be overridden in derived classes

2006-10-24 01:29 RD, revision 42321

Fixes from Andrea

2006-10-24 01:16 RD, revision 42320

Pass the config object into the wxHtmlHelpFrame so it has the config info in time to set the position and size of the frame.

2006-10-24 01:08 RD, revision 42319

Allow both SetCurrent() and SetCurrent(context)

2006-10-24 01:07 RD, revision 42318

Remove ShowHidden property, it conflicts with the ShowHidden method

2006-10-24 01:05 RD, revision 42317

UpdatePulse --> Pulse

2006-10-24 00:35 RD, revision 42316

fix name errors

2006-10-24 00:34 RD, revision 42315

docstring update

2006-10-24 00:23 KO, revision 42314

Use the same selection highlight and text colors as native list/tree controls (i.e. Finder) do. Also, for wxTreeCtrl, enable wxTR_FULL_ROW_HIGHLIGHT when the default style is used, again to match OS LNF.

2006-10-23 22:57 VZ, revision 42313

added a section about the dialog buttons

2006-10-23 22:56 VZ, revision 42312

removed OnOk/Apply/Cancel() documentation, they don't exist any more

2006-10-23 22:12 VZ, revision 42311

don't use static objects containing bitmaps, this almost certainly results in problems during the program shutdown under X11; instead clean it up in a module

2006-10-23 22:11 VZ, revision 42310

moved wxCollapsiblePane files to adv library

2006-10-23 22:06 VZ, revision 42309

use wxBitmap object as m_buffer and not a pointer to it (replaces patch 1582878)

2006-10-23 22:00 VZ, revision 42308

moved wxCollapsiblePane files to adv library

2006-10-23 21:59 VZ, revision 42307

added wxHAS_XXX section