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

2006-09-09 02:43 PC, revision 41081

remove unneeded DoGetClientSize

2006-09-09 02:42 PC, revision 41080

don't set negative window size

2006-09-09 02:41 PC, revision 41079

keep AdjustScrollbars from causing an infinite series of size events

2006-09-09 00:38 RD, revision 41078

Remove some testing code

2006-09-08 20:09 RD, revision 41077

Use GetKeyCode() instead of KeyCode()

2006-09-08 20:08 RD, revision 41076

Show status of wxMac CoreGraphics build option

2006-09-08 20:05 RD, revision 41075

Add items to wx.PlatformInfo for mac core graphics and native toolbar build status

2006-09-08 20:04 RD, revision 41074

It is not "Invalid" to have a menu item without an accelerator, so don't be noisy about it.

2006-09-08 18:16 RD, revision 41073

Added sample showing Alpha drawing for Mac with CoreGraphics

2006-09-08 17:39 VS, revision 41072

don't try to paint hidden windows

2006-09-08 15:29 VS, revision 41071

fixed wxDC to correctly handle SetFoo(wxNullFoo) calls

2006-09-08 15:15 RD, revision 41070

deTABified

2006-09-08 14:38 VS, revision 41069

added newline to the end of the file to prevent gcc warning

2006-09-08 11:52 VS, revision 41068

don't try to paint hidden windows

2006-09-08 10:32 VZ, revision 41067

define WS_EX_LAYOUTRTL for older compilers/SDK

2006-09-08 09:45 RR, revision 41066

Sadly, direct access to SetUpDC is required for the native custom rendering of wxDataViewCells

2006-09-08 08:46 SC, revision 41065

fixing ownership and positioning of embedded controls in native toolbars

2006-09-08 08:27 SC, revision 41064

make sure we catch invalid control refs better

2006-09-08 07:49 CE, revision 41063

fix for SF bug 1543862 - add missing Makefile.in

2006-09-08 03:38 RD, revision 41062

reSWIGged

2006-09-08 03:31 RD, revision 41061

reSWIGged

2006-09-08 02:56 RD, revision 41060

another parameter type fix

2006-09-08 02:47 RD, revision 41059

wxMac's glcanvas doesn't have the new API changes yet...

2006-09-08 01:50 KO, revision 41058

2.6 backport of revision 1.40 fix for rounded rectangle drawing.

2006-09-08 01:08 RD, revision 41057

More properties