wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 5 6 8Next 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
Show All
Vadim Zeitlin (17,161)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,711)
Stefan Csomor (3,688)
Francesco Montorsi (1,299)
Mattia Barbon (841)
Stefan Neis (781)
Michael Wetherell (766)
Paul Cornett (765)
Chris Elliott (655)
Kevin Ollivier (600)
Jaakko Salli (542)
Ron Lee (517)
Jacob Jansen (363)
Dimitri Schoolwerth (225)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Dimitri Schoolwerth (225)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Ollivier (600)
Mattia Barbon (841)
Michael Wetherell (766)
Mingquan Yang (29)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,711)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,688)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,161)
Václav Slavík (4,915)

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]
  • Active Filters:
  • Bryan Petty Remove Filter

Changelog for wxWidgets (177 revisions):

r65205: 2010-08-06 20:14:39 [BP] Bryan Petty

M  /interface/wx/buffer.h  [diff, log, file]

 Added the documentation for wxMemoryBuffer::AppendData(), it was lost in the Doxygen conversion.

r63546: 2010-02-24 22:09:52 [BP] Bryan Petty

M  /interface/wx/dataview.h  [diff, log, file]

 Fixed typo in wxDataViewIconTextRenderer docs.

r62760: 2009-12-02 00:57:56 [BP] Bryan Petty

