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-12-09 15:01 RR, revision 4887

Changed scrollsub sample.

1999-12-09 13:41 GRG, revision 4886

Fixed small bug related to m_lastcount in wxInputStream::Read

1999-12-09 10:33 SC, revision 4885

no message

1999-12-09 10:33 SC, revision 4884
  • D /wxWidgets/trunk/samples/forty/make_cw.old.mcp

cw pro 4 not supported anymore

1999-12-09 10:32 SC, revision 4883

corrected mac-like placing of <about> menu line

1999-12-09 10:30 SC, revision 4882

small adaptions

1999-12-09 10:15 SC, revision 4881

adapted to mac

1999-12-08 19:04 RR, revision 4880

Further stream tests, doc updates and minor clean-ups.

1999-12-08 17:53 VZ, revision 4879

GNOME/KDE integration for wxMimeTypeManager

1999-12-08 15:22 VZ, revision 4878

even more docs for wxFile::Eof

1999-12-08 15:20 VZ, revision 4877

1. fix for compiling samples with profile info 2. dir.h/.cpp added to the makefiles

1999-12-08 15:13 JJ, revision 4876

Committing in . Changes to get the libraries cleanly compiled on VMS Modified Files: wxWindows/setup.h_vms wxWindows/src/common/image.cpp wxWindows/src/motif/dcclient.cpp ----------------------------------------------------------------------

1999-12-08 14:39 GRG, revision 4875

Performance optimizations

1999-12-08 14:22 VZ, revision 4874

edited changelog slightly

1999-12-08 14:16 VZ, revision 4873

wxDir class added

1999-12-08 11:59 GRG, revision 4872

Optimized for performance.

1999-12-08 11:35 RR, revision 4871

Documented wxFFile and wxFFileStream and Co.

1999-12-08 09:58 GRG, revision 4870

Fixed wxInputStream::Ungetch behaviour so that if you a) unget a buffer (AAABBB) b) read some data (AAA) c) unget a second buffer (CCC) it works OK now (you will get CCCBBB, instead of CCCAAABBB as before)

1999-12-08 08:28 RR, revision 4869

Stream error testing.

1999-12-08 08:28 VZ, revision 4868

compilation fix (long -> wxCoord)

1999-12-08 08:26 VZ, revision 4867

fixing compile problems for people who don't look at the rebuild logs

1999-12-08 08:19 VZ, revision 4866

1. many DrawRotatedText() corrections (gtk) 2. compilation fix for window.cpp (!HAVE_XIM) 3. mentioned wxGTK slider limitations in the docs

1999-12-08 07:54 VZ, revision 4865

patch from Ricky Gonzales <gonzales@pyramid3.net> for the Unicode support for BC 5.02+

1999-12-07 18:58 RR, revision 4864

XIM support things.

1999-12-07 18:20 RD, revision 4863

bitmap mask tests