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,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)
Kendall Bennett (19)
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)
Kendall Bennett (19)
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:
  • Kendall Bennett Remove Filter

Changelog for wxWidgets (19 revisions):

r14057: 2002-02-07 18:46:31 [KLB] Kendall Bennett

Click to show all 46 changes...

 Merges from Scitech Branch (George Davison):
 
 Added wxDisplayChangedEvent and triggering in MSW, when display mode changes
 this event gets triggered. I don't know what should happen with other OS's
 since I am not familiar with how they handle mode changes.
 
 Watcome Version 11 now compiles with wide character support.
 
 Fixed watcom warnings in
  html/htmlwin.h
  imagbmp.h
  listctrl.h
  imagbmp.cpp
  quantize.cpp
  strconv.cpp
  variant.cpp
  dirctrlg.cpp
  treectlg.cpp
  m_style.cpp
  fontenum.cpp
  listctrl.cpp
  ole\dataobj.cpp
  textctrl.cpp
  window.cpp
  xml.cpp
 
 msw/setup.h
  with watcom version 11 it now compiles with wide character support.
 
 xrc/xml.cpp
  fixed memory leak and compile warnings

r12046: 2001-10-17 22:31:57 [KLB] Kendall Bennett

A  /include/wx/os2/popupwin.h  [log, file]
A  /src/os2/evtloop.cpp  [log, file]

 Added missing OS/2 files for wxUniversal on OS/2

r12045: 2001-10-17 22:25:56 [KLB] Kendall Bennett

Click to show all 62 changes...

 Mutiple updates from SciTech for wxWindows including the following:
 1. Updates to HTML applet classes in client side include syntax
 2. Updates to wxUniversal for OS/2
 3. Updates for better palette management on Windows
 4. Misc other fixes and changes to fix build system for Watcom 11.0

r11572: 2001-09-07 20:08:05 [KLB] Kendall Bennett

A  /contrib/include/wx/applet/plugin.h  [log, file]
M  /contrib/include/wx/applet/window.h  [diff, log, file]
M  /contrib/src/applet/appletwindow.cpp  [diff, log, file]
A  /contrib/src/applet/plugin.cpp  [log, file]
M  /contrib/src/applet/prepifelse.cpp  [diff, log, file]
M  /contrib/src/applet/prepinclude.cpp  [diff, log, file]
M  /src/common/fs_zip.cpp  [diff, log, file]

 Merged in latest wxApplet code from SciTech Perforce tree.

r11217: 2001-07-31 17:50:16 [KLB] Kendall Bennett

Click to show all 25 changes...

 Latest updates from SciTech code tree including numerous warning fixes for
 the Watcom and other compilers.

r10575: 2001-06-14 20:09:35 [KLB] Kendall Bennett

M  /src/common/image.cpp  [diff, log, file]
M  /src/msw/dib.cpp  [diff, log, file]

 Reverted wxFileSystem changes to image.cpp and dib.cpp

r10553: 2001-06-12 19:49:51 [KLB] Kendall Bennett

M  /contrib/include/wx/xrc/xmlres.h  [diff, log, file]
M  /include/wx/xrc/xmlres.h  [diff, log, file]

 Updates to xmlres.h to allow compiling XML code into a DLL correctly.

r10551: 2001-06-12 18:52:03 [KLB] Kendall Bennett

Click to show all 24 changes...

 Commited latest SciTech changes into CVS. This includes updates to the
 applet code (with changes copyright headers) as well as updates to the
 wxImage and dib.cpp modules to use virtual file systems so that we can
 load these objects from ZIP files correctly. The dib.cpp module was
 also extensively cleaned up (although the DIB writing code does not
 presently use file streams as we couldn't figure out if it was possible
 to write to a ZIP file stream). The code has been tested and functions
 correctly for both regular files and ZIP files.

r10461: 2001-06-08 19:37:56 [KLB] Kendall Bennett

Click to show all 16 changes...

 Merged latest changes from SciTech code base into wxWindows CVS Tree.
 Includes updates to remove Watcom compiler warnings and the latest
 updates to the wxApplet code.

r9988: 2001-05-03 20:34:23 [KLB] Kendall Bennett

M  /include/wx/html/htmlwin.h  [diff, log, file]
M  /src/html/htmlwin.cpp  [diff, log, file]

 Fixed Windows DLL link problems with wxHtmlProcessor

r9987: 2001-05-03 20:10:52 [KLB] Kendall Bennett

Click to show all 20 changes...

 Moved wxApplet files to the correct locations.

r9985: 2001-05-03 17:33:55 [KLB] Kendall Bennett

M  /samples/applet/applet.cpp  [diff, log, file]
M  /samples/applet/applet.h  [diff, log, file]
M  /samples/applet/combobox.cpp  [diff, log, file]
M  /samples/applet/combobox.h  [diff, log, file]
M  /samples/applet/monitorapplet.cpp  [diff, log, file]
M  /samples/applet/monitorapplet.h  [diff, log, file]
M  /samples/applet/monitors.c  [diff, log, file]

 Removed tabs from applet sample code.

r9984: 2001-05-03 17:33:16 [KLB] Kendall Bennett

M  /contrib/applet/applet.cpp  [diff, log, file]
M  /contrib/applet/appletwindow.cpp  [diff, log, file]
M  /contrib/include/wx/applet/applet.h  [diff, log, file]
M  /contrib/include/wx/applet/window.h  [diff, log, file]

 Removed tabs from applet code.

r9983: 2001-05-03 17:28:32 [KLB] Kendall Bennett

D  /include/wx/applet  [old log]
D  /src/applet  [old log]

 Removed applet code from src directory

r9982: 2001-05-03 17:20:52 [KLB] Kendall Bennett

A  /contrib/applet  [log, file]
A  /contrib/applet/applet.cpp  [log, file]
A  /contrib/applet/appletwindow.cpp  [log, file]
A  /contrib/applet/makefile  [log, file]
A  /contrib/include/wx/applet  [log, file]
A  /contrib/include/wx/applet/applet.h  [log, file]
A  /contrib/include/wx/applet/window.h  [log, file]

 Moved applet code into contrib.

r9971: 2001-05-02 20:59:28 [KLB] Kendall Bennett

Click to show all 21 changes...

 Initial check in of wxApplet code to CVS

r9970: 2001-05-02 20:55:56 [KLB] Kendall Bennett

M  /include/wx/html/htmltag.h  [diff, log, file]
M  /src/common/xpmdecod.cpp  [diff, log, file]

 Fixed wxHTML code in a Watcom Win32 DLL

r9967: 2001-05-02 19:48:15 [KLB] Kendall Bennett

Click to show all 93 changes...

 Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles
 clean with this compiler. Hopefully I did this without breaking other
 compilers.

r9894: 2001-04-26 22:30:07 [KLB] Kendall Bennett

M  /src/jpeg/MAKEFILE.VA  [diff, log, file]
M  /src/os2/makefile.va  [diff, log, file]

 Updates to OS/2 makefiles.