A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / html / htmprint.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-10-07  Vadim ZeitlinNo real changes, just don't use brush styles for backgr...
2012-02-07  Vadim ZeitlinFix infinite loop in wxHtmlEasyPrinting page break...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-07-24  Vadim ZeitlinRemove hard limit on number of pages in wxHtmlPrintout.
2010-05-05  Vadim ZeitlinFix PCH-less compilation after recent changes.
2010-05-05  Vadim ZeitlinNotify user less intrusively about overflow when previe...
2010-03-29  Václav SlavíkUse fixed screen DPI of 96 when printing HTML.
2010-03-29  Václav SlavíkRemoved useless wxDisplaySize() calls from wxHtmlPrintout.
2009-07-25  Vadim ZeitlinUse stock id instead of duplicating its string label...
2009-07-25  Vadim ZeitlinUse Ok/Cancel dialog instead of Yes/No one in CheckFit().
2009-07-25  Vadim ZeitlinAdd a period to the sentence end.
2009-05-13  Vadim Zeitlincompare wxMessageDialog::ShowModal() return value with...
2009-03-31  Vadim Zeitlinfix g++ warnings for float->int conversions
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
2009-02-21  Václav Slavíkadded asserts to check correct order of wxHtmlDCRendere...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-08-12  Václav Slavíkapply Stefan's fix for wxHtmlDCRenderer clipping
2008-06-16  Václav Slavíkfixed SetUserScale() calls to use correct scale on...
2008-06-04  Václav SlavíkChanged wxHTML default font size for printing to be...
2008-03-17  Paul Cornettfix a huge number of build errors
2007-11-14  Robert RoeblingOk -> IsOk
2007-08-29  Julian SmartAvoid crash if user aborts the print
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-01-07  Vadim Zeitlincorrected message about page number overflow
2006-10-04  Vadim Zeitlinfixed off by 2 error in HasPage() (patch 1562871)
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-29  Vadim Zeitlinadd @DATE@, @TIME@ and @TITLE@ macros to HTML printing...
2006-06-14  Vadim Zeitlinfix for the last printf format warning fix
2006-06-04  Vadim Zeitlinprintf format spec warning fix
2006-05-29  Paul Cornettbuild fix
2006-05-28  Vadim Zeitlinuse dynamic array for the page breaks positions (patch...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-13  Václav Slavík1. added abstract interface to wxHtmlWindow for use...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-11-27  Václav Slavíkrenamed Render's argument to not obfuscate its meaning
2004-11-25  Václav Slavíkreverted Robert's over-optimisation, correct fix coming...
2004-11-24  Robert Roebling Changed the way invisble HTML cells are NOT
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-09-24  Václav Slavíkreplaced NormalizeFontSizes with SetStandardFonts
2004-08-15  Václav Slavíkaccept files in wxHtmlEasyPrinting::{Print,Preview...
2004-08-05  Robin DunnAdded NormalizeFontSizes which will set the html font...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-23  Václav Slavíkcreate wxPrintData instance on demand
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-06  Julian SmartAdded wxHtmlPrintout::AddFilter so the same filters...
2003-06-03  Václav Slavíknew rendering customization API for Vadim
2003-05-31  Václav Slavíkpreparing wxHtmlWindow for text selection (highlighting...
2003-05-26  Julian SmartAllow printing objects to be passed a wxWindow, not...
2003-05-12  Václav Slavíkapplied HTML pagebreaks patch
2003-03-16  Václav Slavíkapplied patch adding SetFonts to wxHTML printing classe...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-05-14  Václav Slavíkno, DO NOT use wxMessageBox where wxLogError is more...
2002-05-08  Gilles Depeyrotadded missing include file
2002-05-08  Julian SmartAdded Ok() member for print data, print dialog, page...
2002-05-05  Václav Slavíkgcc pragmas fixes
2002-04-21  Mattia BarbonRemoved the need for wxStream::GetSize in wxHTML.
2001-09-19  Václav Slavíkfixed problems with HTML printing w/o using wxHtmlWindow
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-05-26  Václav Slavíkfixed memory leak in DoPrint
2001-02-16  Václav Slavíkapplied patch #103817 to both branches (HTML printing...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-11  Václav Slavíksome != NULL checks
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
1999-12-11  Václav Slavíknew wxHTML printing code ; parser now supports scaling
1999-11-06  Václav Slavíkfixed some clipping related bugs in wxHTML priting
1999-10-30  Václav Slavíkfixed bug that caused assertion failure during HTML...
1999-10-29  Ove KaavenWell, wxHTML compiles in Unicode mode now. But if it...
1999-10-20  Václav Slavíkdoes compile under MSW now
1999-10-20  Václav SlavíkwxHtmlEasyPrinting now uses wxThePrintSetupData - creat...
1999-10-18  Václav SlavíkwxUSE_HTML was missiing at some places
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Václav SlavíkHTML_xxxx constants changed to wxHTML_xxxx (with backwa...
1999-10-17  Václav Slavíkadded HTML printing