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 (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)
Ron Lee (27)
Rickard Westerlund (23)
User: NI (20)
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)
User: HH (110)
User: NI (20)
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: NI Remove Filter

Changelog for wxWidgets (20 revisions):

r7902: 2000-07-30 08:42:13 [NI] User: NI

M  /src/motif/window.cpp  [diff, log, file]

 added null pointer check in DoGetSize functions; else programs crash when resizing list heads

r7901: 2000-07-30 03:32:39 [NI] User: NI

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

 added a wrapper class for opengl contexts (like that used in the gtk and msw
 ports)

r7900: 2000-07-30 03:30:37 [NI] User: NI

M  /src/motif/glcanvas.cpp  [diff, log, file]

 added a simple wrapper class for shared opengl contexts (like in the gtk and msw
 ports)

r7802: 2000-07-21 10:37:26 [NI] User: NI

M  /configure.in  [diff, log, file]

 moved check for x include/library paths from motif configuration section to main scope of confiure.in; added opengl libs to freebsd target if configured with opengl support

r7801: 2000-07-21 10:16:53 [NI] User: NI

M  /samples/opengl/isosurf/isosurf.cpp  [diff, log, file]

 uses now the platform independant attributes

r7796: 2000-07-20 19:18:38 [NI] User: NI

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

 another small error

r7795: 2000-07-20 18:18:18 [NI] User: NI

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

 no comment :)

r7794: 2000-07-20 18:14:23 [NI] User: NI

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

 umph, had made a dangerous mistake

r7793: 2000-07-20 17:31:40 [NI] User: NI

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

 applied the patch by Garrick Meeker

r7792: 2000-07-20 17:27:25 [NI] User: NI

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

 Applied the patch by Garrick Meeker

r6841: 2000-03-19 02:10:09 [NI] User: NI

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

 fixed wxListMainWindow::HitTest

r6746: 2000-03-15 23:31:15 [NI] User: NI

M  /include/wx/msw/glcanvas.h  [diff, log, file]
M  /src/msw/glcanvas.cpp  [diff, log, file]

 included missing header files - without them mingw32 compilation failed

r6642: 2000-03-13 02:34:50 [NI] User: NI

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

 someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!

r6641: 2000-03-13 01:59:16 [NI] User: NI

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

 someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!

r6607: 2000-03-11 03:05:27 [NI] User: NI

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

 small change to avoid floating point exception in wxScrolledWindow::Scroll

r2537: 1999-05-22 03:01:45 [NI] User: NI

M  /utils/glcanvas/samples/cube/cube.h  [diff, log, file]

 Improved keypress handling

r2536: 1999-05-22 02:55:42 [NI] User: NI

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

 Improved keyboard handling

r2534: 1999-05-21 21:28:44 [NI] User: NI

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

 Added missing comma

r2533: 1999-05-21 21:22:36 [NI] User: NI

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

 Fixed handling of keypress WXK_NUMPAD_NEXT

r2532: 1999-05-21 21:16:00 [NI] User: NI

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

 added constant WXK_NUMPAD_NEXT