wxPython SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 64 124 185Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]

Changelog for wxPython (4,612 revisions):

r65476: 2010-09-07 21:24:42 [RD] Robin Dunn

A  [wxPy-2.9.1.1] /  [log, file]  (copied from r65475 of /wxWidgets/tags/WX_2_9_1)

 start wxPython 2.9.1.1 base from wx 2.9.1 tag

r65461: 2010-09-02 04:09:42 [CJP] Cody Precord

M  /wxPython/3rdParty/Editra/CHANGELOG  [diff, log, file]
M  /wxPython/3rdParty/Editra/src/syntax/synextreg.py  [diff, log, file]
M  /wxPython/3rdParty/Editra/src/syntax/synglob.py  [diff, log, file]
A  /wxPython/3rdParty/Editra/src/syntax/_nonmem.py  [log, file]
A  /wxPython/3rdParty/Editra/tests/syntax/nonmem_control_stream.ctl  [log, file]

 Add support for NONMEM Control Stream files (patch from Robert McLeay)

r65460: 2010-09-01 19:23:22 [JMS] Jaakko Salli

M  /src/propgrid.i  [diff, log, file]

 Use wxS() instead of wxT() in wxRect wxVariant<->PyObject conversions.

r65459: 2010-09-01 19:20:45 [JMS] Jaakko Salli

M  /src/propgrid.i  [diff, log, file]

 Use the correct wxVariant conversion function (wxRectRefFromVariant, not wxRectFromVariant)

r65458: 2010-09-01 18:25:46 [JMS] Jaakko Salli

M  /src/propgrid.i  [diff, log, file]

 Added explicit support for wxRect in PyObject<->wxVariant conversion code (without this it can be confused with list of integers).

r65440: 2010-08-29 19:31:17 [AG] Andrea Gavana

M  /wxPython/3rdParty/AGW/agw/thumbnailctrl.py  [diff, log, file]
M  /wxPython/3rdParty/AGW/agw/__init__.py  [diff, log, file]
M  /wxPython/3rdParty/AGW/demos/__demo__.py  [diff, log, file]

 ToasterBox
 Catch exceptions on corrupted images and show the appropriate broken bitmap.

r65433: 2010-08-27 23:05:11 [AG] Andrea Gavana

M  /wxPython/3rdParty/AGW/agw/toasterbox.py  [diff, log, file]

 ToasterBox
 Correctly handle named colours and not only wx.Colour instances.

r65432: 2010-08-27 22:56:24 [AG] Andrea Gavana

M  /wxPython/3rdParty/AGW/agw/toasterbox.py  [diff, log, file]

 Another update on ToasterBox, possibly fixes background colour issues.

r65431: 2010-08-27 22:42:52 [AG] Andrea Gavana

M  /wxPython/3rdParty/AGW/agw/toasterbox.py  [diff, log, file]

 ToasterBox:
 - Fix background colour issues (possibly).

r65430: 2010-08-27 21:33:55 [AG] Andrea Gavana

M  /wxPython/3rdParty/AGW/agw/__init__.py  [diff, log, file]

 Update the last modification date in __init__.py

r65429: 2010-08-27 21:26:36 [AG] Andrea Gavana

M  /wxPython/3rdParty/AGW/agw/flatnotebook.py  [diff, log, file]

 FlatNotebook:
 - Don't force the use of wx.lib.colourutils on older version of wxPython.

r65428: 2010-08-27 21:13:57 [AG] Andrea Gavana

M  /wxPython/3rdParty/AGW/agw/toasterbox.py  [diff, log, file]
M  /wxPython/3rdParty/AGW/demos/ToasterBox.py  [diff, log, file]

 ToasterBox:
 - Applied a (slightly) modified patch from Robin;
 - Correctly handle the sliding of multiple ToasterBoxes using a wx.Timer.

r65427: 2010-08-26 23:06:30 [CJP] Cody Precord

M  /wxPython/3rdParty/Editra/CHANGELOG  [diff, log, file]
M  /wxPython/3rdParty/Editra/src/ed_pages.py  [diff, log, file]

 Support multiple views of the same file within the same window and notebook instance

r65426: 2010-08-26 20:58:03 [AG] Andrea Gavana

M  /wxPython/3rdParty/AGW/agw/customtreectrl.py  [diff, log, file]

 Remove from todo list the 3-state value checkboxex (implemented)

r65425: 2010-08-26 19:11:58 [AG] Andrea Gavana

M  /wxPython/3rdParty/AGW/agw/customtreectrl.py  [diff, log, file]
M  /wxPython/3rdParty/AGW/agw/hypertreelist.py  [diff, log, file]
M  /wxPython/3rdParty/AGW/agw/toasterbox.py  [diff, log, file]
M  /wxPython/3rdParty/AGW/agw/__init__.py  [diff, log, file]
M  /wxPython/3rdParty/AGW/demos/CustomTreeCtrl.py  [diff, log, file]
M  /wxPython/3rdParty/AGW/demos/HyperTreeList.py  [diff, log, file]
M  /wxPython/3rdParty/AGW/demos/__demo__.py  [diff, log, file]

 ToasterBox
 - Fixed glitches while scrolling down (hopefully);
 - Added the new style TB_SCR_TYPE_FADE: on Windows, if pywin32 is installed, instead of scrolling up and down ToasterBox will fade in and out.
 
 CustomTreeCtrl & HyperTreeList:
 - Implemented 3-state value checkbox for checkbox-like items.
 
 Updated docs on my website as well.

r65421: 2010-08-25 23:38:17 [RD] Robin Dunn

M  /wxPython/3rdParty/AGW/demos/PyGauge.py  [diff, log, file]

 Fix some end of line characters

r65420: 2010-08-25 23:02:12 [RD] Robin Dunn

M  /wx/lib/expando.py  [diff, log, file]

 Changes needed to work with cocoa port

r65419: 2010-08-25 23:01:01 [RD] Robin Dunn

M  /wx/lib/combotreebox.py  [diff, log, file]

 remove debug print

r65418: 2010-08-25 23:00:12 [RD] Robin Dunn

M  /src/_defs.i  [diff, log, file]

 wxDefaultCoord

r65417: 2010-08-25 22:59:37 [RD] Robin Dunn

M  /src/_uiaction.i  [diff, log, file]

 Note about the state of the UIActionSimulator in this release

r65416: 2010-08-25 22:58:52 [RD] Robin Dunn

M  /demo/UIActionSimulator.py  [diff, log, file]

 Note about the state of the UIActionSimulator in this release

r65415: 2010-08-25 22:58:01 [RD] Robin Dunn

M  /demo/Menu.py  [diff, log, file]

 Avoid assert when creating an item with no label and a non-stock ID

r65414: 2010-08-25 22:57:09 [RD] Robin Dunn

M  /demo/Cursor.py  [diff, log, file]

 cocoa fix?

r65413: 2010-08-25 22:56:15 [RD] Robin Dunn

M  /demo/GraphicsGradient.py  [diff, log, file]

 make sure the spinctrl is large enough

r65412: 2010-08-25 22:55:40 [RD] Robin Dunn

M  /demo/About.py  [diff, log, file]

 copyright date