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

1999-12-22 00:16 VZ, revision 5062

more wxDateTime tests

1999-12-22 00:16 VZ, revision 5061

1. coloured buttons seem to work 2. wxDateTime::ParseFormat() starts to work

1999-12-21 23:44 DW, revision 5060

define _timezone for VisualAge

1999-12-21 22:24 VS, revision 5059

fixed typo (const<->cosnt)

1999-12-21 22:23 VS, revision 5058

added wxHTML to Classes by Category

1999-12-21 22:23 VS, revision 5057

fixed horizontal scrollbar bug

1999-12-21 22:22 DW, revision 5056

Add datetime file

1999-12-21 20:27 VS, revision 5055

#ifdef wxUSE_TOOLTIPS around tooltips

1999-12-21 19:33 VZ, revision 5054

wxDateTime::ParseFormat() and ParseTime() added (compile but don't work)

1999-12-21 17:48 DW, revision 5053

can't support enums that have comma after last element

1999-12-21 16:43 RR, revision 5052

Some doc updates. Corrected wxFileDialog::GetFilenames() and GetPaths() if no file is selected. Corrceted make install.

1999-12-21 16:24 VZ, revision 5051

added support for width and flags in wxDateTime::Format()

1999-12-21 16:11 VZ, revision 5050

wxString::Format() added

1999-12-21 15:40 VZ, revision 5049

1. corrected compilation of wxTime/wxDate 2. wxDateTime::Format() seems to work (look at it to see why I'm so happy)

1999-12-21 15:14 DW, revision 5048

Uncompilable header fix.

1999-12-21 12:48 VZ, revision 5047

memory leak in ~wxMutex fixed

1999-12-21 11:17 VS, revision 5046

stupid typo in wxHTML help options dlg - did not display fixed fonts correctly in preview

1999-12-21 01:47 VZ, revision 5045

more wxDateTime tests

1999-12-21 01:47 VZ, revision 5044

removed date.cpp and time.cpp from the makefiles

1999-12-21 01:44 VZ, revision 5043

1. wxLongLong and wxDateTime compilation fixed for the compilers without native "long long" type (and some code in timercmn.cpp too) 2. wxDate and wxTime reimplemented using wxDateTime (old versions tagged as OLD_DATE_AND_TIME) 3. wxString::To(U)Long and ToDouble added and documented 4. bug with combobox in toolbar (drop down list wasn't dismissed) fixed 5. several wxDateTime::Parse() functions implemented 6. added support for coloured buttons under MSW (not completely finished)

1999-12-20 22:15 GRG, revision 5042

strange comment in gsocket_read (?)

1999-12-20 22:09 GRG, revision 5041

Stupid timeout bug fixed

1999-12-20 20:16 RR, revision 5040

Minor optical changes to toolbar and the help frame's options dialog.

1999-12-20 19:04 JS, revision 5039

Mostly Mingw32/Cygwin corrections

1999-12-20 17:48 VZ, revision 5038

test for strptime added