2001-06-08 |
Kendall Bennett | Merged latest changes from SciTech code base into wxWin... |
tree | commitdiff |
2001-05-08 |
Václav Slavík | fixed typo in pragma implementation |
tree | commitdiff |
2001-05-05 |
Václav Slavík | added new wxHF_xxxx contants to control wxHtmlHelpFrame... |
tree | commitdiff |
2001-05-04 |
Václav Slavík | 1. changed AddSharedProcessor to AddGlobalProcessor |
tree | commitdiff |
2001-05-04 |
Václav Slavík | added wxHtmlHelpController::GetHelpData and removed... |
tree | commitdiff |
2001-05-03 |
Kendall Bennett | Fixed Windows DLL link problems with wxHtmlProcessor |
tree | commitdiff |
2001-05-02 |
Václav Slavík | 1) some cleanup in wxHtmlWindow, moved private structur... |
tree | commitdiff |
2001-05-02 |
Kendall Bennett | Fixed wxHTML code in a Watcom Win32 DLL |
tree | commitdiff |
2001-04-29 |
Václav Slavík | changed wxAddBasePath to wxHtmlCotentsItem's method |
tree | commitdiff |
2001-04-29 |
Václav Slavík | cleanup and reformatting to match indentation style... |
tree | commitdiff |
2001-04-29 |
Václav Slavík | indentation fixes; virtual dtor for all platforms,... |
tree | commitdiff |
2001-04-27 |
Julian Smart | Added showing the default URL in DisplayContents and... |
tree | commitdiff |
2001-04-24 |
Václav Slavík | implemented (more) correct <pre> handling |
tree | commitdiff |
2001-04-19 |
Julian Smart | Fix/hack 1. |
tree | commitdiff |
2001-04-13 |
Gilles Depeyrot | correction for Mac OS X |
tree | commitdiff |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
tree | commitdiff |
2001-03-02 |
Julian Smart | Added DisplayTextPopup to wxHtmlHelpController; fixed... |
tree | commitdiff |
2001-02-26 |
Vadim Zeitlin | applied patch 403956 (gcc warning fix) |
tree | commitdiff |
2000-11-05 |
Václav Slavík | wxHTML src code indentation now conforms (more) to... |
tree | commitdiff |
2000-10-18 |
Julian Smart | Fixed memory bug |
tree | commitdiff |
2000-10-10 |
Václav Slavík | added wxHtmlWindow::HistoryCanBack/Forward |
tree | commitdiff |
2000-09-28 |
Václav Slavík | modified wxHtmlHelpFrame to use AssignImageList |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-03-09 |
Julian Smart | wxHtmlHelpController made compatible with other controllers |
tree | commitdiff |
2000-03-05 |
Stefan Neis | Fixed apparent typo (int->wxWindowID) |
tree | commitdiff |
2000-02-02 |
Václav Slavík | fixing memory leaks & mem tracing false alerts |
tree | commitdiff |
2000-01-27 |
Václav Slavík | minor visual enhancement of help browser |
tree | commitdiff |
2000-01-27 |
Václav Slavík | inline functions with if moved to .cpp |
tree | commitdiff |
2000-01-27 |
Václav Slavík | removed wxHtmlWindow::OnKeyDown |
tree | commitdiff |
2000-01-26 |
Václav Slavík | wxHtmlHelpFrame enhancements |
tree | commitdiff |
2000-01-26 |
Václav Slavík | added wxHtmlWindow::GetOpenedAnchor |
tree | commitdiff |
2000-01-26 |
Václav Slavík | added more navigation controls to html help frame |
tree | commitdiff |
2000-01-19 |
Václav Slavík | added encoding support to help contents |
tree | commitdiff |
2000-01-19 |
Václav Slavík | it is now possible to add custom buttons into wxHtmlHel... |
tree | commitdiff |
2000-01-19 |
Václav Slavík | .cached format of help books is now endian-independent... |
tree | commitdiff |
2000-01-18 |
Václav Slavík | m_LastPage changed to wxChar*, forgot to commit |
tree | commitdiff |
2000-01-18 |
Václav Slavík | added wxHTML_ALIGN_JUSTIFY |
tree | commitdiff |
2000-01-18 |
Václav Slavík | added align=justify support ; also removed relic:... |
tree | commitdiff |
2000-01-17 |
Václav Slavík | removed show_progress argument in some private function... |
tree | commitdiff |
2000-01-17 |
Václav Slavík | fixed bug: UseConfig didn't call wxHtmlHelpFrame::OnConfig |
tree | commitdiff |
2000-01-16 |
Václav Slavík | added encoding conversion to wxHTML |
tree | commitdiff |
2000-01-16 |
Václav Slavík | added case sensitive and whole words only search |
tree | commitdiff |
2000-01-16 |
Václav Slavík | index search is case insensitive now; index panel indic... |
tree | commitdiff |
2000-01-14 |
Václav Slavík | optimized wxHtmlContainerCell - now proceeds layouting... |
tree | commitdiff |
2000-01-12 |
Václav Slavík | added wxHtmlLinkInfo::GetHtmlCell so that you know... |
tree | commitdiff |
2000-01-11 |
Václav Slavík | added mouse event member into wxHtmlLinkInfo. wxHtmlWin... |
tree | commitdiff |
2000-01-08 |
Vadim Zeitlin | keyword search should work now |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Better make it a const reference then. |
tree | commitdiff |
2000-01-03 |
Ove Kaaven | Make wxColour parameter be passed by reference to inlin... |
tree | commitdiff |
1999-12-28 |
Robin Dunn | Added some WXDLLEXPORTs |
tree | commitdiff |
1999-12-24 |
Václav Slavík | removed wxHtmlParser::GetTempData (internal function... |
tree | commitdiff |
1999-12-24 |
Václav Slavík | added <font face> support |
tree | commitdiff |
1999-12-23 |
Václav Slavík | wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink... |
tree | commitdiff |
1999-12-23 |
Václav Slavík | removed wxITALIC/wxSLANT stuff from wxHTML (no longer... |
tree | commitdiff |
1999-12-23 |
Václav Slavík | wxHtmlFontCell now has member wxFont m_Font instead... |
tree | commitdiff |
1999-12-20 |
Václav Slavík | HTML help: index panel now displays only part of index... |
tree | commitdiff |
1999-12-15 |
Václav Slavík | fixed wxHtmlWindow flicker |
tree | commitdiff |
1999-12-11 |
Václav Slavík | new wxHTML printing code ; parser now supports scaling |
tree | commitdiff |
1999-12-05 |
Václav Slavík | added bookmarks support (strange thing : red color... |
tree | commitdiff |
1999-12-05 |
Václav Slavík | added bookmarks support |
tree | commitdiff |
1999-11-28 |
Václav Slavík | SetTitle method (internal use only) changed to virtual... |
tree | commitdiff |
1999-11-28 |
Václav Slavík | added setup dialog, changed icons names (prefixed with w) |
tree | commitdiff |
1999-11-28 |
Václav Slavík | wxHTML icons are now prefixed with w so that it does... |
tree | commitdiff |
1999-11-06 |
Václav Slavík | html help : added '?' icon to root node of contents... |
tree | commitdiff |
1999-11-06 |
Václav Slavík | better-looking icons |
tree | commitdiff |
1999-11-01 |
Julian Smart | Added some makefiles to HTML samples; added help.ico... |
tree | commitdiff |
1999-10-31 |
Václav Slavík | more wxHtmlHelpFrame fixes (didn't store customization... |
tree | commitdiff |
1999-10-30 |
Václav Slavík | fixed bug that caused assertion failure during HTML... |
tree | commitdiff |
1999-10-29 |
Ove Kaaven | Well, can't hurt to do some char -> wxChar, though... |
tree | commitdiff |
1999-10-27 |
Václav Slavík | cleaned Harm's new wxHTML help code |
tree | commitdiff |
1999-10-27 |
Václav Slavík | added wxHtmlParser::{Push|Pop}TagHandler |
tree | commitdiff |
1999-10-25 |
David Webster | no message |
tree | commitdiff |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
tree | commitdiff |
1999-10-17 |
Václav Slavík | HTML_xxxx constants changed to wxHTML_xxxx (with backwa... |
tree | commitdiff |
1999-10-17 |
Václav Slavík | added HTML printing |
tree | commitdiff |
1999-10-16 |
Robin Dunn | Changed an OBJARRAY to an EXPORTED_OBJARRAY |
tree | commitdiff |
1999-10-16 |
Václav Slavík | SetFonts methods have const param now |
tree | commitdiff |
1999-10-10 |
Václav Slavík | fixed cursor flickering in wxHtmlWindow |
tree | commitdiff |
1999-10-10 |
Václav Slavík | preparing for HTML printing |
tree | commitdiff |
1999-10-09 |
Robin Dunn | Attempting to restore the binary files that got trashed... |
tree | commitdiff |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
tree | commitdiff |
1999-10-02 |
Václav Slavík | making wxHTML 8.3 compliant |
tree | commitdiff |
1999-09-20 |
Harco de Hilster | Removed obsolete files. |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
tree | commitdiff |
1999-09-14 |
Robin Dunn | Added GetParser method to wxHtmlWindow |
tree | commitdiff |
1999-09-13 |
Julian Smart | Took anonymous class out of wxHtmlHelpFrame; corrected... |
tree | commitdiff |
1999-09-13 |
Robin Dunn | Fixed some compile errors (MSVC++ 6) and some very... |
tree | commitdiff |
1999-09-12 |
Harco de Hilster | New HTML help system. The old controller class has... |
tree | commitdiff |
1999-08-31 |
Harco de Hilster | some changes to make wxHtmlHelpController easier to... |
tree | commitdiff |
1999-08-31 |
Václav Slavík | ScanParam has only one parameter now |
tree | commitdiff |
1999-08-30 |
Václav Slavík | removed html/version.h |
tree | commitdiff |
1999-08-22 |
Harco de Hilster | A few small fixes for cross compilation |
tree | commitdiff |
1999-08-12 |
Robert Roebling | Augmented beta to 9, |
tree | commitdiff |
1999-08-12 |
Václav Slavík | wxHtmlWidgetCells now destroys window correctly |
tree | commitdiff |
1999-08-08 |
Václav Slavík | m_Style was bool by mistake, fixed |
tree | commitdiff |
1999-08-04 |
Václav Slavík | bool scrollable replaced by wxHW_* flags |
tree | commitdiff |
1999-07-27 |
Robert Roebling | Small distrib updates, |
tree | commitdiff |
1999-07-25 |
Václav Slavík | fixed static members |
tree | commitdiff |
1999-07-25 |
Václav Slavík | html filters has const methods now |
tree | commitdiff |
1999-07-21 |
Václav Slavík | imagemap support (html) |
tree | commitdiff |
next |