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-29 22:52 VZ, revision 57034

compilation fix after making wxSocketImpl derive from wxFDIOHandler

2008-11-29 22:39 VZ, revision 57033

fix best size caluclation for the notebooks with multiple rows (#2335) [backport of r57024 from trunk]

2008-11-29 22:30 VZ, revision 57032

replace the mismatched new[]/delete (bug #10234) with a wxVector

2008-11-29 22:28 VZ, revision 57031

add wxVector(size_t size[, const value_type& value]) ctors

2008-11-29 22:19 VZ, revision 57030

cleanup the Win32 window classes registration code: remove global variables and register the window classes we use on demand to avoid registering MDI or GL classes unnecessarily

2008-11-29 15:05 VZ, revision 57028

more updates after r57026 change to app.cpp

2008-11-29 15:03 VZ, revision 57027

update after r57026 change to app.cpp

2008-11-29 14:59 VZ, revision 57026

get rid of CE-specific code for class name registration, the unique instance enforcement should be implemented by using wxSingleInstanceChecked if it's really necessary

2008-11-29 14:49 VZ, revision 57025

don't reuse the double click handled in activation event handler for toggling the item (#9761)

2008-11-29 14:47 VZ, revision 57024

correct CalcSizeFromPage() for multiline notebooks (#2335)

2008-11-29 14:41 VZ, revision 57023

add safe wxStrlcpy() function and replaced all wxStrncpy() calls by it

2008-11-29 13:51 VZ, revision 57022

don't use wxChar arrays and wxStrncpy (especially as the latter was used incorrectly) in Mac-specific type/creator code, just use wxString

2008-11-29 13:43 VZ, revision 57021

properly NUL-terminate the string when using strncpy() (#10230)

2008-11-29 00:24 FM, revision 57019

add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImage and not from wxBitmapBase

2008-11-28 23:48 FM, revision 57018

fix wrong placement of the @apperance tag previously committed

2008-11-28 23:16 FM, revision 57016

remove @appearance tag from abstract classes; add the missing screenshots of some controls to wxGTK image folder

2008-11-28 22:32 FM, revision 57015

fix crash caused by cancelling querybitmap dialog; fix crash caused by clicking 'add widget icons' on an empty bitmapcombobox

2008-11-28 22:29 FM, revision 57014

provide GetSize() getters in wxBitmap and wxImage

2008-11-28 21:50 FM, revision 57013

return wxDefaultSize (as done in all other platforms) when the combo box is empty

2008-11-28 20:59 VZ, revision 57012

remove wxVSCROLL from wxMessageDialog style (left over from prior experiments)

2008-11-28 19:33 FM, revision 57011

move style table in the detailed description like for all other interface headers

2008-11-28 19:29 FM, revision 57010

restore correct doctype

2008-11-28 19:28 FM, revision 57009

added the possibility (for doxygen >= 1.5.7.1) to generate a QCH file for wxWidgets documentation

2008-11-28 17:58 FM, revision 57008

make more readable the checks for incoherent style flags

2008-11-28 17:58 FM, revision 57007

internal variables of wxFileHistory are protected, not public; in any case, do not document them since they are all editable safely using the accessors

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)