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

2001-11-04 20:36 SC, revision 12315

added internal callback when toplevel windows move for opengl canvas

2001-11-04 20:24 SC, revision 12314

corrected tooltip

2001-11-04 19:30 GD, revision 12313

corrected detection of wchar_t under Mac OS X/Darwin

2001-11-04 18:46 GD, revision 12312

added wcslen prototype declaration for Darwin/FreeBSD, wcslen is in wxchar.cpp

2001-11-04 18:40 GD, revision 12311

added missing newline at end of line

2001-11-04 17:48 GD, revision 12310

revert of previous commit (was supposed to be on HEAD only)

2001-11-04 17:43 GD, revision 12309

added missing wxSTD for cerr & cout

2001-11-04 17:41 GD, revision 12308

added missing wxSTD for cout & cerr

2001-11-04 17:20 GD, revision 12307

wchar/wcslen corrections for Darwin (same as FreeBSD)

2001-11-04 17:18 GD, revision 12306

added Darwin related defines

2001-11-04 14:51 DW, revision 12305

TRUE and FALSE, not true and false.

2001-11-04 14:49 DW, revision 12304

Some compiler bug fixes, new .def file

2001-11-04 13:59 GD, revision 12303

use 'cp -fp' instead of 'cp -p' to install programs/data under Mac OS X

2001-11-04 03:01 RL, revision 12302

Don't strip cross packages with native strip. All of them. Really.

2001-11-04 01:29 RL, revision 12301

Backed out misguided 'build both' patch. Reshuffled library name code into a slightly neater stack. Added separate shared and static msw builds to .debs :( that makes 13 builds of the core lib alone required to create all packages now.. (anyone want to donate me a fast MP box :)

2001-11-04 00:07 RL, revision 12300

More cross compiling fixes.

2001-11-04 00:00 VS, revision 12299

implemented display mode setting

2001-11-04 00:00 VS, revision 12298

implemented wxApp::Get/SetDisplayMode

2001-11-04 00:00 VS, revision 12297

oh, better interface to GetDisplayMode (Vadim was right; previous commit was by accident)

2001-11-03 23:08 GD, revision 12296

install apparently ignores -p option under Mac OS X, use cp -p instead

2001-11-03 22:42 GD, revision 12295

corrected install program for Mac OS X (use AC_PROG_INSTALL but add -p option to INSTALL_PROGRAM and INSTALL_DATA in order to preserve modification dates)

2001-11-03 21:49 VZ, revision 12294

removed OnSetFocus() which doesn't exist any more

2001-11-03 21:36 VS, revision 12293

added wxApp::GetDisplayMode function for fullscreen ports

2001-11-03 21:36 VS, revision 12292

recently checked in patch was ignorant to wxUSE_RESOURCES

2001-11-03 21:35 VS, revision 12291

oops, configure defined _WIN_IE instead of _WIN32_IE for cross-compilation