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

2003-09-22 21:52 RD, revision 23828

Added some missing constants

2003-09-22 20:36 VZ, revision 23827

fixed bug in DeleteEntry()

2003-09-22 20:34 VZ, revision 23826

updated wxMBConv docs slightly; added brief docs for UTF16/32 conversions

2003-09-22 20:29 VZ, revision 23825

more wxMBConv classes cleanup, define wxConvLibc to use Win32 API under Windows

2003-09-22 20:15 VZ, revision 23824

made Convert() methods const

2003-09-22 19:25 VZ, revision 23823

assume sizeof(wchar_t) == 2 by default, not 4

2003-09-22 17:11 VZ, revision 23822

added UTF-16/32-[LB]E conversions; got rid of wxCharacterSet and simplified and fixed some bugs in remaining code

2003-09-22 17:10 VZ, revision 23821

wxLL is now in wx/defs.h together with (new) wxULL

2003-09-22 17:09 VZ, revision 23820

added ctor taking wxFontEncoding

2003-09-22 15:32 VZ, revision 23819

documented wxCONCAT

2003-09-22 15:30 VZ, revision 23818

added (and documented) wxULL(); fixes for wxINT64_SWAP macros

2003-09-22 13:47 VZ, revision 23817

reorganized/improved fixed size int types definitions; in particular use __int64 for wxInt64 if available

2003-09-22 12:43 VZ, revision 23816

added Win64 detection

2003-09-22 12:35 VZ, revision 23815

moved wxGA_XXX styles to gauge.h from defs.h; set wxGA_PROGRESSBAR as 0 (it's not used anywhere anyhow)

2003-09-22 12:31 VZ, revision 23814

cleanup: derive wxGauge from wxGaugeBase; removed redundant code from Create() (use base class methods instead); implemented MSWGetStyle() and GetBestSize()

2003-09-22 12:29 VZ, revision 23813

updated; added IsVertical()

2003-09-22 12:28 VZ, revision 23812

added IsVertical(); initialize members in ctor

2003-09-22 12:23 VZ, revision 23811

compilation fix (part of patch 810484)

2003-09-22 12:20 VZ, revision 23810

fix for crash when using user-dashed lines (patch 801663)

2003-09-22 12:16 JJ, revision 23809

Committing in . Added src/gtk/evtloop.cpp for compilation on OpenVMS. Modified Files: wxWindows/src/gtk/descrip.mms ----------------------------------------------------------------------

2003-09-22 12:14 VZ, revision 23808

removed some TABs

2003-09-22 12:13 JS, revision 23807

Must use --disable-fs_inet to avoid chkcnf error

2003-09-22 12:12 JS, revision 23806

Must use --disable-fs_inet to prevent chkconf error

2003-09-22 12:10 JS, revision 23805

Tweaks for wxMGL RPM production

2003-09-22 11:36 VZ, revision 23804

support full 32bit range in wxGauge