2000-03-11 |
Václav Slavík | fixed incorrect use of _() where it should be wxT() |
tree | commitdiff |
2000-03-11 |
Václav Slavík | some != NULL checks |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed typo : _ instead of wxT |
tree | commitdiff |
2000-03-09 |
Julian Smart | Help sample should work for .zip help files now. |
tree | commitdiff |
2000-03-09 |
Julian Smart | wxHtmlHelpController made compatible with other controllers |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | don't translate wxASSERT_MSG messages |
tree | commitdiff |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
tree | commitdiff |
2000-02-24 |
Julian Smart | Some Motif fixes; makefile fixes; added wxTransferStrea... |
tree | commitdiff |
2000-02-22 |
Václav Slavík | fixed divide by zero exception when layouting justified... |
tree | commitdiff |
2000-02-17 |
Václav Slavík | fixed inaccurancy in container layouting with wxHTML_AL... |
tree | commitdiff |
2000-02-15 |
Václav Slavík | fixed typo bug in my last commit that caused image... |
tree | commitdiff |
2000-02-11 |
Václav Slavík | fixed bug in scaling images |
tree | commitdiff |
2000-02-05 |
Julian Smart | VC++ changes + makeproj additions |
tree | commitdiff |
2000-02-02 |
Václav Slavík | fixed bug that caused assertion failure when printing... |
tree | commitdiff |
2000-02-02 |
Václav Slavík | fixing memory leaks & mem tracing false alerts |
tree | commitdiff |
2000-01-29 |
Václav Slavík | fixed memory leak (m_PagesHash not deleted) |
tree | commitdiff |
2000-01-29 |
Václav Slavík | switched back to old use of DrawBitmap for transparent... |
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 | some scrolling&refreshing fixed ; removed wxHtmlWindow... |
tree | commitdiff |
2000-01-27 |
Václav Slavík | yet another help browser visual enhancement |
tree | commitdiff |
2000-01-26 |
Václav Slavík | sets frame title even for pages without <title> tag |
tree | commitdiff |
2000-01-26 |
Václav Slavík | some fixes in names of cached helpbooks (does not conta... |
tree | commitdiff |
2000-01-26 |
Václav Slavík | added more navigation controls to wxHtmlHelpFrame |
tree | commitdiff |
2000-01-26 |
Václav Slavík | added more navigation controls to html help frame |
tree | commitdiff |
2000-01-24 |
Václav Slavík | fixed false error report with helpfiles without index |
tree | commitdiff |
2000-01-24 |
Julian Smart | Corrected font calculation (use screen resolution now... |
tree | commitdiff |
2000-01-23 |
Václav Slavík | moved bookmarks to Contents panel |
tree | commitdiff |
2000-01-23 |
Václav Slavík | added wxLogError/Warning into wxHTML |
tree | commitdiff |
2000-01-23 |
Václav Slavík | added WXMAC default font sizes |
tree | commitdiff |
2000-01-23 |
Václav Slavík | removed call to win32 api ::SetMapMode -- hopefully... |
tree | commitdiff |
2000-01-19 |
Václav Slavík | fixed SetLink (if link.Href is empty, nulls the link |
tree | commitdiff |
2000-01-19 |
Václav Slavík | added encoding support to help contents |
tree | commitdiff |
2000-01-19 |
Václav Slavík | fixed compilation problem with BC (at least I hope so) |
tree | commitdiff |
2000-01-19 |
Julian Smart | Added missing windows.h includes |
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 | 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 | PageUp/PageDown scroll by 2/3 of client area height... |
tree | commitdiff |
2000-01-17 |
Václav Slavík | help search is much faster now (7 times! that's what... |
tree | commitdiff |
2000-01-17 |
Václav Slavík | fixed BC compilation bug (line 145) |
tree | commitdiff |
2000-01-17 |
Václav Slavík | wxHtmlHelpController can now use default wxConfig instance |
tree | commitdiff |
2000-01-17 |
Václav Slavík | removed some forgotted wxLogDebug calls |
tree | commitdiff |
2000-01-16 |
Václav Slavík | search progress bar has smooth gauge under win95 now |
tree | commitdiff |
2000-01-16 |
Václav Slavík | added encoding conversion to wxHTML |
tree | commitdiff |
2000-01-16 |
Václav Slavík | <pre> environment uses charset conversion as well |
tree | commitdiff |
2000-01-16 |
Václav Slavík | added <meta http-equiv> handler |
tree | commitdiff |
2000-01-16 |
Václav Slavík | wxHtmlFilterHTML adds fake <meta> tag so that the parse... |
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-15 |
Václav Slavík | fixed my previous commit that broke help context/index... |
tree | commitdiff |
2000-01-14 |
Václav Slavík | code fragment that adds one more line to each html... |
tree | commitdiff |
2000-01-14 |
Václav Slavík | optimized wxHtmlContainerCell - now proceeds layouting... |
tree | commitdiff |
2000-01-14 |
Václav Slavík | removed a condition (l. 124) that always eval to true |
tree | commitdiff |
2000-01-14 |
Václav Slavík | wxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL |
tree | commitdiff |
2000-01-14 |
Václav Slavík | added <address>, <code>, <kbd>, <samp>, <small>, <big... |
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-03 |
Ove Kaaven | Unicode compilation fixes for BC++ 5 |
tree | commitdiff |
1999-12-28 |
Julian Smart | Some BC++ issues |
tree | commitdiff |
1999-12-25 |
Václav Slavík | font size fix for <PRE> |
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 | fixed interpretation of <font size>: was always relativ... |
tree | commitdiff |
1999-12-23 |
Václav Slavík | wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink... |
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-21 |
Václav Slavík | fixed horizontal scrollbar bug |
tree | commitdiff |
1999-12-21 |
Václav Slavík | #ifdef wxUSE_TOOLTIPS around tooltips |
tree | commitdiff |
1999-12-21 |
Václav Slavík | stupid typo in wxHTML help options dlg - did not displa... |
tree | commitdiff |
1999-12-20 |
Robert Roebling | Minor optical changes to toolbar and the help frame's |
tree | commitdiff |
1999-12-20 |
Václav Slavík | added <EM>, <CITE> and <STRONG> tags; now use separate... |
tree | commitdiff |
1999-12-20 |
Václav Slavík | HTML help: index panel now displays only part of index... |
tree | commitdiff |
1999-12-20 |
Václav Slavík | added support for definition lists (DL,DT,DD) to wxHTML |
tree | commitdiff |
1999-12-20 |
Václav Slavík | cleaned some relics - mod_* instead of m_* in wxHTML... |
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-10 |
Václav Slavík | removed platform specific #ifdefs around wxComboBox |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Minor optical changes to toolbar and wxHelpFrame. |
tree | commitdiff |
1999-12-06 |
Robert Roebling | Patch for stream.cpp for non-flushable stream, |
tree | commitdiff |
1999-12-05 |
Václav Slavík | added bookmarks support |
tree | commitdiff |
1999-12-05 |
Václav Slavík | fixed bug in SetFonts (caused segfault in wxHtmlHelpFrame) |
tree | commitdiff |
1999-12-05 |
Václav Slavík | fixed incorrect rendering of tables with cellspacing... |
tree | commitdiff |
1999-12-01 |
Václav Slavík | cosmetic changes in help browser settings dlg; fixed... |
tree | commitdiff |
1999-11-29 |
Václav Slavík | just deleted one empty line (testing CVS server) |
tree | commitdiff |
1999-11-28 |
Václav Slavík | wxHtmlWinParser::SetFonts now refreshes fonts cache |
tree | commitdiff |
1999-11-28 |
Václav Slavík | fixed MSVC++ (stupid) warning |
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 © in <PRE> environment |
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-25 |
Václav Slavík | a bit better solution for ©, etc. (in terms... |
tree | commitdiff |
1999-11-24 |
Václav Slavík | added © -> (c) conversion in html docs |
tree | commitdiff |
1999-11-23 |
Václav Slavík | fixed bug that caused wxHtmlWindow to segfault on html... |
tree | commitdiff |
1999-11-19 |
David Webster | Removal of previous wxValidtor code for wxOS2 |
tree | commitdiff |
1999-11-17 |
Václav Slavík | wxHtmlWindow::LoadPage does not use wxBusyCursor anymor... |
tree | commitdiff |
1999-11-13 |
Václav Slavík | html help : search panel now has more logical order... |
tree | commitdiff |
1999-11-11 |
Václav Slavík | <br><br><br> is now handled correctly, e.g. empty lines... |
tree | commitdiff |
1999-11-08 |
David Webster | OS/2 PM Fixeups for fonts, validators, and html |
tree | commitdiff |
next |