Nuke #pragma implementation/interface's
[wxWidgets.git] / include / wx / html /
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 ...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-03  Václav Slavíkreverted two last changes; they both broke compilation
2003-08-03  Václav Slavíkcompilation fix
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-19  Vadim Zeitlinreduced compilation dependencies
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-15  Václav Slavíkdon't break lines in the middle of word
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-08  Mattia Barbon Morec ompilation fixes.
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-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
2003-06-11  Vadim Zeitlinmade CopySelection() always available (otherwise it...
2003-06-07  Václav Slavíkuse 'I' cursor when over text
2003-06-05  Václav Slavíkadded line selection
2003-06-04  Václav Slavíkdoubleclick selects word
2003-06-04  Václav Slavíkadded selecting-while-dragging
2003-06-03  Václav Slavík(hopefully) finished subcell selection
2003-06-03  Václav Slavíknew rendering customization API for Vadim
2003-06-03  Václav Slavíksubcell selection
2003-06-02  Vadim Zeitlincompilation warning fixed
2003-06-02  Václav Slavíkadded copying selection to clipboard; fixes to selectio...
2003-06-01  Václav Slavíkmore work on text selection: selecting should work...
2003-06-01  Václav Slavíkadded default ctor and SetSelection to wxHtmlRenderingState
2003-06-01  Vadim Zeitlinadded consts needed by VC++/BC++
2003-06-01  Václav Slavíkreact on mouse up, not mouse down
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-12  Václav Slavíkapplied HTML pagebreaks patch
2003-03-16  Václav Slavíkapplied patch adding SetFonts to wxHTML printing classe...
2003-01-26  Václav Slavíkadded wxHtmlWindow::LoadFile
2003-01-18  Václav Slavíkwhy the heck should something that reacts on wxID_CLOSE...
2003-01-16  Julian SmartReDOS-ified project files
2003-01-02  Vadim Zeitlincompilation fixes after applying DECLARE_NO_COPY_CLASS...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-09  Václav Slavíkforgot to add wxHtmlHelpController::AddBook(wxFileName...
2002-12-09  Julian SmartAdded missing AddBook
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-18  Julian SmartAdded AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
2002-05-25  Robert Roebling Set the focus to the html display window
2002-04-16  Václav SlavíkwxHtmlBookRecords needs not be wxObject
2002-03-21  Václav Slavíkdeleted no longer needed resource files
2002-03-21  Václav Slavíkroot is always hidden -> no icon needed
2002-03-07  Václav Slavíkrewrote Chris' fix properly
next