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):

2002-01-18 17:05 DW, revision 13640

Weekly module def file update.

2002-01-18 17:01 DW, revision 13639

Various OS/2 changes to keep up with general library changes and some new dilaog support.

2002-01-18 16:58 DW, revision 13638

TRUE, not true; FALSE, not false....

2002-01-18 16:57 DW, revision 13637

Compile in IFF stuff.

2002-01-18 16:57 DW, revision 13636

Various OS/2 changes to keep up with general library changes.

2002-01-18 16:55 DW, revision 13635

Some WXPM defs for dialog styles.

2002-01-18 16:44 VZ, revision 13634

IFF support off by default

2002-01-18 15:55 JJ, revision 13633

Updating OpenVMS makefile

2002-01-18 15:47 VZ, revision 13632

corrected wxHIDE_READONLY documentation

2002-01-18 14:33 JS, revision 13631

Updated VC++ files

2002-01-18 11:50 JS, revision 13630

Moved the popup menu event handlers to dialog event handler to fix bug where events weren't being handled

2002-01-18 11:50 JS, revision 13629

Moved the popup menu event handlers to dialog event handler

2002-01-18 00:15 VZ, revision 13628

don't set WS_POPUP for all windows (fix for my last fix)

2002-01-17 23:57 VZ, revision 13627

wxUSE_IFF 0 by default

2002-01-17 23:54 VZ, revision 13626

recent MSW changes: wxFrame border styles and wxRadioButton dummy events fixes

2002-01-17 23:54 VZ, revision 13625

don't generate clicked events when we just get the focus

2002-01-17 23:51 VZ, revision 13624

fixed frame border styles (allow creating a friend with a simple or without border, allow frames without captions)

2002-01-17 23:42 VS, revision 13623

temporary Watcom fix

2002-01-17 23:42 VS, revision 13622

end with fatal error if cannot start MGL

2002-01-17 23:42 VS, revision 13621

Watcom wxMGL makefiles

2002-01-17 23:42 VS, revision 13620

Watcom build system for wxMGL

2002-01-17 23:42 VS, revision 13619

put vertical space before <pre> section

2002-01-17 23:41 VS, revision 13618

added singleton interface to wxXmlResource, replaces wxTheXmlResource

2002-01-17 23:41 VS, revision 13617

rewrote wxTextFile::OnRead to handle variable-length encodings correctly

2002-01-17 19:41 VS, revision 13616

compilation fix

2002-01-17 19:41 VS, revision 13615

partial update from gtk/changes.txt

2002-01-17 19:40 VS, revision 13614

updated wxUSE_ICO_CUR comment

2002-01-17 19:40 VS, revision 13613

fixed to the IFF handler, moved into one file

2002-01-17 19:38 VS, revision 13612

added wxUSE_IFF test

2002-01-17 19:38 VS, revision 13611

wxFont::IsFixedWidth for wxMGL

2002-01-17 19:38 VS, revision 13610

wxMGL Watcom makefiles fixes

2002-01-17 00:18 VS, revision 13609

wxMGL Watcom makefiles fixes

2002-01-17 00:16 VS, revision 13608

implemented Alex's <object_ref> symlinks in XRC

2002-01-16 19:50 VZ, revision 13607

more DLL compilation fixes

2002-01-16 17:48 RD, revision 13606

Patch for using wxSTC with Borland, #504370

2002-01-16 16:10 RD, revision 13605

UPdated the OSX build instructions a bit

2002-01-16 15:07 JJ, revision 13604

Committing in . update OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/thread.h wxWindows/src/common/descrip.mms wxWindows/src/common/iffdecod.cpp wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

2002-01-16 13:51 GT, revision 13603

Replaced "-erase" calls with "-$(RM)" calls Defined RM as "erase" if it is not already defined

2002-01-16 13:40 GT, revision 13602

Minor cleanup

2002-01-16 13:39 GT, revision 13601

Added checks for wxUSE_IOSTREAMH to determine which iostream(.h) to use

2002-01-16 10:31 GT, revision 13600

Fixed a '&' that should be an '&&'

2002-01-16 10:04 GD, revision 13599

added missing wxLogStatus function with variable argument list pointer

2002-01-16 06:54 RD, revision 13598

SWIGged updates for wxMac

2002-01-16 06:32 RD, revision 13597

wxThread::GetCurrentId for wxMac

2002-01-16 06:30 RD, revision 13596

wxThread::GetCurrentId() for Unix

2002-01-16 06:28 RD, revision 13595

Added wxThread::GetCurrentId(), which returns an ID for the current thread, even if it is not a wxThread.

2002-01-16 02:50 RD, revision 13594

Compilation fix

2002-01-16 01:03 RD, revision 13593

Regenerated SWIGged sources for wxGTK

2002-01-16 01:01 RD, revision 13592

Added wx/dirctrl.h to filelist.txt so it will get installed. Regenerated makefiles and such.

2002-01-16 00:45 VZ, revision 13591

added WXDIRREL needed for contrib samples