wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 786 1572 2357 2358 2359 2360 2361 2382 2403 2424Next 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
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)
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)
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]

Changelog for wxWidgets (60,589 revisions):

r1640: 1999-02-07 23:56:40 [JS] Julian Smart

Click to show all 151 changes...

 
 Removed small OGL glitches; added new sample

r1639: 1999-02-07 23:45:17 [VZ] Vadim Zeitlin

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

 
 made wxProcess-related code compile again (it doesn't work correctly yet,
 will be fixed a bit later)

r1638: 1999-02-07 21:45:15 [VZ] Vadim Zeitlin

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

 
 replaced "#include <wx/process.h>" by "class wxProcess;" - I don't like
 recompile the files just for the pleasure of it...

r1637: 1999-02-07 21:26:54 [VZ] Vadim Zeitlin

M  /include/wx/process.h  [diff, log, file]
M  /src/common/process.cpp  [diff, log, file]
M  /src/gtk.inc  [diff, log, file]
M  /src/gtk/utilsgtk.cpp  [diff, log, file]
M  /src/gtk1/utilsgtk.cpp  [diff, log, file]

 
 wxProcess() fixes: will really call parent's event handler and will pass the
 exited process status now

r1636: 1999-02-07 21:12:41 [GL] Guilhem Lavaux

M  /docs/latex/wx/socket.tex  [diff, log, file]
M  /docs/latex/wx/stream.tex  [diff, log, file]
M  /docs/latex/wx/strmbase.tex  [diff, log, file]
M  /src/common/stream.cpp  [diff, log, file]

 * A few updates (stream doc)

r1635: 1999-02-07 17:11:44 [JS] Julian Smart

Click to show all 25 changes...

 
 Added wxGenericValidator & doc

r1634: 1999-02-07 16:59:17 [VZ] Vadim Zeitlin

M  /samples/minimal/minimal.cpp  [diff, log, file]

 
 menu help texts added (it now works in wxGTK too, great!)

r1633: 1999-02-07 00:46:17 [VZ] Vadim Zeitlin

M  /samples/controls/controls.cpp  [diff, log, file]
M  /samples/controls/icons/choice.bmp  [diff, log, file]
M  /samples/controls/icons/combo.bmp  [diff, log, file]
M  /samples/controls/icons/gauge.bmp  [diff, log, file]
M  /samples/controls/icons/list.bmp  [diff, log, file]
M  /samples/controls/icons/radio.bmp  [diff, log, file]
M  /samples/controls/icons/text.bmp  [diff, log, file]

 
 16x16 icons for the controls sample (32x32 were too ugly)

r1632: 1999-02-07 00:24:53 [RD] Robin Dunn

M  /utils/wxPython/src/gtk/events.cpp  [diff, log, file]
M  /utils/wxPython/src/gtk/events.py  [diff, log, file]

 
 Follow up for changes in wxWindows to various event classes

r1631: 1999-02-07 00:23:44 [VZ] Vadim Zeitlin

M  /samples/controls/icons/choice.bmp  [diff, log, file]
M  /samples/controls/icons/combo.bmp  [diff, log, file]
M  /samples/controls/icons/gauge.bmp  [diff, log, file]
M  /samples/controls/icons/list.bmp  [diff, log, file]
M  /samples/controls/icons/radio.bmp  [diff, log, file]
M  /samples/controls/icons/text.bmp  [diff, log, file]

 
 icons for controls sample

r1630: 1999-02-07 00:14:10 [VZ] Vadim Zeitlin

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

 
 GetData() now takes a pointer and not a reference, IsSupported() takes a
 format and not a data object

r1629: 1999-02-07 00:05:43 [VZ] Vadim Zeitlin

M  /samples/controls/controls.cpp  [diff, log, file]

 
 removed "#ifdef wxGTK" around clipboard code and added "#if wxUSE_TOOLTIPS"
 around code usign tooltips

r1628: 1999-02-06 23:47:03 [RD] Robin Dunn

D  /utils/wxPython/src/makefile.nt  [old log]
A  /utils/wxPython/src/makefile.vc  [log, file]

 
 Changing makefile.nt to makefile.vc as in rest of wxWindows

r1627: 1999-02-06 23:43:30 [VZ] Vadim Zeitlin

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

 
 unneeded line removed

r1626: 1999-02-06 23:38:19 [VZ] Vadim Zeitlin

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

 
 menu title is drawn in bold font and the commands from it are ignored

r1625: 1999-02-06 23:34:28 [VZ] Vadim Zeitlin

M  /include/wx/msw  [diff, log, file]
A  /include/wx/msw/.cvsignore  [log, file]
M  /src/common  [diff, log, file]
A  /src/common/.cvsignore  [log, file]

 
 more files to ignore in cvs commands (setup.h, lex_yy.c, y_tab.c)

r1624: 1999-02-06 23:32:34 [VZ] Vadim Zeitlin

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

 
 restored "#include <windows.h>"

r1623: 1999-02-06 23:28:53 [VZ] Vadim Zeitlin

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

 
 fixes for compilation without wxUSE_TOOLTIPS

r1622: 1999-02-06 23:27:08 [VZ] Vadim Zeitlin

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

 
 resizeable dialogs support

r1621: 1999-02-06 23:25:47 [VZ] Vadim Zeitlin

M  /include/wx/gtk/clipbrd.h  [diff, log, file]
M  /include/wx/gtk1/clipbrd.h  [diff, log, file]
M  /include/wx/msw/clipbrd.h  [diff, log, file]
M  /include/wx/msw/ole/dataobj.h  [diff, log, file]
M  /src/msw/clipbrd.cpp  [diff, log, file]

 
 wxGTK compatible clipboard implementation (not OLE clipboard - it will come
 later)

r1620: 1999-02-06 23:17:31 [VZ] Vadim Zeitlin

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

 
 wxTextFile::Eof() bug corrected (always returned FALSE before)

r1619: 1999-02-06 23:12:41 [VZ] Vadim Zeitlin

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

 
 description of Write() return value added

r1618: 1999-02-06 22:55:22 [RD] Robin Dunn

M  /utils/wxPython/src/events.i  [diff, log, file]
M  /utils/wxPython/src/msw/events.cpp  [diff, log, file]
M  /utils/wxPython/src/msw/events.py  [diff, log, file]

 
 Follow up for changes in wxWindows to various event classes

r1617: 1999-02-06 13:32:46 [JS] Julian Smart

Click to show all 34 changes...

 
 Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStubs; rearranged/debugged
 docs

r1616: 1999-02-06 00:46:25 [JS] Julian Smart

M  /distrib/msw/cw.rsp  [diff, log, file]
M  /docs/motif/install.txt  [diff, log, file]
M  /include/wx/motif/setup.h  [diff, log, file]
M  /include/wx/motif/window.h  [diff, log, file]
M  /include/wx/tooltip.h  [diff, log, file]
M  /samples/makefile.unx  [diff, log, file]
M  /src/generic/fontdlgg.cpp  [diff, log, file]

 
 Altered font dialog slightly for Motif; added wxUSE_TOOLTIPS to Motif setup.h