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

2006-03-07 23:21 VZ, revision 37878

fixed memory leaks in case of errors during file load in wxSound::Create() (coverity checker CID 54)

2006-03-07 23:16 VZ, revision 37877

fixed a memory leak in case server name couldn't be resolved in MakeConnection() (coverity checker CID 56)

2006-03-07 23:14 VZ, revision 37876

fixed a big memory leak in DoDrawBitmap() (coverity checker CID 57)

2006-03-07 23:04 VZ, revision 37875

fixed a double free bug in SetBufferIO(size_t) (coverity checker CID 62)

2006-03-07 22:56 VZ, revision 37874

removed useless checks for tree==NULL in wxGenericTreeItem::DeleteChildren(), as tree==this of the calling object (coverity checker CID 6)

2006-03-07 22:53 VZ, revision 37873

simplified the code in ProcessGridCellMouseEvent() to get rid of unreachable code (coverity checked CID 3)

2006-03-07 22:30 VZ, revision 37872

don't compile the code used only in wxUniv build in the other ports (coverity checker CID 5)

2006-03-07 22:02 JS, revision 37871

Tweaks for demos on MacOSX

2006-03-07 21:04 JS, revision 37870

Zip up Windows demos

2006-03-07 20:59 ABX, revision 37869
  • D /wxWidgets/trunk/src/jpeg/makefile.wat
  • D /wxWidgets/trunk/src/makelib.wat
  • D /wxWidgets/trunk/src/makeprog.wat
  • D /wxWidgets/trunk/src/makewat.env
  • D /wxWidgets/trunk/src/mgl/makefile.wat
  • D /wxWidgets/trunk/src/mgl/makeprog.wat
  • D /wxWidgets/trunk/src/mgl/makewat.env
  • D /wxWidgets/trunk/src/msw/makebase.wat
  • D /wxWidgets/trunk/src/png/makefile.wat
  • D /wxWidgets/trunk/src/tiff/makefile.wat

Removed unused and outdated Watcom build files.

2006-03-07 20:40 JS, revision 37868

Applied patch [ 1445031 ] wxString passed as ellipsis argument in richtexthtml.cpp

2006-03-07 19:53 ABX, revision 37867

DMC build fix.

2006-03-07 19:36 JS, revision 37866

Fix

2006-03-07 18:54 ABX, revision 37865

Don't send dummy wxCommandEvent. Make members private and use wxW coding standards for them.

2006-03-07 18:49 ABX, revision 37864

::GetFileAttributes takes Unicode in Unicode build, don't use fn_str() (Borland Unicode build fix).

2006-03-07 18:41 ABX, revision 37863

Don't send dummy wxCommandEvent.

2006-03-07 18:31 VS, revision 37862

preserve window's content when changing the fonts

2006-03-07 18:16 ABX, revision 37861

Borland build fix.

2006-03-07 18:13 VZ, revision 37860

don't leave evtType uninitialized in gtk_slider_callback() (thanks coverity checker)

2006-03-07 16:50 JS, revision 37859

Added script for building and archiving a small range of demo binaries

2006-03-07 16:21 JS, revision 37858

Reordered symbols since MinGW wasn't getting HDN_GETDISPINFOW

2006-03-07 15:15 ABX, revision 37857

Don't link with media lib with USE_MEDIA==0.

2006-03-07 15:01 ABX, revision 37856

Don't link with media lib with USE_MEDIA==0.

2006-03-07 14:52 JS, revision 37855

Increase precision of variant conversion to string

2006-03-07 14:50 JS, revision 37854

Allow width to be absent but precision present