]> git.saurik.com Git - wxWidgets.git/history - src/html
Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom
[wxWidgets.git] / src / html /
2003-11-27  Julian SmartAttempt to fix Borland compilo
2003-11-26  Dimitri SchoolwerthDeclaration of CopySelection is bool instead of void.
2003-11-25  Vadim Zeitlindon't test whether m_selection is NULL both before...
2003-11-25  Vadim Zeitlinfixed memory leak (m_selection wasn't deleted)
2003-11-22  Robin DunnUses wxSystemSettings for colour when there is no window
2003-11-20  Robin DunnWhen used from wxHtmlListBox it's possible for GetWindo...
2003-11-11  Václav SlavíkAlways set background colour prior to any HTML renderin...
2003-11-11  Václav Slavíkpart of DS' change _was_ corrent, restored
2003-11-10  Dimitri SchoolwerthReally fixed Borland release build warning (without...
2003-11-10  Václav Slavíkprevious DS' change was broken, reverted
2003-11-10  Dimitri SchoolwerthAdded wxUnusedVar for Borland and fixed 2 release mode...
2003-11-09  Václav Slavíkaddedd support for <pre width=...>
2003-11-06  David ElliottWrap some toolbar code in #if wxUSE_TOOLBAR
2003-10-16  Vadim Zeitlincompilation fix for Watcom (part of patch 813225)
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-12  Vadim ZeitlinVC++ release mode warning fixes
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-10-03  Václav Slavíkfixed memory leak (#817324)
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
next