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

2007-07-22 20:27 JW, revision 47657

Added additional stubs, improved DC and evtloop implementations, modified bakefiles and configure.in

2007-07-22 15:53 VZ, revision 47656

tagging libtiff 3.8.2

2007-07-22 15:36 VZ, revision 47655

importing libtiff 3.8.2

2007-07-22 15:27 VZ, revision 47654

fix for r47646: typedef wxDouble for all platforms, not just wxMac

2007-07-22 15:20 SC, revision 47653

applying 1741073

2007-07-22 15:03 SC, revision 47652

restricting mouse-wheel support to y axis only, trunk is having both dimensions

2007-07-22 14:54 SC, revision 47651

changing handling of mouse-down buttons according to patch 1749825

2007-07-22 13:20 SC, revision 47650

fixing path

2007-07-22 11:34 SC, revision 47649

adding missing defaults

2007-07-22 10:34 VZ, revision 47648

call aglEnable(AGL_BUFFER_RECT) after setting the rect; fixes both drawing over all the other windows and missing redraw before first resize (patch 1758339)

2007-07-22 10:29 VZ, revision 47647

removed erroneous spaces from wxTo/FromString() documentation

2007-07-22 10:14 SC, revision 47646

no 68k macs more to support...

2007-07-22 10:12 SC, revision 47645

no 68k macs more to support...

2007-07-22 09:20 VS, revision 47644

fix visibility problems with libstdc++ on Debian and Ubuntu

2007-07-22 08:30 SC, revision 47643

adding quicktime framework (needed for PICT conversion)

2007-07-22 08:28 SC, revision 47642

adding cocoa utils file

2007-07-22 08:01 VS, revision 47641

fixed visibility warning on Fedora

2007-07-22 00:00 VZ, revision 47639

corrected the include file names (rest of patch 1757479)

2007-07-21 23:59 VZ, revision 47638
  • D /wxWidgets/trunk/docs/latex/wx/database.tex
  • D /wxWidgets/trunk/docs/latex/wx/expr.tex
  • D /wxWidgets/trunk/docs/latex/wx/gridwork.tex
  • D /wxWidgets/trunk/docs/latex/wx/query.tex
  • D /wxWidgets/trunk/docs/latex/wx/recrdset.tex

removed docs for classes not existing any more (part of patch 1757479)

2007-07-21 23:54 VZ, revision 47637

correct closing comments in #endifs (patch 1756990)

2007-07-21 23:51 VZ, revision 47636

updated after fileconf/fileconftest.cpp to config/fileconf.cpp move

2007-07-21 23:50 VZ, revision 47635

moved wxFileConfig test to config directory together with wxConfig test

2007-07-21 23:47 VZ, revision 47634

added support for user-defined types to wxConfig (patch 1753875)

2007-07-21 23:41 VZ, revision 47633

added a macro for comparison size_t variables with literal constants, this is less ugly than explicitly casting the arguments to size_t; use it to fix base64 compilation under 64 bit platforms

2007-07-21 23:24 VZ, revision 47632

added wxTo/FromString(wxColour) (part of patch 1753875)