]> git.saurik.com Git - wxWidgets.git/history - src/html/htmlcell.cpp
Include wx/settings.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / html / htmlcell.cpp
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-14  Václav Slavíkdon't show the I-beam cursor over text in wxHtmlListBox
2006-04-13  Václav Slavík1. added abstract interface to wxHtmlWindow for use...
2005-12-27  Václav Slavíkadded support for <sub> and <sup> to wxHTML (based...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-11  Vadim Zeitlinunused var warning in Mac build
2005-09-04  Stefan Csomorsupport for fractional characters widths under Mac
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-01-13  Robin Dunnadded a missing \n the source
2004-11-27  Václav Slavíkfixed wxHtmlContainerCell to not render off-screen...
2004-11-25  Václav Slavíkreverted Robert's over-optimisation, correct fix coming...
2004-11-24  Robert Roebling Changed the way invisble HTML cells are NOT
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-01  Václav Slavíksimplified justification code; fixed incorrect position...
2004-06-18  Włodzimierz SkibaWarning fix.
2004-05-27  Václav Slavíkfixed indentation in case there's only one cell on...
2004-05-27  Václav Slavíkcompilation fix
2004-05-27  Václav Slavíkfixed iteration over cells
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-20  Vadim Zeitlinreally fixed handling of non-text cells in justified...
2004-05-19  Włodzimierz SkibaCentralized wxDefaultPosition and TRUE->true, FALSE...
2004-05-18  Vadim Zeitlindon't distribute extra space between 0 width cells...
2004-03-17  Václav Slavíkimproved HTML tables layout code (patch 911377)
2004-01-17  Mattia Barbon Add wxRTTI information.
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 &agrave; (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 &copy;,&nbsp; etc. (in terms...
1999-11-24  Václav Slavíkadded &copy; -> (c) conversion in html docs
1999-11-03  Václav SlavíkwxHTML now supports not only "&nbsp;"-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
next