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-12-31 11:52 VS, revision 13265
  • D /wxWidgets/trunk/include/wx/gtk/settings.h
  • D /wxWidgets/trunk/include/wx/gtk1/settings.h

wxSystemSettings mods in wxGTK

2001-12-31 02:41 VZ, revision 13264

attemps to speed up wxToolBar::MapBitmap() - failed

2001-12-31 02:41 VZ, revision 13263

fixed a harmless buglet in wxSysErrorMsg() under Win32

2001-12-31 00:50 VS, revision 13262

cosmetic fix to bmpbase.cpp entry

2001-12-31 00:46 VS, revision 13261

use wxTR_HIDE_ROOT in wxHtmlHelpFrame

2001-12-31 00:46 VS, revision 13260

use better check for drives even with Mingw32 (and, later, MSDOS)

2001-12-31 00:46 VS, revision 13259

compilation fix (use int instead of wxDLFlags as parameter type, since the flags are used in OR-combinations

2001-12-31 00:45 VS, revision 13258

added workaround for Unicode functions not working under MSLU

2001-12-30 23:12 VZ, revision 13257

removed a stray ^M - how do they keep getting into the sources?

2001-12-30 22:35 VZ, revision 13256

compilation fix for wxUSE_DYNLOAD

2001-12-30 22:35 VZ, revision 13255

added a few useful utility classes: MemoryHDC and SelectInHDC

2001-12-30 22:34 VZ, revision 13254

1. wxSystemSettings class API face lift: better names for its methods 2. wxSystemSettings under wxUniv uses the wxTheme and wxColourScheme

2001-12-30 22:31 VZ, revision 13253

regenerated from .in

2001-12-30 22:30 VZ, revision 13252

Unicode test

2001-12-30 22:29 VZ, revision 13251

compilation fixes for !wxUSE_FONTMAP

2001-12-30 22:27 VZ, revision 13250

added wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings

2001-12-30 22:26 VZ, revision 13249

compilation fixes for !wxUSE_STREAMS

2001-12-30 17:35 VZ, revision 13248

added Close All command support to wxDocView (patch 496068)

2001-12-30 17:28 VZ, revision 13247

wxDocument::SaveAs sets m_savedYet flag correctly (patch 494838)

2001-12-30 17:24 VZ, revision 13246

fixed memory leak in wxDocManager::CreateDocument (patch 494842)

2001-12-30 17:22 VZ, revision 13245

fixed uninitialized wxGridCellAttr::m_defGridAttr (patch 491231)

2001-12-30 17:15 VZ, revision 13244

fixed wxComboBox initial autosizing (patch 496702)

2001-12-30 17:07 VZ, revision 13243

wxFontEnumerator returns all fonts, not TrueType only

2001-12-30 15:51 VS, revision 13242

complain about nonexistent directory in wxDir

2001-12-30 15:51 VS, revision 13241

fixed stupid typo