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

2005-07-08 21:16 VZ, revision 34828

made IsMaximized() return true if frame had been maximized before being shown

2005-07-08 20:52 MW, revision 34827

Allow cross compiling of wxX11, wxMotif and wxGTK

2005-07-08 20:44 MW, revision 34826

Add dll.a to the extensions search for by WX_PATH_FIND_LIBRARIES, for the benefit of Cygwin

2005-07-08 19:24 MW, revision 34825

Compilation fix for unix builds with cygwin

2005-07-08 17:52 KH, revision 34824

Fix zlib buffer overflow vulnerability [ Patch 1234072 ]

2005-07-08 10:16 VS, revision 34823

minor clarification of broken build cases

2005-07-06 21:59 VZ, revision 34822

use private window class for dialup manager hidden window, otherwise wxWindowClass couldn't be unregistered because the wxDialUpManager-created window of this class was still alive

2005-07-06 21:57 VZ, revision 34821

avoid moving the list control unnecessarily

2005-07-06 11:25 VZ, revision 34820

don't generate ACTIVATE events for Alt-Space key press

2005-07-05 15:30 VZ, revision 34819

fixed (harmless) assert triggered by renaming the first group in a config file and then deleting it

2005-07-04 15:51 CE, revision 34818

fix SF Bug 1232271

2005-07-04 14:59 MW, revision 34817

Typo fixes

2005-07-04 12:28 MW, revision 34816

Add chapter on backward compatibility

2005-07-04 12:25 MW, revision 34815

Eliminate non-ascii chars from generated include file

2005-07-04 12:21 MW, revision 34814

Mention that entry names are full paths after feedback from David Wright

2005-07-04 11:26 ABX, revision 34813

Visible wxMessageOutputDebug instance.

2005-07-04 11:21 ABX, revision 34812

Use common wxTextCtrlBase::GetRange() for PalmOS text control implementation.

2005-07-04 11:12 ABX, revision 34811

Prevent crash in wxString::Mid under STL builds (fixes #1231725).

2005-07-04 09:58 VS, revision 34810

use libtool versioning of shared libs on Unix

2005-07-03 22:34 MBN, revision 34809

Applied patch by Johan van Zyl [ 1231710 ] wxGrid slow refresh on motif caused by memory leak

2005-07-03 22:31 MBN, revision 34808

Applied patch by Johan van Zyl. [ 1231711 ] Using motif clipboard causes application crash

2005-07-03 13:00 MR, revision 34807

No default args in headers for SetSizeHints minimal size. Fixed docs.

2005-07-02 22:22 VZ, revision 34806

fixed DoSetClientSize() to use ::MoveWindow() instead of deferred sizing which never updated the client size we were checking here

2005-07-02 22:16 VZ, revision 34805

fixed bug with showing unneeded scrollbar in the list control (at least under MSW)

2005-07-02 22:15 VZ, revision 34804

made more clear that GetItemRect() returns physical coords