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

2003-09-16 21:58 RR, revision 23628

Left in some debug code.

2003-09-16 21:29 VZ, revision 23627

don't hang forever in Dispatch() if there is no event loop

2003-09-16 21:16 MBN, revision 23626

wxX11 compilation fix.

2003-09-16 21:02 MBN, revision 23625

wxX11 compilation fix.

2003-09-16 20:23 VS, revision 23624

very minor correction wrt bakefile --help

2003-09-16 19:18 VS, revision 23623

added makefile.unx

2003-09-16 17:37 VZ, revision 23622

updated makefiles generation section

2003-09-16 17:14 RD, revision 23621

Updated version number and fixed oglmisc.cpp filename

2003-09-16 13:36 JS, revision 23620

Added missing makefiles

2003-09-16 12:35 VZ, revision 23619

reverted the delete/Destroy() change in DestroyChildren()

2003-09-16 12:30 VZ, revision 23618

fixed modal dialogs after event loop change

2003-09-16 10:52 VZ, revision 23617

(blind) fix for wxMac compilation

2003-09-16 07:26 CE, revision 23616

library file for d mars

2003-09-15 21:00 VS, revision 23615

added DESTDIR support to make install

2003-09-15 20:39 SC, revision 23614

fix for preserving the clip rgn (control redraws missing after switch to faster redraw, in the end we probably best reset the clip region after a wxDC has been destroyed for a grafport

2003-09-15 20:03 VZ, revision 23613

use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type

2003-09-15 19:55 VZ, revision 23612

no changes

2003-09-15 19:54 VZ, revision 23611

added wxVALIDATOR_PARAM and use it to avoid warnings about unused validators when wxUSE_VALIDATORS==0

2003-09-15 19:53 VZ, revision 23610

use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type

2003-09-15 19:48 VZ, revision 23609

use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type

2003-09-15 19:29 VZ, revision 23608

fixed return value of wxMDIChildFrame::HandleGetMinMaxInfo()

2003-09-15 19:27 RD, revision 23607

Ensure that the native font is initialized so the face name and such are valid

2003-09-15 19:23 VS, revision 23606

added makefile.unx

2003-09-15 19:14 VZ, revision 23605

added check for wxUSE_VALIDATORS

2003-09-15 16:10 VZ, revision 23604

added and documented wxDEFINE_SCOPED_PTR_TYPE; improved docs a bit