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

2008-11-28 17:56 FM, revision 57006

no change; just reformat wxThreadHelper::KillThread's comment and refer to wxThreadHelperThread inside it

2008-11-28 17:43 FM, revision 57005

deprecate Create() function in favour of CreateThread(); its name is too generic for a mix-in class

2008-11-28 16:05 JS, revision 57004

Centre/right justification fix when there is a right indent

2008-11-28 16:04 JS, revision 57003

Compile fix Centre/right justification fix when there is a right indent

2008-11-28 15:53 JS, revision 57002

Fixed centering and right-justification when combined with left indentation (bug #10221). Fixed wrapping problem for long lines (bug #10149).

2008-11-28 15:52 JS, revision 57001

Fixed centering and right-justification when combined with left indentation (bug #10221). Fixed wrapping problem for long lines (bug #10149).

2008-11-28 15:06 VZ, revision 57000

remove wxSocketManager::CreateSocket() function, we don't need to have different wxSocketImpl implementation for the same platform, all the differences between console and GUI applications are abstracted by wxSocketManager::Install/Uninstall_Callback() methods

2008-11-28 15:01 VZ, revision 56999

move enabled callbacks flag down to wxSocketImplUnix from wxSocketImplFDIO, this allows to get rid of the letter

2008-11-28 14:39 VZ, revision 56998

make wxSocketImplUnix inherit from wxFDIOHandler as they're used for almost the same purpose; this removes the need for the bridge wxSocketOHandler class

2008-11-28 13:43 VZ, revision 56997

no real changes, just moved wxSocketImplUnix ctor inline

2008-11-28 13:37 VZ, revision 56996

also rename gsocketiohandler.* to socketiohandler.* and move it to wxNet where it belongs

2008-11-28 13:04 VZ, revision 56995

rename various gsock* files to sock* (except for MSW where this will be done later)

2008-11-28 12:47 VZ, revision 56994

Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known as GSocket) which is a base class with various wxSocketImplXXX implementations provided by different wxSocketManagers. Share more code between ports (still not finished). Refactor some code inside wxSocketImpl itself to be less redundant and fixed a couple of minor bugs in the process.

2008-11-28 12:47 JS, revision 56993

Fixed inability to select no superscript and no subscript in wxRichTextCtrl's formatting dialog (fixes bug #10121)

2008-11-28 12:46 JS, revision 56992

Fixed inability to select no superscript and no subscript in wxRichTextCtrl's formatting dialog (fixes bug #10121)

2008-11-28 12:35 JS, revision 56991

wxRichTextCtrl no longer deletes a character when content is selected before pressing Delete (fixes bug #10153).

2008-11-28 12:34 JS, revision 56990

wxRichTextCtrl no longer deletes a character when content is selected before pressing Delete (fixes bug #10153).

2008-11-28 12:20 JS, revision 56989

Fixed a problem with HTML list generation

2008-11-28 12:18 JS, revision 56988

Fixed HTML list output

2008-11-28 00:17 VZ, revision 56987

fix g++ warning about assigning NULL to a non-pointer

2008-11-27 23:00 PC, revision 56986

fix for shown TLW having m_isShown == false, #9909

2008-11-26 19:11 VZ, revision 56985

document column reordering in wxListCtrl; fix confusion between GetColumnOrder() and GetColumnIndexFromOrder() doing this discovered; show the use of these methods in the sample and added a unit test for them

2008-11-26 17:24 FM, revision 56984

make wxThread::OnExit private and not public (change tested on wxMSW and wxGTK)

2008-11-26 16:40 FM, revision 56983

added GetKind getter

2008-11-26 16:18 FM, revision 56982

clarified that Raise() and Lower() only work for wxTopLevelWindows (closes #4717)