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

2004-04-05 21:57 VS, revision 26628

don't build console apps for WinCE

2004-04-05 20:33 DS, revision 26627

removed HasMultipleSelection() because base class implements it now

2004-04-05 18:25 RD, revision 26626

wxSize::SetDefaults

2004-04-05 18:23 RD, revision 26625

GetDefaultAttributes, and other tweaks needed to get up to date with CVS

2004-04-05 18:16 RD, revision 26624

updated version number

2004-04-05 10:51 VZ, revision 26623

use wxUnusedVar() to suppress warnings about unused variable

2004-04-05 05:20 SC, revision 26622

added recursive invalidation after a Thaw command

2004-04-04 23:36 VZ, revision 26621

don't define functions unused under CE when compiling for it (avoids warnings)

2004-04-04 23:32 VZ, revision 26620

implemented abort() and added stub for getenv(): needed to link with libjpeg/libpng

2004-04-04 23:17 VZ, revision 26619

removed unused stuff (fixes a couple of compilation warnings)

2004-04-04 22:50 VZ, revision 26618

set device origin when drawing on a frame in order to not overwrite the menu/toolbar under Windows CE (doesn't really help however...)

2004-04-04 22:37 VZ, revision 26617

do take the toolbar into account for Windows CE, otherwise the menus overlap with the frame client area

2004-04-04 17:27 VZ, revision 26616

don't define SetShape() for Windows CE; use wxTLWBase::GetDefaultSize() to avoid creating too big windows under CE

2004-04-04 17:26 VZ, revision 26615

added wxTLWBase::GetDefaultSize() to avoid creating windows with default size unsuitable for the current display size

2004-04-04 17:24 VZ, revision 26614

added and documented wxSize::IsFullySpecified() and SetDefaults()

2004-04-04 14:43 VS, revision 26613

wxAutomation not useful on WinCE

2004-04-04 13:04 VZ, revision 26612

include just wrapwin.h and not the entire msw/private.h

2004-04-04 13:02 VZ, revision 26611

GlobalLock/Unlock() are available under CE, no need to redefine them, it is already done in eVC 4 headers

2004-04-04 13:02 VZ, revision 26610

include headers normally included from windows.h and shellapi.h under Windows CE

2004-04-04 13:01 VZ, revision 26609

bsearch() is now available under CE, use it

2004-04-04 13:01 VZ, revision 26608

suppressed unused param warning under CE

2004-04-04 13:01 VZ, revision 26607

do #undef CreateDialog() under CE, what was the reason for not doing it?

2004-04-04 13:00 VZ, revision 26606

include wince/missing.h under CE

2004-04-04 12:59 VZ, revision 26605

removed tons of unused stuff apparently copied verbatim from MS headers (argh!!); added bsearch()

2004-04-04 12:58 VZ, revision 26604

use wxDIB object instead of static ConvertFromBitmap() in CF_DIB case