]> git.saurik.com Git - wxWidgets.git/history - include/wx/html
fixed to the newly added crt.h header:
[wxWidgets.git] / include / wx / html /
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.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-19  Włodzimierz SkibaTRUE->true, FALSE->false replacements.
2004-05-19  Kevin OllivierInitial import of wxWebKitCtrl sources and htmlctrl...
2004-03-17  Václav Slavíkimproved HTML tables layout code (patch 911377)
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-04  Robin DunnAdded CanApplyParentThemeBackground and use it in wxMSW's
2004-02-23  Václav Slavíkcreate wxPrintData instance on demand
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-01  Václav Slavíkprefix symbols with wx, for smaller risk of collision
2004-01-17  Mattia Barbon Add wxRTTI information.
2003-11-26  Vadim Zeitlinresolved conflict (because I forgot to commit before)
2003-11-26  Dimitri SchoolwerthDeclaration of CopySelection is bool instead of void.
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-09-01  Václav Slavíkaccept focus, keyboard can be used for navigation ...
next