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

1999-10-15 18:12 VZ, revision 4012

unused param

1999-10-15 18:09 VZ, revision 4011

don't draw with NULL font

1999-10-15 17:59 VZ, revision 4010

compilation fix

1999-10-15 17:49 VZ, revision 4009

compilation fix

1999-10-15 17:47 VZ, revision 4008

warning fixed

1999-10-15 17:35 VZ, revision 4007

on some systems (HP-UX), strtok_r() needs _REENTRANT to be defined

1999-10-15 17:15 VZ, revision 4006

let's not forget that \& has lower priority than == in C

1999-10-15 16:59 VZ, revision 4005

1. wxImageHandler::DoCanRead() introduced to solve the virtual function name hiding problem 2. wxPNMHandler::CanRead() shouldn't use wxT() - should it?

1999-10-15 16:28 VZ, revision 4004

resolved a conflict

1999-10-15 16:21 VZ, revision 4003

resolved a conflict

1999-10-15 16:14 VZ, revision 4002

compile fix

1999-10-15 15:49 VZ, revision 4001

removed wxDialog::Centre()

1999-10-15 14:59 RR, revision 4000

scrolling of foreign windowsplus sample

1999-10-15 10:11 GT, revision 3999

Removed a variable declaration from within a FOR statement for compilation on HP-UX

1999-10-15 04:07 DW, revision 3998

*** empty log message ***

1999-10-14 22:36 DW, revision 3997

no message

1999-10-14 17:47 JS, revision 3996

Updated install.txt, added double-inclusion guard, corrected a GnuWin32 thing in spinctrl.cpp

1999-10-14 17:08 RR, revision 3995

HP-UX fixes

1999-10-14 15:52 VZ, revision 3994

never undefine 'inline' keyword for C++ compilation

1999-10-14 15:43 VZ, revision 3993

manually test for X11 headers/libs

1999-10-14 15:18 VZ, revision 3992

NULL shouldn't be used in test programs

1999-10-14 14:57 HH, revision 3991

fixed some frame cleanup stuff; The main frame (MyFrame) explicitely closes the helpframe now before deleting the config pointer and closing itself.

1999-10-14 14:10 JS, revision 3990

Added sqltypes.h (for Cygwin b20), some other Cygwin fixes.

1999-10-14 13:09 RR, revision 3989

Changed time of sending the wxSizeEvent and assorted things, this made wxGLCanvas work, wxMiniFrame looks correct again, Corrected makefile for HTML help

1999-10-14 12:55 VZ, revision 3988

init.cpp isn't included in the makefiles for wxMSW any more