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,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)
David Surovell (186)
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)
David Surovell (186)
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:
  • David Surovell Remove Filter

Changelog for wxWidgets (186 revisions):

r38984: 2006-05-03 02:44:33 [vell] David Surovell

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

 minor cleanup - reformatting

r38919: 2006-04-26 02:48:26 [vell] David Surovell

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

 minor cleanup 2 - reformatting

r38911: 2006-04-25 17:04:30 [vell] David Surovell

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

 minor cleanup - reformatting

r38863: 2006-04-20 18:36:22 [vell] David Surovell

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

 fix for prior commit

r38862: 2006-04-20 18:23:01 [vell] David Surovell

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

 cleanup - reformatting

r38846: 2006-04-19 15:38:26 [vell] David Surovell

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

 cleanup - reformatting

r38655: 2006-04-10 14:58:15 [vell] David Surovell

M  /include/wx/mac/carbon/listbox.h  [diff, log, file]

 cleanup - reformatting

r38649: 2006-04-10 08:04:13 [vell] David Surovell

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

 cleanup - reformatting

r38648: 2006-04-10 04:45:25 [vell] David Surovell

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

 cleanup - reformatting, pt 2

r38647: 2006-04-10 03:54:42 [vell] David Surovell

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

 cleanup - reformatting

r38619: 2006-04-08 09:14:06 [vell] David Surovell

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

 minor cleanup

r38610: 2006-04-07 16:51:36 [vell] David Surovell

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

 cleanup - added whitespace around operators, some blank lines, fixed comment typos, broke up one-line if-stmts

r38592: 2006-04-06 02:30:52 [vell] David Surovell

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

 cleanup (repeat of v197) - added whitespace around operators, some blank lines, fixed comment typos, renamed out-in vars to outBuff-inBuff

r38582: 2006-04-05 18:02:26 [vell] David Surovell

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

 cleanup - added whitespace around operators, some blank lines, fixed comment typos, renamed out-in vars to outBuff-inBuff

r38553: 2006-04-04 16:40:38 [vell] David Surovell

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

 added missing paren

r38531: 2006-04-03 00:21:00 [vell] David Surovell

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

 minor cleanup - reformatting

r38505: 2006-04-01 16:40:08 [vell] David Surovell

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

 fix compilation problem in prior commit

r38481: 2006-03-31 19:04:25 [vell] David Surovell

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

 simplify KeywordSearch; cleanup and reformat

r38438: 2006-03-29 20:52:36 [vell] David Surovell

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

 simplify OnActivate menubar install code

r38428: 2006-03-28 19:55:24 [vell] David Surovell

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

 fix null-deref

r38349: 2006-03-24 17:19:35 [vell] David Surovell

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

 minor cleanup

r38318: 2006-03-23 22:04:57 [vell] David Surovell

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

 minor cleanup

r38287: 2006-03-23 00:41:09 [vell] David Surovell

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

 fixed compilation issue in prior checkin

r38286: 2006-03-22 23:03:04 [vell] David Surovell

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

 cleanup - reformatting

r38270: 2006-03-22 16:21:55 [vell] David Surovell

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

 fix wxMac compilation problem by hoisting simple variable declarations above all goto stmts