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,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)
Vaclav Slavik (78)
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)
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)
Vaclav Slavik (78)
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:
  • Vaclav Slavik Remove Filter

Changelog for wxWidgets (78 revisions):

r9426: 2001-02-23 22:52:11 [vaclavslavik] Vaclav Slavik

M  [WX_2_2_BRANCH] /include/wx/protocol/protocol.h  [diff, log, file]
M  [WX_2_2_BRANCH] /src/common/url.cpp  [diff, log, file]
M  /docs/changes.txt  [diff, log, file]
M  /include/wx/protocol/protocol.h  [diff, log, file]
M  /src/common/url.cpp  [diff, log, file]

 using wxURL now enforces linking http.o, ftp.o and sckfile.o

r9422: 2001-02-23 19:00:21 [vaclavslavik] Vaclav Slavik

M  /docs/changes.txt  [diff, log, file]

 documented fs_zip bugfix

r9417: 2001-02-22 23:43:45 [vaclavslavik] Vaclav Slavik

M  /include/wx/fs_zip.h  [diff, log, file]
M  /src/common/fs_zip.cpp  [diff, log, file]

 fixed FindFirst/FindNext in fs_zip, it should find all directories now

r9409: 2001-02-21 23:52:03 [vaclavslavik] Vaclav Slavik

M  /src/common/hash.cpp  [diff, log, file]

 added missing implementation of wxHashTableLong::Create

r9408: 2001-02-21 23:51:39 [vaclavslavik] Vaclav Slavik

M  /contrib/include/wx/xml/xmlres.h  [diff, log, file]
M  /contrib/src/xml/xmlres.cpp  [diff, log, file]

 fixed compilation problem (frame.h not included)

r9397: 2001-02-20 16:03:01 [vaclavslavik] Vaclav Slavik

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

 fixed lies in wxFileSystem docs

r9396: 2001-02-20 16:02:39 [vaclavslavik] Vaclav Slavik

M  [WX_2_2_BRANCH] /src/common/fs_zip.cpp  [diff, log, file]

 fixed some crashes (backport from 2.3)

r9395: 2001-02-20 16:02:26 [vaclavslavik] Vaclav Slavik

M  /src/common/fs_zip.cpp  [diff, log, file]

 fixed some crashes

r9377: 2001-02-16 18:17:38 [vaclavslavik] Vaclav Slavik

M  [WX_2_2_BRANCH] /src/html/htmprint.cpp  [diff, log, file]
M  /src/html/htmprint.cpp  [diff, log, file]

 applied patch #103817 to both branches (HTML printing typo in margins code)

r9324: 2001-02-07 21:47:55 [vaclavslavik] Vaclav Slavik

M  /misc/languages/genlang.py  [diff, log, file]
M  /src/common/intl.cpp  [diff, log, file]

 fix for undefined LANG_XXX constants with some compilers

r9203: 2001-01-28 23:21:20 [vaclavslavik] Vaclav Slavik

Click to show all 37 changes...

 _T() -> wxT()

r9154: 2001-01-23 23:20:23 [vaclavslavik] Vaclav Slavik

M  /src/common/intl.cpp  [diff, log, file]

 synced intl.cpp and intl.h

r9153: 2001-01-23 23:17:57 [vaclavslavik] Vaclav Slavik

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

 new locales code checked in

r9136: 2001-01-20 19:50:05 [vaclavslavik] Vaclav Slavik

M  [WX_2_2_BRANCH] /src/html/helpdata.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /src/html/htmlcell.cpp  [diff, log, file]
M  /src/html/helpdata.cpp  [diff, log, file]
M  /src/html/htmlcell.cpp  [diff, log, file]

 fixed bug #129464 (hopefully)

r9129: 2001-01-19 00:20:49 [vaclavslavik] Vaclav Slavik

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

 updated wxLocale documentation to reflect API changes

r9128: 2001-01-19 00:18:43 [vaclavslavik] Vaclav Slavik

M  /misc/languages/genlang.py  [diff, log, file]

 updated the script to generate pieces of TeX documentation as well

r9127: 2001-01-19 00:18:15 [vaclavslavik] Vaclav Slavik

M  /misc/languages/langtabl.txt  [diff, log, file]

 fixed Farsi/Persian bug (not reflected in intl.cpp, intl.h yet due to the lock)

r9126: 2001-01-19 00:17:37 [vaclavslavik] Vaclav Slavik

M  [WX_2_2_BRANCH] /src/html/helpdata.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /src/html/htmlcell.cpp  [diff, log, file]
M  /src/html/helpdata.cpp  [diff, log, file]
M  /src/html/htmlcell.cpp  [diff, log, file]

 applied pseudo-patch #103306

r9125: 2001-01-19 00:16:03 [vaclavslavik] Vaclav Slavik

M  /contrib/src/xml/xmlres.cpp  [diff, log, file]

 moved XMLIDs counter inside GetXMLID to prevent initialization order problems

r9114: 2001-01-17 00:31:58 [vaclavslavik] Vaclav Slavik

M  [WX_2_2_BRANCH] /src/html/m_image.cpp  [diff, log, file]
M  /src/html/m_image.cpp  [diff, log, file]

 Bitmaps are no longer rescaled to reflect printerPPI/screenPPI ratio. Instead, we change user scale before drawing them and then restore it back.

r9089: 2001-01-13 12:56:30 [vaclavslavik] Vaclav Slavik

M  /src/common/intl.cpp  [diff, log, file]

 fixed stupid bug in LCID->locale string translation

r9088: 2001-01-13 12:50:10 [vaclavslavik] Vaclav Slavik

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

 added English and English US for testing

r9087: 2001-01-12 20:31:35 [vaclavslavik] Vaclav Slavik

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

 changed internat sample so that it shows language choice dialog on startup

r9086: 2001-01-12 20:31:24 [vaclavslavik] Vaclav Slavik

M  /misc/languages/langtabl.txt  [diff, log, file]

 _Really_ fixed Norwegian, added Kernewek language

r9085: 2001-01-12 20:31:10 [vaclavslavik] Vaclav Slavik

M  /src/common/intl.cpp  [diff, log, file]

 changed wxLogWarning('catalog not found') message to wxLogVerbose; wxLocale::Init now works with Windows9X, too