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-03-09 12:25 VZ, revision 14515

compilation fix after the array changes

2002-03-09 12:23 VZ, revision 14514

added support for non alphanumeric simple character accelerators

2002-03-09 03:18 RD, revision 14513

Added a reminder to myself for later

2002-03-09 03:18 RD, revision 14512

Removed redundant definitions

2002-03-09 02:58 RL, revision 14511

Added GetMaxSize virtual method for use by sizers. Modified wxSizer to use it instead of crushing all windows to the display size. Currently only top level windows are limited to display size, all other windows are unlimited (inside the clipping region of their tlw).

2002-03-09 02:42 RD, revision 14510

Visual C++ needs sys/stat.h too

2002-03-08 23:59 VS, revision 14509

corrections to the wxEditableListBox patch, removed conflict indicator checked in by mistake

2002-03-08 23:58 VS, revision 14508

case insensitive <font face>

2002-03-08 23:57 VS, revision 14507

applied patch to wxEditableListBox that adds wxEL_ALLOW_{EDIT,NEW,DELETE} with obvious meanings

2002-03-08 23:48 VS, revision 14506

fixed MSVC compilation and warnings

2002-03-08 23:48 VS, revision 14505

fixed MSVC warnings

2002-03-08 23:47 VS, revision 14504

case insensitive <font face>

2002-03-08 23:43 VS, revision 14503

let the sample display existing page on start

2002-03-08 23:43 VS, revision 14502

fixed bug in wxHtmlHelpFrame: didn't show HTML window when navigation panel was off

2002-03-08 23:06 RD, revision 14501

Little tweaks and fixes.

2002-03-08 23:05 RD, revision 14500

Changes for recent htmlhelp updates

2002-03-08 23:04 RD, revision 14499

Added a wxIconFromBitmap "constructor" for wxIcon.

2002-03-08 21:37 MBN, revision 14498

(Hopefully) last fix for daily builds

2002-03-08 21:20 RD, revision 14497

Fixed compilation error.

2002-03-08 21:10 RD, revision 14496

Added patch that adds style flags for wxEditableListBox to not use some of its standard buttons.

2002-03-08 20:01 RL, revision 14495

Added SetLogBuffer method.

2002-03-08 17:55 RD, revision 14494

Yet another update of XRCed. Fixes some display issues and some minor buglets.

2002-03-08 16:33 VZ, revision 14493

fixed typo (missing comma) in MIME test

2002-03-08 12:27 VZ, revision 14492

theoretically unnecessary but practically required fix for showing the selected filename in the text control

2002-03-08 12:06 JS, revision 14491

ProcessXEvent now returns TRUE if processed, FALSE if not