]> git.saurik.com Git - wxWidgets.git/history - src/html/htmlwin.cpp
fixed problems with HTML printing w/o using wxHtmlWindow
[wxWidgets.git] / src / html / htmlwin.cpp
2001-09-19  Václav Slavíkfixed problems with HTML printing w/o using wxHtmlWindow
2001-09-02  Václav Slavíkcomment clarification
2001-08-31  Vadim Zeitlinimplemented and documented wxHtmlWindow::OnCellMouseHov...
2001-08-27  Vadim Zeitlinsend right click events for the URLs too
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-03  Václav Slavíkmore intelligent behaviour of wxHtmlWindow history...
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-05-08  Václav Slavíkforgot to check in wxHtmlProcessor::IsEnabled test...
2001-05-04  Václav Slavík1. changed AddSharedProcessor to AddGlobalProcessor
2001-05-03  Kendall BennettFixed Windows DLL link problems with wxHtmlProcessor
2001-05-02  Václav Slavík1) some cleanup in wxHtmlWindow, moved private structur...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-10-10  Václav Slavíkadded wxHtmlWindow::HistoryCanBack/Forward
2000-09-26  Václav Slavíkfixed bug in wxHtmlWindow: HistoryBack/Forward now...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-02  Václav Slavíkfixing memory leaks & mem tracing false alerts
2000-01-27  Václav Slavíksome scrolling&refreshing fixed ; removed wxHtmlWindow...
2000-01-26  Václav Slavíksets frame title even for pages without <title> tag
2000-01-23  Václav Slavíkadded wxLogError/Warning into wxHTML
2000-01-23  Václav Slavíkremoved call to win32 api ::SetMapMode -- hopefully...
2000-01-19  Julian SmartAdded missing windows.h includes
2000-01-17  Václav SlavíkPageUp/PageDown scroll by 2/3 of client area height...
2000-01-16  Václav Slavíkadded <meta http-equiv> handler
2000-01-14  Václav SlavíkwxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL
2000-01-11  Václav Slavíkadded mouse event member into wxHtmlLinkInfo. wxHtmlWin...
1999-12-24  Václav Slavíkremoved wxHtmlParser::GetTempData (internal function...
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Václav Slavíkremoved wxITALIC/wxSLANT stuff from wxHTML (no longer...
1999-12-21  Václav Slavíkfixed horizontal scrollbar bug
1999-12-20  Václav Slavíkcleaned some relics - mod_* instead of m_* in wxHTML...
1999-12-15  Václav Slavíkfixed wxHtmlWindow flicker
1999-12-05  Václav Slavíkfixed bug in SetFonts (caused segfault in wxHtmlHelpFrame)
1999-11-29  Václav Slavíkjust deleted one empty line (testing CVS server)
1999-11-28  Václav SlavíkSetTitle method (internal use only) changed to virtual...
1999-11-17  Václav SlavíkwxHtmlWindow::LoadPage does not use wxBusyCursor anymor...
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-16  Václav SlavíkSetFonts methods have const param now
1999-10-10  Václav Slavíkfixed cursor flickering in wxHtmlWindow
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant
1999-09-20  Robin DunnI got tired of some of the memory leak messages related...
1999-08-13  Václav Slavík*** empty log message ***
1999-08-12  Václav Slavíkminor fix in wxHtmlWindow::CreateLayout
1999-08-08  Václav Slavíkm_Style was bool by mistake, fixed
1999-08-03  Václav SlavíkwxHW_* flags, fixed client area problem
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-25  Václav Slavíkfixed static members
1999-07-21  Václav Slavíkfixed refresh bug in wxHtmlWindow
1999-07-07  Václav Slavík*** empty log message ***