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

2008-05-29 04:41 PC, revision 53811

remove unused/unneeded menuitem cruft

2008-05-29 04:27 PC, revision 53810
  • D /wxWidgets/trunk/include/wx/gtk/treectrl.h

remove obsolete file

2008-05-29 04:26 PC, revision 53809

mark long-deprecated ctor as such

2008-05-29 00:52 KO, revision 53807

Rebake with 0.2.3.

2008-05-29 00:45 KO, revision 53806

Fix for OBJCXXFLAGS issue in Bakefile 0.2.3.

2008-05-28 23:58 VZ, revision 53804

fix MSVC /Wp64 warnings

2008-05-28 12:47 VZ, revision 53802

fix assert in ANSI build in wxConsoleStderr::GetCommandHistory() (ticket 9146)

2008-05-28 12:30 VZ, revision 53801
  • D /wxWidgets/trunk/distrib/scripts/manifests/bc.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/cw.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/cw_mac.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/extradoc.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/glcanvas.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/microwin.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/msw_minimal.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/nplugin.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/patch.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/stubs.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/user.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wxtree.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_chm.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_hlp.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_htb.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_html.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_pdf.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_word.rsp

remove unused onsolete response files

2008-05-28 06:33 RD, revision 53800

Add wxWebKitNewWindowEvent

2008-05-28 06:15 PC, revision 53799

fix leak introduced by r53753

2008-05-28 06:12 RD, revision 53798

Add wxWebKitNewWindowEvent

2008-05-27 23:21 VZ, revision 53797

get rid of MSVC warning about possibly uninitialized variable in CalcAndSendEvent() and also make its code somewhat more structured

2008-05-27 22:48 VZ, revision 53796

fix some harmless compilation in (release) MSVC build

2008-05-27 18:07 VZ, revision 53795

change VERSION to 2.9.0 (not sure if this is really used though)

2008-05-27 18:02 VZ, revision 53794

remove mentions of demos/dbbrowse which doesn't exist any more

2008-05-27 18:00 VZ, revision 53793

add build/msw/wx_stc.dsp

2008-05-27 16:38 VZ, revision 53792

there is no std::wostream under Palm (part of ticket 4700)

2008-05-27 16:35 VZ, revision 53791

ifdef fixes for PalmOS6 (part of ticket 4700)

2008-05-27 16:34 VZ, revision 53790

Palm compiler needs const_cast for passing const int parameters to function taking int (part of ticket 4700)

2008-05-27 16:33 VZ, revision 53789

fixes for Linux build (part of ticket 4700)

2008-05-27 16:28 VS, revision 53788

silence warnings about not using double-buffered surface in wxScreenDC ; add comment explaining why (and how) is wxScreenDC implementation in wxDFB broken

2008-05-27 16:26 VZ, revision 53787

translate comments in English (part of ticket 4700)

2008-05-27 16:17 VZ, revision 53786

distinguish between Server 2003 and XP 64-bit (closes 3359)

2008-05-27 16:00 VZ, revision 53785

add a mention to OS description string if running under a 64-bit Windows version

2008-05-27 15:48 VZ, revision 53784

recognize Vista by name in wxGetOsDescription()