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-07 20:43 RD, revision 26653

XRC needs to know about wxFIXED_SIZE too.

2004-04-07 19:50 RD, revision 26652

style tweaked

2004-04-07 19:49 RD, revision 26651

Use wx.CLIP_CHILDREN on the splitter windows

2004-04-07 19:48 RD, revision 26650

changed border style

2004-04-07 19:47 RD, revision 26649

Fixes so bg colors in a notebook on XP are visible again

2004-04-07 19:46 RD, revision 26648

Use a panel

2004-04-07 19:36 RD, revision 26647

Added wx.FIXED_SIZE. Added some new methods to wx.Window Added a Destroy method to wx.TaskbarIcon to help avoid double deletes

2004-04-07 19:32 RD, revision 26646

use wx.FIXED_SIZE

2004-04-07 19:23 RD, revision 26645

Use the size value passed to the ctor to set the window's minimum size.

2004-04-07 19:21 RD, revision 26644

Added wxFIXED_SIZE. Propogated wxSizer::SetItemMinSize to SetSizeHints for window items. Updated docs for flag parameter to be more readable and understandable.

2004-04-07 05:20 RD, revision 26643

Added some convenience inlines

2004-04-07 05:20 RD, revision 26642

Fixed tex2rtf error

2004-04-06 19:10 RD, revision 26641

Somehow the Validate(), TransferDataToWindow(), TransferDataFromWindow(), and InitDialog() methods got lost.

2004-04-06 17:18 DS, revision 26640

applied patch #928786: "Fix memory leak produced by ConvertArgsToUnicode()"

2004-04-06 15:34 DS, revision 26639

applied patch #926140: "warning cleaning"

2004-04-06 13:19 DS, revision 26638

applied patch #929947: "Various cleaning of warnings under MSW"; removed some tabs

2004-04-06 12:15 VS, revision 26637

applied patch: wxLongLong CppUnit test (928257)

2004-04-06 12:14 VS, revision 26636

this code was taken from console sample, preserve its copyright

2004-04-06 09:49 VS, revision 26635

upgrade to bakefile-0.1.4

2004-04-06 09:48 DS, revision 26634

fixed non-pch compilation, initial window size; slight code cleanup

2004-04-06 09:34 VS, revision 26633

upgrade to bakefile-0.1.4

2004-04-06 07:53 VS, revision 26632

make aclocal-1.8 happy (patch 930105)

2004-04-06 05:37 RD, revision 26631

Check for errors after unicode conversions

2004-04-06 00:09 VZ, revision 26630

update from Tsolakos Stavros

2004-04-05 22:04 VS, revision 26629

don't build console apps for WinCE

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