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-16 20:35 VS, revision 13040

a mistake; djgpp doesn't have vsnprintf at all

2001-12-16 20:35 VS, revision 13039

cache return value of ftime

2001-12-16 12:07 RR, revision 13038

Reimplemented wxFileName with m_relative field. Adapted wxFileDialog to trailing slashes.

2001-12-16 11:20 VS, revision 13037

removed platform-specific code for wxFindFirst/NextFile and replaced it with a generic implementation that uses wxDir

2001-12-15 23:18 VS, revision 13036

fixed a segfaulting bug in wxUniv: invalid assumption that every window has a parent

2001-12-15 23:18 VS, revision 13035

fix for stupid segfault

2001-12-15 23:18 VS, revision 13034

DJGPP support in libtiff (what else can I do that to touch libtiff headers?)

2001-12-15 23:18 VS, revision 13033

DOS compilation fixes

2001-12-15 23:17 VS, revision 13032

DJGPP compilation fixes

2001-12-15 23:17 VS, revision 13031

correct platform detection with DJGPP

2001-12-15 23:17 VS, revision 13030

DJGPP compilation

2001-12-15 23:16 VS, revision 13029

timezone is not defined in DJGPP in any form, use ftime() to get it

2001-12-15 23:16 VS, revision 13028

long long for DJGPP

2001-12-15 23:15 VS, revision 13027

MS-DOS cross-compilation w/ DJGPP

2001-12-15 22:20 VZ, revision 13026

fixed flicker in wxTreeCtrl::SetItemXXX()

2001-12-15 16:45 VS, revision 13025

compilation with DJGPP

2001-12-15 16:45 VS, revision 13024

blind fix for Unicode compilation of wxTextCtrl/msw

2001-12-15 16:45 VS, revision 13023

oops, wxGTK.spec missed clean section

2001-12-15 16:44 VS, revision 13022

Oops, Watcom doesn't have _mktemp in DOS

2001-12-15 13:49 RR, revision 13021

Aqua gets Aqua tree buttons automatically now.

2001-12-15 12:52 RR, revision 13020

my attempt to remove the ugly empty space below flat toolbars

2001-12-14 23:45 VZ, revision 13019

added EVT_CUSTOM test

2001-12-14 23:38 VZ, revision 13018

added custom events demo

2001-12-14 22:22 VZ, revision 13017

added wxSIZE_T_IS_UINT definition for wxMSW

2001-12-14 19:34 VZ, revision 13016

1. define -D_THREAD_SAFE, not -D_REENTRANT for MT programs under FreeBSD (not as if it really helped with my test system, they still crash) 2. don't link with gthread if --disable-threads was specified