wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1Next 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)
John Wilmes (10)
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)
John Wilmes (10)
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:
  • John Wilmes Remove Filter

Changelog for wxWidgets (10 revisions):

r48234: 2007-08-20 23:23:19 [JW] John Wilmes

M  [SOC2007_WXWEB] /include/wx/web/app.h  [diff, log, file]
M  [SOC2007_WXWEB] /src/web/app.cpp  [diff, log, file]
M  [SOC2007_WXWEB] /utils/modwx/mod_wx.c  [diff, log, file]

 Fixed several bugs in mod_wx, and added appUrl and scriptUrl parameters

r48230: 2007-08-20 21:39:39 [JW] John Wilmes

M  [SOC2007_WXWEB] /configure  [diff, log, file]
M  [SOC2007_WXWEB] /configure.in  [diff, log, file]
M  [SOC2007_WXWEB] /include/wx/web/app.h  [diff, log, file]
M  [SOC2007_WXWEB] /src/web/app.cpp  [diff, log, file]
M  [SOC2007_WXWEB] /src/web/evtloop.cpp  [diff, log, file]
M  [SOC2007_WXWEB] /src/web/settings.cpp  [diff, log, file]
M  [SOC2007_WXWEB] /utils/modwx/mod_wx.c  [diff, log, file]

 Fixed infinite recursion loop in font initialization, replaced old
 pass-by-argument wxApp configuration with a pass-through-fifo method

r48219: 2007-08-20 13:52:09 [JW] John Wilmes

Click to show all 20 changes...

 Improved response generation code, fixed TODOs, added documentation

r48173: 2007-08-19 06:26:35 [JW] John Wilmes

Click to show all 21 changes...

 Completed most of the drawing code, added modwx, finished event code

r47657: 2007-07-22 20:27:45 [JW] John Wilmes

Click to show all 37 changes...

 Added additional stubs, improved DC and evtloop implementations, modified
 bakefiles and configure.in

r47417: 2007-07-13 05:13:40 [JW] John Wilmes

Click to show all 24 changes...

 Added more stubs, fleshed out the event dispatch, including preliminary JSON parsing. Updated bakefiles

r47244: 2007-07-08 23:47:12 [JW] John Wilmes

M  [SOC2007_WXWEB] /include/wx/web/app.h  [diff, log, file]
M  [SOC2007_WXWEB] /src/web/app.cpp  [diff, log, file]

 Added basic macros to app.cpp, #included different files from app.h

r47228: 2007-07-08 03:23:59 [JW] John Wilmes

Click to show all 682 changes...

 Updated bakefiles, ran bakefile_gen and autoconf, switched to generic icon implementation

r47227: 2007-07-07 23:18:28 [JW] John Wilmes

Click to show all 41 changes...

 Added stubs, application core, and event loops. Modified configure.in for --with-web and related settings. Ran autoconf

r47209: 2007-07-07 03:23:35 [JW] John Wilmes

Click to show all 973 changes...

 Merged from trunk revisions 46191 to 47203 in order to fix compilation errors