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-24 03:50 RD, revision 12640

Give wxDynamicSashReparentEvent a copy ctor and a proper Clone so it can be used with AddPendingEvent.

2001-11-23 22:28 SC, revision 12639

formatting

2001-11-23 22:26 SC, revision 12638

moved test for valid controlpart into this method

2001-11-23 22:25 SC, revision 12637

added virtual DoSetSize method in order to allow for MacOSX Listbox bug workaround

2001-11-23 22:24 VZ, revision 12636

added test for selecting intial colour in the col dlg

2001-11-23 22:23 SC, revision 12635

carbon compat routine define

2001-11-23 22:22 VZ, revision 12634

show correctly the initially selected colour and update the sliders (patch 484415)

2001-11-23 22:10 SC, revision 12633

added virtual DoSetSize method in order to allow for MacOSX Listbox bug workaround

2001-11-23 22:08 MBN, revision 12632

wxPerl documentation updates

2001-11-23 21:58 VZ, revision 12631

fixed UMR (patch #484863)

2001-11-23 21:28 GD, revision 12630

corrected makefiles following suggestion by MBN

2001-11-23 19:59 GD, revision 12629

added missing wxUSE_SYSTEM_OPTIONS define

2001-11-23 19:43 VZ, revision 12628

implemented GetBestSize() for wxChoice

2001-11-23 19:42 RR, revision 12627

Restored wxFileName::GetModificationTime() under Classic.

2001-11-23 19:39 VS, revision 12626

applied Greg's refinment of hist treectrl patch

2001-11-23 19:38 VS, revision 12625

fixed memory leak in imagjpeG (patch #484865)

2001-11-23 19:38 VS, revision 12624

cosmetic change: XML resource -> XRC resource

2001-11-23 17:14 RR, revision 12623

Fixed mouse move bug. No idea why it has to be fixed, but MacOS X seems to send incorect event states.

2001-11-23 13:51 JS, revision 12622

Some corrections

2001-11-23 13:45 JJ, revision 12621

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/filefn.h wxWindows/include/wx/filename.h wxWindows/src/common/descrip.mms wxWindows/src/common/filename.cpp Updates for OpenVMS, -Updated copmpile support for new files/features -First version of OpenVMS file support (wxPATH_VMS). (will need a lot of testing on OpenVMS systems) ----------------------------------------------------------------------

2001-11-23 13:40 VZ, revision 12620

added comment for OnScroll

2001-11-23 13:34 JJ, revision 12619

Committing in . Modified Files: wxWindows/samples/dialogs/dialogs.cpp added conditional compilation for replacement dialogs in oder to allow compilation on non-MSW systems. ----------------------------------------------------------------------

2001-11-23 13:27 JS, revision 12618

Fixed Plot compilation, aliased OnScroll to HandleOnScroll

2001-11-23 12:42 JS, revision 12617

Added file and fixed compilo

2001-11-23 12:37 JS, revision 12616

Fixed VC++ project file

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