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-22 21:22 VZ, revision 42256

test indeterminate wxGauge mode (part of patch 1551409)

2006-10-22 21:18 VZ, revision 42255

reverted change which made the progress dialog more realistic but also made the code vastly more complex (rev 1.116), it's not really needed otherwise than to test the patch it was bundled with; simplified the test code for wxPD_SKIP (rev 1.119); increased the progress counter to see the indeterminate mode marker wrap around

2006-10-22 21:17 SN, revision 42254

Extended #1560785 (wxFileName::IsReadable/Writable/Executable) for OS/2.

2006-10-22 21:08 VZ, revision 42253

small refactoring to avoid code duplication; renamed wxProgressDialog::UpdatePulse() to just Pulse(); added test for it in the dialogs sample (part of the patch 1551409 which somehow wasn't applied before)

2006-10-22 21:02 VZ, revision 42252

moved last change under the correct (2.7.2) version

2006-10-22 20:52 VZ, revision 42251

clarify Skip() meaning even more (latest version of patch 1516341)

2006-10-22 20:43 VZ, revision 42250

added autopackage-related files

2006-10-22 20:42 SC, revision 42249

using GetNativePath instead of dynamic_cast

2006-10-22 20:38 SC, revision 42248

on demand creation of native CGContexts , so that pure text measuring contexts don't need a native counterpart

2006-10-22 20:25 VZ, revision 42247

add alt popup window style allowing to use keyboard and comboboxes in the popup window and use it for the generic date picker (patch 1582391 from Jaakko)

2006-10-22 20:24 CE, revision 42246

remove empty dirs

2006-10-22 18:59 SN, revision 42245

Reverted font breakage caused by changes in version 1.30.

2006-10-22 18:28 SC, revision 42244

adding path accessors

2006-10-22 17:52 SC, revision 42243

adding wxobject and RTTI

2006-10-22 14:19 VZ, revision 42242

make install location autodetection work for executables compressed with (latest version of) UPX under Linux (patch 1565357)

2006-10-22 14:15 VZ, revision 42241

use wxComboCtrl instead of custom popup window (patch 1575343)

2006-10-22 13:52 SN, revision 42240

Applied patch #1582212 (completed/fixed toolbar's wxTB_BOTTOM implementation).

2006-10-22 13:08 VZ, revision 42239

Respect wxBU_EXACTFIT in wxToggleButton (backport from HEAD)

2006-10-22 13:04 VZ, revision 42238

call Init() from wxBufferedDC ctors to ensure that layout direction is inherited in any case

2006-10-22 13:00 VZ, revision 42237

inherit the original layout direction (patch 1554810); also refactored a little to reduce code duplication and added a couple of wxCHECKs

2006-10-22 12:50 VZ, revision 42236

why was using std::string and streams disabled by default for mingw32 and cygwin? enabled it back

2006-10-22 12:12 VZ, revision 42235

added wxAnimateCtrl test (rest of the patch 1581391)

2006-10-22 12:07 VZ, revision 42234

rearranged wxUSE_XXX tests in alphabetical order for ease of maintenance

2006-10-22 11:46 VZ, revision 42233

ignore .cached files created by the sample

2006-10-22 11:41 VZ, revision 42232

more printf() tests (slightly modified patch 1581936)

2006-10-22 11:38 VZ, revision 42231

fix compilation with PCH (patch 1581936)

2006-10-22 11:36 VZ, revision 42230

removed ^Ms

2006-10-22 04:27 RD, revision 42229

reSWIGged

2006-10-22 04:14 RD, revision 42228

No need to use wxPyMake_wxObject for wxImageList. There are no derived types, and it is not OOR.

2006-10-22 04:13 RD, revision 42227

the Append also does an INCREF, that's one more than we need.

2006-10-22 04:12 RD, revision 42226

Patch #1581767: Another fix for wx.lib.calendar

2006-10-22 03:08 RD, revision 42225

reSWIGged

2006-10-22 03:07 RD, revision 42224

Lots of little tweaks, mostly to draw selected items better such that they look right with the new wxMac DC, but also other general improvements as well.

2006-10-22 03:00 RD, revision 42223

Animation support added to XRC

2006-10-22 02:59 RD, revision 42222

Add Get/SetInactiveBitmap

2006-10-22 02:59 RD, revision 42221

#include dcgraph.h

2006-10-22 02:58 RD, revision 42220

Add dcgraph.h to files.bkl and rebake

2006-10-21 19:53 PC, revision 42219

move some definitions out of datacmn.cpp

2006-10-21 18:44 RR, revision 42218

Use wxGCDC in wxGTK to draw "Alpha" test page in drawing sample. Pretty amazing...

2006-10-21 18:43 RR, revision 42217

Remove C++ dynamic cast for now.

2006-10-21 18:00 PC, revision 42216

wxGraphicContext --> wxGraphicsContext

2006-10-21 17:46 PC, revision 42215

wxGraphicContext --> wxGraphicsContext

2006-10-21 17:46 PC, revision 42214

non-pch build fix

2006-10-21 17:22 SN, revision 42213

Fixed port name used in #ifdef.

2006-10-21 17:22 RR, revision 42212

Fix warning.

2006-10-21 17:19 SN, revision 42211

Corrected port name used in headers.

2006-10-21 16:57 RR, revision 42210

Update Makefile.in after annimatectrlxrc addition.

2006-10-21 16:55 VZ, revision 42209

fix for tabs drawing in RTL (patch 1552881)

2006-10-21 16:39 VZ, revision 42208

add some #if wxUSE_XXX (patch 1581470)

2006-10-21 16:29 VZ, revision 42207

filter out duplicate date changed events sent by the native control (part of bug 1482773)

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