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-08-18 23:56 VZ, revision 23003

no changes

2003-08-18 23:55 VZ, revision 23002

return immediately if the XPM is bad instead of spitting out thousands of error messages

2003-08-18 23:54 VZ, revision 23001

commented out annoying wxLogDebug

2003-08-18 23:49 VZ, revision 23000

deleted unused variable

2003-08-18 19:21 DE, revision 22999

SetInitialFrameRect: use frameRect.size.height to calculate frameRect.origin.y Fixes bug where size.y!=frameRect.size.height (e.g. it is -1)

2003-08-18 19:15 DE, revision 22998

DoMoveWindow: setNeedsDisplay:YES for the superview

2003-08-18 18:32 VS, revision 22997

OS/2 fix

2003-08-18 18:27 DE, revision 22996

* Implement GetValue() and SetValue(). * Send event when clicked. * Implement radio button grouping.

2003-08-18 18:21 DE, revision 22995

Implement GetValue() and SetValue() and send an event when clicked

2003-08-18 18:19 JS, revision 22994

Fixed wxX11 compilo

2003-08-18 09:59 SC, revision 22993

RTTI simplifications

2003-08-18 09:57 SC, revision 22992

rtti api mods added

2003-08-18 09:56 SC, revision 22991

scope added for keyboard handler

2003-08-18 09:53 SC, revision 22990

refactoring getters and setters to avoid signature madness, typeinfo is carrying string conversion info now.

2003-08-18 09:30 MBN, revision 22989

Correctly export events.

2003-08-18 02:19 DE, revision 22988

wxCocoa: Added NSMutableArray and NSTableColumn

2003-08-18 02:16 DE, revision 22987

wxCocoa: added NSTableView.(mm|h)

2003-08-18 02:14 DE, revision 22986

some more wxListBox support

2003-08-18 02:12 DE, revision 22985

Added NSTableView support

2003-08-17 23:32 SN, revision 22984

Completely reworked OS/2 thread implementation. Moved wxConditionInternal from src/msw/thread.cpp to include/wx/thrimpl.cpp to give OS/2 the possibility to reuse the code.

2003-08-17 23:23 DE, revision 22983

Handle setting of client size for all types of windows

2003-08-17 22:57 SN, revision 22982

Completely reworked OS/2 thread implementation. Moved wxConditionInternal from src/msw/thread.cpp to include/wx/thrimpl.cpp to give OS/2 the possibility to reuse the code.

2003-08-17 21:15 SC, revision 22981

several patches and extensions

2003-08-17 21:14 SC, revision 22980

added WXK_COMMAND

2003-08-17 19:53 MBN, revision 22979

Check for NULL base class.