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

1999-05-22 02:55 NI, revision 2536

Improved keyboard handling

1999-05-21 22:43 VZ, revision 2535

msg catalog code bugfix for 64 bit platforms

1999-05-21 21:28 NI, revision 2534

Added missing comma

1999-05-21 21:22 NI, revision 2533

Fixed handling of keypress WXK_NUMPAD_NEXT

1999-05-21 21:16 NI, revision 2532

added constant WXK_NUMPAD_NEXT

1999-05-21 13:28 RR, revision 2531

Made GetLabel/SetLabel() virtual

1999-05-21 12:50 RR, revision 2530

Fixed typos in window.cpp and utils.cpp Tried to repair HP-UX compilation thing for iODBC.

1999-05-21 11:39 VZ, revision 2529

GetItem() doesn't ignore column number any more

1999-05-21 11:38 VZ, revision 2528

HP-UX gcc compilation fixes

1999-05-21 05:03 RS, revision 2527

documented wxCONFIG_USE_RELATIVE_PATH

1999-05-20 22:53 VZ, revision 2526

mysterious radiobox bug finally fixed

1999-05-20 22:17 VZ, revision 2525

bugs in splitter docs corrected

1999-05-20 17:44 GL, revision 2524

* Added a fix from Allen to wxStringTokenizer

1999-05-20 14:32 RR, revision 2523

GtkMyFixed is now more "GTK 1.2.3 ready". Test added to notebook sample (showing that GTK 1.2.3 is not GTK 1.2.3 ready). Touched frame?

1999-05-20 11:11 OK, revision 2522

Unicode compilation fix for find_*_of() (I might be back at work committing other fixes soon, but probably not before tomorrow at least.)

1999-05-20 06:08 RD, revision 2521

wxScrolledWindow for wxMSW is now getting wxScrollWinEvents and are scrolling again.

1999-05-20 04:25 BV, revision 2520

Added a reference to the splitter event class and macros.

1999-05-20 04:24 BV, revision 2519

Added the rest of the wxSplitterEvent class interface docs.

1999-05-20 04:22 BV, revision 2518

Fix bug in which splitter would not close if sash pulled to one edge of window when minimum pane size != 0.

1999-05-19 22:44 VZ, revision 2517

file which undefs symbols ocnflicting with windows.h

1999-05-19 22:25 VZ, revision 2516

1. bug in wxSplitter corrected: mouse event coords may be negative when the mouse is captured which made sash roll over the window 2. missing functions added to wxRadioBox 3. non existent functions removed from wxRadioBox and wxControl

1999-05-19 17:51 RR, revision 2515

Augmented version to b5 Disabled F10 thing.

1999-05-19 17:40 BM, revision 2514

Changed [] parameters to be unsigned.

1999-05-19 16:47 KB, revision 2513

updated

1999-05-19 13:46 VZ, revision 2512

wxThread::Entry documented