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

2009-01-16 15:31 SC, revision 58139

fixing infinite recursion for rotated text, introduced in cleanup r57915

2009-01-16 15:20 RR, revision 58138

Document wxDataViewListStore

2009-01-16 15:08 FM, revision 58137

Move SetDefaultTimeout to wxProtocol and set it to 60 seconds for both wxHTTP and wxFTP Move SetPassword and SetUser implementations to wxProtocol to avoid code redundancy Make const-correct various getters Reorganize wxFTP docs Move wxStringToStringHashMap to hashmap.h and document its existance

2009-01-16 15:04 RR, revision 58136

Added wxDataViewListCtrl, use it in the sample

2009-01-16 15:03 FM, revision 58135

document predefined array types

2009-01-16 14:35 JJ, revision 58134

Add combo sample to compile list of OpenVMS

2009-01-16 14:19 VZ, revision 58133

include wx/generic/grideditors.h for compatibility

2009-01-16 13:54 FM, revision 58132

fix motif combobox for Motif < 2.0

2009-01-16 13:40 FM, revision 58131

fix wxMotif build

2009-01-16 13:34 FM, revision 58130

make wxSocketBase::SetTimeout virtual and make it protected in wxFTP

2009-01-16 13:33 FM, revision 58129

no real change; just reorder functions

2009-01-16 13:24 VZ, revision 58128

don't use wxString::FromASCII() with possibly non-ASCII strings (fixes asserts when testing Japanese locale in the internat sample)

2009-01-16 13:09 VZ, revision 58127

add VC6 and command line VC makefile too

2009-01-16 12:07 VS, revision 58126

silence gcc warnings in "vararg" functions such as wxPrintf when compiling with -Wformat-security

2009-01-16 11:55 SC, revision 58125

supporting paper height, fixes #10376

2009-01-16 11:23 RR, revision 58124

Change GetValue() and SetValue() to GetValueByRow() and SetValueByRow() in row based interface, Add wxDataViewListStore (WIP)

2009-01-15 20:57 RR, revision 58123

Use paint handler instead of wxClientDC to draw DnD visual effects within wxTreeCtrl

2009-01-15 20:49 SC, revision 58122

make sure group boxes don't get the big font

2009-01-15 18:56 BP, revision 58121

Initialize m_action_window to NULL in wxAuiManager ctor (fixes #10383).

2009-01-15 18:56 BP, revision 58120

Initialize m_action_window to NULL in wxAuiManager ctor (fixes #10383).

2009-01-15 18:49 BP, revision 58119

Noted changes to wxVScrolledWindow in the 3.0 overview article.

2009-01-15 13:33 VZ, revision 58118

link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338)

2009-01-15 12:50 SC, revision 58117

adding missing header for non-precomp build

2009-01-15 12:45 VZ, revision 58116

fix PCH-less build with wxUSE_URL_NATIVE (see #10338)

2009-01-15 12:42 VZ, revision 58115

add missing .c_str() (closes #10337)