wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 51 100 148Next 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,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]
  • Active Filters:
  • Stefan Csomor Remove Filter

Changelog for wxWidgets (3,686 revisions):

r65473: 2010-09-06 13:50:12 [SC] Stefan Csomor

M  /include/wx/thread.h  [diff, log, file]
M  /src/osx/core/evtloop_cf.cpp  [diff, log, file]
M  /src/unix/threadpsx.cpp  [diff, log, file]

 using non-sleep version for GUI mutex, solves #12411

r65359: 2010-08-19 07:14:03 [SC] Stefan Csomor

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

 fixing compilos

r65325: 2010-08-17 06:21:53 [SC] Stefan Csomor

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

 fixes horizontal scrolling in textfields, fixes #12322

r65283: 2010-08-13 04:23:37 [SC] Stefan Csomor

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

 no-op change to get build bot running

r65276: 2010-08-12 08:25:16 [SC] Stefan Csomor

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

 no-op change to get build bot running

r65050: 2010-07-23 06:58:36 [SC] Stefan Csomor

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

 fixes #12258

r65002: 2010-07-18 06:16:26 [SC] Stefan Csomor

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

 organizing code, adding offset correction for update region when non native control borders are used, fixes #12229

r64991: 2010-07-17 06:08:13 [SC] Stefan Csomor

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

 removing early init, fixes #12231

r64834: 2010-07-07 08:32:17 [SC] Stefan Csomor

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

 only hide tool windows on deactivate, fixes #11924

r64833: 2010-07-07 08:26:00 [SC] Stefan Csomor

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

 supporting disabled tools, fixes #11457

r64818: 2010-07-05 06:39:56 [SC] Stefan Csomor

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

 fixing doc for OSX

r64817: 2010-07-05 06:36:21 [SC] Stefan Csomor

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

 using backwards compatible implementation

r64691: 2010-06-22 13:48:17 [SC] Stefan Csomor

M  /tests/events/propagation.cpp  [diff, log, file]

 paint events cannot be constructed outside a native redraw in OSX

r64690: 2010-06-22 12:46:20 [SC] Stefan Csomor

M  /tests/events/propagation.cpp  [diff, log, file]

 paint events cannot be constructed outside a native redraw in OSX

r64689: 2010-06-22 11:49:09 [SC] Stefan Csomor

M  /tests/interactive/input.cpp  [diff, log, file]

 trying to get it building at least

r64671: 2010-06-21 16:36:45 [SC] Stefan Csomor

M  /include/wx/osx/core/mimetype.h  [diff, log, file]
M  /include/wx/osx/icon.h  [diff, log, file]
M  /src/common/mimecmn.cpp  [diff, log, file]
M  /src/osx/carbon/icon.cpp  [diff, log, file]
M  /src/osx/core/mimetype.cpp  [diff, log, file]

 adding mimetype patch, closes #12072

r64670: 2010-06-21 15:30:07 [SC] Stefan Csomor

M  /include/wx/osx/carbon/private.h  [diff, log, file]
M  /include/wx/osx/core/private.h  [diff, log, file]
M  /src/osx/carbon/listbox.cpp  [diff, log, file]
M  /src/osx/cocoa/listbox.mm  [diff, log, file]
M  /src/osx/listbox_osx.cpp  [diff, log, file]

 adding HitTest to osx_cocoa implementation of listbox, refactoring code, fixes #11972

r64669: 2010-06-21 14:01:59 [SC] Stefan Csomor

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

 fixing year display, see #11444

r64668: 2010-06-21 14:00:59 [SC] Stefan Csomor

M  /include/wx/osx/combobox.h  [diff, log, file]
M  /src/osx/cocoa/combobox.mm  [diff, log, file]

 adding bestsize for osx_cocoa combobox

r64664: 2010-06-21 11:50:53 [SC] Stefan Csomor

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

 adding fix for non-precomp header build

r64663: 2010-06-21 10:14:57 [SC] Stefan Csomor

M  /src/osx/cocoa/dnd.mm  [diff, log, file]
M  /src/osx/cocoa/evtloop.mm  [diff, log, file]
M  /src/osx/cocoa/nonownedwnd.mm  [diff, log, file]

 storing current event for dnd support, adding default data-drag image, fixes #12065

r64662: 2010-06-21 07:50:12 [SC] Stefan Csomor

M  /include/wx/textentry.h  [diff, log, file]
M  /src/osx/cocoa/window.mm  [diff, log, file]
M  /src/osx/textentry_osx.cpp  [diff, log, file]

 text updated events were not always sent out correctly, fixes #11462

r64643: 2010-06-20 15:24:01 [SC] Stefan Csomor

M  /tests/misc/dynamiclib.cpp  [diff, log, file]

 using proper dylib for darwin

r64642: 2010-06-20 14:53:34 [SC] Stefan Csomor

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

 no trailing slash for OSX_CARBON

r64641: 2010-06-20 14:49:40 [SC] Stefan Csomor

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

 no trailing slash for OSX_CARBON