2006-07-29 |
Vadim Zeitlin | add @DATE@, @TIME@ and @TITLE@ macros to HTML printing... |
blob | commitdiff | raw |
2006-06-14 |
Vadim Zeitlin | fix for the last printf format warning fix |
blob | commitdiff | raw | diff to current |
2006-06-04 |
Vadim Zeitlin | printf format spec warning fix |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Paul Cornett | build fix |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | use dynamic array for the page breaks positions (patch... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-05 |
Włodzimierz Skiba | Include wx/dc.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-04-13 |
Václav Slavík | 1. added abstract interface to wxHtmlWindow for use... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2004-11-27 |
Václav Slavík | renamed Render's argument to not obfuscate its meaning |
blob | commitdiff | raw | diff to current |
2004-11-25 |
Václav Slavík | reverted Robert's over-optimisation, correct fix coming... |
blob | commitdiff | raw | diff to current |
2004-11-24 |
Robert Roebling | Changed the way invisble HTML cells are NOT |
blob | commitdiff | raw | diff to current |
2004-10-31 |
Robert Roebling | Moved the wxPageSetupDialogData <-> native conversion |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Václav Slavík | replaced NormalizeFontSizes with SetStandardFonts |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Václav Slavík | accept files in wxHtmlEasyPrinting::{Print,Preview... |
blob | commitdiff | raw | diff to current |
2004-08-05 |
Robin Dunn | Added NormalizeFontSizes which will set the html font... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-02-23 |
Václav Slavík | create wxPrintData instance on demand |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Julian Smart | Printing improvements: GetPageInfo() gets called after... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Julian Smart | Added wxHtmlPrintout::AddFilter so the same filters... |
blob | commitdiff | raw | diff to current |
2003-06-03 |
Václav Slavík | new rendering customization API for Vadim |
blob | commitdiff | raw | diff to current |
2003-05-31 |
Václav Slavík | preparing wxHtmlWindow for text selection (highlighting... |
blob | commitdiff | raw | diff to current |
2003-05-26 |
Julian Smart | Allow printing objects to be passed a wxWindow, not... |
blob | commitdiff | raw | diff to current |
2003-05-12 |
Václav Slavík | applied HTML pagebreaks patch |
blob | commitdiff | raw | diff to current |
2003-03-16 |
Václav Slavík | applied patch adding SetFonts to wxHTML printing classe... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Robert Roebling | Removed all deprecated printing code. |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Václav Slavík | no, DO NOT use wxMessageBox where wxLogError is more... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | added missing include file |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Julian Smart | Added Ok() member for print data, print dialog, page... |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Václav Slavík | gcc pragmas fixes |
blob | commitdiff | raw | diff to current |
2002-04-21 |
Mattia Barbon | Removed the need for wxStream::GetSize in wxHTML. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Václav Slavík | fixed problems with HTML printing w/o using wxHtmlWindow |
blob | commitdiff | raw | diff to current |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | applied patch 439186 (mingw and VC5 fixes) |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Vadim Zeitlin | removed/replaced include 'wx/wx.h' |
blob | commitdiff | raw | diff to current |
2001-05-26 |
Václav Slavík | fixed memory leak in DoPrint |
blob | commitdiff | raw | diff to current |
2001-02-16 |
Václav Slavík | applied patch #103817 to both branches (HTML printing... |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Václav Slavík | wxHTML src code indentation now conforms (more) to... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Václav Slavík | some != NULL checks |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
blob | commitdiff | raw | diff to current |
1999-12-11 |
Václav Slavík | new wxHTML printing code ; parser now supports scaling |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Václav Slavík | fixed some clipping related bugs in wxHTML priting |
blob | commitdiff | raw | diff to current |
1999-10-30 |
Václav Slavík | fixed bug that caused assertion failure during HTML... |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Ove Kaaven | Well, wxHTML compiles in Unicode mode now. But if it... |
blob | commitdiff | raw | diff to current |
1999-10-20 |
Václav Slavík | does compile under MSW now |
blob | commitdiff | raw | diff to current |
1999-10-20 |
Václav Slavík | wxHtmlEasyPrinting now uses wxThePrintSetupData - creat... |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Václav Slavík | wxUSE_HTML was missiing at some places |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Václav Slavík | HTML_xxxx constants changed to wxHTML_xxxx (with backwa... |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Václav Slavík | added HTML printing |
blob | commitdiff | raw | diff to current |
|