wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 263 524 786 787 788 789 790 1335 1879 2424Next 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
Vadim Zeitlin (17,160)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,709)
Stefan Csomor (3,686)
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)
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)
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,709)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,686)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,160)
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]

Changelog for wxWidgets (60,589 revisions):

r40935: 2006-08-31 11:31:02 [VZ] Vadim Zeitlin

M  /include/wx/log.h  [diff, log, file]
M  /src/common/log.cpp  [diff, log, file]

 don't use static buffer needing a critical section to protect it for logging; this results in deadlocks if the log sink decides to log itself (and this can be very difficult to prevent) and is unnecessary anyhow as the initial goal of allowing wxLog to work even for out of memory errors has never been tested and presumably never worked

r40934: 2006-08-31 05:35:26 [RD] Robin Dunn

M  /contrib/include/wx/stc/stc.h  [diff, log, file]
M  /contrib/src/stc/gen_iface.py  [diff, log, file]
M  /contrib/src/stc/PlatWX.cpp  [diff, log, file]
M  /contrib/src/stc/stc.cpp  [diff, log, file]
M  /include/wx/stc/stc.h  [diff, log, file]
M  /src/stc/gen_iface.py  [diff, log, file]
M  /src/stc/PlatWX.cpp  [diff, log, file]
M  /src/stc/stc.cpp  [diff, log, file]
M  /wxPython/contrib/stc/_stc_gendocs.i  [diff, log, file]

 Provide an implementation for SurfaceImpl::AlphaRectangle, and rename
 [G|S]etCaretLineBack

r40933: 2006-08-30 22:38:14 [SN] Stefan Neis

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

 Only support detection of "near the edge" coordinates, if dragging grid lines
         is actually enabled (Fixes #548106 - Border of grid lines of wx.grid).

r40932: 2006-08-30 19:29:31 [RD] Robin Dunn

M  /wxPython/src/gtk/_gdi.py  [diff, log, file]
M  /wxPython/src/gtk/_gdi_wrap.cpp  [diff, log, file]
M  /wxPython/src/mac/_gdi.py  [diff, log, file]
M  /wxPython/src/mac/_gdi_wrap.cpp  [diff, log, file]
M  /wxPython/src/msw/_gdi.py  [diff, log, file]
M  /wxPython/src/msw/_gdi_wrap.cpp  [diff, log, file]

 reSWIGged

r40931: 2006-08-30 17:14:57 [SN] Stefan Neis

M  [WX_2_6_BRANCH] /src/os2/utils.cpp  [diff, log, file]
M  [WX_2_6_BRANCH] /src/os2/utilsgui.cpp  [diff, log, file]
M  /src/os2/utils.cpp  [diff, log, file]
M  /src/os2/utilsgui.cpp  [diff, log, file]

 Fixed getting OS version information.

r40930: 2006-08-30 16:15:42 [PC] Paul Cornett

M  /samples/dialogs/dialogs.cpp  [diff, log, file]

 build fix

r40929: 2006-08-30 12:47:29 [JS] Julian Smart

M  /src/mac/carbon/textctrl.cpp  [diff, log, file]

 Don't skip event if default processing has inserted a tab

r40928: 2006-08-30 12:46:43 [JS] Julian Smart

M  [WX_2_6_BRANCH] /src/mac/carbon/textctrl.cpp  [diff, log, file]

 Don't skip event default processing has inserted a tab

r40927: 2006-08-30 11:17:14 [MW] Michael Wetherell

M  /docs/gtk/install.txt  [diff, log, file]
M  /docs/motif/install.txt  [diff, log, file]
M  /docs/x11/install.txt  [diff, log, file]

 Build notes for Cygwin.

r40926: 2006-08-30 10:03:37 [CE] Chris Elliott

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

 fixes SF bug [ 1064351 ] Window Menu no longer lists open child frames

r40925: 2006-08-30 08:39:06 [MW] Michael Wetherell

M  /tests/strings/vsnprintf.cpp  [diff, log, file]

 Use CPPUNIT_ASSERT_EQUAL where possible to improve messages.

r40924: 2006-08-30 08:37:39 [MW] Michael Wetherell

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

 Stream inserter to wxString

r40923: 2006-08-30 05:55:56 [PC] Paul Cornett

Click to show all 22 changes...

 header includes cleanup

r40922: 2006-08-30 00:28:41 [RD] Robin Dunn

M  /wxPython/demo/RawBitmapAccess.py  [diff, log, file]

 Add ability to time the creation of the bitmaps using raw access, and
 also compare with doing the same thign via numpy and
 wx.BitmapFrombuffer. Flesh out the docstring.

r40921: 2006-08-30 00:19:25 [RD] Robin Dunn

M  /wxPython/demo/BitmapFromBuffer.py  [diff, log, file]

 some efficiency tweaks

r40920: 2006-08-30 00:18:13 [RD] Robin Dunn

M  /wxPython/src/_bitmap.i  [diff, log, file]

 Fixed premultiplying constant
 
 Replaced my kludgy first attempt at a pixel iterator with a much more
 efficient generator in PixelData.__init__.

r40919: 2006-08-29 21:08:39 [VS] Václav Slavík

M  /src/html/m_layout.cpp  [diff, log, file]

 fixed crash in <sub/sup> handling (bug #1545152)

r40918: 2006-08-29 19:59:24 [RD] Robin Dunn

M  [WX_2_6_BRANCH] /wxPython/wx/lib/plot.py  [diff, log, file]
M  /wxPython/wx/lib/plot.py  [diff, log, file]

 Give PlotCanvas the full compliment of constructor parameters again.

r40917: 2006-08-29 19:45:34 [PC] Paul Cornett

M  /samples/render/render.cpp  [diff, log, file]

 non-pch build fix

r40916: 2006-08-29 19:26:06 [RD] Robin Dunn

Click to show all 12 changes...

 reSWIGged

r40915: 2006-08-29 19:11:53 [RD] Robin Dunn

M  /wxPython/demo/ToolBar.py  [diff, log, file]

 Turn off TB_TEXT by default

r40914: 2006-08-29 19:00:22 [RD] Robin Dunn

M  /wxPython/docs/CHANGES.txt  [diff, log, file]

 Mention the PixelData classes

r40913: 2006-08-29 18:59:41 [RD] Robin Dunn

M  /wxPython/src/_bitmap.i  [diff, log, file]

 some docstring changes

r40912: 2006-08-29 18:57:28 [RD] Robin Dunn

M  /wxPython/src/_bitmap.i  [diff, log, file]
M  /wxPython/src/_image.i  [diff, log, file]

 Now that the typemap is handling buffer-compatible objects correctly
 we can drop wrapping the parameters in a buffer()

r40911: 2006-08-29 18:56:07 [RD] Robin Dunn

M  /wxPython/src/my_typemaps.i  [diff, log, file]

 Use PyObject_AsReadBuffer in the typemap for getting buffer or buffer
 compatible objects