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-02-08 12:15 JS, revision 14065

Added X11 readme & install docs, updates to Motif ones

2002-02-08 12:00 JS, revision 14064

Added X11 wxEventLoop implementation; rearranged event processing

2002-02-08 00:18 VZ, revision 14063

cleanups after SciTech commit :-(

2002-02-08 00:17 VS, revision 14062

make more wxImage methods const

2002-02-08 00:16 VS, revision 14061

changed wxImage::ComputeHistogram to use wxHashMap

2002-02-08 00:16 VS, revision 14060

fixed wxPageSetupDialogData::SetPaperId() to take value, not reference

2002-02-07 23:24 VZ, revision 14059

added another overloaded DrawCircle() version for completeness and documented it

2002-02-07 23:15 RD, revision 14058

Patch from Neil H.

2002-02-07 18:46 KLB, revision 14057

Merges from Scitech Branch (George Davison): Added wxDisplayChangedEvent and triggering in MSW, when display mode changes this event gets triggered. I don't know what should happen with other OS's since I am not familiar with how they handle mode changes. Watcome Version 11 now compiles with wide character support. Fixed watcom warnings in html/htmlwin.h imagbmp.h listctrl.h imagbmp.cpp quantize.cpp strconv.cpp variant.cpp dirctrlg.cpp treectlg.cpp m_style.cpp fontenum.cpp listctrl.cpp ole\dataobj.cpp textctrl.cpp window.cpp xml.cpp msw/setup.h with watcom version 11 it now compiles with wide character support. xrc/xml.cpp fixed memory leak and compile warnings

2002-02-07 18:11 VS, revision 14056

changed wxImage::ComputeHistogram to use wxHashMap

2002-02-07 16:11 JS, revision 14055

Put ~/.mailcap to head of search list so local settings override global ones.

2002-02-07 15:40 JS, revision 14054

Various fixes for X11 compilation

2002-02-07 14:51 JS, revision 14053

Fixes for X11 builds

2002-02-07 14:44 GT, revision 14052

Applied patch #514037 from Paul Gammans to remove unneeded code in wxDbGridTableBase::CanSetValueAs()

2002-02-07 14:41 JJ, revision 14051

Committing in . Various patches to get the current CVS compile on OpenVMS Modified Files: wxWindows/setup.h_vms wxWindows/src/generic/descrip.mms wxWindows/src/gtk/app.cpp wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

2002-02-07 14:22 VZ, revision 14050

wxMSW compilation fix

2002-02-07 13:45 JS, revision 14049

Added X11 support

2002-02-07 13:45 JS, revision 14048

Added x11.t, changes to other config files

2002-02-07 13:24 GD, revision 14047

removed trailing comma for SunSoft compiler

2002-02-07 12:53 VZ, revision 14046

documented wxCOMPILE_TIME_ASSERT2

2002-02-07 12:33 VZ, revision 14045

added wxCOMPILE_TIME_ASSERT2() macro allowing to give the unique name to the struct used by wxCOMPILE_TIME_ASSERT() and use it in dynarray.h

2002-02-07 12:24 VZ, revision 14044

a hack to fix the MSW build for now, pending better solution

2002-02-07 12:08 VZ, revision 14043

fixed passing empty macro argument for VC++

2002-02-07 12:06 JS, revision 14042

Stripped out miscellaneous Motif/Xt-specific code

2002-02-07 01:44 RD, revision 14041

Check for existing colour names when adding to wxTheColourDatabase