2012-04-28 |
Vadim Zeitlin | Fix erasing wxHtmlWindow background in wxUniv. |
blob | commitdiff | raw |
2011-04-30 |
Dimitri Schoolwerth | No code changes, fixed some typos. |
blob | commitdiff | raw | diff to current |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
blob | commitdiff | raw | diff to current |
2010-02-25 |
Vadim Zeitlin | Compilation fixes in wxHTML for wxUSE_CONFIG==0. |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Vadim Zeitlin | wxHtmlWindow background drawing fixes for OS X and... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Václav Slavík | added wxHtmlWindow::SetRelatedStatusBar(wxStatusBar... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Paul Cornett | correct access for virtuals |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | generate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Václav Slavík | add events API to wxHtmlWindow (patch #1504493 by Franc... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Vadim Zeitlin | removed wxHtmlWindow::m_Style which duplicated wxWindow... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for corre... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | added virtual dtor to wxHtmlWindowMouseHelper to avoid... |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Václav Slavík | use public inheritance when deriving from wxHtmlWindowM... |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Václav Slavík | don't show the I-beam cursor over text in wxHtmlListBox |
blob | commitdiff | raw | diff to current |
2006-04-13 |
Václav Slavík | 1. added abstract interface to wxHtmlWindow for use... |
blob | commitdiff | raw | diff to current |
2006-03-07 |
Václav Slavík | preserve window's content when changing the fonts |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Vadim Zeitlin | removed stray #endif added in previous commit |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Vadim Zeitlin | use wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Václav Slavík | made wxHtmlWindow::SetPage virtual so that the behaviou... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-02-17 |
Vadim Zeitlin | revert to the old flicker-less version when background... |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Ron Lee | Now needs wxBitmap as a concrete type. |
blob | commitdiff | raw | diff to current |
2005-02-13 |
Vadim Zeitlin | added support for background bitmap specified in backgr... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE... |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Václav Slavík | replaced NormalizeFontSizes with SetStandardFonts |
blob | commitdiff | raw | diff to current |
2004-08-05 |
Robin Dunn | Added NormalizeFontSizes which will set the html font... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Włodzimierz Skiba | Fixes for wxUSE_STATUSBAR. |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Václav Slavík | made SelectionToText and ToText public |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Václav Slavík | added wxHtmlWindow::ToText |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-03-05 |
Robin Dunn | Changed CanApplyParentThemeBackground to ApplyParentThe... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Robin Dunn | Added CanApplyParentThemeBackground and use it in wxMSW's |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Vadim Zeitlin | resolved conflict (because I forgot to commit before) |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Dimitri Schoolwerth | Declaration of CopySelection is bool instead of void. |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Václav Slavík | accept focus, keyboard can be used for navigation ... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | reduced compilation dependencies |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | OnIdle -> OnInternalIdle |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Václav Slavík | fixes for moving wxHTML files into their own DLL |
blob | commitdiff | raw | diff to current |
2003-06-11 |
Vadim Zeitlin | made CopySelection() always available (otherwise it... |
blob | commitdiff | raw | diff to current |
2003-06-07 |
Václav Slavík | use 'I' cursor when over text |
blob | commitdiff | raw | diff to current |
2003-06-05 |
Václav Slavík | added line selection |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Václav Slavík | doubleclick selects word |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Václav Slavík | added selecting-while-dragging |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Václav Slavík | added copying selection to clipboard; fixes to selectio... |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Václav Slavík | more work on text selection: selecting should work... |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Václav Slavík | react on mouse up, not mouse down |
blob | commitdiff | raw | diff to current |
2003-05-31 |
Václav Slavík | preparing wxHtmlWindow for text selection (highlighting... |
blob | commitdiff | raw | diff to current |
2003-03-16 |
Václav Slavík | applied patch adding SetFonts to wxHTML printing classe... |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Václav Slavík | added wxHtmlWindow::LoadFile |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
blob | commitdiff | raw | diff to current |
2002-01-27 |
Václav Slavík | new wxHtmlWindow::OnOpeningURL API |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Václav Slavík | implemented URLs blocking in wxHtmlWindow |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Václav Slavík | added two-step creation of wxHtmlWindow |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Václav Slavík | added wxHtmlWindow::AppendToPage |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Vadim Zeitlin | implemented and documented wxHtmlWindow::OnCellMouseHov... |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | don't allow TABbing to wxHtmlWindow |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Kendall Bennett | Merged latest changes from SciTech code base into wxWin... |
blob | commitdiff | raw | diff to current |
2001-05-04 |
Václav Slavík | 1. changed AddSharedProcessor to AddGlobalProcessor |
blob | commitdiff | raw | diff to current |
2001-05-03 |
Kendall Bennett | Fixed Windows DLL link problems with wxHtmlProcessor |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Václav Slavík | 1) some cleanup in wxHtmlWindow, moved private structur... |
blob | commitdiff | raw | diff to current |
2001-04-29 |
Václav Slavík | cleanup and reformatting to match indentation style... |
blob | commitdiff | raw | diff to current |
2000-10-10 |
Václav Slavík | added wxHtmlWindow::HistoryCanBack/Forward |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Václav Slavík | fixing memory leaks & mem tracing false alerts |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Václav Slavík | removed wxHtmlWindow::OnKeyDown |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Václav Slavík | added wxHtmlWindow::GetOpenedAnchor |
blob | commitdiff | raw | diff to current |
2000-01-11 |
Václav Slavík | added mouse event member into wxHtmlLinkInfo. wxHtmlWin... |
blob | commitdiff | raw | diff to current |
1999-12-23 |
Václav Slavík | wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink... |
blob | commitdiff | raw | diff to current |
1999-12-23 |
Václav Slavík | removed wxITALIC/wxSLANT stuff from wxHTML (no longer... |
blob | commitdiff | raw | diff to current |
1999-12-15 |
Václav Slavík | fixed wxHtmlWindow flicker |
blob | commitdiff | raw | diff to current |
1999-11-28 |
Václav Slavík | SetTitle method (internal use only) changed to virtual... |
blob | commitdiff | raw | diff to current |
1999-10-16 |
Václav Slavík | SetFonts methods have const param now |
blob | commitdiff | raw | diff to current |
1999-10-10 |
Václav Slavík | fixed cursor flickering in wxHtmlWindow |
blob | commitdiff | raw | diff to current |
1999-10-02 |
Václav Slavík | making wxHTML 8.3 compliant |
blob | commitdiff | raw | diff to current |
1999-09-14 |
Robin Dunn | Added GetParser method to wxHtmlWindow |
blob | commitdiff | raw | diff to current |
1999-08-22 |
Harco de Hilster | A few small fixes for cross compilation |
blob | commitdiff | raw | diff to current |
1999-08-08 |
Václav Slavík | m_Style was bool by mistake, fixed |
blob | commitdiff | raw | diff to current |
1999-08-04 |
Václav Slavík | bool scrollable replaced by wxHW_* flags |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Václav Slavík | fixed static members |
blob | commitdiff | raw | diff to current |
1999-07-07 |
Václav Slavík | *** empty log message *** |
blob | commitdiff | raw | diff to current |
|