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

2005-03-10 19:34 ABX, revision 32728

Use initial book from available controls. Select it in menu correctly.

2005-03-10 19:23 VZ, revision 32727

wxGetEnv() should return wxChar *, even if it's a macro and not a function

2005-03-10 19:22 ABX, revision 32726

Apart smartphones use choicebook when notebook is not available (like testing smartphone layout using desktop build).

2005-03-10 19:20 VS, revision 32725

use dummy.cpp with eVC, too

2005-03-10 19:20 VS, revision 32724

use dummy.cpp with eVC, too

2005-03-10 19:20 VZ, revision 32723

define wxGetEnv() as macro, not inline function, for WinCE as otherwise extended.c compilation fails

2005-03-10 19:19 VZ, revision 32722

Unicode fix after last commit

2005-03-10 19:16 VZ, revision 32721

ignore build files for stuff which is not in the cvs

2005-03-10 19:14 VZ, revision 32720

define wxGetenv() for WinCE which doesn't have _tgetenv() to always return NULL

2005-03-10 19:14 VZ, revision 32719

use wxGetenv() instead of getenv() which doesn't exist under WinCE

2005-03-10 19:11 VZ, revision 32718

moved WinCE-specific part into wx/msw/wince/chkconf.h; added more stuff to it (partly moved from wince/setup.h)

2005-03-10 19:07 RD, revision 32717

Give the wxChoice an explicit width so the min size of the panel won't be too large, preventing the splitter from resizing it back down to a manageble size.

2005-03-10 19:06 VZ, revision 32716

disable wxUSE_EXCEPTIONS when compiling with VC++ but without /GX (a.k.a. /EHsc) switch

2005-03-10 18:54 VZ, revision 32715

unused param warning with wxUSE_OLE=0

2005-03-10 18:26 VZ, revision 32714

generate (common part of) include/wx/msw/wince/setup.h automatically, as for MSW, Mac and Unix setup.h versions

2005-03-10 15:47 SC, revision 32713

cursor setting corrected

2005-03-10 15:46 SC, revision 32712

make sure we don't have two associations pointing to the same control

2005-03-10 14:49 VZ, revision 32711

check that wxYES and wxNO are always used together as the native msg box can't use them separately (related to bug 1160422)

2005-03-10 14:18 ABX, revision 32710

Smartphone adjustements to generic log dialog.

2005-03-10 00:45 RD, revision 32709

reSWIGged

2005-03-10 00:41 RD, revision 32708

Catch possible exception from getdefaultlocale

2005-03-09 23:17 JS, revision 32707

Added some missing samples

2005-03-09 23:01 VS, revision 32706

fixed wxrc's dependencies

2005-03-09 22:52 VS, revision 32705

AddFile usage clarifications

2005-03-09 22:49 RD, revision 32704

reSWIGged