2003-06-01 |
Vadim Zeitlin | added consts needed by VC++/BC++ |
tree | commitdiff |
2003-06-01 |
Václav Slavík | react on mouse up, not mouse down |
tree | commitdiff |
2003-05-31 |
Václav Slavík | preparing wxHtmlWindow for text selection (highlighting... |
tree | commitdiff |
2003-05-26 |
Julian Smart | Allow printing objects to be passed a wxWindow, not... |
tree | commitdiff |
2003-05-12 |
Václav Slavík | applied HTML pagebreaks patch |
tree | commitdiff |
2003-03-16 |
Václav Slavík | applied patch adding SetFonts to wxHTML printing classe... |
tree | commitdiff |
2003-01-26 |
Václav Slavík | added wxHtmlWindow::LoadFile |
tree | commitdiff |
2003-01-18 |
Václav Slavík | why the heck should something that reacts on wxID_CLOSE... |
tree | commitdiff |
2003-01-16 |
Julian Smart | ReDOS-ified project files |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | compilation fixes after applying DECLARE_NO_COPY_CLASS... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
tree | commitdiff |
2002-12-09 |
Václav Slavík | forgot to add wxHtmlHelpController::AddBook(wxFileName... |
tree | commitdiff |
2002-12-09 |
Julian Smart | Added missing AddBook |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
tree | commitdiff |
2002-06-18 |
Julian Smart | Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK |
tree | commitdiff |
2002-05-25 |
Robert Roebling | Set the focus to the html display window |
tree | commitdiff |
2002-04-16 |
Václav Slavík | wxHtmlBookRecords needs not be wxObject |
tree | commitdiff |
2002-03-21 |
Václav Slavík | deleted no longer needed resource files |
tree | commitdiff |
2002-03-21 |
Václav Slavík | root is always hidden -> no icon needed |
tree | commitdiff |
2002-03-07 |
Václav Slavík | rewrote Chris' fix properly |
tree | commitdiff |
2002-03-07 |
Julian Smart | Corrections in light of recent toolbar and other changes |
tree | commitdiff |
2002-03-06 |
Julian Smart | Applied patch for Forty, print patch and wxHTML book... |
tree | commitdiff |
2002-02-11 |
Václav Slavík | rewrote wxHtmlHelpFrame using sizers |
tree | commitdiff |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
tree | commitdiff |
2002-01-27 |
Václav Slavík | new wxHtmlWindow::OnOpeningURL API |
tree | commitdiff |
2002-01-24 |
Václav Slavík | added dummy <style> handler in order to hide CSS code |
tree | commitdiff |
2002-01-19 |
Václav Slavík | implemented URLs blocking in wxHtmlWindow |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
tree | commitdiff |
2002-01-06 |
Gilles Depeyrot | use "..." instead of <...> for wx headers |
tree | commitdiff |
2001-11-27 |
Václav Slavík | added two-step creation of wxHtmlWindow |
tree | commitdiff |
2001-11-02 |
Václav Slavík | mingw compilation fixc |
tree | commitdiff |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
tree | commitdiff |
2001-10-14 |
Václav Slavík | added wxHtmlWindow::AppendToPage |
tree | commitdiff |
2001-10-05 |
Václav Slavík | wxHTML now outputs unrecognized entities verbosely |
tree | commitdiff |
2001-10-04 |
Václav Slavík | fixed unimportant typo |
tree | commitdiff |
2001-09-23 |
David Webster | FALSE, not false |
tree | commitdiff |
2001-09-19 |
Václav Slavík | fixed problems with HTML printing w/o using wxHtmlWindow |
tree | commitdiff |
2001-09-02 |
Václav Slavík | added wxHtmlCell::Get/SetId |
tree | commitdiff |
2001-08-31 |
Vadim Zeitlin | implemented and documented wxHtmlWindow::OnCellMouseHov... |
tree | commitdiff |
2001-08-25 |
Václav Slavík | beginnings of HTML4 tables layouter |
tree | commitdiff |
2001-08-23 |
Václav Slavík | wxHtmlEasyPrinting indentation changes + CreatePrintout... |
tree | commitdiff |
2001-08-08 |
Václav Slavík | made some wxHtmlEntitiesParser's methods public --... |
tree | commitdiff |
2001-08-06 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | don't allow TABbing to wxHtmlWindow |
tree | commitdiff |
2001-07-31 |
Kendall Bennett | Latest updates from SciTech code tree including numerou... |
tree | commitdiff |
2001-07-19 |
Václav Slavík | new wxHtmlParser core |
tree | commitdiff |
2001-07-08 |
Václav Slavík | wxHTML fixes |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | removed/replaced include 'wx/wx.h' |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | fixed ifdef |
tree | commitdiff |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
tree | commitdiff |
2001-07-01 |
Václav Slavík | added convenience accessors to wxHtmlTag and modified... |
tree | commitdiff |
2001-07-01 |
Václav Slavík | new HTML tags parser and entities substitution code |
tree | commitdiff |
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 |
next |