wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 767 1531 2295Next 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 (15,785)
Robin Dunn (7,211)
Julian Smart (5,369)
Václav Slavík (4,772)
Robert Roebling (3,636)
Stefan Csomor (3,394)
Francesco Montorsi (1,211)
Stefan Neis (778)
Michael Wetherell (732)
Paul Cornett (693)
Chris Elliott (640)
Kevin Ollivier (517)
Ron Lee (517)
Jacob Jansen (313)
Benjamin Williams (294)
Jaakko Salli (279)
Bryan Petty (167)
User: HH (110)
Malcolm MacLeod (53)
Bo Yang (37)
Mokhtar M. Khorshid (34)
Ron Lee (27)
Peter Cawley (21)
Bartosz Bekier (16)
Bartosz Bekier (16)
Benjamin Williams (294)
Bo Yang (37)
Bryan Petty (167)
Chris Elliott (640)
Francesco Montorsi (1,211)
Jaakko Salli (279)
Jacob Jansen (313)
Julian Smart (5,369)
Kevin Ollivier (517)
Malcolm MacLeod (53)
Michael Wetherell (732)
Mokhtar M. Khorshid (34)
Paul Cornett (693)
Peter Cawley (21)
Robert Roebling (3,636)
Robin Dunn (7,211)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,394)
Stefan Neis (778)
User: HH (110)
Vadim Zeitlin (15,785)
Václav Slavík (4,772)

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 (57,360 revisions):

r61318: 2009-07-03 22:07:22 [VZ] Vadim Zeitlin

