2002-12-08 |
Václav Slavík | added wxHtmlHelpController::AddBook(wxFileName) |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-09-09 |
Václav Slavík | applied patch #606835, bugfix to wxHtmlHelpFrame::OnAct... |
tree | commitdiff |
2002-09-07 |
Robin Dunn | wxHtmlWindow now grabs the focus when clicked on. ... |
tree | commitdiff |
2002-09-01 |
Václav Slavík | fixed a small typo |
tree | commitdiff |
2002-08-31 |
Václav Slavík | fixed font picker in wxHtmlHelpController, better UI... |
tree | commitdiff |
2002-08-17 |
Robert Roebling | Removed all deprecated printing code. |
tree | commitdiff |
2002-08-13 |
Vadim Zeitlin | compilation fix for wxGTK (missing header) |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
tree | commitdiff |
2002-07-30 |
Václav Slavík | fixed icons displaying in wxHtmlHelpFrame |
tree | commitdiff |
2002-06-28 |
Václav Slavík | enlarged <UL> bullets a bit and nuked this weirdness |
tree | commitdiff |
2002-06-26 |
Václav Slavík | fix for bug reported by Robert and Julian, probably... |
tree | commitdiff |
2002-06-26 |
Julian Smart | Changed the UL bullet to be a square -- I couldn't get |
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-05-23 |
Robert Roebling | Did I change anything here? |
tree | commitdiff |
2002-05-14 |
Václav Slavík | no, DO NOT use wxMessageBox where wxLogError is more... |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | added missing include file |
tree | commitdiff |
2002-05-08 |
Julian Smart | Added Ok() member for print data, print dialog, page... |
tree | commitdiff |
2002-05-05 |
Václav Slavík | gcc pragmas fixes |
tree | commitdiff |
2002-05-01 |
Mattia Barbon | Fixed Unicode breakage I caused |
tree | commitdiff |
2002-04-29 |
Vadim Zeitlin | don't generate an endless stream of asserts for the... |
tree | commitdiff |
2002-04-23 |
Václav Slavík | no need to expand the hidden root (in fact, it is forbi... |
tree | commitdiff |
2002-04-23 |
Václav Slavík | gcc3 compilation fix |
tree | commitdiff |
2002-04-21 |
Mattia Barbon | Removed the need for wxStream::GetSize in wxHTML. |
tree | commitdiff |
2002-04-16 |
Václav Slavík | wxHtmlHistoryItem needs not be wxObject |
tree | commitdiff |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
tree | commitdiff |
2002-03-29 |
Vadim Zeitlin | corrected the previous warning fix so that it doesn... |
tree | commitdiff |
2002-03-29 |
Vadim Zeitlin | fixed signed/unsigned comparison warning |
tree | commitdiff |
2002-03-28 |
Vadim Zeitlin | fixed a buffer overflow (!) in wxHtmlTagsCache |
tree | commitdiff |
2002-03-21 |
Václav Slavík | deleted no longer needed resource files |
tree | commitdiff |
2002-03-21 |
Václav Slavík | added wxArtProvider |
tree | commitdiff |
2002-03-17 |
Václav Slavík | fix HTML browser setup dialog under MSW and make the... |
tree | commitdiff |
2002-03-16 |
Václav Slavík | hide tree root on wxMSW in wxHtmlHelpController |
tree | commitdiff |
2002-03-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-03-08 |
Václav Slavík | case insensitive <font face> |
tree | commitdiff |
2002-03-08 |
Václav Slavík | fixed bug in wxHtmlHelpFrame: didn't show HTML window... |
tree | commitdiff |
2002-03-07 |
Václav Slavík | rewrote Chris' fix properly |
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-11 |
Václav Slavík | a note just in case I misread wxHTML code again... |
tree | commitdiff |
2002-02-10 |
Václav Slavík | fixes to HTML tables alignment |
tree | commitdiff |
2002-02-10 |
Václav Slavík | use sunken border for wxHtmlHelpController's font preview |
tree | commitdiff |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
tree | commitdiff |
2002-02-05 |
Vadim Zeitlin | fixed VC++ compilation warnings in optimized build |
tree | commitdiff |
2002-01-28 |
Vadim Zeitlin | fix for a typo (== instead of =) |
tree | commitdiff |
2002-01-28 |
Vadim Zeitlin | fixed code in OpenURL() to actually use the result... |
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-23 |
Václav Slavík | fixed .cached files on big endian machines and cleaned... |
tree | commitdiff |
2002-01-19 |
Václav Slavík | implemented URLs blocking in wxHtmlWindow |
tree | commitdiff |
2002-01-17 |
Václav Slavík | put vertical space before <pre> section |
tree | commitdiff |
2002-01-15 |
Václav Slavík | case insensitive HHP files and fixed buffer overflow... |
tree | commitdiff |
2002-01-14 |
Václav Slavík | removed wxYield from wxHtmlWindow (seems to work w... |
tree | commitdiff |
2002-01-12 |
Václav Slavík | fixed m_OldAlign hiding |
tree | commitdiff |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
tree | commitdiff |
2002-01-05 |
Václav Slavík | fix for root behavior under MSW |
tree | commitdiff |
2002-01-04 |
Vadim Zeitlin | fixed assert failure in wxStaticCast() |
tree | commitdiff |
2001-12-31 |
Václav Slavík | use wxTR_HIDE_ROOT in wxHtmlHelpFrame |
tree | commitdiff |
2001-12-27 |
Václav Slavík | fixed bug in wxHTML that certainly prevented it from... |
tree | commitdiff |
2001-12-22 |
Václav Slavík | use wxBusyCursor in wxHtmlWindow instead of SetCursor... |
tree | commitdiff |
2001-12-10 |
Robert Roebling | Changed wxTreeCtrl to look Mac-like under Mac |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | fixed compilation after wxTipWindow base class change... |
tree | commitdiff |
2001-11-27 |
Václav Slavík | added two-step creation of wxHtmlWindow |
tree | commitdiff |
2001-11-20 |
Václav Slavík | better <HR> tag handling in wxHTML |
tree | commitdiff |
2001-11-19 |
Václav Slavík | case-insensitive sort of HTML help index |
tree | commitdiff |
2001-11-15 |
Václav Slavík | optimalization of wxHtmlWindow painting (used to repain... |
tree | commitdiff |
2001-11-15 |
Robert Roebling | Small patch for HTML help under Drawin. |
tree | commitdiff |
2001-10-27 |
Václav Slavík | fix for colspan or rowspan = 0 in HTML tables |
tree | commitdiff |
2001-10-27 |
Václav Slavík | fix for animated GIFs with frames of different dimensions |
tree | commitdiff |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
tree | commitdiff |
2001-10-16 |
Mattia Barbon | Changed char* to wxChar* in wxColour constructor. |
tree | commitdiff |
2001-10-14 |
Václav Slavík | added wxHtmlWindow::AppendToPage |
tree | commitdiff |
2001-10-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-10-05 |
Václav Slavík | 1) wxHTML now outputs unrecognized entities verbosely |
tree | commitdiff |
2001-09-29 |
Václav Slavík | added support for animated GIFs to wxHTML |
tree | commitdiff |
2001-09-19 |
Václav Slavík | fixed problems with HTML printing w/o using wxHtmlWindow |
tree | commitdiff |
2001-09-08 |
Václav Slavík | oops, HTML entities were parsed twice |
tree | commitdiff |
2001-09-02 |
Václav Slavík | added id handling to image cells |
tree | commitdiff |
2001-09-02 |
Václav Slavík | comment clarification |
tree | commitdiff |
2001-09-01 |
Václav Slavík | fixed memory leaks when parsing |
tree | commitdiff |
2001-08-31 |
Vadim Zeitlin | implemented and documented wxHtmlWindow::OnCellMouseHov... |
tree | commitdiff |
2001-08-27 |
Vadim Zeitlin | send right click events for the URLs too |
tree | commitdiff |
2001-08-26 |
Václav Slavík | tables code fixes |
tree | commitdiff |
2001-08-26 |
Václav Slavík | fixed HTML parsing in regard to spaces between tags |
tree | commitdiff |
2001-08-25 |
Václav Slavík | beginnings of HTML4 tables layouter |
tree | commitdiff |
2001-08-18 |
Robert Roebling | Applied Greg's patch to tree control and related. |
tree | commitdiff |
2001-08-15 |
Vadim Zeitlin | compilation fixes for VC++ in release mode |
tree | commitdiff |
2001-08-08 |
Václav Slavík | fix for nbsp problem and minor parsing flow change |
tree | commitdiff |
2001-08-06 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-08-03 |
Václav Slavík | once again forgot about this OS/2 strangeness |
tree | commitdiff |
2001-08-02 |
Robin Dunn | compilation fix for VC++ |
tree | commitdiff |
2001-08-01 |
Václav Slavík | fixed <pre> handling |
tree | commitdiff |
2001-07-31 |
Kendall Bennett | Latest updates from SciTech code tree including numerou... |
tree | commitdiff |
2001-07-20 |
Václav Slavík | fixed entities parsing under win32 |
tree | commitdiff |
2001-07-20 |
Václav Slavík | oops, forgot to fix wxHtmlTag dtor |
tree | commitdiff |
2001-07-20 |
Vadim Zeitlin | fixed three new warnings after the last warning fix |
tree | commitdiff |
2001-07-20 |
Vadim Zeitlin | fixed a warning and detabified |
tree | commitdiff |
2001-07-19 |
Vadim Zeitlin | VC++ warning fixed |
tree | commitdiff |
next |