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

2008-01-21 17:18 VS, revision 51315

call Create from wxGrid non-default ctor instead to ensure both methods of creation are in sync (they drifted apart already)

2008-01-21 17:16 VS, revision 51314

wxGrid focus handling fixes: - don't allow focus in helper labels subwindows - draw selection in different colour when not focused - hide cursor/highlight when not focused

2008-01-21 17:11 VS, revision 51313

wxGrid focus handling fixes: - don't allow focus in helper labels subwindows - draw selection in different colour when not focused - hide cursor/highlight when not focused

2008-01-21 16:30 VS, revision 51312

C++ files are not executable

2008-01-21 15:03 VS, revision 51311

prefix implementation methods of wxBitmapButton with 'GTK' to prevent shadowing of HasFocus

2008-01-21 14:51 VS, revision 51310

updated wxExecute checks in wxGTK to be same as in other Unix ports after recent changes

2008-01-21 13:53 VS, revision 51309

silence compiler warnings

2008-01-21 13:30 VS, revision 51308

added wxWindow::HasFocus() for more convenient way of determining if a (possibly composite) window has focus

2008-01-21 12:29 FM, revision 51306

mention also the contrib libraries removal/movements

2008-01-21 11:56 VS, revision 51305

use full path to headers in header guards

2008-01-21 10:07 VZ, revision 51304

document GetTemplates() instead of m_templates

2008-01-21 08:45 VS, revision 51303

reverted last commit, it was wrong

2008-01-21 08:42 VS, revision 51302

utils.h is not needed by wxVector, removed

2008-01-20 22:55 VZ, revision 51301

no changes, just come cleanup and more comments

2008-01-20 22:40 VZ, revision 51300

add wxDatePickerCtrl support in wxGenericValidator (patch 1870174)

2008-01-20 22:32 VZ, revision 51299

document LoadObject() (patch 1873045)

2008-01-20 12:34 FM, revision 51298

Gl library is not part of the monolithic library even when MONOLITHIC=1

2008-01-20 10:58 FM, revision 51296

set BUILD variable to release not only when DEBUG is empty but also when it contains 0

2008-01-19 21:15 SN, revision 51290

Fixed OS/2 compilation after wxDC changes

2008-01-19 14:15 SN, revision 51288

Applied patch #1875242 - fixing more bugs related to using OS/2's DevQueryCaps

2008-01-19 14:10 SN, revision 51287

Applied patch #1875242 - fixing more bugs related to using OS/2's DevQueryCaps

2008-01-19 03:51 VZ, revision 51284

use slash, not backslash, in #include

2008-01-19 03:42 VZ, revision 51283

use bgcolor when restoring styles as this is what we write, not backgroundcolor

2008-01-19 03:35 VZ, revision 51282

skip focus events after handling them in wxTextCtrl, otherwise they never reach wxApp (bug 1875046)

2008-01-18 21:38 SN, revision 51280

Fixed errors in OS/2's wxDC::SetMapMode (patch #1871556, needed for Filezilla).