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-09-30 02:05 RD, revision 24003

Updated version

2003-09-30 00:29 VZ, revision 24002

unused params warnings fixes

2003-09-29 23:17 RD, revision 24001

Doc tweaks

2003-09-29 22:40 RD, revision 24000

RPM bulid tweaks

2003-09-29 17:46 RD, revision 23999

Updated version

2003-09-29 17:43 RD, revision 23998

Guard against EVT_PAINT recurrsion

2003-09-29 17:42 RD, revision 23997

Should not delete colours that come from the wxColourDatabase

2003-09-29 17:14 VZ, revision 23996

support creating larger minidumps; support WX_CRASH_FLAGS env var

2003-09-29 15:18 MBN, revision 23995

(Blind) compilation fix for Sun compiler.

2003-09-29 12:05 VZ, revision 23994

fixes in cleanup of DDE servers: don't delete them ourseleves (this is inconsistent with socket IPC classes); do check that they're all destroyed before DDE is shut down

2003-09-29 11:56 VS, revision 23993

wxMGL fixes

2003-09-28 18:38 VS, revision 23992

reversed order of configurations to make the IDE happy about the default one

2003-09-28 18:23 VS, revision 23991

compile db sample conditionally only if odbc support was built

2003-09-28 18:12 VZ, revision 23990

reverted strange and IMO unnecessary OFN_OVERWRITEPROMPT emulation (bug 812346)

2003-09-28 18:01 VZ, revision 23989

SetValue() takes just bool, not const bool

2003-09-28 17:51 VZ, revision 23988

SetValue() takes just bool, not const bool

2003-09-28 16:05 VS, revision 23987

added displayx11.{cpp,h}

2003-09-28 13:57 MBN, revision 23986

MinGW compilation fixes.

2003-09-28 13:53 MBN, revision 23985

(Blind) wxMotif compilation fix.

2003-09-28 11:10 VZ, revision 23984

mention that Write(string) works with NUL-terminated strings only

2003-09-28 00:29 VZ, revision 23983

mention wxListBook

2003-09-28 00:23 VZ, revision 23982

added 3-state checkboxes (patch 813790)

2003-09-27 21:16 RD, revision 23981

Windows Installer fixes

2003-09-27 21:16 RD, revision 23980

reSWIGged

2003-09-27 21:15 RD, revision 23979

DOn't build binaries for Python 2.1 any more

2003-09-27 15:48 VZ, revision 23978

regenerated after adding gzstream.* and vidmode.h

2003-09-27 15:40 VZ, revision 23977

no changes, just resolved a conflict

2003-09-27 15:33 VZ, revision 23976

show how to use different bitmaps for enabled/disabled menu item state

2003-09-27 15:30 VZ, revision 23975

added wxMirrorDC test; some warning fixes

2003-09-27 15:28 VZ, revision 23974

added handlers for radio btn events for testing

2003-09-27 15:28 VZ, revision 23973

warning fixes

2003-09-27 15:27 VZ, revision 23972

added a test for wxTextFile in Unicode

2003-09-27 15:20 VZ, revision 23971

removed Initialized()

2003-09-27 15:14 VZ, revision 23970

Unicode fix

2003-09-27 14:10 MBN, revision 23969

Linking fixes for wxGTK + wxUniversal: include minifram.cpp in lowlevel files (as in wxMSW and wxX11).

2003-09-27 14:06 VZ, revision 23968

removed duplicate UTF16/32 values

2003-09-27 13:58 VZ, revision 23967

fixed bug in wxDisplay::GetFromPoint() when Xinerama is not used (patch 813543)

2003-09-27 13:49 VZ, revision 23966

extra word removed (patch 813536)

2003-09-27 13:47 VZ, revision 23965

removed wxApp::Initialized() (replaced with a dummy version in wxApp itself); wxApp in wxGTK now uses wxEvtLoop too

2003-09-27 13:33 MBN, revision 23964

Updated changes.txt.

2003-09-27 13:28 VZ, revision 23963

suppress compiler warning about uninit var

2003-09-27 13:24 VZ, revision 23962

define wxFONTENCODING_UNICODE as UTF16/32 depending on the platform

2003-09-27 13:18 VZ, revision 23961

added vidmode.h; stack.h is a wxBase header

2003-09-27 13:13 VZ, revision 23960

made UTF-16/32 equivalent to the corresponding LE/BE version (patch 812358)

2003-09-27 12:55 VZ, revision 23959

merged wxDisplayModeInfo and wxVideoMode in a single class, extracted it in a separate wx/vidmode.h header

2003-09-27 12:36 VZ, revision 23958

compilation fix for Mac (patch 813378)

2003-09-27 12:34 VZ, revision 23957

fix for handling (Shift-)Ctrl-Tab when the notebook itself has focus (patch 813507)

2003-09-27 12:26 VZ, revision 23956

minor fix for wxSlider sizing (patch 809202)

2003-09-27 11:43 VZ, revision 23955

fixes to radio button handling (patch 803360)

2003-09-26 23:47 VZ, revision 23954

update height of the header window whenever it changes