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

2004-09-13 23:19 RD, revision 29128

#if fix so we don't end up using the generic header on wxMac

2004-09-13 23:18 RD, revision 29127

check that the wxDateTime is valid before converting to datetime

2004-09-13 23:17 RD, revision 29126

whitespace fix

2004-09-13 20:14 VZ, revision 29125

replaced wxControl with wxWindow in 2 methods

2004-09-13 18:18 RD, revision 29124

workaround bug in SWIG's t_output_helper

2004-09-13 18:03 ABX, revision 29123

Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.

2004-09-13 17:53 ABX, revision 29122

Corrections to wxDirDialog usage.

2004-09-13 14:11 VZ, revision 29121

fixes after some of wxFrame methods were extracted to wxTLW docs

2004-09-13 13:46 ABX, revision 29120

Recursive wxSizer::Show for subsizer and return value if element was found.

2004-09-13 09:24 VZ, revision 29119

no changes, just removed a wrong comment

2004-09-13 09:23 VZ, revision 29118

mention wxDateTime::SetToTheWeek() change

2004-09-13 09:22 VZ, revision 29117

added missing conv parameter to wxTextOutputStream ctor

2004-09-13 09:16 VZ, revision 29116

file with DoMessage() declaration (which I forgot to commit ages ago)

2004-09-13 04:41 SC, revision 29115

searching for wxToolBar parent only for kEventMouseMoved events

2004-09-12 15:08 VZ, revision 29114

only define operator<<(wchar_t) in Unicode build

2004-09-12 14:24 SC, revision 29113

added GetMenu Support for MENU_OPEN

2004-09-12 11:54 VZ, revision 29112

compilation fix after last commit

2004-09-12 11:52 VZ, revision 29111

fixed VC6 compilation

2004-09-12 11:46 VS, revision 29110

merged libpng-1.2.7 to HEAD (1.2.6 contained serious bug that caused it to produce broken PNG files)

2004-09-12 11:40 , revision 29109
  • A /wxWidgets/tags/LIBPNG_1_2_7
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/pngasmrd.h
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/projects/borland
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/projects/msvc
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/makefile.bd32
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/makefile.macosx
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/pngdef.pas

This commit was manufactured by cvs2svn to create tag 'LIBPNG_1_2_7'.

2004-09-12 11:40 VS, revision 29108
  • R /wxWidgets/trunk/src/png/pngnow.png
  • R /wxWidgets/trunk/src/png/pngtest.png
  • R /wxWidgets/trunk/src/png/scripts/libpng-config-head.in
  • R /wxWidgets/trunk/src/png/scripts/libpng.pc.in
  • R /wxWidgets/trunk/src/png/scripts/makefile.32sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.64sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.aix
  • R /wxWidgets/trunk/src/png/scripts/makefile.beos
  • R /wxWidgets/trunk/src/png/scripts/makefile.cygwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.darwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.dec
  • R /wxWidgets/trunk/src/png/scripts/makefile.gcmmx
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpgcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpux
  • R /wxWidgets/trunk/src/png/scripts/makefile.linux
  • R /wxWidgets/trunk/src/png/scripts/makefile.ne12bsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.netbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.openbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.sco
  • R /wxWidgets/trunk/src/png/scripts/makefile.sggcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.so9
  • R /wxWidgets/trunk/src/png/scripts/makefile.solaris
  • R /wxWidgets/trunk/src/png/scripts/pngos2.def
  • R /wxWidgets/trunk/src/png/scripts/pngw32.def

This commit was generated by cvs2svn to compensate for changes in r29107, which included commits to RCS files with non-trunk default branches.

2004-09-12 11:40 VS, revision 29107

imported libpng 1.2.7

2004-09-12 11:40 , revision 29106

This commit was manufactured by cvs2svn to create branch 'LIBPNG'.

2004-09-12 11:40 VS, revision 29105

Initial revision

2004-09-12 09:32 SC, revision 29104

toolbartool has to send events to parent for tooltips to work