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

2006-07-10 10:39 AVV, revision 40053

Serious problem. Sockets closed on the remote side aren't signaled as so, and the INPUT event keeps triggering... again... and again... and again... Must be backported to HEAD and 2.6.x

2006-07-10 09:46 AVV, revision 40052

Removing unneeded tests from socket receive/send, also cleaning printf

2006-07-09 17:45 SN, revision 40051

Backported implementation for wxGetKeyState and wxGetMouseState.

2006-07-09 17:44 SN, revision 40050

Added implementation for wxGetKeyState and wxGetMouseState.

2006-07-09 03:46 MR, revision 40049

Use PangoFontMetrics to get wxDC::GetCharHeight, because that's the proper and clean way to get the body size of a particular font, and it doesn't go through all the layoutting code (hence, 20-35% quicker than measuring H for logical extents).

2006-07-08 18:50 BIW, revision 40048

reverted an earlier patch that was causing problems

2006-07-08 16:34 RD, revision 40047

properly offset the mouse position for the label window clicks

2006-07-08 16:31 RD, revision 40046

reSWIGged

2006-07-08 16:13 RD, revision 40045

reSWIGged

2006-07-08 15:47 RD, revision 40044

Avoid crash in SelectAll if there are no nodes besides the root

2006-07-08 07:11 SC, revision 40043

setting up correct PPI for printing

2006-07-08 05:43 KO, revision 40042

Give MSVS project files DOS line endings.

2006-07-08 02:19 RD, revision 40041

Add wxRTTI info for the event class

2006-07-08 02:13 RD, revision 40040

Added wrappers for wxAUI

2006-07-07 17:53 RD, revision 40039

Changes needed for scanning the aui header files with SWIG for wxPython. Also fix some DLL exports.

2006-07-07 10:57 ABX, revision 40038

Build fix.

2006-07-07 10:00 AMB, revision 40037

Added style wxTE_PROCESS_ENTER for wxOwnerDrawnComboBox

2006-07-07 05:58 RD, revision 40036

Need to skipp the first half of ShowHint if the platform doesn't have transparency support yet.

2006-07-06 23:31 KO, revision 40035

Make sure it creates the directory where tarballs are stored if it doesn't exist.

2006-07-06 23:01 VZ, revision 40034

gcc -Wundef warning fix

2006-07-06 22:46 RD, revision 40033

Undeprecate wxGetNumberFromUser, add wxNumberEntryDialog

2006-07-06 22:15 RD, revision 40032

Undeprecate wxGetNumberFromUser, add wxNumberEntryDialog

2006-07-06 22:13 RD, revision 40031

properly offset the mouse position for the label window clicks

2006-07-06 19:19 AMB, revision 40030

wxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called twice after lazy creation of the popup, the first deleting m_popupExtraHandler and the second attempting to delete it a second time.

2006-07-06 17:42 AMB, revision 40029

Added GetWidestItem() and GetWidestItemWidth() to wxVListBoxComboPopup and wxOwnerDrawnComboBox as per Jaakko Salli