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-12-03 21:59 MW, revision 43781

Check the size of the boolean type used by an external jpeg lib on Windows.

2006-12-03 21:49 MW, revision 43780

Check for wxFS_READ in OpenFile.

2006-12-03 21:31 VZ, revision 43779

fix for assert which happened if the checkbox was cleared in a control with wxDP_ALLOWNONE style

2006-12-03 21:30 VZ, revision 43778

removed the workaround for our SetWindowStyleFlag() being called from base class Create(), not needed any more after change in rev 1.291 of src/common/wincmn.cpp

2006-12-03 21:27 VZ, revision 43777

don't use SetWindowStyleFlag() in wxWindowBase::CreateBase() but assign to m_windowStyle directly; this allows SetWindowStyleFlag() in the derived classes to change the styles of the control without worrying about whether it had been already created

2006-12-03 20:54 VZ, revision 43776

fixed long standing bug with Fit() still showing the scrollbars: the old code for rounding up the grid size to a multiple of scroll step was wrong as it did for the grid itself and not just the scrollable area (and also assorted off by 1 errors and a workaround for a bug in wxMSW SetClientSize() implementation whihc may sometimes leave space for unneeded scrollbar)

2006-12-03 20:50 RR, revision 43775

Missing bracket.

2006-12-03 20:26 RR, revision 43774

Move list of raw overviews under the categorized list (until we find a way to suppress the list).

2006-12-03 18:56 VZ, revision 43773

suppress warnings about double to short conversions (but maybe we should round the values instead of truncating them here?)

2006-12-03 18:54 VZ, revision 43772

don't call fputs() with NULL buffer, it crashes

2006-12-03 18:53 VZ, revision 43771

added default value for GetLocalizedResourcesDir() category parameter, as in the base class

2006-12-03 18:37 VZ, revision 43770

added a dummy return to GetItemState() to suppress gcc warning (but shouldn't we assert in all these functions if neither generic nor native implementation is used instead?)

2006-12-03 18:20 VZ, revision 43769

fixed gcc warning about size_t/src/common/dbgrid.cppi printf format spec mismatch

2006-12-03 16:29 VZ, revision 43768

don't show wxOnAssert() frame neither in the assert dialog, it's not interesting as it's always the same

2006-12-03 16:27 VZ, revision 43767

don't show line numbers as 0 when they're not available, show empty string instead

2006-12-03 16:15 VZ, revision 43766

replaced the button suppressing the assert dialog with a checkbox (a slightly modified patch from Francesco Montorsi)

2006-12-03 15:48 SC, revision 43765

we must turn off AA for XOR etc.

2006-12-03 15:30 SC, revision 43764

adding raster op hook to graphics context (10.4 only, partial XOR/INVERT support)

2006-12-03 15:28 SC, revision 43763

paper size, duplex support

2006-12-03 15:26 SC, revision 43762

missing reversed orientation assignments

2006-12-03 15:23 SC, revision 43761

adding raster op hook to graphics context

2006-12-03 15:15 SC, revision 43760

adding raster op hook

2006-12-03 14:19 VZ, revision 43759

stop the rename timer when the current item changes (Tim Kosse)

2006-12-03 13:59 VZ, revision 43758

no changes, just de TABified

2006-12-03 13:59 VZ, revision 43757

backported changes from gtk/window.cpp 1.679 and dnd.cpp 1.116 checking that the drag and drop is started from a mouse click handler