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