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-23 12:37 JS, revision 12615

Added event Clone functions

2001-11-23 12:17 VZ, revision 12614

updated and expanded wxLog docs

2001-11-23 12:10 VZ, revision 12613

updated and expanded wxLog docs

2001-11-23 00:43 GT, revision 12612

Added missing documentation for a function

2001-11-23 00:42 GT, revision 12611

"char *" changed to "wxChar *" in several places "Documentation needed" comments removed as the function(s) are now documented

2001-11-23 00:39 GT, revision 12610

MS Access support fix Standardized the parameter names for "colNo" in all places A few more unicode adjustments (but Unicode is still not supported by these classes)

2001-11-23 00:24 GT, revision 12609

Fixed coding of a switch statement that had RETURN statements before the BREAK statements, causing compiler warnings with BCC Initialized the temporary date variables so that if a date in the DB is corrupt, then the variables will have a default value in them. When data sources list box is populated, if the DB specified in the .CFG file is no longer in the list, a wxASSERT() message was generated in debug builds. Now the program makes sure that the datasource is in the listbox's choices before trying to set the selected choice to that string

2001-11-22 23:55 VS, revision 12608

blind fix for wxGIFDecoder::ReadGIF

2001-11-22 23:55 VS, revision 12607

mo files are now with lang directive

2001-11-22 23:17 GT, revision 12606

Fixed coding of a switch statement that had RETURN statements before the BREAK statements, causing compiler warnings with BCC

2001-11-22 23:15 GT, revision 12605

Removed non-reachable code (consulted Aleks first, and he said the code was no longer needed) Commented out unused variables to stop BCC warnings - left the code for debugging purposes Removed hardcoded tabs and replaced with spaces per the wxWindows code style specs Spelling typos fixed in comments Miscellaneous source formatting issues fixed to meet standard wxwindows coding styles

2001-11-22 22:20 MBN, revision 12604

Fixed/simplified Makefile

2001-11-22 22:03 GD, revision 12603

use "..." instead of <...> for wx headers

2001-11-22 21:30 VZ, revision 12602

fixed memory leaks

2001-11-22 21:14 VZ, revision 12601

added check for NULL Clone() return

2001-11-22 21:03 VZ, revision 12600

removed read() declaration which resulted in a warning

2001-11-22 20:17 GD, revision 12599
  • D /wxWidgets/trunk/samples/erase/make_cw.mcp
  • D /wxWidgets/trunk/samples/minimal/make_cw.mcp

removed obsolete CodeWarrior projects

2001-11-22 20:15 GD, revision 12598
  • D /wxWidgets/trunk/samples/erase/makemac.mcp
  • D /wxWidgets/trunk/samples/menu/makemac.mcp
  • D /wxWidgets/trunk/samples/newgrid/makemac.mcp

removed obsolete CodeWarrior 5 projects

2001-11-22 20:15 RL, revision 12597

changed charset back to iso-8859-1

2001-11-22 17:56 MBN, revision 12596

Pass parameters ( UNICODE WXUSINGDLL FINAL ) to subdirectories' makefiles.

2001-11-22 14:20 JS, revision 12595

Added zip file containing DSW files for samples and demos

2001-11-22 14:16 JS, revision 12594
  • D /wxWidgets/trunk/demos/dbbrowse/dbbrowse.dsw

Removed dsw file

2001-11-22 14:03 GT, revision 12593

Added the missing keyword 'const' to the fix for virtual Clone() function

2001-11-22 13:31 JS, revision 12592
  • D /wxWidgets/trunk/samples/console/console.dsw
  • D /wxWidgets/trunk/samples/minimal/minimal.dsw

Removed some dsw files from CVS

2001-11-22 13:20 JS, revision 12591

Added empty Clone method for cbPluginEvent