warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / html / htmlcell.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-18  Václav Slavíkfixed single word selection
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-17  Václav Slavíkremove extra space at top and bottom of the page if...
2003-07-16  Václav Slavíkremoved GetHorizontalConstraints -- no longer needed
2003-07-15  Václav Slavíkdon't break lines in the middle of word
2003-07-08  Václav Slavíkfixes to wxHTML selection code: corrected mouse navigation
2003-07-08  Václav Slavíkmuch better looking selection of justified paragraphs
2003-06-11  Vadim Zeitlina hack to make copying double clicked words to clipboar...
2003-06-07  Václav Slavíkuse 'I' cursor when over text
2003-06-04  Václav Slavíkadded selecting-while-dragging
2003-06-04  Václav Slavíkfixed bug in selection style if selection colours is...
2003-06-03  Vadim Zeitlinsigned/unsigned comparison warning fixed
2003-06-03  Václav Slavíknew rendering customization API for Vadim
2003-06-03  Václav Slavíksubcell selection
2003-06-02  Václav Slavíkanother bug fixed: wrong lookup of nearest cell before...
2003-06-02  Vadim Zeitlincompilation fix
2003-06-02  Václav Slavíkadded copying selection to clipboard; fixes to selectio...
2003-06-01  Vadim Zeitlincompilation fix (not all paths returned a value)
2003-06-01  Václav Slavíkmore work on text selection: selecting should work...
2003-06-01  Václav Slavíkfixed UpdateRenderingState to do what it was meant to
2003-05-31  Václav Slavíkpreparing wxHtmlWindow for text selection (highlighting...
2003-05-12  Václav Slavíkapplied HTML pagebreaks patch
2002-12-19  Václav Slavíkwe don't really have to use variable instead of constant...
2002-12-19  Julian SmartApply table border fix to all ports.
2002-12-19  Julian SmartFix border for wxGTK too
2002-12-19  Julian SmartReinstated the cell border fix (wxMSW)
2002-12-18  Václav Slavíksimpler fix for rendering bug fixed in previous revision
2002-12-18  Julian SmartFixed cell visibility test that was causing refresh...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-05  Václav Slavíkgcc pragmas fixes
2001-08-31  Vadim Zeitlinimplemented and documented wxHtmlWindow::OnCellMouseHov...
2001-08-27  Vadim Zeitlinsend right click events for the URLs too
2001-08-26  Václav Slavíktables code fixes
2001-08-25  Václav Slavíkbeginnings of HTML4 tables layouter
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-14  Vadim Zeitlinfixed crash in ~wxHtmlCell
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íknew HTML tags parser and entities substitution code
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-01  Václav Slavíkfixed bug #429351 (compilation broken in CJK environmen...
2001-05-16  Václav Slavíkfixed wrong parsing of à (typo in tables)
2001-05-10  Julian SmartAdded a couple more numeric character references
2001-04-26  Václav Slavíkremoved duplicities in HTML entities tables
2001-04-23  Julian SmartAdded support for more special characters
2001-01-20  Václav Slavíkfixed bug #129464 (hopefully)
2001-01-19  Václav Slavíkapplied pseudo-patch #103306
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-22  Václav Slavíkfixed divide by zero exception when layouting justified...
2000-02-17  Václav Slavíkfixed inaccurancy in container layouting with wxHTML_AL...
2000-01-27  Václav Slavíkinline functions with if moved to .cpp
2000-01-19  Václav Slavíkfixed SetLink (if link.Href is empty, nulls the link
2000-01-18  Václav Slavíkadded align=justify support ; also removed relic:...
2000-01-14  Václav Slavíkoptimized wxHtmlContainerCell - now proceeds layouting...
2000-01-12  Václav Slavíkadded wxHtmlLinkInfo::GetHtmlCell so that you know...
2000-01-11  Václav Slavíkadded mouse event member into wxHtmlLinkInfo. wxHtmlWin...
2000-01-03  Ove KaavenUnicode compilation fixes for BC++ 5
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Václav SlavíkwxHtmlFontCell now has member wxFont m_Font instead...
1999-12-11  Václav Slavíknew wxHTML printing code ; parser now supports scaling
1999-11-25  Václav Slavíka bit better solution for ©,  etc. (in terms...
1999-11-24  Václav Slavíkadded © -> (c) conversion in html docs
1999-11-03  Václav SlavíkwxHTML now supports not only " "-like specials...
1999-10-29  Ove KaavenWell, wxHTML compiles in Unicode mode now. But if it...
1999-10-18  Václav SlavíkwxUSE_HTML was missiing at some places
1999-10-17  Václav SlavíkHTML_xxxx constants changed to wxHTML_xxxx (with backwa...
1999-10-16  Václav SlavíkwxHtmlCell::AdjustPagebreak now works correctly
1999-10-10  Václav Slavíkpreparing for HTML printing
1999-10-10  Robert Roebling Scrolling updates.
1999-10-09  Robin DunnIfdef'ed back in the scrolling aware drawing code in...
1999-10-08  Robert Roebling New scrolling code.
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
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-07-27  Robert Roebling Small distrib updates,
1999-07-21  Václav Slavíkimagemap support (html)
1999-07-07  Václav Slavík*** empty log message ***