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-01-23 17:51 SN, revision 5613

Added #pragma implementation for gcc.

2000-01-23 17:09 RR, revision 5612

Fixed small bug in tab code WRT to having only a single control in a panel. sliders now have keyboard handling. Missing headers for install (memconf.h and geometry.h).

2000-01-23 16:25 VS, revision 5611

fixed broken GIFs

2000-01-23 16:24 VS, revision 5610
  • D /wxWidgets/trunk/docs/latex/wx/grid1.gif
  • D /wxWidgets/trunk/docs/latex/wx/hellow.gif
  • D /wxWidgets/trunk/docs/latex/wx/hellox.gif
  • D /wxWidgets/trunk/docs/latex/wx/prop1.gif
  • D /wxWidgets/trunk/docs/latex/wx/prop2.gif
  • D /wxWidgets/trunk/docs/latex/wx/wxtab1.gif

fixed broken GIFs

2000-01-23 15:51 RR, revision 5609

tabbing in controls sample works again.

2000-01-23 15:39 SN, revision 5608

Added more '#pragma implementation' for gcc. Replaced wxString[0u] by wxString[(size_t) 0]: size_t is signed for EMX, so explicitly using '0u' causes problems.

2000-01-23 15:00 SN, revision 5607

Added fontenum/fontutil and mimetype for OS/2

2000-01-23 10:22 JS, revision 5606

Small changes

2000-01-23 03:05 VZ, revision 5605

1. wxMSW::wxNotebook::SetPageSize() and SetPadding() added 2. wxNavigationKeyEvent changes: a) doesn't derive from wxCommandEvent any more b) has a new ShouldPropagate() accessor c) wxPanel::OnNavigationKey() changed significantly, beware

2000-01-23 01:10 VS, revision 5604

probably forgot to commit mimetype split to this file?

2000-01-23 01:03 VS, revision 5603

added intelligent scaling of icons -- cutting empty borders so that the icon is not too small

2000-01-23 01:03 VS, revision 5602

added WXMAC default font sizes

2000-01-23 01:03 VS, revision 5601

added wxFileType::GetMimeTypes

2000-01-23 01:02 VS, revision 5600

removed call to win32 api ::SetMapMode -- hopefully not longer neccessary

2000-01-22 23:15 VZ, revision 5599

1. added wxMemoryConfig (private) class 2. some minor tweaks to config usage in wxFontMapper

2000-01-22 22:47 RR, revision 5598

Various makefile corrections, Minor beatifications.

2000-01-22 22:26 SN, revision 5597

Fixed fixups to allow EMX to compile again.

2000-01-22 21:50 VZ, revision 5596

another image used by the image sample

2000-01-22 18:13 RL, revision 5595

added missing include dcmemory.h

2000-01-22 18:10 RL, revision 5594

added missing include for wxBitmap

2000-01-22 18:02 RR, revision 5593

Changes for next snapshot. Added new thumb track event for thumb release.

2000-01-22 17:50 RL, revision 5592

added dcmemory.h include

2000-01-22 14:24 SN, revision 5591

SN: Replace a __WXPM__ by __OS2__ in #if deciding whether to use Unix- or DOS-like version of mkdir. EMX (which doesn't define __OS2__) wants Unix-like version!

2000-01-22 14:18 SN, revision 5590

SN: Replaced __WXOS2__ by __WXPM__ in #ifdefs

2000-01-22 11:55 VS, revision 5589

added demo of wxEncodingConverter