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-29 20:07 RD, revision 39453

hyperlink is in adv, not core

2006-05-29 19:52 RD, revision 39452

Added wxHyperlinkCtrl, wxPowerEvent, and lots of little things to match changes made in wx.

2006-05-29 19:16 RD, revision 39451

rebake for *hyperlink.* files

2006-05-29 17:54 MW, revision 39450

VC++ 5.0 warning fix.

2006-05-29 17:35 MW, revision 39449

Warning fixes for VC++ 5.0 (Igor Korot, patch 1457996)

2006-05-29 17:31 MW, revision 39448

Warning fixes for VC++ 5.0

2006-05-29 17:26 MW, revision 39447

64-bit fix in wxNotebook for Tru64.

2006-05-29 17:24 MW, revision 39446

wxMGL fixes.

2006-05-29 17:20 MW, revision 39445

Add url for linux djgpp cross compiler (Cavit Cahit VURAL)

2006-05-29 16:32 PC, revision 39444

revert removal of gtk1 code from common file

2006-05-29 16:06 ABX, revision 39443

Updated universal setup.

2006-05-29 16:06 VZ, revision 39442

call gtk_toolbar_set_tooltips() from GtkSetStyle(); removed erroneous wxTB_TOOLTIPS

2006-05-29 16:04 VZ, revision 39441

removed spurious #endif

2006-05-29 14:51 VZ, revision 39440

added missing include after last commit

2006-05-29 14:23 ABX, revision 39439

Build fix.

2006-05-29 13:11 ABX, revision 39438

Keep FindString in sync with wxControlWithItems base class.

2006-05-29 13:07 ABX, revision 39437

Unused variable removal.

2006-05-29 12:12 VZ, revision 39436

override all Detach() overloads in wxStaticBoxSizer to avoid virtual function hiding warnings

2006-05-29 11:56 VZ, revision 39435

use a filename, not URL, when quering its modification time

2006-05-29 11:17 ABX, revision 39434

Fail for assert(0,...).

2006-05-29 11:14 ABX, revision 39433

NO_GCC_PRAGMA removed from hyperlink code. Clipboard markup added.

2006-05-29 10:11 ABX, revision 39432

Warning fix.

2006-05-29 10:10 ABX, revision 39431

Fail for assert(0,...).

2006-05-29 10:09 ABX, revision 39430

Typo fix.

2006-05-29 09:58 VZ, revision 39429

don't include statbox.h from the header, move wxStaticBoxSizer dtor to .cpp file instead