Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / samples / printing / printing.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-09  Vadim ZeitlinTest PostScript printing in the print sample if it...
2012-12-01  Paul Cornettuse new pen/brush style names in samples
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-23  Vadim ZeitlinUpdate printing sample to compile again after r68026.
2011-04-26  Vadim ZeitlinAllow showing the print preview frame non modally.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2010-05-13  Jaakko SalliMake text drawn by wxGraphicsContext slightly less...
2010-05-13  Jaakko SalliAdded wxGraphicsContext::Create(const wxEnhMetaFileDC...
2010-05-10  Jaakko SalliMake text printed by wxGraphicsContext shorter
2010-05-10  Jaakko SalliUse wxGraphicsContext to draw some text and a rectangle...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-03-13  Kevin OllivierMac -> OSX header change.
2009-02-25  Francesco Montorsirevise all code; do not use many global objects; use...
2008-11-03  Francesco Montorsibuild fix (the sample uses an undocumented function...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingwxCairoGraphics need a font event without drawing text
2008-04-25  Robert RoeblingSome testing code for wxGraphicsContext printing
2007-09-13  Robert RoeblingFirst update patch for GTK+ print
2007-05-15  Václav Slavíkcompilation fixes for --disable-compat28
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-24  Robert Roebling Added some more test to the printing sample
2005-04-24  Julian Smart25.4 mm to the inch, not 25.1
2005-02-11  Robert Roebling Made gnome printing stuff return wxPRINT_CANCELLED if
2005-01-29  Robin DunnUse wxTRANSPARENT_BRUSH so the rectangles around the...
2004-12-06  Włodzimierz SkibaWarning fixes.
2004-11-27  Robert Roebling Added support for DrawEllipse and pen styles to
2004-11-01  Robert Roebling Adapted printing samples makefiles.
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-05-25  Włodzimierz SkibaWarning removal.
2004-05-25  Julian SmartMore name changes
2004-05-11  Dimitri Schoolwerthmade font a non-pointer; code cleanup
2003-01-26  Robert Roebling Minor changes to printing sample.
2002-12-15  Mattia Barbon Fixed all remaining samples/Unicode compilation errors.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-19  Julian SmartRemoved an old email address
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
1999-11-08  Julian SmartMade various Motif fixes, wxListBox/wxChoice derive...
1999-10-04  Václav Slavíkadded GetTextExtent test
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-12-05  Robert Roebling New PostScript code
1998-11-25  Robert Roebling Fixed module code
1998-10-18  Julian SmartMotif additions
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx => wxUSE_xxx: all samples compile except memcheck
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-28  Julian SmartFixed MSW printing, tidied up member variable names
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Julian SmartRemoved redundant makefiles and AIAI icons. Changed...
1998-08-17  Julian SmartGot printing, toolbar samples compiling under Windows...
1998-08-12  Robert Roebling Added PushEventHandler, Pop...
1998-07-27  Robert Roeblingwarning msgs
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision