]> git.saurik.com Git - wxWidgets.git/history - src/generic/dcpsg.cpp
move some data definitions to more appropriate places
[wxWidgets.git] / src / generic / dcpsg.cpp
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-03-08  Vadim Zeitlincompilation fix after last commit
2006-03-07  Vadim Zeitlinfixed a big memory leak in DoDrawBitmap() (coverity...
2006-02-24  Robert Roebling Implemented user dashes for PS print.
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-12-19  Julian SmartFixed problem trying to print from a preview, whereby...
2005-11-21  David Surovellremoved empty block
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-15  Włodzimierz SkibawxUSE_SPLINES markup and other cleanings.
2005-08-06  Vadim Zeitlindon't crash in GetTextExtent() under Windows where...
2005-01-16  Robert Roebling Applied patch for rounded rectangle.
2004-12-22  Ron LeeFix for wxGTK compilation.
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-08-07  Mattia Barbon Compilation fix.
2004-07-13  Václav Slavíkset PangoContext's language correctly
2004-07-13  Václav Slavíkunified Pango GetTextExtent implementations
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-14  Robin DunnFix for #933359
2004-03-10  Robin DunnWe need a file when printing to the printer too.
2004-03-03  Julian SmartAllow an app to call SetFont on a PS DC without assertion
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-12  Julian SmartSome more string concatenations
2004-02-12  Julian SmartString corrections
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-21  Julian SmartDon't assert when Clear() is called, better to ignore it
2003-09-20  Julian SmartShould be able to use the DC in OnPrepare without gener...
2003-09-18  Julian SmartReverted fragment
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-08  Václav Slavíkremoved gcc warning
2003-06-11  Vadim Zeitlinfixed warnings about assigning literal strings to char *
2003-06-02  Vadim Zeitlinfix for gcc 3.3 warnings
2003-06-01  Julian SmartFix (I hope) for bug [ 673862 ] printing zero length...
2003-05-03  Julian SmartApplied patch [ 731846 ] GTK Print Options
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-23  Vadim Zeitlinremoved the extra offset in moveto in DrawRotatedText...
2003-01-30  Robert Roebling Printing update for Pango (GTK2 and X11-Unicode).
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Mattia Barbon Remove unneeded dependencies.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Ron Leedefine the undefined wxThePrintSetup global.
2002-09-13  Robert Roebling Backward comp. fix.
2002-09-11  Robert Roebling Readded deprec. constructor.
2002-08-25  Robert Roebling More work on Printing. It prints Kanji now using
2002-08-17  Robert Roebling Printing paper sizes, file printing, print metrics..
2002-08-17  Robert Roebling Printing things.
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-08-07  Robert Roebling Added support for outlines printing under wxGTK....
2002-08-06  Robert Roebling Small fix for Pango printing with bitmaps.
2002-08-06  Robert Roebling Further code for Pango fonts (work now) and
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-07-15  Václav SlavíkwxPrinting fix for wxMGL
2002-06-26  Vadim Zeitlinfixed warnings about printf format specifications ...
2002-05-05  Václav Slavíkgcc pragmas fixes
2002-04-17  Julian SmartAdded wxDF_HTML
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-02-06  Robin DunnCorrections for loss of XLOG2DEV and etc. macros in...
2002-01-07  Vadim Zeitlindon't assign string literals to a char * variable
2001-11-28  Václav Slavíkfixes w.r.t. size_t vs. int
2001-11-22  Mattia BarbonUnicode compilation fixes
2001-11-22  Václav Slavíkchange to /usr/share/wx/version
2001-11-03  Robin DunnEnabled wxPostscriptDC to be used in wxMSW, if wxUSE_PO...
2001-09-26  Václav SlavíkUse wxGetInstallPrefix() instead of wxINSTALL_PREFIX...
2001-07-12  Julian SmartCorrected DoBlit
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-05-21  Vadim Zeitlinremoved extra newlines from wxLogDebugs
2000-12-24  Václav Slavíkfixed PS bounding box computation
2000-12-20  Vadim Zeitlinremoved SetFont() from DoDrawText
2000-12-10  Vadim Zeitlinmerged in the fix for printing \% on PS DC
2000-11-23  Robert Roebling Ported DrawPolygone fix and new PS font name
2000-11-01  Václav Slavíkfixed incorrect GetTextExtent for wxTELETYPE font
2000-09-24  Ron Leeremoved unneccesary (and unwanted) asserts
2000-09-06  Robert Roebling Applied PS patch.
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-03  Václav Slavíkfixed low resolution problem with wxPostScriptDC
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-01-27  Robert Roebling Copied isql.h and isqlext.h to /include/wx/unix and...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
next