]> git.saurik.com Git - wxWidgets.git/history - src/html/htmlwin.cpp
Warning fix.
[wxWidgets.git] / src / html / htmlwin.cpp
2006-07-04  Włodzimierz SkibaWarning fix.
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-17  Julian SmartDocumentation states scrollbars (plural) are switched...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
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-03-21  Vadim ZeitlinMade wxList::compatibility_iterator a class in wxUSE_ST...
2006-03-07  Václav Slavíkpreserve window's content when changing the fonts
2006-01-18  Vadim Zeitlinuse Cmd-C under Mac to copy text, not Ctrl-C
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-23  Włodzimierz SkibaClipboard usage fixes inspired by Tinderbox logs.
2005-05-04  Robin DunnDon't automatically copy the selection to the clipboard...
2005-03-03  Václav Slavíkfixed crash when wxHtmlWindow's content is updated...
2005-02-17  Vadim Zeitlinrevert to the old flicker-less version when background...
2005-02-13  Vadim Zeitlinadded support for background bitmap specified in backgr...
2005-02-13  Vadim Zeitlincopy the right part of the existing background to the...
2005-02-09  Vadim Zeitlindon't suppress default erase background logic, we do...
2005-02-09  Vadim Zeitlindon't erase the background of wxHtmlWindow unconditionally
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
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íkadded wxHtmlWindow::ToText
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-11  Václav Slavíkadded public methods to select parts of displayed page
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-09-04  Stefan Csomormacro naming changes
2003-08-21  Stefan Csomorextended RTTI support
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-12  Vadim Zeitlinfixed a crash
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-08  Václav Slavíkfixes to wxHTML selection code: corrected mouse navigation
2003-07-04  Václav Slavíkfixed compilation of multilib dll
2003-06-15  Václav Slavíkfixed misbehaving selection on some words
2003-06-11  Vadim Zeitlinmade CopySelection() always available (otherwise it...
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-03  Václav Slavíknew rendering customization API for Vadim
2003-06-03  Václav Slavíksubcell selection
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  Václav Slavíkmore work on text selection: selecting should work...
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-02-26  Václav Slavíkfix patch #693600
2003-01-26  Václav Slavík1. added wxHtmlWindow::LoadFile
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Robin DunnwxHtmlWindow now grabs the focus when clicked on. ...
2002-04-16  Václav SlavíkwxHtmlHistoryItem needs not be wxObject
2002-01-27  Václav Slavíknew wxHtmlWindow::OnOpeningURL API
2002-01-19  Václav Slavíkimplemented URLs blocking in wxHtmlWindow
2002-01-14  Václav Slavíkremoved wxYield from wxHtmlWindow (seems to work w...
2001-12-22  Václav Slavíkuse wxBusyCursor in wxHtmlWindow instead of SetCursor...
2001-11-27  Václav Slavíkadded two-step creation of wxHtmlWindow
2001-11-15  Václav Slavíkoptimalization of wxHtmlWindow painting (used to repain...
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-14  Václav Slavíkadded wxHtmlWindow::AppendToPage
2001-09-19  Václav Slavíkfixed problems with HTML printing w/o using wxHtmlWindow
2001-09-02  Václav Slavíkcomment clarification
2001-08-31  Vadim Zeitlinimplemented and documented wxHtmlWindow::OnCellMouseHov...
2001-08-27  Vadim Zeitlinsend right click events for the URLs too
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-03  Václav Slavíkmore intelligent behaviour of wxHtmlWindow history...
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-05-08  Václav Slavíkforgot to check in wxHtmlProcessor::IsEnabled test...
2001-05-04  Václav Slavík1. changed AddSharedProcessor to AddGlobalProcessor
2001-05-03  Kendall BennettFixed Windows DLL link problems with wxHtmlProcessor
2001-05-02  Václav Slavík1) some cleanup in wxHtmlWindow, moved private structur...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-10-10  Václav Slavíkadded wxHtmlWindow::HistoryCanBack/Forward
2000-09-26  Václav Slavíkfixed bug in wxHtmlWindow: HistoryBack/Forward now...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-02  Václav Slavíkfixing memory leaks & mem tracing false alerts
2000-01-27  Václav Slavíksome scrolling&refreshing fixed ; removed wxHtmlWindow...
2000-01-26  Václav Slavíksets frame title even for pages without <title> tag
2000-01-23  Václav Slavíkadded wxLogError/Warning into wxHTML
2000-01-23  Václav Slavíkremoved call to win32 api ::SetMapMode -- hopefully...
2000-01-19  Julian SmartAdded missing windows.h includes
2000-01-17  Václav SlavíkPageUp/PageDown scroll by 2/3 of client area height...
2000-01-16  Václav Slavíkadded <meta http-equiv> handler
2000-01-14  Václav SlavíkwxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL
2000-01-11  Václav Slavíkadded mouse event member into wxHtmlLinkInfo. wxHtmlWin...
1999-12-24  Václav Slavíkremoved wxHtmlParser::GetTempData (internal function...
next