wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 99 194 290Next 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:
  • Robin Dunn Remove Filter

Changelog for wxWidgets (7,249 revisions):

r64743: 2010-06-25 21:08:17 [RD] Robin Dunn

A  [WX_2_8_BRANCH] /build/tools  [log, file]  (copied from r64742 of /build/tools)

 Copy of the build/tools for the 2.8 branch

r64742: 2010-06-25 21:06:39 [RD] Robin Dunn

M  [WX_2_8_BRANCH] /build  [diff, log, file]

 Removing svn:externals property

r64741: 2010-06-25 21:02:34 [RD] Robin Dunn

M  [WX_2_8_11] /build  [diff, log, file]

 Oops, I was in the wrong folder. Put back the property and let it use a revision number so it can still get the old files.

r64740: 2010-06-25 20:56:39 [RD] Robin Dunn

M  [WX_2_8_11] /build  [diff, log, file]

 Removing svn:exterals property

r64739: 2010-06-25 20:53:39 [RD] Robin Dunn

D  /wxWidgets/tools/build  [old log]
A  /build/tools  [log, file]  (copied from r64738 of /wxWidgets/tools/build)

 Move build tools into the main part of the repository tree

r64738: 2010-06-25 20:50:41 [RD] Robin Dunn

M  /build  [diff, log, file]

 Remove svn:external property for build/tools as per wx-dev discussion

r64489: 2010-06-05 01:23:18 [RD] Robin Dunn

M  /src/common/menucmn.cpp  [diff, log, file]

 m_id was already set, don't set it to the passed in value again as then we lose the value which may have been calculated for wxID_ANY.

r64148: 2010-04-26 16:33:57 [RD] Robin Dunn

D  /WX_2_8_11  [old log]
A  [WX_2_8_11] /  [log, file]  (copied from r64147 of /WX_2_8_11)

 Move 2.8.11 tag to the proper place

r63910: 2010-04-08 05:02:33 [RD] Robin Dunn

M  /wxWidgets/tools/build/build-wxwidgets.py  [diff, log, file]

 --enable-uiactionsim for wxPython builds

r63909: 2010-04-07 22:23:45 [RD] Robin Dunn

M  /include/wx/vector.h  [diff, log, file]

 #include <algorithm>
 to fix problem in PCH-less STL builds

r63907: 2010-04-07 21:56:08 [RD] Robin Dunn

M  /include/wx/vector.h  [diff, log, file]

 (blind) fix for buildbot breakage with MSVC 6

r63905: 2010-04-07 20:40:32 [RD] Robin Dunn

Click to show all 14 changes...

 Drop the Array class added in the last scintilla patch and switch to using wxVector instead. Closes #11765.

r63904: 2010-04-07 20:32:25 [RD] Robin Dunn

M  /include/wx/vector.h  [diff, log, file]
M  /interface/wx/vector.h  [diff, log, file]
M  /tests/vectors/vectors.cpp  [diff, log, file]

 Add wxVectorSort function for sorting wxVector<T> containers. Closes #11889

r63903: 2010-04-07 20:29:08 [RD] Robin Dunn

M  /src/common/dcbufcmn.cpp  [diff, log, file]

 Test m_dc before using it

r63792: 2010-03-30 03:50:06 [RD] Robin Dunn

Click to show all 125 changes...

 Apply patch (plus some additional changes) upgrading Scintilla to version 2.03. Closes #11765, #11748, #11346

r63613: 2010-03-03 07:17:18 [RD] Robin Dunn

M  /src/generic/infobar.cpp  [diff, log, file]

 Layout the immediate parent of the info bar as described in the docs, not the top-level parent.

r63602: 2010-03-02 00:23:31 [RD] Robin Dunn

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

 Document GetBitmapMargins

r63595: 2010-03-01 23:20:35 [RD] Robin Dunn

M  /include/wx/button.h  [diff, log, file]
M  /include/wx/osx/button.h  [diff, log, file]
M  /src/gtk/button.cpp  [diff, log, file]
M  /src/msw/button.cpp  [diff, log, file]
M  /src/osx/button_osx.cpp  [diff, log, file]

 Invalidate best size when the bitmap or bitmap position changes. Add GetBitmapMargins

r63594: 2010-03-01 22:54:15 [RD] Robin Dunn

M  /src/common/dlgcmn.cpp  [diff, log, file]

 Use the correct event class for the window modal notification

r63486: 2010-02-15 17:34:21 [RD] Robin Dunn

M  /include/wx/msw/private/timer.h  [diff, log, file]
M  /src/msw/timer.cpp  [diff, log, file]

 Apply new patch fixing problem of IsRunning always returning True. See #11699

r63485: 2010-02-15 17:30:58 [RD] Robin Dunn

M  [WX_2_8_BRANCH] /src/msw/timer.cpp  [diff, log, file]

 Apply new patch fixing problem of IsRunning always returning True. See #11699

r63434: 2010-02-09 01:34:11 [RD] Robin Dunn

M  /src/osx/toplevel_osx.cpp  [diff, log, file]

 Test m_nowpeer pointer before using it.

r63433: 2010-02-09 01:33:44 [RD] Robin Dunn

M  /src/msw/window.cpp  [diff, log, file]

 Set Id and EventObject for wxSetCursorEvent

r63432: 2010-02-09 01:32:21 [RD] Robin Dunn

M  /src/msw/calctrl.cpp  [diff, log, file]

 Ignore the time portion of the datetime object when setting the date.

r63431: 2010-02-09 01:24:22 [RD] Robin Dunn

M  /src/osx/carbon/dnd.cpp  [diff, log, file]

 Remove functions duplicated in dnd_osx.cpp.