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

2002-01-27 23:40 VS, revision 13865

implemented writing in original encoding

2002-01-27 23:40 VS, revision 13864

A couple of fixes to wxMGL's wxWindow: 1. fixed caret interference when painting the window 2. now calls SetFocus when you click on a window that doesn't have focus 3. hopefully correct translations of event for OnKeyDown vs. OnKey

2002-01-27 23:38 VS, revision 13863

fixes to WXK_PRIOR/WXK_PAGEUP handling in wxUniv

2002-01-27 23:37 VS, revision 13862

small m_blinkedOut consistency corrections

2002-01-27 23:37 VS, revision 13861

calling wxWindow::Update from wxWindowDC ctor wasn't good idea, interacts with carets...

2002-01-27 23:37 VS, revision 13860

added skeleton of Port notes section

2002-01-27 19:58 JS, revision 13859

Added first cut at sizer topic, based on Robert's manual and individual class reference docs.

2002-01-27 19:54 RR, revision 13858

wxMiniFrame works again.

2002-01-27 19:09 VS, revision 13857

backported wxHTMLHelp cache fix to 2.2

2002-01-27 19:03 VS, revision 13856

backported wxHTMLHelp cache fix to 2.2

2002-01-27 19:03 VS, revision 13855

added wxHtmlWindow::OnOpeningURL

2002-01-27 19:03 VS, revision 13854

new wxHtmlWindow::OnOpeningURL API

2002-01-27 19:02 VS, revision 13853

moved wxHtmlWindow flags out of defs.h

2002-01-27 19:02 VS, revision 13852

wxUSE_MIMETYPE in src/unix/mimetype.cpp

2002-01-27 13:58 VZ, revision 13851

set extra margins to be 0 by default, not 50

2002-01-27 10:07 JS, revision 13850

Applied patch to implement wxChoice::SetString and to not send leave events when window is captured. Also FAQ updates copied from web site during distribution.

2002-01-27 10:05 JS, revision 13849

Applied patch to implement wxChoice::SetString and to not send leave events when window is captured.

2002-01-27 00:48 VS, revision 13848

prevent crash when trying to set global cursor too early

2002-01-27 00:48 VS, revision 13847

ensure minimal mime support in wxHTML even without wxMimeTypesMananger

2002-01-27 00:47 VS, revision 13846

fixed rendering artifact in wxCaret

2002-01-27 00:47 VS, revision 13845

update the screen before gaining access to wxWindowDC

2002-01-27 00:46 VS, revision 13844

move caret notification after sending the focus event

2002-01-27 00:45 VS, revision 13843

(hacky) fix for bg colour handling in wxUniv's win32 theme

2002-01-26 23:53 VZ, revision 13842

removed assert(size != 0) from wxArrayString::Alloc(size) as it was inconsistent with wxArray::Alloc() and wxString::Alloc()

2002-01-26 22:29 VZ, revision 13841

implemented IsFixedWidth() correctly for MSW