]> git.saurik.com Git - wxWidgets.git/history - include/wx/html
removed support for Salford compiler (which was almost certainly broken anyhow) ...
[wxWidgets.git] / include / wx / html /
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-10-05  Václav Slavíkuse typed containers in wxHtmlParser instead of type...
2007-08-31  Václav Slavíkfixed badly named wxHtmlTag::GetParam() argument: with_...
2007-08-28  Václav Slavíkadded some clarifying comments
2007-08-26  Václav Slavíkfixed wxHTML parsing to run in O(n) even in UTF8 build
2007-08-22  Václav Slavíkdon't derive wxHtmlTag and wxHtmlTagsCache from wxObjec...
2007-08-21  Václav Slavíkuse wxVector<T> instead of homegrown growing array...
2007-08-20  Václav Slavíkdon't recompute nonbreakable space character every...
2007-08-20  Václav Slavíkmarked const wxHtmlEntitiesParser methods as such
2007-08-03  Julian SmartAdded Get/SetParentWindow to allow the same easy printi...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxHTML API
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-02  Julian SmartFixed premature exit of helpview sample and utility
2006-12-07  Paul Cornettcorrect access for virtuals
2006-10-30  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
2006-10-24  Robin DunnPass the config object into the wxHtmlHelpFrame so...
2006-10-19  Kevin OllivierSeveral wxWebKitCtrl enhancements/fixes. Including:
2006-10-17  Włodzimierz SkibaHeaders cleaning.
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-25  Vadim Zeitlindon't hardcode HTML font sizes, this makes wxHtmlWindow...
2006-08-10  Vadim Zeitlinremoved wxHtmlWindow::m_Style which duplicated wxWindow...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-06  Włodzimierz SkibaMissing include for wxCocoa build at Tinderbox.
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-05-28  Vadim Zeitlinuse dynamic array for the page breaks positions (patch...
2006-05-20  Paul Cornettparenthesize macro replacement containing operator
2006-04-21  Václav Slavíkadded comment explaining how to replace calls to deprec...
2006-04-16  Vadim Zeitlinadded virtual dtor to wxHtmlWindowMouseHelper to avoid...
2006-04-14  Václav Slavíkuse public inheritance when deriving from wxHtmlWindowM...
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...
2006-04-12  Vadim Zeitlinmade ShouldPreventAppExit() public
2006-04-07  Vadim Zeitlinadded wxTLW::ShouldPreventAppExit() which can be overri...
2006-04-03  Václav Slavíkadded ParseInnerSource() to make <pre>-like parsing...
2006-03-07  Włodzimierz SkibaDon't send dummy wxCommandEvent.
2006-03-07  Václav Slavíkpreserve window's content when changing the fonts
2006-02-11  Vadim Zeitlinremoved stray #endif added in previous commit
2006-02-11  Vadim Zeitlinuse wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation
2006-02-11  Mart RaudseppDo not reintroduce #pragma interface/implementation...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-26  Julian SmartFixed duplicate guard
2006-01-18  Vadim Zeitlindeclare wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED with corre...
2006-01-11  Jouk Jansen Committing in .
2006-01-11  Julian SmartCorrected accessor names
2006-01-11  Julian SmartTypos
2006-01-11  Julian SmartRenamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
2006-01-09  Julian SmartMade the HTML command ids visible
2006-01-09  Julian SmartMoved wxHtmlHelpFrame functionality to wxHtmlHelpWindow...
2005-12-27  Václav Slavíkadded support for <sub> and <sup> to wxHTML (based...
2005-12-09  Václav Slavíkmade wxHtmlWindow::SetPage virtual so that the behaviou...
2005-11-17  Václav Slavíkfixed layout of tables that are first element on a...
2005-11-17  Václav Slavíkreduced code duplication in wxHtmlWinParser::AddText...
2005-10-26  Julian SmartAdded parent window parameter to wxHelpController const...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-25  Vadim Zeitlinfix after adding wxFORCE_LINK_MODULE
2005-09-25  Vadim Zeitlinadded wxFORCE_LINK_MODULE public macro which can now...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-13  Kevin OllivierAdding accessor methods for URL and Title, and another...
2005-02-24  Vadim Zeitlinadded missing virtual dtors to base classes (patch...
2005-02-17  Vadim Zeitlinrevert to the old flicker-less version when background...
2005-02-14  Ron LeeNow needs wxBitmap as a concrete type.
2005-02-13  Vadim Zeitlinadded support for background bitmap specified in backgr...
2005-01-05  Włodzimierz SkibaOld API clearly deprecated.
2004-11-27  Václav Slavíkrenamed Render's argument to not obfuscate its meaning
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-26  Václav Slavíkprefix symbols with wx
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-30  David ElliottUse struct qualifier with objc_object (it is and always...
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE...
2004-09-26  Kevin OllivierFixes to remove compile warnings.
2004-09-24  Václav Slavíkreplaced NormalizeFontSizes with SetStandardFonts
2004-08-05  Robin DunnAdded NormalizeFontSizes which will set the html font...
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-07-16  Václav Slavíkmade SelectionToText and ToText public
2004-07-16  Václav Slavíkadded wxHtmlWindow::ToText
2004-06-30  Vadim Zeitlinfix VC++ warning about redeclaring wxHtmlHelpMergedInde...
2004-06-30  Václav Slavíkmade GetEntitiesParser public, it's useful for some...
2004-06-29  Václav Slavíkimplemented nested index entries and index entries...
2004-06-28  Václav Slavíkimplemented nested index entries and index entries...
2004-06-28  Václav SlavíkwxHTML_REALLOC_STEP not used anymore
2004-06-27  Václav Slavíkmore fixes to HTML entities parsing when loading .hhk...
2004-06-27  Václav Slavíkfixes to charset conversion when loading non-Latin1...
2004-06-22  Vadim Zeitlinremove unnecessary (and provoking a warning under IRIX...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-04  Kevin OllivierMaking wxUSE_WEBKIT for optionally building wxWebKitCtrl.
2004-06-01  Kevin OllivierFixes for wxWebKitCtrl to work with wxNotebook.
2004-05-25  Kevin OllivierwxWebKit now properly updates after a resize event.
2004-05-24  Robin DunnUse correct #if for interface/implementation pragma.
2004-05-24  Kevin OllivierFixes for Unicode build.
next