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-11-14 23:32 VZ, revision 56775

remove unused static wxColourFromPGLong function

2008-11-14 23:31 VZ, revision 56774

remove useless comparison of unsigned value with 0

2008-11-14 23:26 VZ, revision 56773

make code dealing with wxUSE_IDLEMENUUPDATES a bit more clear and avoid warning due to use of this constant in logical boolean expression

2008-11-14 23:23 VZ, revision 56772

CanPaste() should be const too

2008-11-14 23:22 VZ, revision 56771

disable warning about possible misaligned access given by HP aCC as we can't do anything about it because it's triggered by all GTK+ cast macros

2008-11-14 23:18 VZ, revision 56770

assigning line marker to itself shouldn't invalidate it, add self-assignment check

2008-11-14 23:12 VZ, revision 56769

consistently use wxAuiPaneInfo::Has/SetFlag() instead of using bit operations on its state field directly (this results in a warning about implicit sign change from HP aCC)

2008-11-14 23:09 VZ, revision 56768

comparison of wxBitmapType with -1 is useless as it can never be true; assume wxBITMAP_TYPE_INVALID was meant here

2008-11-14 23:02 KO, revision 56767

Do proper cleanup of event handlers in wxWebKitCtrl and wxMacUnicodeTextCtrl, and unset the window focus when destroying a top level window to ensure that controls do not receive events after the wx portion of the control has been destroyed.

2008-11-14 19:10 VZ, revision 56766

move the check for msgids matching the current language in front of everything else in AddCatalog(): why bother loading catalogs uselessly?

2008-11-14 19:06 VZ, revision 56765

assert in AddCatalog() if Init() hadn't been called and also check that we have a valid language spec in wxMsgCatalogFile::Load() to ensure we don't form invalid paths there; call Init() before AddCatalog() in the sample

2008-11-14 18:58 VZ, revision 56764

consistently use ExtractLang() everywhere instead of Left/Mid wxString methods; added ExtractCountry()

2008-11-14 18:17 VZ, revision 56763

more Doxygen warning fixes

2008-11-14 08:39 VZ, revision 56762

fix parameter name

2008-11-14 08:18 RR, revision 56761

#10183: patch to add wxOSX print job name

2008-11-13 22:32 VS, revision 56758

implement wxWindow::DragAcceptFiles() on all platforms

2008-11-13 22:30 VS, revision 56757

implement wxWindow::DragAcceptFiles() on all platforms

2008-11-13 21:32 FM, revision 56756

further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!)

2008-11-13 17:19 RD, revision 56755

Set TOOLKIT_LOWERCASE correctly for the various flavors of wxOSX

2008-11-13 15:25 RR, revision 56754

#10181: wxOSX: patch for proper wxPrintData to/from native data exchange

2008-11-13 12:16 VZ, revision 56753

fix warnings about hiding virtual wxGraphicsContext::DrawText() overloads by using different names for the implementation functions

2008-11-13 12:04 VZ, revision 56752

no changes, just deTABbed

2008-11-12 15:58 VZ, revision 56751

use -Woverloaded-virtual if g++ supports it

2008-11-12 15:41 VZ, revision 56750

remove SO_SUFFIX from configure, this is handled by bakefile since many years and keeping this here is just confusing

2008-11-12 15:38 VZ, revision 56749

use = in test, not == which is not standard and not understood by all shells