]> git.saurik.com Git - wxWidgets.git/history - src/html
Modal dialogs now correctly use wxEventLoop.
[wxWidgets.git] / src / html /
2003-09-18  Václav Slavíkfixed single word selection
2003-09-10  Vadim Zeitlinfixed a 'variable could be used uninitialized' warning
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-09-04  Stefan Csomormacro naming changes
2003-08-29  Václav SlavíkContent-Type parsing should be case insensitive
2003-08-21  Stefan Csomorextended RTTI support
2003-08-13  Vadim Zeitlincompilation fix after Clear() change
2003-08-13  Václav Slavíkfixed wrong arguments to Draw
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Václav Slavíkno real change, removed commented out code forgotten...
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-20  Mattia Barbon Compilation fix for !WXWIN_COMPATIBILITY_2_4.
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-16  Václav Slavíktables can no longer be smaller than sum of their columns
2003-07-15  Václav Slavíkdon't break lines in the middle of word
2003-07-13  Vadim Zeitlinugly fix for warnings when wxUSE_STL==0 not breaking...
2003-07-12  Mattia Barbon Warning fixes for wxUSE_STL=1.
2003-07-12  Vadim Zeitlinfixed a crash
2003-07-10  Vadim ZeitlinVC++ warning fixes
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Vadim Zeitlinuse mask for GIFs (part of patch 649438)
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
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-07-06  Julian SmartAdded wxHtmlPrintout::AddFilter so the same filters...
2003-07-04  Václav Slavíkfixed compilation of multilib dll
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
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?
next