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-08-13 20:58 RR, revision 16490

New code for Update() under GTK 2.0. Added native GdkRegion() constructor to wxRegion.

2002-08-13 20:56 RR, revision 16489

Minor correction to GetTextExtent.

2002-08-13 20:37 RR, revision 16488

Forgot Unicode conversion in wxStaticText.

2002-08-13 19:55 RR, revision 16487

This way strconv copmiles again. I don't think this is the intended use of ICONV_CONST, though.

2002-08-13 19:40 VZ, revision 16486

better use strncpy() than strncat() with uninitialized buffer

2002-08-13 17:23 RR, revision 16485

Implemented GetTextExtent() for GTK 2.0.

2002-08-13 12:26 VZ, revision 16484

minor fixes: 1. removed "We already do it" as "We" is not a valid shell command :-) 2. define _GNU_SOURCE in setup.h and not in the compiler flags 3. allow to build with GTK2 without pangoft2 (and without printing then)

2002-08-13 12:17 SC, revision 16483

added new method MacSetupCursor

2002-08-13 11:45 VZ, revision 16482

compilation fix for wxGTK (missing header)

2002-08-13 09:51 SC, revision 16481

corrected BestSize algorithm

2002-08-13 09:14 SC, revision 16480

added missing wxMacPortSetter helper(this) calls

2002-08-13 08:50 SC, revision 16479

all controls use 32 bit values now

2002-08-13 06:55 SC, revision 16478

corrected internal window position after a zoom operation

2002-08-12 22:13 VS, revision 16477

added pangoft2 check to configure

2002-08-12 22:08 VS, revision 16476

seems I forgot to check in these changes to tex2rtf packaging scripts...

2002-08-12 21:56 RD, revision 16475

SWIGged updates for wxMac

2002-08-12 21:41 JS, revision 16474

'if' commented out by JACS on behalf of Hans Van Leemputten <Hansvl@softhome.net> who points out that UpdateSpinBtn should always be called, to ensure m_lastVisible is up to date.

2002-08-12 21:30 RD, revision 16473

More build/distrib tweaks

2002-08-12 19:47 RR, revision 16472

Added -lpangoft2-1.0 to link line. Added _GNU_SOURCE to compile line.

2002-08-12 19:33 RD, revision 16471

Fixed DSM

2002-08-12 19:17 RD, revision 16470

Added accessor for the main window in generic wxListCtrl. In wxMSW just returns self.

2002-08-12 19:16 RD, revision 16469

wxPySimpleApp calls wxInitAllImageHandlers

2002-08-12 17:56 RD, revision 16468

Little samples updates

2002-08-12 17:54 RD, revision 16467

More wxListCtrl test code

2002-08-12 17:54 RD, revision 16466

Show how to use a wxMemoryFSHandler