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

2003-04-06 15:03 JS, revision 20016

Use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in wxTE_RICH2 text control Backport from head

2003-04-06 14:52 JS, revision 20015

wxCondition doc update from head

2003-04-06 14:45 JS, revision 20014

wxFrame::Maximize(FALSE) would maximize the window if called before showing it Backport from head

2003-04-06 14:41 JS, revision 20013

wxStopWatch::Start() didn't resume it contrary to the docs Backport from head

2003-04-06 14:38 JS, revision 20012

Fix for deleting entries at root level in wxFileConfig backported from head

2003-04-06 14:31 JS, revision 20011

Backported [ 622089 ] wxTR_EDIT_LABELS vs wxTR_MULTIPLE style Fix for wxTreeCtrl label editing in wxTR_MULTIPLE mode

2003-04-06 14:26 JS, revision 20010

wxCaret::SetSize correction for showing caret Backported from head

2003-04-06 14:20 JS, revision 20009

Fx for sending event from wxCheckListBox::Check(). Backported from head.

2003-04-06 14:06 JS, revision 20008

Fix for explicit keyword detection (VC++) backported from head

2003-04-06 12:28 JS, revision 20007

Don't use stipples in DoDrawText (backported from CVS head)

2003-04-06 12:23 JS, revision 20006

Set orientation for scrollbar events (backported from CVS head)

2003-04-06 12:19 JS, revision 20005

Fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName Backported from CVS head

2003-04-06 12:03 JS, revision 20004

Backported SetScrollbars bug fix

2003-04-06 11:38 JS, revision 20003

Removed backported fix from toback24.txt

2003-04-06 11:35 JS, revision 20002

Backported fix: wxMSW::wxStaticText::GetBestSize() was wrong by '&' width

2003-04-06 00:55 DE, revision 20001

Changed dc.cpp to dc.mm and dcclient.cpp dcclient.mm for wxCocoa

2003-04-06 00:54 DE, revision 20000

Replace dc.cpp with dc.mm and dcclient.cpp with dc.mm Update app.mm to call wxDC text system startup and cleanup code

2003-04-06 00:51 DE, revision 19999

Use the wxStaticBox::GetBordersForSizer method to get border information on wxCocoa. Perhaps the other ports should do this?

2003-04-05 23:26 DE, revision 19998

Added GetBordersForSizer(int *bordertop, int *borderOther)

2003-04-05 23:23 DE, revision 19997

Commented out most the the wxLogDebug Basic implementation of Refresh() does not take into account eraseBack or Rect

2003-04-05 23:16 DE, revision 19996

Cocoa still uses the generic file dialog (see include/wx/filedlg.h)

2003-04-05 23:06 DE, revision 19995

Added declarations for NSLayoutManager, NSTextContainer, and NSTextStorage

2003-04-05 22:30 VS, revision 19994

regenerated makefiles

2003-04-05 22:27 VS, revision 19993

partially working wxTaskBarIcon for X11

2003-04-05 22:25 VS, revision 19992

added taskbarcmn.cpp