M  /tests/filename/filenametest.cpp  [diff, log, file]

 add more tests for wxFileName::Normalize(DOTS) (see #10960)

r61317: 2009-07-03 17:52:37 [VZ] Vadim Zeitlin

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

 compilation fix after last change

r61316: 2009-07-03 17:51:56 [VZ] Vadim Zeitlin

M  /utils/screenshotgen/src/autocapture.cpp  [diff, log, file]

 another attempt to fix signed/unsigned comparison warning in OS X build

r61315: 2009-07-03 17:32:18 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /include/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/buttonbar.h  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/buttonbar.cpp  [diff, log, file]

 Beginning to implement wxRibbonButtonBar and associated art methods.

r61314: 2009-07-03 14:49:19 [JMS] Jaakko Salli

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

 A better fix for one unused variable warning (one that actually compiles in debug mode)

r61313: 2009-07-03 14:39:26 [JMS] Jaakko Salli

M  /src/propgrid/advprops.cpp  [diff, log, file]

 Colour property with attribute wxPG_COLOUR_ALLOW_CUSTOM = false did not render correctly

r61312: 2009-07-03 14:29:56 [VZ] Vadim Zeitlin

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

 we need to reset m_connected flag as well as setting m_closed when the connection is lost

r61311: 2009-07-03 14:28:02 [VZ] Vadim Zeitlin

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

 don't call wxSocketImpl::ReenableEvents() if the socket was closed while reading/writing to avoid an assert in it

r61310: 2009-07-03 12:48:44 [VZ] Vadim Zeitlin

M  /include/wx/html/webkit.h  [diff, log, file]
M  /samples/collpane/collpane.cpp  [diff, log, file]
M  /samples/drawing/drawing.cpp  [diff, log, file]
M  /samples/html/htmlctrl/htmlctrl.cpp  [diff, log, file]
M  /samples/propgrid/propgrid.cpp  [diff, log, file]
M  /samples/propgrid/propgrid_minimal.cpp  [diff, log, file]
M  /samples/widgets/bmpcombobox.cpp  [diff, log, file]
M  /utils/ifacecheck/src/xmlparser.cpp  [diff, log, file]
M  /utils/screenshotgen/src/autocapture.cpp  [diff, log, file]

 fix harmless warnings (mostly about unused parameters/variables)

r61309: 2009-07-03 12:46:19 [VZ] Vadim Zeitlin

M  /utils/helpview/src/helpview.cpp  [diff, log, file]
M  /utils/helpview/src/helpview.h  [diff, log, file]

 fix overriding OnPoke() too

r61308: 2009-07-03 12:43:06 [VZ] Vadim Zeitlin

M  /utils/helpview/src/helpview.cpp  [diff, log, file]
M  /utils/helpview/src/helpview.h  [diff, log, file]

 blind fix to make IPC work again by overriding OnExec() correctly in IPC connection class

r61307: 2009-07-03 12:39:23 [VZ] Vadim Zeitlin

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

 make the sample work again by correcting DrawHeaderButton() signature

r61306: 2009-07-03 12:22:40 [VZ] Vadim Zeitlin

M  /include/wx/osx/glcanvas.h  [diff, log, file]
M  /src/osx/carbon/glcanvas.cpp  [diff, log, file]
M  /src/osx/cocoa/glcanvas.mm  [diff, log, file]
M  /src/osx/glcanvas_osx.cpp  [diff, log, file]

 compilation fix for wxOSX/Cocoa: don't use Carbon functions in common to all OS X ports OpenGL code

r61305: 2009-07-03 12:16:20 [VZ] Vadim Zeitlin

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

 suppress harmless warning about unused variable

r61304: 2009-07-03 12:14:51 [VZ] Vadim Zeitlin

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

 suppress harmless warning about possibly uninitialized variable in ParseRfc822Date() in OSX build

r61303: 2009-07-03 12:13:41 [VZ] Vadim Zeitlin

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

 suppress harmless warning about possibly uninitialized variable in OpenLogFile() in OSX build

r61302: 2009-07-03 12:03:39 [VZ] Vadim Zeitlin

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

 document SetStandardFonts() and SetFonts() methods of various wxHTML classes (closes #10913)

r61301: 2009-07-03 11:53:55 [SC] Stefan Csomor

M  [WX_2_9_0_BRANCH] /src/osx/cocoa/utils.mm  [diff, log, file]

 backport brackting 10.5 only code

r61300: 2009-07-03 11:51:46 [SC] Stefan Csomor

M  /src/osx/cocoa/utils.mm  [diff, log, file]

 bracket 10.5 only code

r61299: 2009-07-03 07:16:53 [SC] Stefan Csomor

M  [WX_2_9_0_BRANCH] /src/osx/carbon/colordlgosx.mm  [diff, log, file]
M  [WX_2_9_0_BRANCH] /src/osx/carbon/fontdlgosx.mm  [diff, log, file]
M  [WX_2_9_0_BRANCH] /src/osx/carbon/utilscocoa.mm  [diff, log, file]

 backport r61297 and r61298

r61298: 2009-07-03 07:13:53 [SC] Stefan Csomor

M  /src/osx/carbon/fontdlgosx.mm  [diff, log, file]
M  /src/osx/carbon/utilscocoa.mm  [diff, log, file]

 better font round-trip fidelity (native->wx->native), fixing fontdialog for osx_cocoa, closes #10856

r61297: 2009-07-03 06:49:27 [SC] Stefan Csomor

M  /src/osx/carbon/colordlgosx.mm  [diff, log, file]

 fixing warnings

r61296: 2009-07-02 22:43:31 [VZ] Vadim Zeitlin

M  /src/common/datetime.cpp  [diff, log, file]
M  /src/common/memory.cpp  [diff, log, file]
M  /src/osx/carbon/font.cpp  [diff, log, file]
M  /src/osx/carbon/graphics.cpp  [diff, log, file]
M  /src/osx/carbon/textctrl.cpp  [diff, log, file]
M  /src/richtext/richtextsymboldlg.cpp  [diff, log, file]

 use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) (closes #10701)

r61295: 2009-07-02 22:38:42 [VZ] Vadim Zeitlin

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

 reset m_establishing flag and last error when asynchronous connection is established (closes #10838)

r61294: 2009-07-02 22:29:43 [VZ] Vadim Zeitlin

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

 fix typo in wxClient::MakeConnection() docs (closes #10841)