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-08-07 23:10 VZ, revision 3312

wxMimeTypesManager::AddFallbacks() added, also corrected a minor bug/incompatible behaviour in wxFileType and added a MIME database query demo to typetest sample

1999-08-07 17:03 GL, revision 3311

Commented setsockopt as it doesn't work anywhere. I will use signals for timeout. Fixed _GSocket_Init_INET. Only oriented connections should be shutdowned.

1999-08-07 15:39 VZ, revision 3310

declared (not implemented yet) wxMimeTypesManager::AddFallbacks()

1999-08-07 14:44 VZ, revision 3309

test for vsscanf enhanced, added HAVE_VSSCANF to acconfig.h

1999-08-06 19:03 RD, revision 3308

more distrib things

1999-08-06 18:23 GL, revision 3307

Changed Ungetch(void *, ...) to Ungetch(const void *, ...) Fixed some bug in gsocket

1999-08-06 16:17 JS, revision 3306

Changes for BC++

1999-08-06 15:59 JS, revision 3305

Minor additions to FAQ

1999-08-06 13:41 , revision 3304

This commit was manufactured by cvs2svn to create tag 'wxWINDOWS_2_1_BETA_8'.

1999-08-06 13:41 RR, revision 3303

Minor corrections to samples again.

1999-08-06 13:35 OK, revision 3302

TVS_CHECKBOXES doesn't seem to exist in Borland C++

1999-08-06 13:24 OK, revision 3301

Make it LPNM_UPDOWN, not LPNMUPDOWN, in Borland C++

1999-08-06 13:06 RR, revision 3300

Minor changes to samples.

1999-08-06 11:52 VS, revision 3299

win32 miniframe added

1999-08-06 11:51 VS, revision 3298

converted to 16 colors

1999-08-06 10:10 RR, revision 3297

Distrib things, Typos in dynarray.h, Removed C++ comments from code, Added a few #ifdef wxUSE_XXX

1999-08-05 22:05 JS, revision 3296

Cured some bugs/typos/spacing in docs

1999-08-05 20:38 RR, revision 3295

Compile fix for dynarray, Use wxStreams in dialoged, Small typo in wxApp::OnIdle() Distrib things, wxPython makefile corrections (libpy.c and libptr.c missing)

1999-08-05 19:31 RD, revision 3294

fixed compile error

1999-08-05 17:42 GL, revision 3293

Changed BidEndianOrdered to BigEndianOrdered in datstrm.h Seek and Tell do the right thing in wxIn/OutputStream now Check for GNU extension in configure.in: this is needed for GLIBC 2.1/GCC 2.95 -> this enables _GNU_SOURCE

1999-08-05 15:51 JS, revision 3292

Corrected some doc problems

1999-08-05 13:58 RR, revision 3291

Compile fix for button, MSW Typo in dialogs sample

1999-08-05 11:14 HH, revision 3290

Small fix to correctly generate GENCODEDIR/*.py files.

1999-08-05 11:14 RR, revision 3289

Applied patch for stipppled brushes, Corrected idle behaviour after popmenu call

1999-08-05 10:10 HH, revision 3288

added install for gsocket.h