wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 4Next 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,160)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,709)
Stefan Csomor (3,686)
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)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Julian Smart (90)
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)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julian Smart (90)
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,709)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,686)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,160)
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:
  • Julian Smart Remove Filter

Changelog for wxWidgets (90 revisions):

r9416: 2001-02-22 17:46:41 [juliansmart] Julian Smart

M  /src/common/dosyacc.c  [diff, log, file]

 
 Added PROIO_ prefix to yyparse to get it to link.

r9415: 2001-02-22 17:29:51 [juliansmart] Julian Smart

M  /include/wx/tipwin.h  [diff, log, file]
M  /src/common/cshelp.cpp  [diff, log, file]
M  /src/generic/tipwin.cpp  [diff, log, file]

 
 Attempted to improve tip window behaviour, but kill focus still not working in wxGTK.
 wxTipWindow now has wxTipWindowView child.

r9414: 2001-02-22 13:56:17 [juliansmart] Julian Smart

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

 
 wxLIST_STATE_FOCUSED -> wxLIST_STATE_SELCTED in GetItemState (typo)

r9413: 2001-02-22 13:55:02 [juliansmart] Julian Smart

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

 
 wxLIST_STATE_FOCUSED -> wxLIST_STATE_SELECTED in GetItemState (typo)

r9412: 2001-02-22 12:56:29 [juliansmart] Julian Smart

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

 
 Corrected Clone return type

r9411: 2001-02-22 12:10:02 [juliansmart] Julian Smart

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

 
 Changed wxYield calls to wxYieldIfNeeded

r9410: 2001-02-22 12:09:06 [juliansmart] Julian Smart

M  /include/wx/utils.h  [diff, log, file]
M  /src/gtk/app.cpp  [diff, log, file]
M  /src/gtk1/app.cpp  [diff, log, file]
M  /src/mac/app.cpp  [diff, log, file]
M  /src/mac/carbon/app.cpp  [diff, log, file]
M  /src/motif/app.cpp  [diff, log, file]
M  /src/msw/app.cpp  [diff, log, file]

 
 Added wxYieldIfNeeded

r9367: 2001-02-13 17:40:08 [juliansmart] Julian Smart

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

 
 More GTK+ 1.3.1 fixes

r9366: 2001-02-13 15:51:11 [juliansmart] Julian Smart

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

 
 Further __WXGTK20__ fix

r9364: 2001-02-13 12:10:54 [juliansmart] Julian Smart

M  /src/common/cmndata.cpp  [diff, log, file]
M  /src/gtk/app.cpp  [diff, log, file]
M  /src/gtk/dcclient.cpp  [diff, log, file]
M  /src/gtk1/app.cpp  [diff, log, file]
M  /src/gtk1/dcclient.cpp  [diff, log, file]
M  /src/msw/makefile.b32  [diff, log, file]

 
 Tried to fix GTK+ 2.0 compilos

r9355: 2001-02-12 18:12:10 [juliansmart] Julian Smart

M  /distrib/msw/zipdist.sh  [diff, log, file]

 
 Small mod

r9351: 2001-02-12 15:59:24 [juliansmart] Julian Smart

A  /distrib/msw/contrib.rsp  [log, file]
M  /distrib/msw/generic.rsp  [diff, log, file]
M  /distrib/msw/makefile.rsp  [diff, log, file]
M  /distrib/msw/tardist  [diff, log, file]
M  /distrib/msw/vc.rsp  [diff, log, file]

 
 Changes to distribution scripts

r9350: 2001-02-12 13:47:35 [juliansmart] Julian Smart

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

 
 Check for this == g_focusWindow in window destructor now, else get dangling pointer.

r9349: 2001-02-12 13:45:18 [juliansmart] Julian Smart

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

 
 Fix for unsafe use of a global pointer for focus window: now checks at destruct
 time to see if we should NULL the pointer.

r9343: 2001-02-11 10:36:05 [juliansmart] Julian Smart

M  [WX_2_2_BRANCH] /distrib/msw/makewise.bat  [diff, log, file]
M  [WX_2_2_BRANCH] /distrib/msw/wisesys.txt  [diff, log, file]
M  [WX_2_2_BRANCH] /distrib/msw/wisetop.txt  [diff, log, file]
M  [WX_2_2_BRANCH] /distrib/msw/zipdist.bat  [diff, log, file]
M  [WX_2_2_BRANCH] /docs/latex/wx/wx.hpj  [diff, log, file]
M  [WX_2_2_BRANCH] /include/wx/list.h  [diff, log, file]

 
 Distrib script changes and list.h reordering of wxListBase constructor for
 VC++ 1.5 to compile it

r9317: 2001-02-06 18:13:28 [juliansmart] Julian Smart

M  /docs/html/index.htm  [diff, log, file]

 
 Added event sample

r9316: 2001-02-06 18:11:56 [juliansmart] Julian Smart

M  /samples/SamplesVC.dsw  [diff, log, file]

 
 Added event sample to VC+ project file

r9315: 2001-02-06 18:08:26 [juliansmart] Julian Smart

A  /samples/event/EventVC.dsp  [log, file]
A  /samples/event/EventVC.dsw  [log, file]

 
 Added VC++ project files for event sample

r9314: 2001-02-06 17:50:06 [juliansmart] Julian Smart

Click to show all 90 changes...

 
 Updated VC++ project files for making DLL-based samples

r9313: 2001-02-06 15:03:46 [juliansmart] Julian Smart

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

 
 Fixed sashwin events

r9312: 2001-02-06 14:23:44 [juliansmart] Julian Smart

M  /distrib/msw/tardist  [diff, log, file]
M  /include/wx/geometry.h  [diff, log, file]
M  /src/generic/printps.cpp  [diff, log, file]
M  /src/gtk/dcclient.cpp  [diff, log, file]
M  /src/gtk/settings.cpp  [diff, log, file]
M  /src/gtk1/dcclient.cpp  [diff, log, file]
M  /src/gtk1/settings.cpp  [diff, log, file]
M  /src/html/m_image.cpp  [diff, log, file]
M  /src/html/winpars.cpp  [diff, log, file]

 
 Fixed some warnings (don't know why dialoged Makefile is being committed)

r9219: 2001-01-29 23:05:01 [juliansmart] Julian Smart

M  [WX_2_2_BRANCH] /src/msw/dc.cpp  [diff, log, file]
M  /src/msw/dc.cpp  [diff, log, file]

 
 Corrected DoBlit code to use offset into mask

r9197: 2001-01-28 10:51:13 [juliansmart] Julian Smart

M  /src/msw/dirdlg.cpp  [diff, log, file]

 
 Correction for Mingw32

r9196: 2001-01-28 08:26:16 [juliansmart] Julian Smart

M  [WX_2_2_BRANCH] /src/msw/dirdlg.cpp  [diff, log, file]

 
 _ to wxT for Mingw32 compilation

r9180: 2001-01-27 10:36:13 [juliansmart] Julian Smart

Click to show all 11 changes...

 
 Updates for 2.2.5