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

2008-11-20 17:46 VZ, revision 56865

display enumeration functions are in coredll.dll and not user32.dll under CE (closes #10189) [backport of r52077]

2008-11-20 16:54 VZ, revision 56864

fix WinCE compilation after tbar95.h ->t oolbar.h renaming (#10197)

2008-11-20 16:45 VZ, revision 56863

don't load comctl32.dll, just get the handle of the already loaded instance of it instead, this avoids accidentally loading 2 different versions of this DLL in the same process (see #10203)

2008-11-20 15:06 VZ, revision 56862

fix gcc 3.3 warning about possibly uninitialized (but in reality initialized) variable after the last change

2008-11-20 13:13 VZ, revision 56861

change Has/SetFlag() to take int instead of unsigned as the latter provokes VC7 warnings

2008-11-20 12:28 VS, revision 56860

don't assert on unsupported metric in wxSystemSettingsNative::GetMetric()

2008-11-19 16:29 JMS, revision 56852

When calling DrawIconEx(), do not use DI_COMPAT or DI_DEFAULTSIZE on WinCE (fixes ticket #10200)

2008-11-19 16:24 JMS, revision 56851

For clarity, moved includes to the top of the file. Also added #include wx/dialog.h.

2008-11-19 12:06 VZ, revision 56848

store the value to be set inside wxON_BLOCK_EXIT_SET(), this allows to use temporaries with it and also fixes the test failure when built with icc and optimizations on (not sure if it is a compiler bug or not but in any case it seems better to fix it)

2008-11-19 11:52 VZ, revision 56847

fix comparison in Normalize() test

2008-11-19 11:51 VZ, revision 56846

add WX_ASSERT_EQUAL_MESSAGE

2008-11-19 09:55 VZ, revision 56845

minor icc warning fixes

2008-11-19 09:54 VZ, revision 56844

Slovenian translation update

2008-11-18 18:46 JMS, revision 56839

Allow wxPropertyGridInterface::ClearSelection() to be called with NULL state (fixes defect #10195)

2008-11-18 15:51 VZ, revision 56834

fix compilation with cppunit 1.9 (which doesn't have stdCOut()) and some harmless warnings (which probably were fixed in newer cppunit version too)

2008-11-18 14:41 VZ, revision 56833

add header required for PCH-less mingw32 compilation (closes #10196)

2008-11-17 22:29 VZ, revision 56828

port updates for newer Intel compiler support from bakefile svn and rebake

2008-11-17 22:20 KO, revision 56827

svn merge -r 56812:56826 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-11-17 21:39 KO, revision 56826

More fixes for API on 2.8.

2008-11-17 14:32 VZ, revision 56825

use GetResolutionFromOptions() to honour wxIMAGE_OPTION_RESOLUTION and not just wxIMAGE_OPTION_RESOLUTION[XY]

2008-11-17 14:27 VZ, revision 56824

fix bad typo in the code: wxIMAGE_OPTION_RESOLUTION option was used where wxIMAGE_OPTION_RESOLUTIONUNIT was meant (reviewing documentation is useful for finding bugs too...)

2008-11-17 14:26 VZ, revision 56823

document all currently defined image options and their values

2008-11-17 14:07 VZ, revision 56822

implement const rbegin/rend() versions (closes #3866)

2008-11-17 13:54 VZ, revision 56821

added the possibility to rescale the image during loading, especially useful with JPEGs (#8390) (change to the sample accidentally committed as r56820)

2008-11-17 13:52 VZ, revision 56820

ignore files produced by the sample