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-06-14 15:47 KB, revision 2787

Modified so that it should work for __WXMSW__, too. I cannot check this myself, though. :-(

1999-06-14 14:51 OK, revision 2786

The Unicode handling fixes my app seemed to need.

1999-06-14 14:51 KB, revision 2785

improved selection-autodeletion, but backspace handling not perfect yet, untested

1999-06-14 14:39 OK, revision 2784

A few weeks of Unicode fixes (my old win95 laptop compiles sloowly, especially when through the nullmodem cable).

1999-06-14 14:31 OK, revision 2783

Some more Unicode changes.

1999-06-14 14:29 OK, revision 2782

Could of Unicode fixes.

1999-06-14 14:26 OK, revision 2781

Unicode needs the 'experimental' printf, so define it if wxUSE_UNICODE for now...

1999-06-14 14:23 OK, revision 2780

operator for wxString == wx[W]CharBuffer.

1999-06-14 14:20 OK, revision 2779

Couple more Unicode fixes.

1999-06-14 14:19 OK, revision 2778

Unicode changes.

1999-06-14 09:43 PA, revision 2777

Correct some minor compile pbs with VC++1.52c & VC++4.1

1999-06-14 07:12 PA, revision 2776

*** empty log message ***

1999-06-14 00:00 VZ, revision 2775

wxGetFullHostName() implemented - it doesn't work though (and won't even compile under Win16 I think - TODO)

1999-06-13 23:59 VZ, revision 2774

WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough

1999-06-13 22:54 VZ, revision 2773

1. some more of "#if wxUSE_XXX" here and there 2. Makefile fixes for Cygwin compilation

1999-06-13 22:27 VZ, revision 2772

1. libtool 1.2d => 1.3 (should speed up configure checks for it because it caches the results) 2. aclocal.m4 is automatically generated by aclocal from acinclude.m4 3. fixes to configure for Cygnus compilation (Win32)

1999-06-13 22:10 VZ, revision 2771

wxWindow::Fit() infinite loop bug fixed

1999-06-13 17:48 KB, revision 2770

Added missing initialisation of m_AutoDeleteSelection.

1999-06-13 17:44 KB, revision 2769

Fixed two minor bugs. Still more than enough left. Quite some new ones.:-(

1999-06-13 16:04 KB, revision 2768

Added missing wxGetFullHostName() and wxNO_DEFAULT for generic msgdialog

1999-06-13 15:24 RR, revision 2767

Added OS/2 patches to wxGTK. Updated docs. Added wxMask code. Added Sylvain's newest tree ctrl code and sample. Corrected wxDC background colour (now as wrong as wxMSW).

1999-06-12 21:07 VZ, revision 2766

1. crash when deleting multi line selection fixed 2. BreakLine() does just discard the first line (wreaking total havoc) any more 3. ScrollToCursor() actually scrolls to cursor 4. style change affects the first line too - and since the first time, style doesn't change mysteriously any more after second Clear() 5. word cursor movement even better (did I get it right this time?)

1999-06-12 21:03 VZ, revision 2765

IRIX compilation fixes

1999-06-12 20:56 VZ, revision 2764

{Get/Set}{Width/Height} documented

1999-06-11 17:27 RR, revision 2763

Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE Fixed typo in configure Added docs for wxINTXX_SWAP_XX macros