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-07-04 17:03 MR, revision 39978

The method is called CreatePopupMenu, not CreatePopupIcon. Don't keep calling it with the wrong name in text, even though the refs are correct

2006-07-04 17:01 MR, revision 39977

The method is called CreatePopupMenu, not CreatePopupIcon

2006-07-04 16:43 VZ, revision 39976

release build unused variable warning fix

2006-07-04 16:08 AVV, revision 39975

Reverting my first test commit, as per ABX request

2006-07-04 15:35 JS, revision 39974

Scrolling improvements

2006-07-04 15:26 AMB, revision 39973

wxAUI: Made fixed size floating panes work wxAUI: Added IMPLEMENT_CLASS etc. for wxFloatingPane for a later patch

2006-07-04 14:16 SC, revision 39972

XTI adaption for new event name

2006-07-04 12:31 SC, revision 39971

wxColour lost its Create method, use direct creation for XTI

2006-07-04 10:33 ABX, revision 39970

WinCE build fixes.

2006-07-04 09:12 SC, revision 39969

was crashing wxCocoa builds (decomposition will be needed there as well, but the current implementation is based on the TEConverters)

2006-07-04 08:58 ABX, revision 39968

[ 1515213 ] Combo sample improvements.

2006-07-04 04:01 RD, revision 39967

build tweaks

2006-07-04 01:46 AVV, revision 39966

Unified MacOSX, MSW and Unix gsocket class into a common one. Removed duplicated code. Implemented wxDatagramSocket Connect and Disconnect. Added a lot of manual #warnings as reminders. Build tested on unix so far.

2006-07-04 00:37 VZ, revision 39965

s/WXK_NEXT/WXK_PAGEDOWN/ to fix compilation with compatibility off

2006-07-04 00:31 VZ, revision 39964

don't assert in SetStringSelection() if the item isn't found for consistency with wxItemContainerImmutable

2006-07-04 00:11 VZ, revision 39963

fix -Wundef gcc warnings about wxUSE_MS_HTML_HELP

2006-07-03 22:28 RD, revision 39962

Added ExpandAll and ExpandAllChildren

2006-07-03 21:13 JS, revision 39961

SetStyle/GetStyle corrections Added compatibility ctor to wxTextAttrEx wxRichTextCtrl should take a string value for wxTextCtrl compatibility

2006-07-03 21:00 JS, revision 39960

wxRichTextCtrl updates and corrections

2006-07-03 20:55 RD, revision 39959

ExpandAll and ExpandAllChildren are in wxTreeCtrlBase now.

2006-07-03 20:00 RD, revision 39958

Various updates for wxPython build

2006-07-03 19:02 ABX, revision 39957

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

2006-07-03 18:12 ABX, revision 39956

Rich text lib separation.

2006-07-03 17:51 JS, revision 39955

Use wxTextCtrlBase as base class on 2.7

2006-07-03 17:23 RD, revision 39954

The richtext code is now in it's own lib/DLL