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-11-17 01:54 VZ, revision 43456

don't set A4 paper size, use the system default instead

2006-11-16 23:43 RD, revision 43455

Wrap the setting of the initial content and formatting in Freeze/Thaw

2006-11-16 23:43 RD, revision 43454

Layout tweak

2006-11-16 23:38 RD, revision 43453

Added the wx.combo module, which contains the ComboCtrl and ComboPopup classes.

2006-11-16 23:36 RD, revision 43452

Corrected double destruction of views

2006-11-16 23:33 VZ, revision 43451

disable mmedia contrib for wxMGL (blunt fix for tinderbox compilation error)

2006-11-16 23:31 RD, revision 43450

Added wxStandardPaths::GetExecutablePath

2006-11-16 20:45 BIW, revision 43449

added missing button state

2006-11-16 19:03 MW, revision 43448

Fix not recognising '/' on Windows.

2006-11-16 18:48 BIW, revision 43447

notebook window list popup positioning fixes

2006-11-16 18:46 BIW, revision 43446

minor tab drawing improvements

2006-11-16 14:30 MW, revision 43445

Change the factory constructor to not use a predefined wxMBConv object as it prevents global instances of the factories. The predefined converters are references which may not have been initialised when a global factory's constructor runs.

2006-11-16 14:02 VZ, revision 43444

wxMGL/Unix compilation fix attempt

2006-11-16 13:31 JJ, revision 43443

Solves 2 problems I encounterd on OpenVMS : stdpaths.cpp : missing rourtine in VMS part bitmap.cpp : type casts WXPixmap changed to Pixmap Modified Files: wxWidgets/src/unix/stdpaths.cpp wxWidgets/src/x11/bitmap.cpp

2006-11-16 11:01 BIW, revision 43442

pane buttons are now vertically centered

2006-11-16 10:39 BIW, revision 43441

removed a bunch of wxCHECK_VERSION(2,7,0)'s because aui isn't 2.6.x-backportable anymore

2006-11-16 08:25 BIW, revision 43440

use real alpha blending algorithm to avoid sickly looking colors on some platforms

2006-11-16 08:21 BIW, revision 43439

consolidated duplicated static functions into one file

2006-11-16 08:00 SN, revision 43438

Wrong version checked in last time, this time we really: - avoid problems when calling lxlite on unix style filenames (starting /). - rely on default compression options when calling lxlite.

2006-11-16 07:33 JS, revision 43437

Removed new function

2006-11-16 06:13 BIW, revision 43436

docking crash fix patch applied

2006-11-15 23:03 JS, revision 43435

Made new functions non-virtual

2006-11-15 19:00 RR, revision 43434

[ 1596568 ] Fix for bug 1595339

2006-11-15 17:57 SN, revision 43433

Avoid problems when calling lxlite on absolute unix style filenames (starting /) Rely on default compression options when calling lxlite.

2006-11-15 15:59 JS, revision 43432

Small bug fixes Added GetStyleForRange to wxRichTextCtrl HasCharacter/ParagraphAttributes range now consistent with other functions in wxRichTextCtrl