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

2000-03-19 18:46 VZ, revision 6863

wxFTP::Close() shouldn't hide base wxSocket function

2000-03-19 17:21 RD, revision 6862

Allows wxStatusBar95 to send common events like other windows

2000-03-19 16:45 VZ, revision 6861

1. corrected HAVE_PW_GECOS detection in configure (which never worked) 2. added and documented wxGetFreeMemory() for Unix (Linux/Solaris only)

2000-03-19 16:23 RR, revision 6860

Funny resize behaviour fix.

2000-03-19 15:28 VS, revision 6859

fixed KeySym handling ((keysym & 0xF000) != 0 instead of keysym < 0xFF to determine printable characters

2000-03-19 15:24 JS, revision 6858

Small mods to distrib files

2000-03-19 14:47 JS, revision 6857

Some VC++ makefile fixes; minor comment mods to setup0.h

2000-03-19 14:43 RL, revision 6856

added missing object file for vidxanm to unix makefile

2000-03-19 14:34 SN, revision 6855

Added info about versions for XFree86/OS2.

2000-03-19 14:18 VZ, revision 6854

some old Danish translations

2000-03-19 13:59 VZ, revision 6853

OS/2 info added

2000-03-19 13:52 VZ, revision 6852

compilation fix for anything different from VC++

2000-03-19 13:51 RL, revision 6851

added missing object files for oss & esd to unix makefile

2000-03-19 13:27 VZ, revision 6850

some more (apparently harmless) changes from Klass Holwerda

2000-03-19 13:20 VZ, revision 6849

translator for Swedish added

2000-03-19 13:10 VZ, revision 6848

some more explanations about thread exiting/killing/deleting

2000-03-19 12:57 SN, revision 6847

Chnaged includes to work without precompiled headers

2000-03-19 12:36 VZ, revision 6846

apparent gcc bug workaround

2000-03-19 10:31 RR, revision 6845

Highly experimental, unstable code (for determining the encoding of the default GUI font). #ifdeffed.

2000-03-19 09:08 RR, revision 6844

Small speed-up.

2000-03-19 04:09 RL, revision 6843

repaired some of the more obvious horrors in the contrib (configure) Makefiles reworked makelib.env so that it now can create shared libs and has (un)install targets.

2000-03-19 03:41 RD, revision 6842

wxUSE_DYNAMIC_CLASSES was left out.

2000-03-19 02:10 NI, revision 6841

fixed wxListMainWindow::HitTest

2000-03-19 00:57 VZ, revision 6840

don't compile docvwmdi sample if !wxUSE_MDI_ARCHITECTURE

2000-03-19 00:56 VZ, revision 6839

1. fixed crash in wxDateTime::ParseDate 2. some DLL compilation fixes 3. wxHandleFatalExceptions() implemented for MSW and documented 4. some attempts to make setup0.h a bit nicer