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):

2007-10-26 10:24 JS, revision 49448

Workaround for gtk-qt theme bug

2007-10-26 06:20 PC, revision 49446

make access for virtuals match base

2007-10-26 06:19 PC, revision 49445

use class keyword to match forward decl, call static members directly

2007-10-26 06:19 PC, revision 49444

allow including wx/crt.h first

2007-10-26 00:08 VZ, revision 49443

removed dbbrowse demo from the makefiles

2007-10-26 00:08 VZ, revision 49442

removed odbc from the libraries used by the console sample

2007-10-25 22:43 MW, revision 49441

Fix missing word 'test' causing 'yes' to run during configure on Solaris.

2007-10-25 18:01 DE, revision 49438

Look for and remove any "-NSKey" "value" types of options from argv just like the -psn_XXXX option is removed. This allows Cocoa debug options like -NSShowAllViews YES to be used as with any other Cocoa program.

2007-10-25 16:13 JS, revision 49436

Fixed bug in optimization for character input, affecting first paragraph in the buffer.

2007-10-25 16:13 JS, revision 49435

Fixed bug in optimization for character input, affecting first paragraph in the buffer.

2007-10-25 16:13 PC, revision 49434

build fixes

2007-10-25 16:12 PC, revision 49433

fix for scrolling wxSpinCtrl, broken by fix for scrolling wxStaticBox (rev 48550)

2007-10-25 14:53 JS, revision 49431

Now uses the correct selection colours.

2007-10-25 14:53 JS, revision 49430

Now uses the correct selection colours.

2007-10-25 14:41 JS, revision 49429

Fixed a style application bug inserting a newline other than after the end of a paragraph.

2007-10-25 14:41 JS, revision 49428

Fixed a style application bug inserting a newline other than after the end of a paragraph.

2007-10-25 13:24 CE, revision 49425

fix png compile bug with DMC

2007-10-25 13:06 CE, revision 49424

fix compile bug with DMC

2007-10-25 11:08 CE, revision 49421

allow Borland 5.5 again

2007-10-25 11:04 CE, revision 49420

remove extra ';'

2007-10-25 10:48 CE, revision 49419

changes to Borland install/usage

2007-10-24 23:41 VZ, revision 49413

always delete the menus, even if the menu is attached (at the very least this fixes Purify warnings)

2007-10-24 23:27 VZ, revision 49412

release update region as soon as we finished painting the window instead of keeping it indefinitely (bug 1819635) [backport from trunk]

2007-10-24 23:27 VZ, revision 49411

release update region as soon as we finished painting the window instead of keeping it indefinitely (bug 1819635)

2007-10-24 22:19 VZ, revision 49410

use LogLastRepetitionCountIfNeeded() instead of DoLogNumberOfRepeats() in logg.cpp too