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.