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)
User: BV (8)
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: BV (8)
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:
  • User: BV Remove Filter

Changelog for wxWidgets (8 revisions):

r2553: 1999-05-24 17:51:44 [BV] User: BV

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

 Updated splitter docs to describe new wxSP_PERMIT_UNSPLIT style and
 wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED splitter event type.

r2552: 1999-05-24 16:19:06 [BV] User: BV

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

 Added always-unsplittable style option (wxSP_PERMIT_UNSPLIT)
 Added visual feedback on limits for sash-drag
 (Fix of previous broken behaviour: now unplits only if min pane size == 0 or
  if always-unsplittable style flag is used.)

r2551: 1999-05-24 16:19:04 [BV] User: BV

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

 Added wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING.

r2520: 1999-05-20 04:25:13 [BV] User: BV

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

 Added a reference to the splitter event class and macros.

r2519: 1999-05-20 04:24:14 [BV] User: BV

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

 Added the rest of the wxSplitterEvent class interface docs.

r2518: 1999-05-20 04:22:38 [BV] User: BV

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

 Fix bug in which splitter would not close if sash pulled to one edge
 of window when minimum pane size != 0.

r2423: 1999-05-12 03:04:15 [BV] User: BV

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

 Modified OnSashPositionChange to take an int& instead of an int.

r2422: 1999-05-12 03:03:26 [BV] User: BV

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

 Modified OnSashPositionChange to resize the window to minimum pane
 size if the selected position would result in a too-small pane.
 Edge-detection logic (which closes a split) moved from OnMouseEvent to
 OnSashPositionChange.