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-05-30 21:16 VZ, revision 20773

LaTeX error fixed

2003-05-30 21:08 VZ, revision 20772

added wxVScrolledWindow

2003-05-30 20:36 VZ, revision 20771

minor fixes to workspace/project files

2003-05-30 20:06 RD, revision 20770

Fixes parsing when using mxDateTime, patch from Will Sadkin

2003-05-30 15:01 GD, revision 20769

backported deallocation fix for Visual C++ Multithreaded non DLL runtime this fix only has a performance impact on wxString in this configuration

2003-05-30 13:29 JS, revision 20768

Wrap missing.h in #ifdef __GNUG__

2003-05-30 13:23 VZ, revision 20767

compilation fix for yet another broken version of mingw (ENSESSION_LOGOFF not defined)

2003-05-30 00:30 RD, revision 20766

SWIGged updates for wxGTK

2003-05-30 00:24 RD, revision 20765

Use Python Longs when off_t can be 64-bit

2003-05-30 00:22 RD, revision 20764

Added various tests

2003-05-30 00:13 VZ, revision 20763

#define WINVER as 0x400 if it is not defined at all

2003-05-29 23:50 RD, revision 20762

Added LoadFile and SaveFile methods

2003-05-29 23:29 RD, revision 20761

Backported the wxGTK key event fixes for gtk2

2003-05-29 20:30 RD, revision 20760

fix a precedence order problem

2003-05-29 19:02 SC, revision 20759

GetEventHandler()-> was missing

2003-05-29 15:59 GD, revision 20758

fixed error in inlined (standard) version of wxStringData deallocation

2003-05-29 15:34 RD, revision 20757

Unicode compilation fix

2003-05-29 14:03 GD, revision 20756

improved deallocation fix for Visual C++ Multithreaded non DLL runtime so that it only has a performance impact on wxString in this configuration

2003-05-28 21:11 GD, revision 20755

VC++ free must take place in same DLL as allocation when using non dll run-time library (e.g. Multithreaded instead of Multithreaded DLL) we must not inline wxStringData deallocation since allocation is not inlined

2003-05-28 20:48 rgammans, revision 20754

Reinsert missing ctor removed in date/time tidy

2003-05-28 20:08 GD, revision 20753

allow wxDisplaySize to be called with NULL parameters implement GetMetric for wxSYS_SCREEN_X & wxSYS_SCREEN_X using wxDisplaySize

2003-05-28 18:46 GD, revision 20752

allow wxDisplaySize to be called with NULL parameters implement GetMetric for wxSYS_SCREEN_X & wxSYS_SCREEN_X using wxDisplaySize

2003-05-27 22:04 VZ, revision 20751

force wxUSE_IOSTREAMH to 0 with VC 7.1

2003-05-27 20:36 MBN, revision 20750

Derive wxScrollBar from wxScrollBarBase, plus miscellaneous refactoring. Adjusted default scrollbar size to match the size of wxScrolledWindow (and other scrolled controls) scrollbars.

2003-05-27 20:34 MBN, revision 20749

Allow initialising wxStaticBitamp with wxNullBitmap/wxNullIcon, automatically resize the control to match the bitmap (as wxMSW does).