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-10-23 18:48 SC, revision 49360

adapting single selection deselect to generic listctrl 1812903

2007-10-23 18:27 RD, revision 49358

Use kControlContentIconRef in SetBitmapLabel for wxBORDER_NONE buttons. Factor out code to create a standard sized bitmap so it can be used in SetBitmapLabel too.

2007-10-23 18:26 RD, revision 49357

Factor out code to create a standard sized bitmap so it can be used in SetBitmapLabel too.

2007-10-23 18:20 VZ, revision 49356

do use vswprintf() with mingw32 if STLPort >= 5.1 is used (and not msvcrt which defines vswprintf() in a pre-standard way)

2007-10-23 18:16 VZ, revision 49355

don't compare initial slider position with uninitialized m_pos (modified patch 1818759)

2007-10-23 16:11 VZ, revision 49354

implement wxSYS_DCLICK_MSEC support

2007-10-23 13:40 VZ, revision 49352

remove ODBC and DBgrid libraries

2007-10-23 13:38 VZ, revision 49351

added --prefix option which is useful when cross-building

2007-10-23 13:35 JS, revision 49350

Small code cleanup

2007-10-23 13:35 JS, revision 49349

Small code cleanup

2007-10-23 13:08 VZ, revision 49348

tagging soures before removing of ODBC library

2007-10-23 12:30 SC, revision 49347

making sure we only have the badged exclamation/warning sign for wxICON_EXCLAMATION (sf 1817033)

2007-10-23 07:27 PC, revision 49343

remove extraneous semicolons

2007-10-23 03:30 DE, revision 49342

Go back to my original idea of checking for EILSEQ and EINVAL and failing immediately if either of those is set after wxVsnprintf call returns a negative number to indicate some type of failure. All other errno are assumed to simply mean that the buffer is undersized so the platform C library function can set errno to anything it likes or simply not set it at all and our code will keep trying to increase the buffer size just as it did originally. This should (hopefully) fix compilation with C libraries that only support the most basic set of errors (of which EINVAL and EILSEQ are part).

2007-10-22 21:15 VZ, revision 49341

added wxBG_STYLE_TRANSPARENT and implemented it for wxMac; documented various transparency-related functions

2007-10-22 20:11 SC, revision 49340

fixing compilo

2007-10-22 18:13 RR, revision 49339

Added new line

2007-10-22 18:07 RD, revision 49338

Patch [ 1816051 ] MSW DrawEllipticArc inconsistent with other platforms

2007-10-22 18:06 RD, revision 49337

Patch [ 1816051 ] MSW DrawEllipticArc inconsistent with other platforms

2007-10-22 18:04 RR, revision 49336

Further attempts to get button header right

2007-10-22 17:39 RR, revision 49335

Use CommCtrl to render sortup and sortdown indicators in header control

2007-10-22 17:30 VZ, revision 49334

add HDF_SORTUP/DOWN definitions

2007-10-22 16:12 VZ, revision 49333

escape underscores introduced by the last change

2007-10-22 13:57 RR, revision 49331

Trying to get native header button right

2007-10-22 13:07 SC, revision 49330

moving os x config defaults