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

2007-03-07 22:54 VZ, revision 44656

removed unused src/gtk/main.cpp

2007-03-07 22:45 VZ, revision 44655

fix hang on startup in Unicode build if any standard GTK+ command line arguments were passed (patch 1665203; bug 1663597) [backport from HEAD]

2007-03-07 22:43 VZ, revision 44654

fix hang on startup in Unicode build if any standard GTK+ command line arguments were passed (patch 1665203; bug 1663597)

2007-03-07 22:32 VZ, revision 44653

take images and margins into account when setting column width to wxLIST_AUTOSIZE_USEHEADER (patch 1664598) [backport from HEAD]

2007-03-07 22:30 VZ, revision 44652

take images and margins into account when setting column width to wxLIST_AUTOSIZE_USEHEADER (patch 1664598)

2007-03-07 22:28 VZ, revision 44651

clip column image (and not only the text) to the column width (patch 1664588) [backport from HEAD]

2007-03-07 22:26 VZ, revision 44650

clip column image (and not only the text) to the column width (patch 1664588)

2007-03-07 22:25 VZ, revision 44649

fixed detection of number of processors under Linux 2.6 [backport from HEAD]

2007-03-07 22:23 VZ, revision 44648

fixed detection of number of processors under Linux 2.6 (replaces patch 1663444)

2007-03-07 22:12 VZ, revision 44647

native wxHyperlinkCtrl implementation for GTK+ 2.10+ (patch 1661851)

2007-03-07 22:09 VZ, revision 44646

add checks for GTK+ 2.10 (part of patch 1661851)

2007-03-07 21:50 , revision 44645

This commit was manufactured by cvs2svn to create branch 'WX_2_6_BRANCH'.

2007-03-07 21:50 VZ, revision 44644

update m4 files to bakefile 0.2.2

2007-03-07 21:29 VZ, revision 44643

use critical section to protect global TablesInUse (patch 1660652) [backport from HEAD]

2007-03-07 21:28 VZ, revision 44642

use critical section to protect global TablesInUse (patch 1660652)

2007-03-07 20:59 VZ, revision 44641

add a note about changing selection background colour

2007-03-07 20:58 VZ, revision 44640

use wxRendererNative::DrawItemSelectionRect() to draw wxVListBox items background unless selection background colour is explicitly set (patch 1650804)

2007-03-07 20:43 VZ, revision 44639

fix warning about non-dllexport'ed base wxDataViewHeaderWindowBase class from MSVC in DLL builds

2007-03-07 20:40 VZ, revision 44638

wxMSWGetColumnClicked must be dllexport'd to be used from another (adv) DLL

2007-03-07 20:01 VS, revision 44637

deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer

2007-03-07 19:51 VZ, revision 44636

return correct client area for at least the primary display, fixes the problems with incorrect positioning of the Center()d windows [backport from HEAD]

2007-03-07 19:41 VZ, revision 44635

merge multiple lines into one as otherwise the display is corrupted/unreadable [backport from HEAD]

2007-03-07 19:41 VS, revision 44634

deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer

2007-03-07 19:40 VZ, revision 44633

merge multiple lines into one as otherwise the display is corrupted/unreadable

2007-03-07 19:23 VZ, revision 44632

removed WXWIN_COMPATIBILITY_2_4