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

2002-11-04 23:05 VZ, revision 17715

fix bug in key handling code: toupper() shouldn't be applied to the values outside of the ASCII range (patch 631236)

2002-11-04 23:01 VZ, revision 17714

set APPVER to 4.0 if WIN95==1: fixes bug 629884

2002-11-04 22:48 VZ, revision 17713

replaced buffer copy and strcmp() with strncmp() (patch 632155)

2002-11-04 22:46 VZ, revision 17712

fixed __BORLANDC__ misspelling (patch 632095)

2002-11-04 22:42 VZ, revision 17711

some harmless compilation warning fixes (patch 631520)

2002-11-04 22:41 VZ, revision 17710

fixed headers included for wxUniv (patch 630713)

2002-11-04 22:38 VZ, revision 17709

conversion to/from DOS date/time (patch 627575)

2002-11-04 22:25 VZ, revision 17708

show column width in the column event handlers

2002-11-04 22:24 VZ, revision 17707

set the column width in wxListEvent itself too

2002-11-04 21:49 JS, revision 17706

wxMSW: Added context menu for rich edit control, as per standard EDIT control

2002-11-04 21:46 VZ, revision 17705

added IsModified() test

2002-11-04 21:33 VZ, revision 17704

fixes to wxPipeInputStream

2002-11-04 20:13 RR, revision 17703

Small correction for wxButton mouse events under GTK 2.0. Minor doc updates.

2002-11-04 19:31 VZ, revision 17702

compilation fixes in WXWIN_COMPATIBILITY_2_2==0 mode

2002-11-04 19:09 VZ, revision 17701

don't give env var expansion warning under Windows

2002-11-04 19:06 VZ, revision 17700

replaced global semaphore in gtk_notebook_page_change_callback() with a per-object one

2002-11-04 18:52 VZ, revision 17699

removed TABs

2002-11-04 17:47 VZ, revision 17698

work around for cygwin broken wchar.h: include extern C ourselves

2002-11-04 17:40 VZ, revision 17697

removed unneeded #include wchar.h (it should only be done from wxchar.h which has workaround for cygwin bug in wchar.h)

2002-11-04 17:25 VZ, revision 17696

added Update() and RefreshRect()

2002-11-04 17:16 VZ, revision 17695

use wxSTREAM_NO_ERROR instead of deprecated wxSTREAM_NOERROR (fixes compilation without WXWIN_COMPATIBILITY_2_2

2002-11-04 00:40 VZ, revision 17694

replaced IsAvailable() with CanRead() in wxPipeStream

2002-11-04 00:39 VZ, revision 17693

added wxInputStream::CanRead() and assorted other stream changes

2002-11-03 23:58 VS, revision 17692

*** empty log message ***

2002-11-03 21:37 VZ, revision 17691

suppressed VC++ warning