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-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