wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2Next 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)
Brian Macy (28)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Brian Macy (28)
Bryan Petty (177)
Chris Elliott (655)
Dimitri Schoolwerth (225)
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,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:
  • Brian Macy Remove Filter

Changelog for wxWidgets (28 revisions):

r2976: 1999-07-10 16:52:10 [BM] Brian Macy

M  /src/png/makefile.vc  [diff, log, file]

 Ignore erase failures

r2674: 1999-06-05 05:00:23 [BM] Brian Macy

Click to show all 31 changes...

 Attempt at getting mingw32 working again... still doesn't work
 I wonder when the last time it did work

r2651: 1999-06-02 15:46:54 [BM] Brian Macy

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

 Readd mingw32 support
 Clean-up

r2605: 1999-05-31 19:24:12 [BM] Brian Macy

M  /include/wx/msw/winundef.h  [diff, log, file]
M  /include/wx/wxprec.h  [diff, log, file]

 Reworked the undef stuff a little

r2595: 1999-05-30 05:49:49 [BM] Brian Macy

M  /src/msw/makefile.b32  [diff, log, file]

 IMHO these are the correct flags for borland

r2594: 1999-05-29 15:44:06 [BM] Brian Macy

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

 fixed #if !NOPCH to be #if !defined(NOPCH)

r2572: 1999-05-25 23:51:10 [BM] Brian Macy

M  /include/wx/msw/dibutils.h  [diff, log, file]
M  /src/common/memory.cpp  [diff, log, file]
M  /src/msw/dcmemory.cpp  [diff, log, file]
M  /src/msw/mdi.cpp  [diff, log, file]

 Cleaned up some warnings

r2571: 1999-05-25 23:40:30 [BM] Brian Macy

A  /src/common/dcbase.cpp  [log, file]

 Move some functions from header into here

r2570: 1999-05-25 23:39:20 [BM] Brian Macy

M  /src/msw/makefile.b32  [diff, log, file]

 Added dcbase.cpp

r2569: 1999-05-25 23:38:48 [BM] Brian Macy

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

 Move code to a dcbase.cpp

r2568: 1999-05-25 23:27:00 [BM] Brian Macy

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

 Fixed SetForeground and SetBackground declarations

r2514: 1999-05-19 17:40:01 [BM] Brian Macy

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

 Changed [] parameters to be unsigned.

r2502: 1999-05-18 19:08:28 [BM] Brian Macy

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

 Fixed some compile errors

r2421: 1999-05-11 21:09:44 [BM] Brian Macy

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

 Fixed incorrect return type

r2397: 1999-05-10 16:59:16 [BM] Brian Macy

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

 Added inline keyword

r2369: 1999-05-09 02:35:00 [BM] Brian Macy

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

 Recursion bad... handle C++ style comments

r2368: 1999-05-08 21:21:35 [BM] Brian Macy

M  /utils/dialoged/src/dialoged.rc  [diff, log, file]

 Commented out 2 apparently used and invalid bitmaps

r2367: 1999-05-08 21:21:10 [BM] Brian Macy

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

 Reference counted objects should be used *much* more carefully. This was
 completely unnecessary.

r2363: 1999-05-08 04:58:10 [BM] Brian Macy

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

 Fixed two missing parens

r2253: 1999-04-20 13:52:19 [BM] Brian Macy

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

 Can't figure out why Borland was excluded from DRAG and DROP... anyways, its changed

r2220: 1999-04-17 19:46:57 [BM] Brian Macy

M  /include/wx/msw/ole/dataobj.h  [diff, log, file]

 Enough wxBitmapDataObject implementation to work with wxClipboard

r2208: 1999-04-16 19:05:11 [BM] Brian Macy

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

 Made return a const reference

r2205: 1999-04-16 18:27:29 [BM] Brian Macy

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

 Changed some parameters to be const references

r2035: 1999-04-03 17:46:18 [BM] Brian Macy

M  /src/makelib.b32  [diff, log, file]
M  /src/msw/makefile.b32  [diff, log, file]
M  /src/png/makefile.b32  [diff, log, file]
M  /src/zlib/makefile.b32  [diff, log, file]

 First attempt at clean-up

r2018: 1999-03-31 23:01:10 [BM] Brian Macy

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

 Very bad wxPrintData destructor... fixed typo.