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-15 22:05 VS, revision 10589

added wxDynamicLibrary as suggested by Vadim

2001-06-15 21:43 RD, revision 10588

Added ability to use xml resource files. Still need to add ability to subclass wxXmlResourceHandler, etc... Added wxGridAutoEditMixin to the mixins library package. Made ColourSelect be derived from wxButton. Fixed a few bugs here and there, added some missing methods, etc.

2001-06-15 17:48 VZ, revision 10587

fix for brain dead egcs - this stupid compiler not only doesn't compile what it should but also compiles junk which it shouldn\'t!

2001-06-15 16:37 VZ, revision 10586

applied patch 433352 (fix for wxTextCtrl::SetForegroundColor())

2001-06-15 14:34 JS, revision 10585

Added missing settings.h include (sorry)

2001-06-15 14:27 VZ, revision 10584

fixed size_t == uint detection

2001-06-15 13:34 JS, revision 10583

Moved metafile helpers from utilsexc.cpp to utils.cpp -- seemed more appropriate!

2001-06-15 12:59 JS, revision 10582

Sync'ed show-window flag in MDI child constructor; added initial wxKill implementation for wxMSW

2001-06-15 11:44 VZ, revision 10581

applied patch 430963 (fix for wxRegConfig::SetPath("//foo")

2001-06-15 11:37 VZ, revision 10580

applied patch 430961 (fix for wxHashTable::Put(key, value, object)

2001-06-15 01:30 VZ, revision 10579

restored (and slightly improved) wxImage::Scale() fix

2001-06-15 01:15 VZ, revision 10578

define wxSIZE_T_IS_UINT for Windows

2001-06-14 22:18 DW, revision 10577

Add dbgrid to make.

2001-06-14 22:17 DW, revision 10576

Add the options stuff to settings.

2001-06-14 20:09 KLB, revision 10575

Reverted wxFileSystem changes to image.cpp and dib.cpp

2001-06-14 17:44 VZ, revision 10574

fixed warning about unused var

2001-06-14 17:43 VZ, revision 10573

no changes

2001-06-14 17:38 VZ, revision 10572

regenerated from templates

2001-06-14 17:37 VZ, revision 10571

forgot to commit - no changes

2001-06-14 17:27 VZ, revision 10570

hopefully finally fixed the problem with ambiguous overloads of wxString::operator[] for _all_ machines

2001-06-14 16:51 JS, revision 10569

Fixed MDIS_ALLCHILDSTYLES bug (WS_VISIBLE needed to be added to child frame style)

2001-06-14 16:29 VZ, revision 10568

regenerated again

2001-06-14 16:15 RR, revision 10567

I don't understand the SetIconState code in /src/frome.cpp, but I know it is wrong. This also caused the splitter window bug.

2001-06-14 15:16 VZ, revision 10566

fixed indentation and warnings/bugs

2001-06-14 13:33 JS, revision 10565

These add .mak (for BCB1) and .bpr (for BCB3 and 4) files for CBuilder in each of the samples which will compile with Borland's compiler. They also modify the start of the .cpp file so the Cbuilder IDE will accept it.

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