M  /src/aui/framemanager.cpp  [diff, log, file]

 Removed hard-coded timer Id in wxAUI for the transparent hint fade functionality. (fixes #11435)

r62759: 2009-12-01 20:23:29 [BP] Bryan Petty

M  /include/wx/html/htmprint.h  [diff, log, file]
M  /interface/wx/html/htmprint.h  [diff, log, file]

 Forward-port of r62758 (Added wxHtmlEasyPrinting name accessor and modifier).

r62758: 2009-12-01 20:21:46 [BP] Bryan Petty

M  [WX_2_8_BRANCH] /include/wx/html/htmprint.h  [diff, log, file]
M  [WX_2_8_BRANCH] /version-script.in  [diff, log, file]

 Added wxHtmlEasyPrinting name accessor and modifier (only one wxHtmlEasyPrinting instance is supposed to be used for multiple printouts).

r62670: 2009-11-16 21:57:20 [BP] Bryan Petty

M  [WX_2_8_BRANCH] /src/aui/framemanager.cpp  [diff, log, file]

 Backport of r62669 to 2.8 branch. Fix crash when dragging toolbars in wxAuiManager::OnFloatingPaneMoveStart(). (fixes #10170)

r62669: 2009-11-16 21:55:57 [BP] Bryan Petty

M  /src/aui/framemanager.cpp  [diff, log, file]

 Fix crash when dragging toolbars in wxAuiManager::OnFloatingPaneMoveStart(). (fixes #10170)

r62192: 2009-09-28 23:44:34 [BP] Bryan Petty

M  /src/os2/listctrl.cpp  [diff, log, file]

 Forward port of r62191 to SVN trunk fixing regression from r37982 (missing ')'). Fixes #11257.

r62191: 2009-09-28 23:42:13 [BP] Bryan Petty

M  [WX_2_8_BRANCH] /src/os2/listctrl.cpp  [diff, log, file]

 Fix regression in r37982 (missing ')'). Fixes #11257.

r61617: 2009-08-05 17:38:25 [BP] Bryan Petty

M  /interface/wx/hashmap.h  [diff, log, file]

 Fixed up the short description of wxHashMap::find().

r60623: 2009-05-13 19:19:01 [BP] Bryan Petty

Click to show all 38 changes...

 Small build and run fixes made to screenshotgen util after wxMSW changes.
 Updated wxOSX (Carbon) screenshots in the manual.

r60622: 2009-05-13 18:40:11 [BP] Bryan Petty

M  /docs/doxygen/images/wxmsw/genericdirctrl.png  [diff, log, file]

 Replaced dir control screenshot in the manual with one that doesn't have personal info in it.

r60621: 2009-05-13 18:34:10 [BP] Bryan Petty

Click to show all 34 changes...

 Updated wxMSW screenshots in the manual generated with a default Windows font sizes, theme, and locale.

r60620: 2009-05-13 18:30:06 [BP] Bryan Petty

M  /utils/screenshotgen/src/autocapture.cpp  [diff, log, file]
M  /utils/screenshotgen/src/autocapture.h  [diff, log, file]
M  /utils/screenshotgen/src/bitmaps/wxwin32x32.png  [diff, log, file]
M  /utils/screenshotgen/src/screenshot_main.cpp  [diff, log, file]

 Removed dependancy on wx/bitmap.h from autocapture.h.
 Fixed issue with Union() improperly generating a combined bitmap from two source bitmaps (only shown on Mac).
 Replaced old wxWidgets logo with the new one.

r60293: 2009-04-23 16:07:50 [BP] Bryan Petty

A  [SOC2009_RIBBON] /  [log, file]  (copied from r60292 of /)

 Branched SOC2009_RIBBON for the ribbon bar Summer of Code project for Peter Cawley.

r60292: 2009-04-23 16:06:37 [BP] Bryan Petty

A  [SOC2009_FSWATCHER] /  [log, file]  (copied from r60291 of /)

 Branched SOC2009_FSWATCHER for the file system changes notification Summer of Code project for Bartosz Bekier.

r60291: 2009-04-23 16:05:14 [BP] Bryan Petty

A  [SOC2009_AUI] /  [log, file]  (copied from r60290 of /)

 Branched SOC2009_AUI for the wxAUI Summer of Code project for Malcolm MacLeod.

r59345: 2009-03-05 18:20:38 [BP] Bryan Petty

M  /art/wxwin.ico  [diff, log, file]
M  /art/wxwin16x16.png  [diff, log, file]
M  /art/wxwin16x16.xpm  [diff, log, file]
M  /art/wxwin32x32.png  [diff, log, file]
M  /art/wxwin32x32.xpm  [diff, log, file]

 Updated wxWidgets icons in art to use the new official logo.

r59319: 2009-03-04 19:12:53 [BP] Bryan Petty

M  [WX_2_8_BRANCH] /docs/base/readme.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /docs/mgl/install.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /docs/motif/install.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /docs/msw/wince/readme.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /docs/palmos/readme.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /docs/publicity/publicity.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /docs/publicity/slogans.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /docs/x11/install.txt  [diff, log, file]

 Merged r59317 from trunk: More wxWindows -> wxWidgets updates (mostly URLs and mailing list addresses).

r59317: 2009-03-04 19:04:46 [BP] Bryan Petty

M  /docs/base/readme.txt  [diff, log, file]
M  /docs/mgl/install.txt  [diff, log, file]
M  /docs/motif/install.txt  [diff, log, file]
M  /docs/msw/wince/readme.txt  [diff, log, file]
M  /docs/palmos/readme.txt  [diff, log, file]
M  /docs/publicity/publicity.txt  [diff, log, file]
M  /docs/publicity/slogans.txt  [diff, log, file]
M  /docs/x11/install.txt  [diff, log, file]

 More wxWindows -> wxWidgets updates (mostly URLs and mailing list addresses).

r59201: 2009-02-28 17:08:00 [BP] Bryan Petty

M  /interface/wx/position.h  [diff, log, file]

 wxPosition doesn't need renamed, it's supposed to be generic like wxSize or wxPoint.

r59107: 2009-02-23 18:28:05 [BP] Bryan Petty

M  [WX_2_8_BRANCH] /src/aui/framemanager.cpp  [diff, log, file]

 Blind fix for crash when undocking AUI toolbars (#10371 and #10516).

r58978: 2009-02-18 00:19:22 [BP] Bryan Petty

Click to show all 22 changes...

 Fix manual references to the events overview after it's page ID was changed in r58712 (VZ).

r58977: 2009-02-17 22:06:45 [BP] Bryan Petty

M  /docs/doxygen/regen.bat  [diff, log, file]
M  /docs/doxygen/regen.sh  [diff, log, file]

 Fixed the logo image output in the manual after (obviously untested) image filename changes.

r58970: 2009-02-17 17:47:44 [BP] Bryan Petty

M  /docs/doxygen/mainpages/manual.h  [diff, log, file]
M  /docs/tech/tn0011.txt  [diff, log, file]

 Updated version numbers tech note with new doxygen manual locations to update, and updated the main page of the manual.