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-25 00:22 VZ, revision 12665

compilation warning (and possible bug) fix

2001-11-25 00:22 VZ, revision 12664

fixes for compilation with wxUSE_PALETTE=0

2001-11-25 00:21 VZ, revision 12663

added GetHpalette[Of] macros

2001-11-25 00:20 VZ, revision 12662

compilation fix for wxUSE_TEXTBUFFER=0

2001-11-25 00:17 VZ, revision 12661

blindly added missing .c_str()s to fix compilation

2001-11-24 23:59 VS, revision 12660

wxToolBar support in wxUniv/wxFrame (well, sort of -- with wxToolBarSimple only and it looks really weird. I don't know yet if it is my fault or wxTBSimple's...

2001-11-24 23:59 VS, revision 12659

wxToolBar support in wxUniv/wxFrame

2001-11-24 23:59 VS, revision 12658

fool-proof wxDC::SetPalette(wxNullPalette)

2001-11-24 23:59 VS, revision 12657

fix for palette restoration in wxToolBarSimple

2001-11-24 23:58 VS, revision 12656

compilation fix

2001-11-24 23:57 VS, revision 12655

minor syntactic fix

2001-11-24 23:56 VS, revision 12654

better behaviour of wxMGL's wxTimer w.r.t. memory allocations

2001-11-24 23:55 MBN, revision 12653

Must honour wxUSE_TOOLTIPS in tooltip.h

2001-11-24 23:55 VS, revision 12652

- better behaviour of wxMGL's wxTimer w.r.t. memory allocations - fix for crash when wxTimer was deleted from wxTimer::Notify

2001-11-24 23:55 VS, revision 12651

added AM_PATH_WXCONFIG macro and its installation

2001-11-24 23:39 MBN, revision 12650

* added new --enable-logdialog option * added warning for use of wxToolTip in wxUniv * corrected some cut&paste errors ( now --disable-pnm doesn't disable XPMs anymore... )

2001-11-24 13:30 VS, revision 12649

added contrib strings to catalog and regenerated po files

2001-11-24 13:26 VS, revision 12648

backported imagjpeg memory leak fix to 2.2

2001-11-24 13:25 VS, revision 12647

forgot to remove ;; when applying the patch

2001-11-24 12:58 JS, revision 12646

Include windows.h before sql headers, if compiling with VC++. Otherwise, for files that don't use wxprec.h (non-sample/demo files), windows.h may not have been included, and sqltypes.h will fail to compile.

2001-11-24 09:28 GD, revision 12645

correction for compilation under Mac OS X

2001-11-24 06:07 , revision 12644

This commit was manufactured by cvs2svn to create tag 'DEBIAN_2_2_8_1'.

2001-11-24 06:07 RL, revision 12643

removed the dirty kludge from sndwav and changed the __alpha__ test to check wxSIZE_T_IS_UINT since it doesn't change the API at all.

2001-11-24 05:39 RL, revision 12642

Ignore what the diff says.. think "added S/390 support". Really. The rest is just an illusion, as was ever not supporting S/390.

2001-11-24 05:26 RL, revision 12641

Backported size_t test from 2.3 to replace platform test kludge in sndwav.cpp. Prepared new debs suitable for S/390 release.