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

2007-03-04 22:18 VZ, revision 44606

handle mouse capture lost event in grid windows and reset the grid to normal state when it happens

2007-03-04 21:11 VZ, revision 44605

remove inexistent wxGetMultipleChoice()

2007-03-04 20:57 VZ, revision 44604

wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() directly instead

2007-03-03 18:37 PC, revision 44603

Don't assert on value change which shouldn't occur, but does. Closes bug 1672671

2007-03-02 21:39 RD, revision 44602

Docstring fixes

2007-03-02 21:04 RD, revision 44601

wx.lib.customtreectrl patches from Andrea: 1. ExpandAll has been renamed as ExpandAllChildren, and the new ExpandAll now takes no input arguments (consistent with wx.TreeCtrl) 2. ctstyle keyword is now defaulted to 0: every style related to CustomTreeCtrl and the underlying wx.PyScrolledWindow should be declared using the keyword "style" only. For backward compatibility, ctstyle continues to work as I merged ctstyle and style in the __init__ method. 3. GetClassDefaultAttributes is now a classmethod. 4. UnselectAll bug fixed.

2007-03-02 19:48 JS, revision 44600

Fixed premature exit of helpview sample and utility

2007-03-02 17:18 RD, revision 44599

Mention GraphicsContext changes

2007-03-02 16:53 RD, revision 44598

Include dcmemory.h if not using precomp headers

2007-03-02 16:39 RD, revision 44597

Fix to allow using Cairo version < 1.2 where cairo_image_surface_get_data doesn't exist.

2007-03-02 12:44 VS, revision 44596

changes wxDirExists() to accept wxString instead of wxChar*, so that it can be used with any string literals

2007-03-02 03:06 PC, revision 44595

wxRunningEventLoopCount is only defined when wxUSE_THREADS==1

2007-03-01 22:00 RD, revision 44594

Some docstring tweaks

2007-03-01 21:51 RD, revision 44593

Patch from Gianluca Costa: -Refactorization of the script-creation code in a specific "img2py()" function -Added regex parsing instead of module importing -Added some "try/finally" statements -Added default values as named constants -Made some parts of code a bit easier to read -Updated the module docstring -Corrected a bug with EmptyIcon

2007-03-01 20:03 VS, revision 44592

allow using both char* and wchar_t* in wxFileConfig and wxConfigBase, too

2007-03-01 19:37 RD, revision 44591

header cleanup

2007-03-01 19:35 RD, revision 44590

Add missing 'recursive' parameter to wx.Sizer.GetItem

2007-03-01 19:01 RD, revision 44589

Create the other frame on all platforms

2007-03-01 18:53 RD, revision 44588

use a hidden frame to prevent premature exit on wxMac

2007-03-01 18:52 RD, revision 44587

don't set hover state when button is pressed

2007-03-01 01:26 RD, revision 44586

wx.lib.plot: patch #1663937 to allow user to turn off scientific notation on plot.

2007-03-01 01:08 RD, revision 44585

Will Sadkin provided a patch for the wx.lib.masked package that fixes its support for using the navigation keys on the numeric keypad.

2007-03-01 01:02 RD, revision 44584

now able to make a debug -dev package

2007-02-28 21:42 RD, revision 44583

new and updated tests

2007-02-28 21:42 RD, revision 44582

Add an implementation of wxCairoContext::DrawBitmap