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)

2006-01-19 22:03 ABX, revision 37003

Checkable items in wxToolMenuBarTool supported.

2006-01-19 18:32 vell, revision 37002

cleanup - reformat

2006-01-19 15:37 JG, revision 37001

Fixed bug #778299 - wxTE_RICH2 causes SetValue to show control.

2006-01-19 15:27 JG, revision 37000

Fixed bug #778299 - wxTE_RICH2 causes SetValue to show control.

2006-01-19 11:03 JS, revision 36999

Applied patch [ 1378183 ] Mac: wxNotebook::HitTest off by one

2006-01-19 10:33 JS, revision 36998

Applied patch [ 1331340 ] faster Drawing of Polygons and Polylines Chris Borgolte

2006-01-19 10:28 JS, revision 36997

Applied patch [ 1381420 ] wxHTTP Basic authentication support

2006-01-19 10:16 JS, revision 36996

Applied patch [ 1374618 ] Fix wxJoystick::GetXMin/Max (bug 1374480) Ryan Norton

2006-01-19 09:55 JS, revision 36995

Applied patch [ 1339764 ] Add wxImage::ConvertToGreyscale Jamie Gadd

2006-01-19 09:42 JS, revision 36994

Applied patch [ 1355809 ] Add ability to use templates with static event tables Jamie Gadd

2006-01-19 09:36 JS, revision 36993

Added toggle event

2006-01-19 08:33 JJ, revision 36992

Committing in . Updated OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2006-01-19 07:37 JS, revision 36991

Don't use Windows handles directly in headers

2006-01-19 01:09 MR, revision 36990

Update copyright year in ctrl+alt+mclick dialog for 2.6 branch

2006-01-19 01:05 MR, revision 36989

Update copyright year in ctrl+alt+mclick dialog

2006-01-18 22:58 MW, revision 36988

Remove workaround since the problem should now be fixed

2006-01-18 22:06 JS, revision 36987

Improved mktime for WinCE

2006-01-18 22:02 JS, revision 36986

Cleanup

2006-01-18 21:14 MW, revision 36985

Regenerate

2006-01-18 20:24 JS, revision 36984

Updated version

2006-01-18 20:20 JS, revision 36983

Version change

2006-01-18 19:41 vell, revision 36982

cleanup - reformat

2006-01-18 19:25 JS, revision 36981

Bumped version to 2.6.3 and regenerated makefiles

2006-01-18 19:10 ABX, revision 36980

Warning fix.

2006-01-18 19:02 ABX, revision 36979

Warning corrections backported.

2006-01-18 17:23 JS, revision 36978

Fixed comment bug [ 1390056 ] Wrong Documentation for TransferFromWindow

2006-01-18 16:56 JS, revision 36977

Applied patch [ 1380544 ] wxCondition::WaitTimeout() return value when timeout occurs

2006-01-18 16:51 JS, revision 36976

Applied patch [ 1325857 ] CJK input method doesn't work properly(GTK, CVS)

2006-01-18 16:48 VZ, revision 36975

use Cmd-C under Mac to copy text, not Ctrl-C (backport from HEAD)

2006-01-18 16:47 VZ, revision 36974

use Cmd-C under Mac to copy text, not Ctrl-C

2006-01-18 16:45 JS, revision 36973

Reverted semicolons patch

2006-01-18 16:32 JS, revision 36972

Reverted patch 1399013

2006-01-18 16:16 JS, revision 36971

Must strip menu codes from labels before measuring (fixes bug 1400552)

2006-01-18 16:03 MW, revision 36970

Compile fix

2006-01-18 15:30 VZ, revision 36969

declare wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED with correct DLL decl spec (fixes DLL build warning)

2006-01-18 14:16 JS, revision 36968

Applied doc patch [ 1341459 ] wxDatePickerCtrl::SetFormat

2006-01-18 14:13 JS, revision 36967

Applied patch [ 1373215 ] Codewarrior 9 (+?) warning fixes

2006-01-18 13:27 JS, revision 36966

Applied patch [ 1255676 ] stc2wx/wx2stc not exported (Win32 Unicode DLL)

2006-01-18 13:20 JS, revision 36965

Applied patch [ 1334242 ] wxLogStream::DoLogString fix for unicode builds

2006-01-18 13:15 JS, revision 36964

Applied patch [ 1304191 ] support for MEMO fields Francesco Montorsi

2006-01-18 13:02 JS, revision 36963

Applied patch [ 1188724 ] missing header in carbon CFM builds

2006-01-18 12:46 JS, revision 36962

Applied patch [ 1381895 ] remove circular include dependendcy in wxchar.h

2006-01-18 12:29 JS, revision 36961

Reordering so most likely to fail are at end

2006-01-18 12:26 JS, revision 36960

Unicode

2006-01-18 12:25 JS, revision 36959

Unicode fixes

2006-01-18 12:16 JS, revision 36958

Allowed display sample to be compiled with wxUSE_DISPLAY=0

2006-01-18 11:58 JS, revision 36957

Applied patch [ 1386163 ] misquoted #include (CVS 2.6) Jose Cruanyes

2006-01-18 11:48 JS, revision 36956

Allow compilation of samples to continue with wxUSE_DISPLAY set to 0 (the default)

2006-01-18 11:46 JS, revision 36955

Applied patch [ 1399013 ] More removals of extraneous semicolons Wlodek Szafran

2006-01-18 11:25 JS, revision 36954

Applied patch [ 1394164 ] Update wxWinINetURL to use wxURI