]> git.saurik.com Git - wxWidgets.git/history - src/html
fix DMars compilation to use precompiled headers
[wxWidgets.git] / src / html /
2003-06-15  Václav Slavíkfixed misbehaving selection on some words
2003-06-15  Vadim ZeitlinGTK2 Unicode build warning fix
2003-06-11  Vadim Zeitlinmade CopySelection() always available (otherwise it...
2003-06-11  Vadim Zeitlina hack to make copying double clicked words to clipboar...
2003-06-10  Václav Slavíkfixed Content-Type lookup
2003-06-09  Václav Slavíkcompilation fix for VisualAge C++
2003-06-07  Václav Slavíkuse 'I' cursor when over text
2003-06-07  David ElliottPlace m_lastDoubleClick initialization inside existing...
2003-06-05  Václav Slavíkadded line selection
2003-06-05  Mattia Barbon Add missing header for wxMotif.
2003-06-04  Václav Slavíkdoubleclick selects word
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  Václav Slavíknew rendering customization api fixes
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  Václav Slavíkattempt to fix first click problem
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-06-01  Václav Slavíkreact on mouse up, not mouse down
2003-05-31  Václav Slavíkoops, commited debugging code by mistake
2003-05-31  Václav Slavíkpreparing wxHtmlWindow for text selection (highlighting...
2003-05-26  Julian SmartAllow printing objects to be passed a wxWindow, not...
2003-05-15  Václav Slavíkunicode compilation fix
2003-05-12  Václav Slavíkapplied HTML pagebreaks patch
2003-03-16  Václav Slavíkapplied patch adding SetFonts to wxHTML printing classe...
2003-02-26  Václav Slavíkcompilation fix for optimizing compilers
2003-02-26  Václav Slavíkfix patch #693600
2003-02-23  Václav Slavíkimplemented empty handler for <script> tag, so that...
2003-02-23  Václav Slavíkfixed parsing of CDATA elements (<script> and <style...
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2003-01-26  Václav Slavík1. added wxHtmlWindow::LoadFile
2003-01-19  Václav Slavíkuse wxART_BROKEN_IMAGE in wxHTML
2003-01-18  Václav Slavíkwhy the heck should something that reacts on wxID_CLOSE...
2003-01-16  Julian SmartAdded About menu
2003-01-16  Stefan Csomoradded missing includes for wxMac specific additions
2003-01-16  Julian SmartReDOS-ified project files
2003-01-08  Václav Slavíkfixed ANSI/Unicode incompatibility of the cache (bug...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-30  Václav Slavíkfixed encoding handling in ANSI mode
2002-12-28  Julian SmartUse path separator, not "/"
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-16  Julian SmartApplied patch [ 654023 ] Enables HtmlHelp (native)
2002-12-08  Václav Slavíkadded wxHtmlHelpController::AddBook(wxFileName)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-09  Václav Slavíkapplied patch #606835, bugfix to wxHtmlHelpFrame::OnAct...
2002-09-07  Robin DunnwxHtmlWindow now grabs the focus when clicked on. ...
2002-09-01  Václav Slavíkfixed a small typo
2002-08-31  Václav Slavíkfixed font picker in wxHtmlHelpController, better UI...
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-08-13  Vadim Zeitlincompilation fix for wxGTK (missing header)
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-07-30  Václav Slavíkfixed icons displaying in wxHtmlHelpFrame
2002-06-28  Václav Slavíkenlarged <UL> bullets a bit and nuked this weirdness
2002-06-26  Václav Slavíkfix for bug reported by Robert and Julian, probably...
2002-06-26  Julian SmartChanged the UL bullet to be a square -- I couldn't get
2002-06-18  Julian SmartAdded AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
2002-05-25  Robert Roebling Set the focus to the html display window
2002-05-23  Robert Roebling Did I change anything here?
2002-05-14  Václav Slavíkno, DO NOT use wxMessageBox where wxLogError is more...
2002-05-08  Gilles Depeyrotadded missing include file
2002-05-08  Julian SmartAdded Ok() member for print data, print dialog, page...
2002-05-05  Václav Slavíkgcc pragmas fixes
2002-05-01  Mattia BarbonFixed Unicode breakage I caused
2002-04-29  Vadim Zeitlindon't generate an endless stream of asserts for the...
2002-04-23  Václav Slavíkno need to expand the hidden root (in fact, it is forbi...
2002-04-23  Václav Slavíkgcc3 compilation fix
2002-04-21  Mattia BarbonRemoved the need for wxStream::GetSize in wxHTML.
2002-04-16  Václav SlavíkwxHtmlHistoryItem needs not be wxObject
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-03-29  Vadim Zeitlincorrected the previous warning fix so that it doesn...
2002-03-29  Vadim Zeitlinfixed signed/unsigned comparison warning
2002-03-28  Vadim Zeitlinfixed a buffer overflow (!) in wxHtmlTagsCache
2002-03-21  Václav Slavíkdeleted no longer needed resource files
2002-03-21  Václav Slavíkadded wxArtProvider
2002-03-17  Václav Slavíkfix HTML browser setup dialog under MSW and make the...
2002-03-16  Václav Slavíkhide tree root on wxMSW in wxHtmlHelpController
2002-03-15  Jouk Jansen Committing in .
2002-03-08  Václav Slavíkcase insensitive <font face>
2002-03-08  Václav Slavíkfixed bug in wxHtmlHelpFrame: didn't show HTML window...
2002-03-07  Václav Slavíkrewrote Chris' fix properly
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2002-02-11  Václav Slavíkrewrote wxHtmlHelpFrame using sizers
2002-02-11  Václav Slavíka note just in case I misread wxHTML code again...
2002-02-10  Václav Slavíkfixes to HTML tables alignment
2002-02-10  Václav Slavíkuse sunken border for wxHtmlHelpController's font preview
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-05  Vadim Zeitlinfixed VC++ compilation warnings in optimized build
2002-01-28  Vadim Zeitlinfix for a typo (== instead of =)
2002-01-28  Vadim Zeitlinfixed code in OpenURL() to actually use the result...
next