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

2009-01-10 18:31 FM, revision 57980

s/""/wxEmptyString

2009-01-10 18:00 FM, revision 57979

do not use Ok(); use IsOk() instead

2009-01-10 17:40 FM, revision 57978

disable test which asserted when trying to call wxListCtrl::GetItemRect() with an invalid index; not sure this is the best thing to do

2009-01-10 17:23 FM, revision 57977

describe wxMemory* streams

2009-01-10 16:04 FM, revision 57976

fix deprecation warnings when building filefn.cpp

2009-01-10 15:16 JMS, revision 57975

Reverted to old wxPG_AUTO_SORT behavior in which only root properties and immediate children of categories are (automatically) sorted; Added Sort flags; Applied slight optimization when sorting on propgridmanager page change

2009-01-10 14:55 VZ, revision 57974

reverted apparently accidental change of r57896

2009-01-10 14:55 JS, revision 57973

Fixed [wxRichTextCtrl] Right Alignment sets text in the RTC too close to the border (#10277) Also [wxRichTextCtrl] Wrong text positioning if different font sizes in the same paragraph (#10279)

2009-01-10 14:55 JS, revision 57972

Fixed [wxRichTextCtrl] Right Alignment sets text in the RTC too close to the border (#10277) Also [wxRichTextCtrl] Wrong text positioning if different font sizes in the same paragraph (#10279)

2009-01-10 14:49 VZ, revision 57971

fix GetGridColLabelWindow() name

2009-01-10 14:43 SC, revision 57970

supporting PopUp on osx cocoa as well, see #10361

2009-01-10 12:38 JMS, revision 57969

Added #include for wx/propgrid/advprops.h

2009-01-10 12:37 JMS, revision 57968

Update propgrid minimal sample: Added wxEVT_PG_CHANGING handler and property value printing in wxEVT_PG_CHANGE handler

2009-01-10 11:11 FM, revision 57967

fix a couple of typos

2009-01-10 10:40 SC, revision 57966

cleaning up default OPEN and CLOSED HAND cursors

2009-01-10 09:45 SC, revision 57965

adding open and close hand cursor constants, implementation currently OSX only, closes #10360

2009-01-10 09:39 SC, revision 57964

moving launch methods to common code

2009-01-10 06:05 KO, revision 57962

Header fix.

2009-01-10 05:40 KO, revision 57961

svn merge -r 56827:57958 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2009-01-09 19:14 BP, revision 57954

Turned off brief descriptions on group pages (it just gets repeated in the detailed description).

2009-01-09 18:46 SC, revision 57953

copy constructors and assignement operators for wxGraphicsObject subclasses

2009-01-09 17:30 SC, revision 57952

menubar activation, fixes #10352

2009-01-09 16:50 FM, revision 57951

do not assert in wxFTP construction because of its 'staticness'; allocate it on the heap

2009-01-09 16:13 FM, revision 57950

minor cleanup; add wxDocument::OnChangeFilename for coherence with wxView::OnChangefilename; avoid some (small) code duplication; closes #10080

2009-01-09 16:01 FM, revision 57949

Minor samples/docview refactoring (closes #10081)