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-10-21 16:06 VZ, revision 42206

one more correction to wxCondition::WaitTimeout() return code: don't overwrite err with the semaphore wait result (bug 1387179)

2006-10-21 15:56 VZ, revision 42205

restore the old status bar text when DoGiveHelp(false) is called (should fix bug 1340887)

2006-10-21 15:54 VZ, revision 42204

removed OnToolEnter() handler which interfered with the default tool long help handling; add long help for a couple of tools for testing purposes

2006-10-21 15:37 VZ, revision 42203

load _TrackMouseEvent dynamically to make it possible to run wx programs on systems with comctl32.dll 4.70 (closes 1215615)

2006-10-21 15:18 VZ, revision 42202

don't use GetFileAttributesEx() which doesn't exist in Win95 and so prevented any wx program from even starting up there; besides it was unneeded anyhow

2006-10-21 14:45 VZ, revision 42201

also define wxLstat for non-Unix platforms

2006-10-21 14:42 VZ, revision 42200

also define wxLstat in ANSI build

2006-10-21 14:41 VZ, revision 42199

added wxLstat() (one of patches from bug 1052385)

2006-10-21 14:09 RR, revision 42198

additions for animatectrl xrc sample.

2006-10-21 14:04 VZ, revision 42197

don't allow switches (i.e. options without value) to have values (closes 781373)

2006-10-21 13:59 RR, revision 42196

[ 1581391 ] wxAnimationCtrl XRC handler (most of)

2006-10-21 13:51 RR, revision 42195

[ 1580776 ] wxAnimationCtrl::SetInactiveBitmap Additionally call UnShare() in it.

2006-10-21 13:23 VZ, revision 42194

(blind) fix for Tru64 compilation (bug 769360)

2006-10-21 12:37 SC, revision 42193

untangling dc and gc

2006-10-21 12:23 RR, revision 42192

Compilo.

2006-10-21 07:10 JS, revision 42191

Added wxUSE_RICHTEXT guard

2006-10-21 01:25 RD, revision 42190

Simplified EVT_PAINT handler

2006-10-21 01:23 RD, revision 42189

Don't raise NotImplementedError from GetMark, just silently return (0,0) for now

2006-10-21 01:22 RD, revision 42188

Some API updates

2006-10-21 01:22 RD, revision 42187

Avoid assert on wxMac

2006-10-21 01:21 RD, revision 42186

wxMac apparently doesn't send EVT_SHOW, so just use wx.CallAfter instead

2006-10-21 01:20 RD, revision 42185

Change Refresh to Reset to avoid conflict with base class Refresh Don't use wx.ClientDC, just draw to the bitmap when needed, and then use Refresh for painting. This works better on Mac.

2006-10-21 01:17 RD, revision 42184

Avoid nested DC assert

2006-10-21 01:16 RD, revision 42183

more informative FAIL message

2006-10-21 01:15 RD, revision 42182

use consistent names (Graphic vs. Graphics)

2006-10-21 01:12 RD, revision 42181

Forward SetFont, SetBackgroundColour and SetForegroundCOlour to the generic listctrl

2006-10-20 23:59 VZ, revision 42180

fix warnings (double to int conversions and unused variables); removed hard TABs and extra spaces

2006-10-20 20:50 SC, revision 42179

screendc implementation

2006-10-20 20:46 SC, revision 42178

new method needed for screendc

2006-10-20 19:29 SC, revision 42177

setting a non valid font is permitted, implemented now

2006-10-20 19:26 SC, revision 42176

fixing the screen dc, non 64 bit solution however

2006-10-20 17:25 SC, revision 42175

creating graphics context with the correct origin

2006-10-20 17:24 SC, revision 42174

offsetting dcs correctly

2006-10-20 17:22 SC, revision 42173

moving the offsets into dcclient.cpp so that native event handlers can be called through

2006-10-20 16:41 SC, revision 42172

offseting the graphics context correctly

2006-10-20 14:54 VS, revision 42171

fixed computation of status bar fields width if the total width is not divisible by the number of fields

2006-10-20 14:48 VZ, revision 42170

remove extra semicolons (patch 1580831)

2006-10-20 14:33 VZ, revision 42169

put #if wxUSE_STATBOX around wxStaticBox usage (bug 1568939)

2006-10-20 13:14 SC, revision 42168

mac methodname fixed, so all use the same now

2006-10-20 13:12 SC, revision 42167

adding same methodname as gtk and msw

2006-10-20 13:04 JS, revision 42166

Added the ability to use built-in bullet styles, currently standard/circle or standard/square.

2006-10-20 12:58 SC, revision 42165

fixing classname

2006-10-20 12:43 SC, revision 42164

dummy implementations for new methods

2006-10-20 11:59 SC, revision 42163

dummy implementations for new methods

2006-10-20 11:56 SC, revision 42162

new graphics context implementation

2006-10-20 11:46 SC, revision 42161

new graphics context implementation

2006-10-20 11:35 SC, revision 42160

new graphics context implementation

2006-10-20 11:32 VZ, revision 42159

define bookctrl (and -derived) classes flags in their headers instead of defs.h; don't deprecate the control-specific flags

2006-10-20 11:07 SC, revision 42158

new graphics context implementation

2006-10-20 11:01 SC, revision 42157

avoiding nesting dcs on the same window concurrently