]> git.saurik.com Git - wxWidgets.git/history - src/html/m_image.cpp
Did I change anything here?
[wxWidgets.git] / src / html / m_image.cpp
2002-05-23  Robert Roebling Did I change anything here?
2002-04-29  Vadim Zeitlindon't generate an endless stream of asserts for the...
2002-01-28  Vadim Zeitlinfix for a typo (== instead of =)
2002-01-27  Václav Slavíknew wxHtmlWindow::OnOpeningURL API
2002-01-19  Václav Slavíkimplemented URLs blocking in wxHtmlWindow
2002-01-04  Vadim Zeitlinfixed assert failure in wxStaticCast()
2001-10-27  Václav Slavíkfix for animated GIFs with frames of different dimensions
2001-09-29  Václav Slavíkadded support for animated GIFs to wxHTML
2001-09-02  Václav Slavíkadded id handling to image cells
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-08  Václav SlavíkTrying to hide evidence of my negative programming...
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-01  Václav Slavíkadded convenience accessors to wxHtmlTag and modified...
2001-02-06  Julian SmartFixed some warnings (don't know why dialoged Makefile...
2001-01-17  Václav SlavíkBitmaps are no longer rescaled to reflect printerPPI...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-15  Václav Slavíkfixed typo bug in my last commit that caused image...
2000-02-11  Václav Slavíkfixed bug in scaling images
2000-02-02  Václav Slavíkfixed bug that caused assertion failure when printing...
2000-01-29  Václav Slavíkswitched back to old use of DrawBitmap for transparent...
2000-01-24  Julian SmartCorrected font calculation (use screen resolution now...
2000-01-03  Ove KaavenUnicode compilation fixes for BC++ 5
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-20  Václav Slavíkcleaned some relics - mod_* instead of m_* in wxHTML...
1999-12-11  Václav Slavíknew wxHTML printing code ; parser now supports scaling
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-06  Václav Slavíkcosmetic changes : indentation etc.
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-29  Ove KaavenWell, wxHTML compiles in Unicode mode now. But if it...
1999-10-17  Václav SlavíkHTML_xxxx constants changed to wxHTML_xxxx (with backwa...
1999-10-10  Václav Slavíkpreparing for HTML printing
1999-10-09  Robert Roebling Makefile changes for static libs and HP-UX,
1999-10-08  Václav Slavíkfixed bug in imagemap
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant