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 (224)
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)
Denis Pershin (22)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Denis Pershin (22)
Dimitri Schoolwerth (224)
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:
  • Denis Pershin Remove Filter

Changelog for wxWidgets (22 revisions):

r950: 1998-11-02 00:53:35 [DP] Denis Pershin

M  /include/wx/gtk/treectrl.h  [diff, log, file]
M  /include/wx/gtk1/treectrl.h  [diff, log, file]
M  /src/gtk/treectrl.cpp  [diff, log, file]
M  /src/gtk1/treectrl.cpp  [diff, log, file]

 All functionality I know hot implement already implemented.
 Testing is needed.

r947: 1998-10-31 05:43:05 [DP] Denis Pershin

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

 Visible functions implemented

r946: 1998-10-31 04:29:25 [DP] Denis Pershin

M  /include/wx/gtk/treectrl.h  [diff, log, file]
M  /include/wx/gtk1/treectrl.h  [diff, log, file]
M  /src/gtk/treectrl.cpp  [diff, log, file]
M  /src/gtk1/treectrl.cpp  [diff, log, file]

 wxTreeCtrl changes:
 More functions implemented...
 I cannot rid of one assert... I do not know what should
 I do to avoid it... It happens on collapsing...

r929: 1998-10-28 15:26:39 [DP] Denis Pershin

M  /include/wx/gtk/treectrl.h  [diff, log, file]
M  /include/wx/gtk1/treectrl.h  [diff, log, file]
M  /samples/treectrl/treetest.cpp  [diff, log, file]

 Minor modifications...
 Vadim skipped some mistakes due to wxTreeItemId on msw == long

r903: 1998-10-24 05:52:43 [DP] Denis Pershin

M  /include/wx/gtk/treectrl.h  [diff, log, file]
M  /include/wx/gtk1/treectrl.h  [diff, log, file]
M  /samples/treectrl/treetest.cpp  [diff, log, file]
M  /src/gtk/treectrl.cpp  [diff, log, file]
M  /src/gtk1/treectrl.cpp  [diff, log, file]

 Prealpha, prebeta of new wxTreeCtrl for GTK. It is possible to AddRoot,
 AppendItem... InsertItem and PrependItem is not working...
 Sample modified to new API. I understand that operator wxTreeItemId::long()
 exists on MSW wxWindows, but on wxGTK id type is a pointer...
 
 2Vadim: Please test the sample with MSW wxTreeCtrl.

r880: 1998-10-20 07:47:25 [DP] Denis Pershin

Click to show all 12 changes...

 .cvsignores added
 Begin my work on wxTreeCtrl for wxGTK

r782: 1998-09-29 12:36:49 [DP] Denis Pershin

M  /include/wx/gtk/treectrl.h  [diff, log, file]
M  /include/wx/gtk1/treectrl.h  [diff, log, file]

 See the prev one.

r781: 1998-09-29 12:35:49 [DP] Denis Pershin

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

 Totally rewritten TreeCtrl for GTK...
 Now it supports images...

r773: 1998-09-25 04:03:41 [DP] Denis Pershin

M  /include/wx/generic/imaglist.h  [diff, log, file]
M  /src/generic/imaglist.cpp  [diff, log, file]

 const added to GetBitmap it was my fault.

r597: 1998-08-18 19:54:06 [DP] Denis Pershin

M  /include/wx/gtk/treectrl.h  [diff, log, file]
M  /include/wx/gtk1/treectrl.h  [diff, log, file]

 Second try

r594: 1998-08-18 19:25:46 [DP] Denis Pershin

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

 Seems it works reasonably stable...

r548: 1998-08-15 14:42:09 [DP] Denis Pershin

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

 DP: Just came back from 3 days fishing and found that forget to commit some
 changes.
 
 GetBitmap added

r497: 1998-08-10 19:57:59 [DP] Denis Pershin

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

 Small modifications

r496: 1998-08-10 18:09:07 [DP] Denis Pershin

M  /include/wx/generic/imaglist.h  [diff, log, file]
M  /src/generic/imaglist.cpp  [diff, log, file]

 DP: GetBitmap() added to wxImageList

r495: 1998-08-10 17:53:44 [DP] Denis Pershin

M  /include/wx/gtk/bitmap.h  [diff, log, file]
A  /include/wx/gtk/treectrl.h  [log, file]
M  /include/wx/gtk1/bitmap.h  [diff, log, file]
A  /include/wx/gtk1/treectrl.h  [log, file]
M  /include/wx/treectrl.h  [diff, log, file]
M  /src/generic/treectrl.cpp  [diff, log, file]
M  /src/gtk.inc  [diff, log, file]
A  /src/gtk/treectrl.cpp  [log, file]
A  /src/gtk1/treectrl.cpp  [log, file]

 DP: native wxTreeCtrl for GTK.
 It *should* be buggy... Cause I do not know GTK...
 But it works... I do not know why... Robert, please look at it...
 I am not sure that it is ok...

r491: 1998-08-09 19:42:11 [DP] Denis Pershin

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

 DP: Robert's mistake with incorrect var name corrected.
 It even does not compile.

r474: 1998-08-08 06:56:37 [DP] Denis Pershin

M  /src/gtk.inc  [diff, log, file]

 DP: framecmn.o & wincmn.o were duplicated...

r473: 1998-08-08 06:38:16 [DP] Denis Pershin

Click to show all 12 changes...

 Another small modification... Sorry for CVS list overloading...

r472: 1998-08-08 06:36:33 [DP] Denis Pershin

Click to show all 42 changes...

 Small modification

r471: 1998-08-08 06:30:11 [DP] Denis Pershin

M  /install/unix/setup  [diff, log, file]
M  /install/unix/setup/.cvsignore  [diff, log, file]

 Looks like I did that...

r470: 1998-08-08 06:27:27 [DP] Denis Pershin

Click to show all 56 changes...

 Third try to commit....

r469: 1998-08-08 05:20:46 [DP] Denis Pershin

Click to show all 52 changes...

 DP:
 1. _() calls added where needed.
 2. const added in params in postscrp.[h,cpp] in order to compile with
 _().
 3. Some .cvsignore added. (I did not found any .cvsignore in repository,
 it is rather hard to compile something without them...)