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

2001-08-06 22:50 VZ, revision 11315

changed wxControlContainer to avoid triggering tons of warnings from VC++ at warning level 4 ("'this' : used in base member initializer list" is really the stupidiest warning I've ever seen)

2001-08-06 22:40 VS, revision 11314

Unicodification of wxTextFile

2001-08-06 22:40 VS, revision 11313

Unicodification of wxTempFile

2001-08-06 22:39 VS, revision 11312

why was generic wxNativeFontInfo code disabled for wxMGL?

2001-08-06 22:38 VS, revision 11311

compilation fix

2001-08-06 21:06 RR, revision 11310

Applied patch for wxComboBox and wxListBox to prevent "hanging" in single selection mode. Also removed call to AddPendingEvent and changed wxLB_EXTENDED mode so that no changes to the listbox go unnoticed. I do wonder what the difference between multiple and extended list boxes actually are. Not suer what I changed in the other files.

2001-08-06 20:40 DW, revision 11309

Some Updates for latest CVS.

2001-08-06 19:49 VZ, revision 11308

use item colour when drawing the focused item if we don't highlight it

2001-08-06 19:29 VZ, revision 11307

don't draw the focused item rect around the image

2001-08-06 19:27 VZ, revision 11306

don't draw the selected item background if we don't have the focus

2001-08-06 19:12 VZ, revision 11305

don't draw the selected item background if we don't have the focus

2001-08-06 18:59 VZ, revision 11304

don't allow TABbing to wxHtmlWindow

2001-08-06 18:53 VZ, revision 11303

compilation fix

2001-08-06 15:57 SC, revision 11302

corrected mac src due to new api changes

2001-08-06 12:55 VZ, revision 11301

1. slightly changed how wxControlContainer is used 2. use it now for wxSplitterWindow too 3. don't compile wxIdleEvent in !wxUSE_GUI mode (why was it done?)

2001-08-06 12:24 VZ, revision 11300

added another small test for wxTimeSpan::Format

2001-08-06 12:19 VZ, revision 11299

added wxUSE_SPLASH

2001-08-06 12:18 VZ, revision 11298

wxBase compilation fix

2001-08-06 12:13 VZ, revision 11297

added wxUSE_SPLASH

2001-08-06 12:12 VZ, revision 11296

fixed infinite recursion in SetFocus()

2001-08-06 11:58 VZ, revision 11295

regenerated to include src/common/containr.cpp

2001-08-06 11:58 VZ, revision 11294

bug in SetLastFocus corrected

2001-08-06 11:57 VZ, revision 11293

compilation fixes

2001-08-06 11:48 VZ, revision 11292

compilation fix (sorry)

2001-08-06 11:43 VZ, revision 11291

pragma fix for gcc