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-06-09 18:11 KO, revision 39653

Initial wxaddons support.

2006-06-09 18:05 RD, revision 39652

Don't use an accelerator for the About box. Ctl(Cmd)-H is reserved on the Mac anyway.

2006-06-09 17:50 ABX, revision 39651

Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-09 17:29 ABX, revision 39650

Header listed twice removed.

2006-06-09 15:37 ABX, revision 39649

USE_AUI build fix.

2006-06-09 14:05 JS, revision 39648

Don't do client to overall size conversion if we've already used the overall size, or we'll end up adding a spurious increment over successive layout iterations.

2006-06-09 11:22 VZ, revision 39647

added the cast to wxFontMapperBase erroneously removed by the last change

2006-06-09 09:51 ABX, revision 39646

Include wx/statusbr.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-09 08:50 MW, revision 39645

Fix missing semicolon from last commit

2006-06-08 20:19 ABX, revision 39644

Include wx/mdi.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-08 19:58 JS, revision 39643

Added missing wx_aui.dsp file

2006-06-08 19:12 RD, revision 39642

fix scope of setting self.files

2006-06-08 19:11 RD, revision 39641

docstring fix

2006-06-08 19:11 RD, revision 39640

Add KeyEvent method for setting the m_uniChar member

2006-06-08 19:10 RD, revision 39639

Applied Patch #1502804: wx*PickerCtrl documentation fixes

2006-06-08 18:53 SC, revision 39638

missing else

2006-06-08 18:27 RD, revision 39637

Applied Patch #1502801: Missing Clone() functions from some events

2006-06-08 18:15 RD, revision 39636

Add 1 to the width returned by DoGetBestSize in order to work around a GTK issue where it sometimes wrapps the text needlessly

2006-06-08 13:12 ABX, revision 39635

Use bottom flat notebook on PocketPC by default.

2006-06-08 12:51 ABX, revision 39634

Include wx/memory.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-08 11:25 ABX, revision 39633

Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.

2006-06-08 10:17 RR, revision 39632

Compilo

2006-06-08 10:05 RR, revision 39631

Correct compilation for GTK < 2.4. Remove double testing for __WXMGL__ and __WXX11__ after testing for __UNIVERSAL__

2006-06-08 09:09 JS, revision 39630

Backported polling process termination detection for Intel Mac

2006-06-08 08:44 JS, revision 39629

Removed incorrect code

2006-06-08 08:09 JS, revision 39628

Missing dereference caused wrong wxString ctor to be used, leading to memory errors

2006-06-08 06:57 ABX, revision 39627

Include wx/sizer.h and wx/layout.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-08 05:16 PC, revision 39626

use "event-after" signal to send thumb release event

2006-06-07 22:01 ABX, revision 39625

Include wx/combobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-07 17:49 VZ, revision 39624

1. renamed wxFontMapper::IsWxFontMapper() to IsDummy() (with reverse semantics) 2. added wxFontMapper::Reset() to only do the cast needed when deleting the font mapper object once 3. reset the dummy font mapper created during the app initialization in wxFontMapperModule and not in init.cpp

2006-06-07 17:46 ABX, revision 39623

Include wx/toolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-07 17:12 ABX, revision 39622

[ 1502010 ] Cast to wrong type.

2006-06-07 17:02 ABX, revision 39621

[ 1502016 ] wxImage::ConvertToGreyscale should retain alpha channel.

2006-06-07 16:59 ABX, revision 39620

Show grey version of image with alpha channel.

2006-06-07 15:06 ABX, revision 39619

Missing plural.

2006-06-07 15:02 ABX, revision 39618

Widgets sample mentioned.

2006-06-07 14:54 ABX, revision 39617

Use common book flags (and other minor corrections).

2006-06-07 13:57 ABX, revision 39616

Minor source cleaning.

2006-06-07 13:26 ABX, revision 39615

wxBLACK usage.

2006-06-07 13:07 JS, revision 39614

Alternative implementation for process termination detection on Intel, since task_for_pid doesn't work on Intel Macs.

2006-06-07 11:44 ABX, revision 39613

Include wx/scrolwin.h and wx/dirdlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-07 08:49 JS, revision 39612

Removed comma

2006-06-07 04:16 KO, revision 39611

Putting files back in the wxWidgets-$VERSION dir.

2006-06-07 02:26 RD, revision 39610

Added wrappers for the Picker controls.

2006-06-07 02:23 RD, revision 39609

Added an implementation for wxPickerBase::SetInternalMargin

2006-06-07 02:23 RD, revision 39608

Added wx/pickerbase.h so it will get installed.

2006-06-06 22:02 ABX, revision 39607

Include wx/gauge.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-06 21:44 ABX, revision 39606

AUI under wxMGL build fixes.

2006-06-06 21:07 ABX, revision 39605

AUI under wxOS2 build fixes.

2006-06-06 19:21 RD, revision 39604

reSWIGged