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-14 00:08 GRG, revision 6663

Added PREEXTRALIBS (ugh)

2000-03-13 23:41 GRG, revision 6662

new

2000-03-13 23:29 DW, revision 6661

Some changes to fix event processing

2000-03-13 22:11 SN, revision 6660

Improved selection mode handling in wxGrid::SelectBlock

2000-03-13 17:22 VS, revision 6659

replaced 'wxPCX/GIFHandler:' by 'PCX/GIF:' in error messages -- these are for users, should not reveal internals

2000-03-13 17:20 VZ, revision 6658

added test for selection events

2000-03-13 17:12 RD, revision 6657

Initialize the field count in Create(). It was using a garbage value and causing havoc...

2000-03-13 16:45 RR, revision 6656

Found bug that skrewed up display wrt horizontal scrolling of wxListCtrl. The selected area still seems wrong, though.

2000-03-13 15:48 VZ, revision 6655

1. some patches from Janos Vegh to docview template detection 2. fixed reentrancy bug in wxGetTranslation/wxLogError resulting in infinite number of messageboxes 3. wxMenuItem::GetLabelFromText("&Foo") now returns "Foo", not "&Foo" in GTK as well 4. test for update region being NULL in wxPaintDC

2000-03-13 15:31 VZ, revision 6654

suppress gcc warning about non virtual dtor

2000-03-13 15:21 RR, revision 6653

Typo GtkPizza, More debug printf()s in GSocket_Write() Did I touch plot.cpp ?

2000-03-13 14:34 RL, revision 6652

moved wxDash typedef to gdicmn.h added wxXXXDash, platform dependant types for all ports made using native dialogs the default in msw/setup0.h

2000-03-13 13:52 GRG, revision 6651

Fixed a harmless warning about $d in sprintf and long argument

2000-03-13 13:00 GRG, revision 6650

Use system default font for all platforms

2000-03-13 12:04 SN, revision 6649

More compilation fixes.

2000-03-13 11:20 JS, revision 6648

Added tech note on adding class documentation.

2000-03-13 09:45 VZ, revision 6647

fixed cross-compilation for Windows with mingw

2000-03-13 08:28 VZ, revision 6646

remove \r from literal strings

2000-03-13 08:27 VZ, revision 6645

check for strtok_r() using C++ compiler

2000-03-13 06:50 RD, revision 6644

Added methods for folding dropTarget is now allocated with new

2000-03-13 05:43 DW, revision 6643

no message

2000-03-13 02:34 NI, revision 6642

someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!

2000-03-13 01:59 NI, revision 6641

someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!

2000-03-12 21:26 RR, revision 6640

Added debuf printf()s to GSocket,

2000-03-12 17:11 RR, revision 6639

Some doc updates, makefile and distrib things.