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-10-09 19:32 VZ, revision 41831

added wxSizerFlags::GetDefaultBorder()

2006-10-09 19:29 VZ, revision 41830

extended wxSizerFlags docs

2006-10-09 19:28 VS, revision 41829

don't crash on weird line endings like \r\r\n

2006-10-09 18:58 VZ, revision 41828

check that the bitmap is valid before getting its size to avoid asserts

2006-10-09 18:57 VZ, revision 41827

menu id 0 doesn't work under Mac

2006-10-09 18:56 RD, revision 41826

double buffer changes

2006-10-09 18:55 RD, revision 41825

Added wx.AboutBox()

2006-10-09 18:47 VS, revision 41824

fixed the check in previous commit

2006-10-09 18:37 VS, revision 41823

assert if wxString(void* pStart,void *pEnd) ctor is used incorrectly

2006-10-09 18:10 VZ, revision 41822

use sample icon, not mondrian one

2006-10-09 17:56 VZ, revision 41821

regenaretd after samples/animate addition

2006-10-09 17:55 VZ, revision 41820

baked the standard makefiles

2006-10-09 17:51 VZ, revision 41819

added wxAnimationCtrl (patch 1570325)

2006-10-09 17:14 VZ, revision 41818

compilation fix after last change (GTK1 doesn't have g_signal_stop_emission_by_name(), only gtk_signal_emit_stop_by_name())

2006-10-09 17:11 VZ, revision 41817

no changes, just replaced C comment with a C++ one

2006-10-09 17:10 JS, revision 41816

Don't use precompiled header directives in included files

2006-10-09 17:09 VZ, revision 41815

added references to XML classes

2006-10-09 16:57 VZ, revision 41814

return false from IsDoubleBuffered() if the first top level parent is not double buffered

2006-10-09 16:56 RD, revision 41813

DLL build fixes

2006-10-09 16:52 VZ, revision 41812

regenerated after adding dcbufcmn.cpp

2006-10-09 16:50 VZ, revision 41811

fix the sample icon (patch 1570974)

2006-10-09 16:39 VZ, revision 41810

added wxWindow::IsDoubleBuffered() and improve wxBufferedDC (patch 1565330)

2006-10-09 16:06 SC, revision 41809

copying as much values from the dc as possible

2006-10-09 16:05 SC, revision 41808

adding angle conversion

2006-10-09 15:58 VZ, revision 41807

added static wxPlatformInfo::Get() and use it (patch 1549176)