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-11-19 20:31 VZ, revision 12490

fixed a memory leak and an initialization problem

2001-11-19 18:58 MBN, revision 12489

Fixed Cygwin crash on toolbar tooltip

2001-11-19 18:57 MBN, revision 12488

Added HANGUL_CHARSET for MSVC5

2001-11-19 17:47 JS, revision 12487

More VC++ project file corrections

2001-11-19 16:07 JS, revision 12486

Corrected ViewStart problem

2001-11-19 16:05 JS, revision 12485

Project file corrections, doc corrections

2001-11-19 14:00 VZ, revision 12484

fixes for the dialog layout for the multiline labels

2001-11-19 04:05 DW, revision 12483

New .def file

2001-11-18 23:08 VZ, revision 12482

fixes for wxEvent and wxKeyEvent operator=()

2001-11-18 23:06 VZ, revision 12481

fixes for programmatically deleting the find/replace dialog

2001-11-18 22:28 GD, revision 12480

use class name instead of generic message in event related assert

2001-11-18 18:52 SC, revision 12479

added a preImage of the selection in order to avoid unnecessary events being triggered

2001-11-18 18:14 SC, revision 12478

corrected MacSetSelection which was incorrectly deselecting also the previously selected line when using multiselect

2001-11-18 13:53 RL, revision 12477

Fix for the kinda braindead debian python packaging of 2.1

2001-11-18 12:42 RR, revision 12476

This form of the event cloning patch survived my thorough stress testing.

2001-11-18 12:32 GD, revision 12475

replaced HAVE_MALLOC_H with !__DARWIN__

2001-11-18 12:25 GD, revision 12474

corrections for compilation under Mac OS X removed invalid '#pragma interface' in source files (instead of headers?)

2001-11-18 09:43 RR, revision 12473

Applied Chris' patch for support for ICO loading.

2001-11-18 08:00 GD, revision 12472

removed include/wx/mac/setup.h from filelist.txt

2001-11-18 07:29 GD, revision 12471

removed duplicated prototype

2001-11-18 07:28 GD, revision 12470

added missing include (for instance, needed in the calendar sample for wxMotif)

2001-11-18 02:57 RL, revision 12469

Removed include/wx/setup.h from filelist.txt -- Needed for autotools build, I don't _think_ it will break anything else..

2001-11-18 02:11 RL, revision 12468

Don't add -MMD until we are just about ready to build the lib, it messes with configure tests for RH's broken '2.96' compiler, and really doesn't belong in CFLAGS before then anyway. Made wxBaseArray dtor always non-virtual.

2001-11-17 23:50 RR, revision 12467

More changes to various controls for more reliably preventing them from emitting event when their state was changed programatically.

2001-11-17 23:18 GD, revision 12466

added const for constant char pointer function parameters