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-11-27 16:38 SC, revision 50280

cleanup

2007-11-27 15:26 SC, revision 50279

fixing switches

2007-11-27 15:20 SC, revision 50278

adding wxPartRegion and catching errors

2007-11-27 11:03 SC, revision 50277

guard code for mac / quickdraw

2007-11-27 11:02 SC, revision 50276

guard code for mac / quickdraw

2007-11-27 10:59 SC, revision 50275

fixing cases for mac / quickdraw

2007-11-27 10:00 SC, revision 50272

fixing the usage of hishape

2007-11-27 08:35 SC, revision 50271

moving to gcc 4.0 exclusively, 10.4 minimum system

2007-11-27 07:59 SC, revision 50269

moving to gcc 4.0 exclusively, 10.4 minimum system

2007-11-26 21:27 VZ, revision 50263

unload msimg32.dll earlier (before static cleanup time) to avoid lockups when wx is used as DLL; don't use wxOnceOnlyDLLLoader for gdi32.dll as we don't need to keep this DLL loaded, it will stay in memory anyhow as we link to it statically

2007-11-26 19:44 RD, revision 50258

Bump subrelease number

2007-11-26 19:41 VS, revision 50257

catch unhandled exceptions in POSIX threads implementation the same way wxMSW does

2007-11-26 17:23 SC, revision 50256

simplifying

2007-11-26 13:48 VZ, revision 50255

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT

2007-11-26 07:46 SC, revision 50251

cleanup / adding effects

2007-11-26 07:45 SC, revision 50250

cleanup / adding effects

2007-11-26 07:43 SC, revision 50249

universal fixes

2007-11-26 07:39 SC, revision 50248

avoiding menu id = 0 , adding rotating through direction each time an effect is called

2007-11-25 23:59 VZ, revision 50247

removed extraneous backslash

2007-11-25 14:34 VZ, revision 50243

wxStr[c]spn_String fixes: use size_t, not int, as return type; use WX_STR_FUNC_NO_INVERT for wrappers declarations as they're not symmetric; also corrected mistaken use of int instead of rettype in WX_STR_FUNC_NO_INVERT itself

2007-11-25 14:28 VZ, revision 50242

use size_t instead of unsigned int to avoid MSVC warnings about converting the former to the latter when compiling with /Wp64

2007-11-25 13:12 VZ, revision 50240

fix unused parameter warning inside FILEDIRBTN_OVERRIDES

2007-11-25 13:01 VZ, revision 50239

no real changes, just updated bakefile URL and fixed some spelling errors

2007-11-25 11:14 VS, revision 50237

removed ANSI configs from VisualC++ project files

2007-11-25 03:33 PC, revision 50231

remove unused/unneeded stuff from gtk/private.h