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-06-14 10:20 SC, revision 10564

since somehow db does not compile properly anymore (was not tested anyway) now disabling wxUSE_ODBC

2001-06-14 10:06 JS, revision 10563

Added SetOption,GetOption[Int] to wxSystemSettings. Made native MaskBlt optional.

2001-06-13 16:05 JS, revision 10562

More contrib compilation fixes & makefiles

2001-06-13 15:01 JS, revision 10561

Some BC++ fixes

2001-06-13 14:49 JS, revision 10560

Fixes to BC++ compilation in mem debug mode

2001-06-13 13:01 DW, revision 10559

Add USE_MENUS

2001-06-13 12:45 JS, revision 10558

Added wxUSE_MENUS to setup0.h to make menu sample compile; updated some makefiles

2001-06-12 22:56 VS, revision 10557

fixed another bug in strconv (Off by one error that did not demonstrate itself in poEdit before because windows native convertion wasn't used due to wxLocale returning cp12xx instead of windows-12xx. MultiByteToWideChar and WideCharToMultiByte return size of needed buffer, not number of output characters. Author of the code didn't know this, hence off by one.)

2001-06-12 22:55 VS, revision 10556

more fixes for autoconf 2.50: ac-2.50 does not use config.cache by default so we cannot use it to pass arguments to subdirs configure scripts. Instead, we now export some shell variables to make sure they are part of subdir configure script's environment

2001-06-12 22:53 VS, revision 10555

standardized encoding names to windows-12xx and iso-8859-x forms

2001-06-12 20:13 VZ, revision 10554

removed warning about unused variable

2001-06-12 19:49 KLB, revision 10553

Updates to xmlres.h to allow compiling XML code into a DLL correctly.

2001-06-12 18:57 DW, revision 10552

must delcare methods as inline if we are going to actually inline them after the declarations or else some compilers will error in a linkage mismatch.

2001-06-12 18:52 KLB, revision 10551

Commited latest SciTech changes into CVS. This includes updates to the applet code (with changes copyright headers) as well as updates to the wxImage and dib.cpp modules to use virtual file systems so that we can load these objects from ZIP files correctly. The dib.cpp module was also extensively cleaned up (although the DIB writing code does not presently use file streams as we couldn't figure out if it was possible to write to a ZIP file stream). The code has been tested and functions correctly for both regular files and ZIP files.

2001-06-12 17:20 GT, revision 10550

Fixed compile problems under MingW32 compiler

2001-06-12 17:04 JS, revision 10549

Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.

2001-06-12 13:42 DW, revision 10548

Got rid of VisualAge true/false defs with db class fixes.

2001-06-12 10:14 JS, revision 10547

Added geometry option to setup.h; added some missing make and project files

2001-06-12 06:34 GRG, revision 10546

For all platforms except WXMAC, the wxGIFDecoder::dgif function was allocating 3 arrays of 4096 ints in the stack (48K) which causes problems with Watcom. Now all platforms behave like WXMAC, i.e. the arrays are allocated (and freed) dynamically on the heap.

2001-06-11 22:58 VS, revision 10545

fixed remaining bugs in configure.in that manifested themselves with ac-2.50; regenerated configure with ac-2.50

2001-06-11 22:55 VS, revision 10544

fixed infinite loop when looking up nonexistent encoding in registry

2001-06-11 21:52 JS, revision 10543

Tex2RTF: underscores now only checked for if syntax checking is on. Removed the MDIS_ALLCHILDSTYLES style again.

2001-06-11 20:03 RR, revision 10542

Applied wxImage::Scale() patch, Added testing code for wxSplitterWindow bug. Added testing code for OnEraseBackground things.

2001-06-11 16:59 GT, revision 10541

Changed the 'true's and 'false's back to TRUE and FALSE

2001-06-11 16:54 GT, revision 10540

Changed the 'true's and 'false's back to TRUE and FALSE