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

2006-09-09 18:37 PC, revision 41106

remove unused GtkPizza members scroll_[xy]

2006-09-09 18:14 RD, revision 41105

Don't show AlphaDrawing for now...

2006-09-09 18:12 RD, revision 41104

Simplify use of MacIsWindowScrollbar

2006-09-09 18:11 KO, revision 41103

Mac(Carbon) impl of wxGauge::Pulse, also added sample code for Pulse to the widgets sample.

2006-09-09 18:00 PC, revision 41102

include fix

2006-09-09 17:41 VZ, revision 41101

check encoding in EnumerateFacenames(); implemented EnumerateEncodings() for wxUSE_PANGO case

2006-09-09 17:34 VZ, revision 41100

only return matching modes from GetModes()

2006-09-09 17:29 PC, revision 41099

some app.h cleanup: minimize includes, use static cast

2006-09-09 16:25 VZ, revision 41098

implement wxComboBox::SetEditable() (backport from HEAD)

2006-09-09 16:24 VZ, revision 41097

implement wxComboBox::SetEditable()

2006-09-09 15:52 VS, revision 41096

added unary wxPoint::operator-

2006-09-09 14:41 RR, revision 41095

The patch was missing a header.

2006-09-09 14:13 RR, revision 41094

incomplete commit

2006-09-09 14:11 RR, revision 41093

Apply patch [ 1548750 ] wxVsnprintf() various fixes Part II. c

2006-09-09 14:02 RR, revision 41092

Typo.

2006-09-09 13:46 RR, revision 41091

Applied doc patch.

2006-09-09 13:45 VZ, revision 41090

define debugging log functions as (empty inline) wxLogNop() instead of nothing in the release builds, this ensures that we have the same code structure in debug/release builds and so there are no bugs when these functions are used inside if/else while also ensuring that even dumbest compilers do remove them completely in release builds

2006-09-09 13:36 RR, revision 41089

Applied wxGauge:Pulse() patch. [ 1551409 ] Support for indeterminate mode gauges

2006-09-09 13:25 VZ, revision 41088

undid last 2 commits, there are many more cases like this so it's better to fix this problem in a different way in wx/log.h

2006-09-09 13:10 VZ, revision 41087

more warning fixes about empty if statement in helper classes in release build

2006-09-09 12:55 VZ, revision 41086

fix warning about empty if statement in HDCClipper ctor in release build

2006-09-09 11:35 RR, revision 41085

Apply patch [ 1554736 ] wxXmlDocument::DetachRoot

2006-09-09 11:32 RR, revision 41084

Apply patch [ 1554746 ] wxXmlNode::InsertChild fix

2006-09-09 06:34 RD, revision 41083

Don't let the built-in scrollbars confuse things when setting focus to a wxScrolledWindow

2006-09-09 04:53 PC, revision 41082

add emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup