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-06-07 20:58 SC, revision 20998

MacHandleControlClick extended by mouseStillDown state for supporting things like THUMBRELEASE

2003-06-07 20:34 SC, revision 20997

changing inheritance and delegation

2003-06-07 20:29 SC, revision 20996

adapting MacHandleControlClick to know about mouse state

2003-06-07 15:54 RD, revision 20995

revert my last change

2003-06-07 14:39 VZ, revision 20994

printf() format warrning fix

2003-06-07 13:55 JS, revision 20993

Applied patch [ 748638 ] wxDos2UnixFilename for unicode

2003-06-07 13:22 JS, revision 20992

Reports suggest that _sometimes_ WS_VSCROLL/WS_HSCROLL are needed. So map wxVSCROLL/wxHSCROLL to these.

2003-06-07 12:40 VZ, revision 20991

DoGiveHelp() should be defined even if !wxUSE_STATUSBAR

2003-06-07 11:19 VZ, revision 20990

no changes

2003-06-07 10:52 rgammans, revision 20989

Make changes to configure to fix mbug noted by David Elliot . (fix is based on david's patch ). Add odbc library status to the summary provided by configure. Fix typo it prologio test.

2003-06-07 10:12 JS, revision 20988

Typo fixed

2003-06-07 09:59 JS, revision 20987

Fix for [ 748805 ] Assert failure for specified situation in samples/controls

2003-06-07 05:34 RD, revision 20986

SWIGged updates for wxMac

2003-06-07 04:30 RD, revision 20985

SWIGged updates for wxMSW

2003-06-07 04:24 RD, revision 20984

Forgot this wxRTTI fix

2003-06-07 04:23 RD, revision 20983

Simplified how the wxSizer methods are wrapped, changed the name of the "option" parameter to "proportion" ("option" is still accepted for compatibility, but this will go away in a future release,) SetItemMinSize can now take a wxSize (or 2-tuple) parameter, and Spacers can be specified with a wxSize (or 2-tuple) parameter

2003-06-07 03:59 RD, revision 20982

Fix for new refresh code. (It's possible for m_wxwidnow to be NULL.)

2003-06-07 02:20 DE, revision 20981

Place m_lastDoubleClick initialization inside existing #if wxUSE_CLIPBOARD

2003-06-07 02:16 DE, revision 20980

Added #if wxUSE_DATAOBJ guard around header

2003-06-07 01:38 DE, revision 20979

Added stub for the new pure virtual DoInsert method

2003-06-07 01:34 DE, revision 20978

include "wx/module.h" for wxModule

2003-06-07 00:49 RD, revision 20977

Some fixes for some bad wxRTTI names

2003-06-06 23:59 RD, revision 20976

SWIGged updates for wxMac

2003-06-06 23:56 RD, revision 20975

SWIGged updates for wxMSW

2003-06-06 23:46 RD, revision 20974

fix so wxMenu::InsertItem actually inserts rather than overwrites