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

2002-12-18 04:15 RD, revision 18315

Unicode compliation fix

2002-12-17 23:22 VZ, revision 18314

reset virtual root to NULL in DeleteAllItems()

2002-12-17 23:21 JS, revision 18313

Fixed [ 652512 ] wxPaintDC::FindInCache bug

2002-12-17 23:02 JS, revision 18312

Applied patch [ 654877 ] Missing == != methods in wxRect2DInt

2002-12-17 22:52 JS, revision 18311

Partially applied [ 632321 ] XRC object_ref fix 1. Fix object_ref so it at least works, with this I mean XRC was not even handling the little sample in tn0014.txt correct. Hans Van Leemputten (hansvl)

2002-12-17 22:31 JS, revision 18310

Added wxUniv project file for dialogs Fixed filelist.txt bug Backported wxFileDialog fixes for wxUniv/MSW wxFileSystem doc fixes VC++ internal compiler error fix for statbar.cpp

2002-12-17 22:31 , revision 18309

This commit was manufactured by cvs2svn to create branch 'WX_2_4_BRANCH'.

2002-12-17 22:28 JS, revision 18308

Added wxUniv project file for dialogs

2002-12-17 22:22 JS, revision 18307

Doc corrections filelist.txt correction and filedlgg.cpp inclusion for wxUniv/MSW

2002-12-17 22:14 RD, revision 18306

Updates to readmes, etc.

2002-12-17 21:26 RD, revision 18305

Added missing #if wxUSE_WAVE

2002-12-17 20:57 RD, revision 18304

Fixed possibility of releasing mouse if the window no longer had it captured

2002-12-17 19:52 VZ, revision 18303

free argv in Unicode build

2002-12-17 19:49 VZ, revision 18302

unicode compilation fix for wxBase

2002-12-17 19:40 RD, revision 18301

Added the images for the throbber demo, updated image encoding script, and regenerated python image files.

2002-12-17 18:20 RD, revision 18300

More demo tweaks

2002-12-17 18:10 RD, revision 18299

Don't allow demos that are known to still crash on OS X to be run. Fix filebrowsebutton overlap.

2002-12-17 17:25 JS, revision 18298

Committed Stefan's temporary fix for crashing in Mac Classic.

2002-12-17 12:17 CE, revision 18297

update borland makefile

2002-12-17 11:51 JS, revision 18296

Missing semicolon

2002-12-17 11:18 JS, revision 18295

Further improvements to MFC sample.

2002-12-17 10:52 JS, revision 18294

MFC sample now works properly; WinMain not defined in wxMSW if wxUSE_MFC is defined.

2002-12-17 10:41 CE, revision 18293

add (missing) borland makefile

2002-12-17 10:39 CE, revision 18292

update borland makefile

2002-12-17 10:25 CE, revision 18291

bugs in mfc sample; partial fix