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

2002-07-08 20:48 GD, revision 16090
  • D /wxWidgets/trunk/src/png/ANNOUNCE
  • D /wxWidgets/trunk/src/png/CHANGES
  • D /wxWidgets/trunk/src/png/example.c
  • D /wxWidgets/trunk/src/png/INSTALL
  • D /wxWidgets/trunk/src/png/libpng.3
  • D /wxWidgets/trunk/src/png/libpng.txt
  • D /wxWidgets/trunk/src/png/libpngpf.3
  • D /wxWidgets/trunk/src/png/png.5
  • D /wxWidgets/trunk/src/png/png.c
  • D /wxWidgets/trunk/src/png/png.h
  • D /wxWidgets/trunk/src/png/pngconf.h
  • D /wxWidgets/trunk/src/png/pngerror.c
  • D /wxWidgets/trunk/src/png/pngget.c
  • D /wxWidgets/trunk/src/png/pngmem.c
  • D /wxWidgets/trunk/src/png/pngpread.c
  • D /wxWidgets/trunk/src/png/pngread.c
  • D /wxWidgets/trunk/src/png/pngrio.c
  • D /wxWidgets/trunk/src/png/pngrtran.c
  • D /wxWidgets/trunk/src/png/pngrutil.c
  • D /wxWidgets/trunk/src/png/pngset.c
  • D /wxWidgets/trunk/src/png/pngtest.c
  • D /wxWidgets/trunk/src/png/pngtrans.c
  • D /wxWidgets/trunk/src/png/pngwio.c
  • D /wxWidgets/trunk/src/png/pngwrite.c
  • D /wxWidgets/trunk/src/png/pngwtran.c
  • D /wxWidgets/trunk/src/png/pngwutil.c
  • D /wxWidgets/trunk/src/png/README
  • D /wxWidgets/trunk/src/png/scripts/makefile.sgi
  • D /wxWidgets/trunk/src/png/TODO
  • D /wxWidgets/trunk/src/png/Y2KINFO

remove conflicting libpng-1/0/3 files before import of libpng-1.2.4 files

2002-07-08 20:06 RD, revision 16089

Added generic static text control

2002-07-08 19:13 JS, revision 16088

Added download page link.

2002-07-08 18:23 DW, revision 16087

Toolbar fixes and weekly catch-up.

2002-07-08 17:57 VZ, revision 16086

fixed handling of Ctrl-arrows movement which was unselecting the previously selected items incorrectly

2002-07-08 17:48 VZ, revision 16085

applied the same fix for crashing if the END_EDIT event handler vetoes the event as for wxTreeCtrl; also added a few consts here and there

2002-07-08 16:43 VZ, revision 16084

really remove the selection when Unselect() is called

2002-07-08 16:38 VZ, revision 16083

fix crash when the user code refuses to validate the new text when editing the item and a generic label editing code cleanup

2002-07-08 16:35 VZ, revision 16082

made the validation message more clear

2002-07-08 14:25 VZ, revision 16081

compilation fix for VC++ when using std::iostream

2002-07-08 14:01 RR, revision 16080

This memory corruption caused me three and a half weeks of trouble.

2002-07-08 14:01 RR, revision 16079

Return to 20x20 default size.

2002-07-08 10:23 JS, revision 16078

Added files.lst to wxMotif distribution.

2002-07-08 03:41 DW, revision 16077

OS/2 loads bitmap resources via integer ID, not via a string filename

2002-07-08 03:39 DW, revision 16076

Toolbar updates

2002-07-08 03:38 DW, revision 16075

no message

2002-07-07 21:48 JS, revision 16074

Added USE_ALTERNATE_UI symbol to helpview.cpp. Set to 1 to: - provide different icons. - add an open file icon for the toolbar. - use a flat toolbar style. - show a file selector if no file was given on the command line. - remove 'Help:' from the title bar. Set to 0 to revert to previous behaviour.

2002-07-07 03:16 RL, revision 16073

Update Layout more correctly in DoSetVirtualSize. fixed format string typo.

2002-07-07 00:13 RD, revision 16072

installer fix

2002-07-07 00:09 RD, revision 16071

Changes for wxUSE_UNICODE==1

2002-07-07 00:05 RL, revision 16070

put wx/app.h back though, for people without precompiled headers. :)

2002-07-06 21:16 MBN, revision 16069

Made documentation for wxImage::GetData/SetData more explicit about the fact that wxImage owns the pointer.

2002-07-06 19:09 RD, revision 16068

Added note about the supportability of this module

2002-07-06 18:20 RD, revision 16067

SWIGged updates for wxMac

2002-07-06 18:13 RD, revision 16066

Some demo tweaks