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

2006-05-09 16:55 PC, revision 39128

simplify mouse wheel signal handler

2006-05-09 16:54 PC, revision 39127

unused member variables

2006-05-09 16:18 VZ, revision 39126

fixes and missing files from the first wxComboControl patch (update of patch 1479938)

2006-05-09 14:30 VZ, revision 39125

mbstate_t related fix for CW8.3 compilation (backport from HEAD)

2006-05-09 14:26 VZ, revision 39124

mbstate-t related fix for CW8.3 compilation

2006-05-09 13:55 ABX, revision 39123

Include wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-09 12:52 CE, revision 39122

change of hardware - modify daily build script

2006-05-09 12:31 CE, revision 39121

add files omitted from script for daily builds at York

2006-05-09 11:11 VZ, revision 39120

removed spurious trailing commas in enums

2006-05-09 00:04 VZ, revision 39119

added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files

2006-05-08 23:57 VZ, revision 39118

wxUSE_COMBOCONTROL and wxUSE_OWNERDRAWNCOMBOBOX added

2006-05-08 23:55 VZ, revision 39117

just regenerated with autoconf

2006-05-08 23:51 VZ, revision 39116

bakefile-generated makefiles for the sample

2006-05-08 23:47 VZ, revision 39115

mention wxComboControl

2006-05-08 23:46 VZ, revision 39114

added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files

2006-05-08 23:42 VZ, revision 39113

wxComboControl and wxOwnerDrawnComboBox (patch 1479938)

2006-05-08 23:26 VZ, revision 39112

added conversion ctor to create const_iterator from iterator, otherwise assigning the return value of begin() called on a non-const object to a const_iteator didn't work

2006-05-08 22:34 ABX, revision 39111

Include wx/dcprint.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-08 21:25 VZ, revision 39110

fixed operator[] in wxUSE_STL build

2006-05-08 11:31 ABX, revision 39109

Build fix.

2006-05-08 10:27 ABX, revision 39108

Build fix.

2006-05-08 10:05 ABX, revision 39107

Build fix.

2006-05-08 07:58 ABX, revision 39106

Include wx/dcmemory.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-08 00:56 VZ, revision 39105

added operator[] for STL builds

2006-05-08 00:51 VZ, revision 39104

removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and is unused anyhow