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-05 05:23 RD, revision 40003

Build and distrib tweaks ported over from the 2.6 branch

2006-07-05 04:37 KO, revision 40002

Now we can build all tarballs on one (Unix shell) box using pre-flight.sh.

2006-07-05 04:09 KO, revision 40001

Factoring out redundant steps in the build process to their own function.

2006-07-05 04:07 KO, revision 40000

Make note about the need for unix2dos on Mac.

2006-07-05 03:23 RD, revision 39999

reSWIGged

2006-07-05 03:18 RD, revision 39998

wxRichTextCtrl now takes a value parameter in the constructor

2006-07-05 02:07 RD, revision 39997

reSWIGged

2006-07-05 01:35 RD, revision 39996

Avoid crash in SelectAll if there are no nodes besides the root

2006-07-05 01:31 RD, revision 39995

reSWIGged

2006-07-05 00:59 RD, revision 39994

reSWIGged

2006-07-05 00:53 RD, revision 39993

oops

2006-07-05 00:47 RD, revision 39992

no need to %import gdi.i

2006-07-05 00:46 RD, revision 39991

Docstring fixed

2006-07-05 00:45 RD, revision 39990

Typo fixed

2006-07-05 00:45 RD, revision 39989

reSWIGged

2006-07-05 00:43 RD, revision 39988

Changes needed for building with Python 2.5

2006-07-05 00:37 RD, revision 39987

Changes needed for building with Python 2.5

2006-07-04 22:29 RD, revision 39986

reSWIGged

2006-07-04 22:18 RD, revision 39985

reSWIGged

2006-07-04 19:58 AMB, revision 39984

wxAUI: Send cancel event on floating panes closing too (last log was misleading - that was on docked panes with a hand-drawn close button).

2006-07-04 19:52 AMB, revision 39983

wxAUI: Send a cancel event to the window within a frame which is closed, so it knows it is being destroyed.

2006-07-04 19:49 ABX, revision 39982

Warning fix.

2006-07-04 19:25 AMB, revision 39981

wxAUI: Make 2 methods virtual and unprotect member variables to enable apps to do their own hint windows until a generally acceptable mechanism for platforms other than MSW is found.

2006-07-04 18:08 ABX, revision 39980

XRC headers cleaning.

2006-07-04 17:22 RD, revision 39979

Fix typo that caused a global variable to be used instead of the local function parameter

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