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)
Sylvain Bougnoux (45)
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)
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)
Sylvain Bougnoux (45)
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:
  • Sylvain Bougnoux Remove Filter

Changelog for wxWidgets (45 revisions):

r6232: 2000-02-23 13:17:14 [SB] Sylvain Bougnoux

M  /docs/latex/wx/log.tex  [diff, log, file]
M  /docs/latex/wx/tlog.tex  [diff, log, file]

 Add exemple for redirecting cout

r6186: 2000-02-21 18:13:09 [SB] Sylvain Bougnoux

M  /samples/treectrl/treetest.cpp  [diff, log, file]

 tiny fixes

r6185: 2000-02-21 18:08:07 [SB] Sylvain Bougnoux

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

 Check multiple selection :-)

r6119: 2000-02-17 18:23:41 [SB] Sylvain Bougnoux

M  /include/wx/textctrl.h  [diff, log, file]
M  /src/common/textcmn.cpp  [diff, log, file]

 Workaround (?) for using streambuf with wxUSE_IOSTREAMH=0

r6077: 2000-02-16 13:38:50 [SB] Sylvain Bougnoux

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

 Fixed stupidity

r6076: 2000-02-16 13:05:55 [SB] Sylvain Bougnoux

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

 Fixed wxGetLocalTimesMillis using HAVE_GETTIMEOFDAY\nPlease fix the others...\nThen remove val*=wxGetLocalTime()

r6073: 2000-02-16 09:32:34 [SB] Sylvain Bougnoux

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

 Add Shivar's patch for using iostream

r6056: 2000-02-15 20:21:30 [SB] Sylvain Bougnoux

M  /docs/latex/wx/mouseevt.tex  [diff, log, file]

 Update entering/leaving

r5893: 2000-02-07 20:47:05 [SB] Sylvain Bougnoux

M  /utils/glcanvas/win/glcanvas.cpp  [diff, log, file]
M  /utils/glcanvas/win/glcanvas.h  [diff, log, file]

 Add ctor with shared GLCanvas ( to be gtk compliant)

r5800: 2000-02-02 16:37:56 [SB] Sylvain Bougnoux

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

 Add warning if wxStopWatch is up to second resolution

r5524: 2000-01-19 18:41:38 [SB] Sylvain Bougnoux

M  /utils/glcanvas/gtk/glcanvas.cpp  [diff, log, file]
M  /utils/glcanvas/gtk/glcanvas.h  [diff, log, file]

 In order to make shared wxGLContext work,\nadd new wxGLCanvas ctor passing a wxGLCanvas\n instead of a wxGLContext, to share context with.

r4939: 1999-12-14 14:37:24 [SB] Sylvain Bougnoux

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

 ~wxBufferedStream puts back unread bytes

r4928: 1999-12-13 19:02:50 [SB] Sylvain Bougnoux

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

 Was missing png_read_end

r4253: 1999-10-29 15:11:25 [SB] Sylvain Bougnoux

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

 Add operator << (ostream&, const wxString&)

r4252: 1999-10-29 11:18:46 [SB] Sylvain Bougnoux

M  /include/wx/txtstrm.h  [diff, log, file]
M  /src/common/txtstrm.cpp  [diff, log, file]

 Accept list of separators as a wxString instead of wxChar\nTurn NextNonWhiteSpace to NextNonSeparators\nIntroduce EatEOL (major factorization)\nFix GetC() call on last char introduce a bug

r4242: 1999-10-28 12:37:44 [SB] Sylvain Bougnoux

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

 conform to new wxTextInputStream >> wxString

r4241: 1999-10-28 12:33:55 [SB] Sylvain Bougnoux

M  /include/wx/txtstrm.h  [diff, log, file]
M  /src/common/txtstrm.cpp  [diff, log, file]

 operator >> wxString eat word by default. \n Add wxTextInputStream::Get/SetStringSeparator.\n Add wxTextInputStream::wxTextInputStream(wxInputStream, const wxChar &sep=' ')

r4047: 1999-10-18 14:18:15 [SB] Sylvain Bougnoux

M  /include/wx/image.h  [diff, log, file]
M  /src/common/image.cpp  [diff, log, file]

 Add wxImage::CanRead, wasn't in 1.59 ?

r3893: 1999-10-08 11:56:57 [SB] Sylvain Bougnoux

M  /docs/latex/wx/evthand.tex  [diff, log, file]

 tiny fixes

r3835: 1999-10-05 07:34:27 [SB] Sylvain Bougnoux

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

 after a seek, reset error if error==EOF

r3834: 1999-10-05 07:22:36 [SB] Sylvain Bougnoux

M  /utils/glcanvas/gtk/glcanvas.cpp  [diff, log, file]

 warn if visual isn't found

r3755: 1999-09-29 19:51:04 [SB] Sylvain Bougnoux

M  /include/wx/timer.h  [diff, log, file]
M  /src/common/timercmn.cpp  [diff, log, file]

 Change wxGetCurrentUTime as wxGetCurrentMTime (milli not micro!)

r3754: 1999-09-29 19:40:04 [SB] Sylvain Bougnoux

M  /include/wx/gtk/timer.h  [diff, log, file]
M  /include/wx/gtk1/timer.h  [diff, log, file]
M  /include/wx/mac/timer.h  [diff, log, file]
M  /include/wx/motif/timer.h  [diff, log, file]
M  /include/wx/msw/timer.h  [diff, log, file]
M  /include/wx/qt/timer.h  [diff, log, file]
M  /include/wx/stubs/timer.h  [diff, log, file]
M  /include/wx/timer.h  [diff, log, file]
M  /src/common/timercmn.cpp  [diff, log, file]

 Factorize timercmm.cpp code
 Added wxGetCurrentUtime
 Put extern declaration in wx/timer.h instead of wx/*/timer.h
 Added wxChrono class

r3735: 1999-09-20 19:06:44 [SB] Sylvain Bougnoux

M  /distrib/msw/tmake/filelist.txt  [diff, log, file]

 add imagall.cpp

r3734: 1999-09-20 19:05:49 [SB] Sylvain Bougnoux

M  /docs/latex/wx/function.tex  [diff, log, file]
M  /docs/latex/wx/image.tex  [diff, log, file]
M  /include/wx/image.h  [diff, log, file]
M  /src/common/image.cpp  [diff, log, file]

 change wxImage::InitAllHandlers to wxInitAllImageHandlers and put it in a separate file