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-02-29 15:18 MBN, revision 26003

Added wxRTTI information to wxNumberEntryDialog.

2004-02-29 15:15 MBN, revision 26002

STL fixes.

2004-02-29 15:14 MBN, revision 26001

The DND sample shows both clipboard and drag'n'drop functionality, as such it can work with just wxUSE_CLIPBOARD.

2004-02-29 13:05 JS, revision 26000

Specify tree control in event table to avoid problems with stray tree events

2004-02-29 13:02 JS, revision 25999

Some doc corrections

2004-02-28 23:57 VS, revision 25998

fixed wxDebugContext to work with global and static objects (patch 901031)

2004-02-28 23:57 VS, revision 25997

reverted rev 1.26, workarounds for memchecking code no longer needed

2004-02-28 21:13 VS, revision 25996

another cleanup of constraints code in samples (patch #906438)

2004-02-28 19:19 SN, revision 25995

Compilation fix for Innotek gcc.

2004-02-28 17:59 VS, revision 25994

regenerated

2004-02-28 17:43 SN, revision 25993

Compilation fix for OS/2 specific "Innotek gcc" port.

2004-02-28 17:28 SN, revision 25992

Configuration fixes for OS/2 specific "Innotek gcc" port.

2004-02-28 17:23 SN, revision 25991

Compilation fix for OS/2 specific "Innotek gcc" port.

2004-02-28 15:32 RR, revision 25990

GPE generic font dialogs change.

2004-02-28 15:27 RR, revision 25989

Add generix font dialog to gtk build.

2004-02-28 15:27 RR, revision 25988

GPE uses generic dialogs.

2004-02-28 13:18 RR, revision 25987

make use of GPE feature

2004-02-28 13:16 RR, revision 25986

Checks for --enable-gpe, libgpewidget defines __WXGPE__

2004-02-28 10:46 VS, revision 25985

applied patch to remove use of deprecated constraints API

2004-02-28 09:56 VS, revision 25984

copy data files

2004-02-27 23:22 RD, revision 25983

Typos fixed

2004-02-27 23:21 RD, revision 25982

Updated wx.lib.calendar with many fixes and enhancements from Joerg "Adi" Sieker.

2004-02-27 18:09 VZ, revision 25981

mention exit code change

2004-02-27 17:10 VZ, revision 25980

documented OnRun()/OnExit() return values; expanded OnInit()

2004-02-27 16:56 VS, revision 25979

fixed typoe

2004-02-27 10:07 SC, revision 25978

since drawtext does not have to take linefeeds into account, they're #if 0'ed now. fix for background colors in text using classic quickdraw

2004-02-27 06:07 DE, revision 25977

Make wxMenuItemAction: and validateMenuItem: delegate messages take an NSWindow* parameter instead of an id.

2004-02-27 00:34 RD, revision 25976

Updated html files, removed old simplify xsl and shell script

2004-02-27 00:30 RD, revision 25975

distrib tweaks

2004-02-27 00:24 VZ, revision 25974

fix showing toolbar tooltips (we were using a pointer to a temporary object so it mostly _appeared_ to work but really didn't)

2004-02-27 00:02 VZ, revision 25973

testing wxComboBox::SetBackgroundColour()

2004-02-26 23:51 RD, revision 25972

distrib tweaks

2004-02-26 23:29 RD, revision 25971

updated metadata file with new docstrings and such

2004-02-26 23:28 RD, revision 25970

distrib tweaks

2004-02-26 22:23 RD, revision 25969

reSWIGged

2004-02-26 22:21 VZ, revision 25968

AddPendingEvent() is not virtual

2004-02-26 21:49 VS, revision 25967

fixed invalid memory read

2004-02-26 21:35 VZ, revision 25966

update from Petri Jooste

2004-02-26 21:29 RD, revision 25965

reSWIGged

2004-02-26 21:14 RD, revision 25964

Fix compilation error due to recent typedef changes

2004-02-26 21:12 RD, revision 25963

Fix compilation errors due to recent typedef changes

2004-02-26 20:49 RD, revision 25962

ContextHelp is fixed on wxMac

2004-02-26 20:43 RD, revision 25961

Don't use AA fonts to avoide measurment problem on wxMac

2004-02-26 19:50 RD, revision 25960

docstring tweaks

2004-02-26 19:38 RD, revision 25959

Added docstrings

2004-02-26 19:37 RD, revision 25958

Fixed PyDropTarget rename

2004-02-26 19:34 RD, revision 25957

Fix a typo

2004-02-26 19:33 RD, revision 25956

Call event.Skip in OnSize

2004-02-26 19:33 RD, revision 25955

copy the style sheet too

2004-02-26 17:02 SC, revision 25954

attempt to tame composite data objects