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 (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)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
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:
  • Bo Yang Remove Filter

Changelog for wxWidgets (37 revisions):

r48357: 2007-08-24 09:50:08 [BY] Bo Yang

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

 Assert error

r48354: 2007-08-24 09:36:19 [BY] Bo Yang

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

r48352: 2007-08-24 09:25:31 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /include/wx/generic/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]

 Change unsigned int to wxDataViewColumn

r48348: 2007-08-23 09:25:25 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/datavcmn.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]

 Merge changes from trunk.

r48315: 2007-08-22 04:06:44 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/generic/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/datavcmn.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]

 Amend the behavior of EnsureVisible and correct the GetLastVisibleRow.

r48221: 2007-08-20 14:58:18 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /src/common/datavcmn.cpp  [diff, log, file]

 Keep same with the trunk code.

r48220: 2007-08-20 14:39:01 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /include/wx/generic/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/datavcmn.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]

 Comply with Robert's new API and add two more APIs.

r48175: 2007-08-19 13:49:55 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /include/wx/generic/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/datavcmn.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]

r48147: 2007-08-18 03:33:12 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/generic/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]

 Make resort happen when valuechanged signal emitted. And add modified by field, hehe!

r48082: 2007-08-15 10:33:00 [BY] Bo Yang

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

 Delete additional #if 0. So this revision is a very important one considering that it maintain some maybe-future-used code.

r48081: 2007-08-15 10:30:58 [BY] Bo Yang

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

 Change the RowToItem/RowToTreeNode more efficient through array direct find when there is no child node in the current node. Change the Walker function to make it suitable to new more-efficient finding code.

r48000: 2007-08-10 07:37:22 [BY] Bo Yang

Click to show all 666 changes...

 Return back to this branch again!

r47727: 2007-07-26 02:32:56 [BY] Bo Yang

M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/datavcmn.cpp  [diff, log, file]

 Sync with the trunk

r47726: 2007-07-26 02:20:55 [BY] Bo Yang

M  [SOC2007_DVC] /docs/latex/wx/list.tex  [diff, log, file]
M  [SOC2007_DVC] /include/wx/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /include/wx/vscroll.h  [diff, log, file]
M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/datavcmn.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/generic/vscroll.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/gtk/dataview.cpp  [diff, log, file]

 Merge changes from trunk

r47714: 2007-07-25 13:58:58 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/clntdata.h  [diff, log, file]
M  [SOC2007_DVC] /include/wx/strconv.h  [diff, log, file]
M  [SOC2007_DVC] /include/wx/tokenzr.h  [diff, log, file]
M  [SOC2007_DVC] /include/wx/vector.h  [diff, log, file]
M  [SOC2007_DVC] /src/common/strconv.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/string.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/tokenzr.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/gtk/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/richtext/richtextctrl.cpp  [diff, log, file]

 Merge changes from trunk

r47713: 2007-07-25 13:20:27 [BY] Bo Yang

M  [SOC2007_DVC] /acinclude.m4  [diff, log, file]
M  [SOC2007_DVC] /configure  [diff, log, file]
M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/datavcmn.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]
M  [SOC2007_DVC] /tests/mbconv/mbconvtest.cpp  [diff, log, file]
M  [SOC2007_DVC] /tests/strings/vsnprintf.cpp  [diff, log, file]

 Add a member to wxDataViewTreeNode for recording the visible numbers of node's subtree. This member is used to accelerate the ItemToRow and RowToItem. Also, I make a the node leaf to save memory space.

r47701: 2007-07-24 12:22:14 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /include/wx/utils.h  [diff, log, file]
M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/datavcmn.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/fileconf.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/common/utilscmn.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/gtk/dataview.cpp  [diff, log, file]

 Merge changes from trunk and make the current row changing with the deletion of rows. That means if the user delete the current row which is the last visible row, the current row will automatic change to the last visible row.

r47667: 2007-07-23 15:33:58 [BY] Bo Yang

Click to show all 146 changes...

 Merge changes from Trunk and also make some modification to change HasChildren to IsContainer.

r47661: 2007-07-23 09:18:21 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /samples/dataview/dataview.cpp  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]

 A more efficient algorithm for ItemAdded and ItemDeleted. This algorithm is implemented by the new member function FindNode. We first find the item's parent-chain, and then down along the parent-chain to find the node.

r47560: 2007-07-19 05:46:13 [BY] Bo Yang

Click to show all 63 changes...

 Merge changes from the trunk. Robert has add sorting support for the model.

r47524: 2007-07-17 08:15:57 [BY] Bo Yang

Click to show all 509 changes...

 merge changes from trunk.

r47520: 2007-07-17 02:46:36 [BY] Bo Yang

D  [SOC2007_DVC] /wxPython  [old log]

 syc with the trunk

r47491: 2007-07-16 09:11:16 [BY] Bo Yang

M  [SOC2007_DVC] /  [diff, log, file]

 Add the DVC directory to the SVN repository. I don't know why the DVC directory is marked as changed alone.

r47489: 2007-07-16 05:17:33 [BY] Bo Yang

Click to show all 1,098 changes...

 Two things changed:
 1.Make this branch with the trunk version 47488 and also make my previous changes in it
 2.Make GetSelection work and modify some of ItemAdded and ItemDeleted

r47416: 2007-07-13 03:10:07 [BY] Bo Yang

M  [SOC2007_DVC] /include/wx/generic/dataview.h  [diff, log, file]
M  [SOC2007_DVC] /src/generic/datavgen.cpp  [diff, log, file]

 Make the tree build function non recursive, change the building function into OnExpanding. And I also add the notifiers as well as do some work to suppress the warnings.