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 |
1999-11-07 |
Julian Smart | Various fixes for various compilers... |
tree | commitdiff |
1999-11-06 |
Václav Slavík | cosmetic changes : indentation etc. |
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 | fixed some clipping related bugs in wxHTML priting |
tree | commitdiff |
1999-11-03 |
Václav Slavík | added frame icon for HTMLhelp frame |
tree | commitdiff |
1999-11-03 |
Václav Slavík | wxHTML now supports not only " "-like specials... |
tree | commitdiff |
1999-11-03 |
Václav Slavík | saving customization now works fine |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
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, wxHTML compiles in Unicode mode now. But if it... |
tree | commitdiff |
1999-10-28 |
David Webster | *** empty log message *** |
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-26 |
Julian Smart | Removed lots of wxMotif compile warnings. Copied new... |
tree | commitdiff |
1999-10-25 |
David Webster | no message |
tree | commitdiff |
1999-10-20 |
Václav Slavík | does compile under MSW now |
tree | commitdiff |
1999-10-20 |
Václav Slavík | wxHtmlEasyPrinting now uses wxThePrintSetupData - creat... |
tree | commitdiff |
1999-10-18 |
Václav Slavík | wxUSE_HTML was missiing at some places |
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 |
Václav Slavík | wxHtmlCell::AdjustPagebreak now works correctly |
tree | commitdiff |
1999-10-16 |
Václav Slavík | SetFonts methods have const param now |
tree | commitdiff |
1999-10-16 |
Václav Slavík | removed wxVERSION_* macros |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | compilation fix |
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-10 |
Robert Roebling | Scrolling updates. |
tree | commitdiff |
1999-10-09 |
Robin Dunn | Ifdef'ed back in the scrolling aware drawing code in... |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Makefile changes for static libs and HP-UX, |
tree | commitdiff |
1999-10-08 |
Robert Roebling | New scrolling code. |
tree | commitdiff |
1999-10-08 |
Václav Slavík | fixed bug in tables when border=0 |
tree | commitdiff |
1999-10-08 |
Václav Slavík | fixed bug in imagemap |
tree | commitdiff |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
tree | commitdiff |
1999-10-07 |
Vadim Zeitlin | some fixes after global _T() => T() change |
tree | commitdiff |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
tree | commitdiff |
1999-10-04 |
Robert Roebling | Applied a few old patches, |
tree | commitdiff |
1999-10-02 |
Václav Slavík | making wxHTML 8.3 compliant |
tree | commitdiff |
1999-09-29 |
Vadim Zeitlin | 1. added a brief overview of Unicode support |
tree | commitdiff |
1999-09-20 |
Robin Dunn | I got tired of some of the memory leak messages related... |
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-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
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 | change to make wxHtmlHelp more flexible; don't panic... |
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 | wxHtmlTag::ScanParam now returns value |
tree | commitdiff |
1999-08-29 |
Harco de Hilster | fixed problem in mimetype database and put a temp.... |
tree | commitdiff |
1999-08-13 |
Václav Slavík | *** empty log message *** |
tree | commitdiff |
1999-08-12 |
Václav Slavík | minor fix in wxHtmlWindow::CreateLayout |
tree | commitdiff |
1999-08-12 |
Václav Slavík | fixed crash in tables deallocation |
tree | commitdiff |
1999-08-08 |
Václav Slavík | m_Style was bool by mistake, fixed |
tree | commitdiff |
1999-08-03 |
Václav Slavík | malloc() --> new[] |
tree | commitdiff |
1999-08-03 |
Václav Slavík | wxHW_* flags, fixed client area problem |
tree | commitdiff |
1999-07-29 |
Guilhem Lavaux | Typos. |
tree | commitdiff |
1999-07-28 |
Guilhem Lavaux | Added wxInternetFilesystemModule to fs_inet.cpp |
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-24 |
Vadim Zeitlin | wxHTML compilation fixes |
tree | commitdiff |
1999-07-21 |
Karsten Ballüder | Much improved wxHelpControllerHtml, works under Solaris... |
tree | commitdiff |
1999-07-21 |
Václav Slavík | imagemap support (html) |
tree | commitdiff |
1999-07-21 |
Václav Slavík | fixed refresh bug in wxHtmlWindow |
tree | commitdiff |
1999-07-19 |
Karsten Ballüder | Added test for vsscanf. GUESSING IS EVIL! Cannot test... |
tree | commitdiff |
1999-07-13 |
J. Russell Smyth | added precomp header stuf |
tree | commitdiff |
1999-07-13 |
J. Russell Smyth | Added precompiled header support to allow building... |
tree | commitdiff |
1999-07-13 |
J. Russell Smyth | Removed default parameter setting for wxHtmlHelpControl... |
tree | commitdiff |
1999-07-07 |
Václav Slavík | *** empty log message *** |
tree | commitdiff |
|