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-01-22 13:22 RR, revision 37053

Applied MIME-types patch.

2006-01-22 13:21 RR, revision 37052

Applied MIME-type patch.

2006-01-22 11:37 SN, revision 37051

Moved os2/private.h to BASE_OS2_HDR.

2006-01-22 05:13 MR, revision 37050

Add a "see also" note for wxScrollWinEvent for wxWindow::SetScrollbar in 2_6_BRANCH. Closes bug #1083738.

2006-01-22 05:12 MR, revision 37049

Add a "see also" note for wxScrollWinEvent for wxWindow::SetScrollbar. Closes bug #1083738

2006-01-22 05:10 JG, revision 37048

Distinguish numpad extended keys. Fixes bug #1327720

2006-01-22 05:04 JG, revision 37047

Distinguish numpad extended keys. Fixes bug #1327720

2006-01-21 23:06 MW, revision 37046

Rebake all the VC++ project files and makefiles

2006-01-21 22:50 MW, revision 37045

Move oleacc.lib from the VC++ projects/makefiles to libraries.h

2006-01-21 22:44 MW, revision 37044

Update with location of SP3 for VC++ 5.0 (Jan Jezabek)

2006-01-21 22:39 RD, revision 37043

Use wxSUBRELEASE_NUMBER for the file version, not wxBETA_NUMBER. Also update copyright year

2006-01-21 18:08 MR, revision 37042

Lets have a close box for the DnDShapeDialog in the dnd sample

2006-01-21 18:07 MR, revision 37041

Lets have a close box for the DnDShapeDialog in the dnd sample (2.6 branch)

2006-01-21 17:49 JS, revision 37040

Fixed bug [ 1361674 ] Document wxDocMDIParentFrame::Create

2006-01-21 17:38 JS, revision 37039

Typo fix

2006-01-21 17:31 JS, revision 37038

Fix for bug [ 1335450 ] Replace all << by &lt;&lt; and >> by &gt;&gt;

2006-01-21 16:47 JS, revision 37037

Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0

2006-01-21 15:13 JS, revision 37036

Fix for [ 1351655 ] wxTextValidator::OnChar not working with numeric filter

2006-01-21 15:09 JS, revision 37035

Fix for bug [ 1351659 ] wxTextValidator::Validate not Unicode safe

2006-01-21 15:04 JS, revision 37034

Bug [ 1355450 ] wxSplitterWindow overview shows horizontal says vertical Fixed wrong orientation documentation

2006-01-21 14:45 JS, revision 37033

Applied patch [ 1409971 ] wxX11: fix for DoDrawBitmap() when scaling is set

2006-01-21 14:45 JS, revision 37032

Applied patch [ 1407318 ] bitmap clipping / transparency mask (X11 port) By Burkhard Fischer Applied patch [ 1409971 ] wxX11: fix for DoDrawBitmap() when scaling is set

2006-01-21 12:44 SC, revision 37031

Info.plist now uses $(PRODUCT_NAME), so that no further adoptions are necessary in this file.

2006-01-21 12:43 SC, revision 37030

universal binary projects xcode 2.2

2006-01-21 12:41 SC, revision 37029

backporting of masking fixes for intel builds

2006-01-21 12:18 SC, revision 37028

adding new event loop implementation, removing aga.cpp (outdated)

2006-01-21 12:16 SC, revision 37027

adjust subbitmap mask code to new representation

2006-01-21 09:44 SC, revision 37026

backport of 2nd SetMenuBar call support

2006-01-21 09:41 SC, revision 37025

backport of MinSize fix

2006-01-21 09:40 SC, revision 37024

backport of SInt32 fix

2006-01-21 08:08 RD, revision 37023

prevent overload abiguity in wxPyPrintPreview ctor

2006-01-21 07:07 RD, revision 37022

Since this window draws its own background, set the custom bg style.

2006-01-21 06:45 RD, revision 37021

Changes needed for SWIG 1.3.27

2006-01-21 03:25 VZ, revision 37020

document other SetValue() overloads

2006-01-21 01:34 MW, revision 37019

Remove wxGetOsDescription from MGL's utils, and add it to msdos's

2006-01-20 21:16 SC, revision 37018

using a dynamic cast to wxFrame in order to get the MenuBar correctly from the frontmost window

2006-01-20 19:49 vell, revision 37017

fixed compilation errors in prior checkin; some minor cleanup

2006-01-20 18:18 RD, revision 37016

Added some (#ifdef'd out) wrappers to help in debugging the swig runtime swig_type_info structures.

2006-01-20 18:11 RD, revision 37015

corrections for some SWIG deprecation warnings

2006-01-20 17:32 RD, revision 37014

Patch for Bug 1409256, wxversion.py does not understand lib and lib64

2006-01-20 17:26 RD, revision 37013

Updates for CreateButtonSizer

2006-01-20 17:23 RD, revision 37012

prevent overload abiguity in wxPyPrintPreview ctor

2006-01-20 17:23 RD, revision 37011

Added ConvertToGreyscale

2006-01-20 17:17 SC, revision 37010

Supporting a SetMenuBar call when this frame is already showing its menu

2006-01-20 17:15 SC, revision 37009

allow for a range value of SInt32 instead of SInt16

2006-01-20 02:52 MW, revision 37008

Update notes on VC++ 5.0

2006-01-20 00:58 VZ, revision 37007

always initialize m_bChanged in wxConfigPathChanger ctor; this could result in difficult to reproduce bugs (backport from HEAD)

2006-01-20 00:57 VZ, revision 37006

don't look beyond the end of the string if it ends with a backslash in FilterInEntryName() (thanks Purify) (backport from HEAD)

2006-01-20 00:55 VZ, revision 37005

always initialize m_bChanged in wxConfigPathChanger ctor; this could result in difficult to reproduce bugs

2006-01-20 00:55 VZ, revision 37004

don't look beyond the end of the string if it ends with a backslash in FilterInEntryName() (thanks Purify)