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-05-17 12:19 SC, revision 15590

no event upon changing value only anymore

2002-05-17 12:18 SC, revision 15589

conditials for TARGET_CARBON when drawing using appearance text box

2002-05-17 12:16 SC, revision 15588

changed char event handling for ctrl-chars and skipped events

2002-05-17 12:08 SC, revision 15587

added GetApplicationScript for non Carbon builds

2002-05-17 06:01 RD, revision 15586

A few little tweaks

2002-05-17 05:36 RD, revision 15585

A few little tweaks, reswigged code for wxMac

2002-05-17 05:33 RD, revision 15584

Scripts to make a installer package in a disk image for wxPython and for Python too. It's a strange mixture of sh, csh and perl, but it works.

2002-05-16 19:27 VZ, revision 15583

fixed the selection rectangle drawing (was off by 1)

2002-05-16 19:26 VZ, revision 15582

use the menu item text, not label, in the owner drawn items

2002-05-16 18:48 VZ, revision 15581

fixed wrong array index in UuidToCForm

2002-05-16 12:49 JJ, revision 15580

Committing in . OpenVMS configuration file update. Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2002-05-16 10:45 VZ, revision 15579

generate EVT_SCROLL events for the standalong scrollbars, not EVT_SCROLLWIN

2002-05-15 20:03 JS, revision 15578

Check for null return value in wxClientDC constructor

2002-05-15 19:59 JS, revision 15577

Don't call a function that might do drawing when setting a null image list (might be deleting the tree control)

2002-05-15 19:46 RD, revision 15576

Updates from contributor

2002-05-15 19:46 RD, revision 15575

An implementation of wxPen.GetDashes. wxSplitterEvent derives from wxNotifyEvent.

2002-05-15 19:45 RD, revision 15574

demo update

2002-05-15 19:09 RD, revision 15573

Some files to ignore

2002-05-15 19:07 RD, revision 15572

wxSTC changes to help it work better on wxMac

2002-05-15 19:06 RD, revision 15571

more demo updates

2002-05-15 13:13 JS, revision 15570

Added missing const for operator !=

2002-05-15 06:22 GD, revision 15569

applied copy constructor fix to assignment operator as well

2002-05-15 05:05 RD, revision 15568

Re-enable clipboard and DnD classes for wxMac

2002-05-15 05:05 RD, revision 15567

demo updates

2002-05-14 20:38 JS, revision 15566

In an expose event, the m_clearRegion is also updated as well as m_updateRegion because otherwise in a scroll or resize, a custom OnEraseBackground method will draw over more window than OnPaint will redraw -- clearly not what's wanted.