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

2005-04-02 03:46 RD, revision 33253

Be able to build with Pythons other than the System version.

2005-04-02 03:45 RD, revision 33252

Update year

2005-04-02 03:43 RD, revision 33251

Use Python's buffer interface API for all image data and alpha Set/Get methods and the ImageFromData* constructors.

2005-04-02 02:04 RD, revision 33250

Add static_data flag to SetData and SetAlpha so Python buffer objects can be used in wxPython without double free()'s.

2005-04-02 01:55 RD, revision 33249

Put the Python executable pathname in wxTheApp->argv[0] so the stackwalker won't freak out at trying to find program addresses inside of .py files!

2005-04-02 01:52 RD, revision 33248

Be able to build with Pythons other than the System version.

2005-04-02 01:17 VZ, revision 33247

fixes to static box borders calculations and significant code cleanup (finalizes patch 1166587)

2005-04-02 01:15 VZ, revision 33246

added AutoHRGN class; corrected GetHbrush[Of]() macros

2005-04-02 01:00 VZ, revision 33245

added wxSOLID default value for FindOrCreateBrush()

2005-04-02 00:34 VZ, revision 33244

removed superfluous semicolons

2005-04-01 20:56 VZ, revision 33243

implemented GetProgramHandle() for Win32 and documented it

2005-04-01 16:36 SC, revision 33242

moving wxMac to new printing architecture

2005-04-01 15:57 JS, revision 33241

Now calculates clipping region from actual child HWNDs and not wxWidgets windows, which helps with composite controls

2005-04-01 14:46 ABX, revision 33240

Do not break checking whether dir exists for given path.

2005-04-01 14:27 JS, revision 33239

Added wxPropertySheetDialog demo

2005-04-01 13:43 JS, revision 33238

Updated date

2005-04-01 12:35 DS, revision 33237

fixed default style parameter

2005-04-01 11:55 SC, revision 33236

fix for #1106519

2005-04-01 09:39 DS, revision 33235

fixed Carbon compilo

2005-04-01 07:28 SC, revision 33234

adding correct handling of uncovering or covering controls via tlw-resizes (in which case the txnBounds would not change)

2005-04-01 07:17 SC, revision 33233

adding protected inquiry function whether a child window belongs to the 'client' or the 'non-client' area, examples for the latter are toolbar, scrollbars etc adding another cached clip rect for the real client area

2005-04-01 07:05 SC, revision 33232

adding protected inquiry function whether a child window belongs to the 'client' or the 'non-client' area, examples for the latter are toolbar, scrollbars etc adding another cached clip rect for the real client area

2005-04-01 00:00 MW, revision 33231

Use wxMBConvUTF8 when G_FILENAME_ENCODING is UTF-8, and set G_FILENAME_ENCODING to match the locale encoding when necessary

2005-03-31 23:56 RD, revision 33230

Added MultiChoiceDialog

2005-03-31 23:55 RD, revision 33229

docstring fix

2005-03-31 21:20 JS, revision 33228

Applied patch 1173802: Reimplementation of GtkFileChooser wxFileDialog by Mart Raudsepp

2005-03-31 21:18 RD, revision 33227

Change multipleChoiceDialog to use wx.MultiChoiceDialog instead of wx.lib.dialogs.MultipleChoiceDialog

2005-03-31 21:00 RR, revision 33226

Fix the fix for not sending two end label edit events because that fix prevented anyone from finishing the edit by keys.

2005-03-31 19:18 ABX, revision 33225

OGL samples again buildable after deprecated/setup.h turned off by default. Minor cleaning where applicable.

2005-03-31 19:10 ABX, revision 33224

Wrong #pragma interface/implementation warning fixes.

2005-03-31 19:04 JS, revision 33223

Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl Stas Sergeev: 1. CollapseDir() was forgetting to... hrmm, to collapse the dir... It was only removing the child elements, leaving the dir expanded. Missing code added. 2. ReCreateTree(), which, according to the comments, must collapse and re-open the tree, was not re-opening it. Fixed. 3. For those who used the bogus ReCreateTree() behaviour to collapse the tree, I added CollapseTree(). This does visually what the ReCreateTree() wrongly did before the patch. 4. Documentation is updated accordingly.

2005-03-31 18:52 JS, revision 33222

Applied patch [ 1117196 ] dbbrowse crashes on CFM Mac builds

2005-03-31 17:27 SC, revision 33221

setting the view rectangle explicitely to allow for partial visibility of a control (scrollsub)

2005-03-31 17:25 SC, revision 33220

calculating vis regions as rects (faster for Quartz) and caching the results for all implementations fixing the background erase event always to have a wxWindowDC (had a wxClientDC in non-toplevel cases before, leading to a off-by-border error when erasing)

2005-03-31 17:21 SC, revision 33219

calculating vis regions as rects (faster for Quartz) and caching the results for all implementations

2005-03-31 16:37 ABX, revision 33218

if(){} and while(){} sometimes is not allowed for inlining (borland warning fix).

2005-03-31 16:26 JS, revision 33217

Frames to skip now honoured for Unix stackwalking Limited depth to 10 for assert dialog

2005-03-31 15:19 JS, revision 33216

Fixed MSWClipBoxRegion

2005-03-31 14:55 JS, revision 33215

Removed obsolete WXR file

2005-03-31 10:37 CE, revision 33214

missing include for memoryDC

2005-03-31 08:33 JS, revision 33213

Use InvalidateRect for Smartphone.

2005-03-31 08:09 ABX, revision 33212

Smartphone fix.

2005-03-31 05:14 SC, revision 33211

cleanup

2005-03-31 05:12 SC, revision 33210

content clipping becomes a runtime attribute

2005-03-30 23:04 RD, revision 33209

reSWIGged

2005-03-30 23:03 MW, revision 33208

Tests for UTF-8 and PUA characters and octal escapes

2005-03-30 22:58 RD, revision 33207

Added wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++ wxFoldPanelBar classes to Python.

2005-03-30 22:56 RD, revision 33206

default parameters

2005-03-30 22:00 MW, revision 33205

Fix for decoding of utf-16 surrogates. Also remove #include that's not needed after all.

2005-03-30 21:52 RD, revision 33204

More WXDLLIMPEXP_GIZMOS fixes