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-09 22:23 VS, revision 22728

fixed DSP files for IPC sample

2003-08-09 20:23 VS, revision 22727

check if we are using compatible C++ ABI when usin GCC or IntelC++

2003-08-09 20:09 VS, revision 22726

fixed command line parsing

2003-08-09 19:12 VS, revision 22725

added bakefile format manifest

2003-08-09 17:08 SN, revision 22724

Added forgotten(?) wxMutexGuiEnter.

2003-08-09 12:46 VS, revision 22723

added support for gcc precompiled headers

2003-08-09 12:38 VS, revision 22722

added support for gcc precompiled headers

2003-08-09 11:52 VS, revision 22721

added support for gcc precompiled headers

2003-08-09 08:33 SC, revision 22720

define WX_XTI_TEMPLATE_FIX in case it is not yet

2003-08-09 08:20 SC, revision 22719

extended streaming-out for event handlers

2003-08-09 08:19 SC, revision 22718

added flag for broken compilers with regard to templated getters/setters resolution, so that we can test easily whether it's still needed

2003-08-09 08:17 SC, revision 22717

exposing the dynamic event table

2003-08-08 23:01 VS, revision 22716

checked in broken makefile by mistake; fixed

2003-08-08 22:19 RD, revision 22715

fixed unused local wanring

2003-08-08 22:06 VS, revision 22714

use wxUniv's wxTextCtrl in wxX11

2003-08-08 21:32 RD, revision 22713

Added Python wrappers for wxRTTI for the wxVScrolledWindow, wxVListBox, and wxHtmlListBox classes. Removed the calls to wxClassInfo::Cleanup and Initialize.

2003-08-08 21:23 RD, revision 22712

Added wxRTTI for the new wxVScrolledWindow, wxVListBox, and wxHtmlListBox classes.

2003-08-08 20:51 SC, revision 22711

xti expansions, streaming code changes

2003-08-08 20:35 SC, revision 22710

xti expansions, streaming code changes

2003-08-08 19:41 JS, revision 22709

Use wxUniv textctrl for wxX11

2003-08-08 19:39 JS, revision 22708

Call base OnInternalIdle Use wxUniv textctrl implementation in wxX11

2003-08-08 18:35 DE, revision 22707

lock/unlockFocus when doing the copy in SelectObject

2003-08-08 15:12 VS, revision 22706

use MSLU in wxBase, too

2003-08-08 14:57 DE, revision 22705

* Since AppKit cannot draw directly on NSBitmapImageRep, copy the data to/from an offscreen window during SelectObject * Apply the usual flip transformations

2003-08-08 14:49 DE, revision 22704

* When cloning the ref data, copy the NSBitmapImageRep instead of retaining it * Added SetNSBitmapImageRep so that wxMemoryDC can update the contents by replacing the entire NSBitmapImageRep. * Added ability to create bitmaps from width/height