summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gdimtf.cxx
AgeCommit message (Expand)Author
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-07-09Avoid undefined premature downcast to potentially wrong typeStephan Bergmann
2014-07-04coverity#736159 Dereference Null returnNorbert Thiebaud
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-28coverity#705055 Unchecked dynamic_castCaolán McNamara
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-18coverity#738933 Uninitialized scalar fieldCaolán McNamara
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-03thumbnails: Nobody uses the overlay functionality now, kill it.Jan Holesovsky
2014-02-03thumbnails: Provide the size as a default parameter.Jan Holesovsky
2014-02-03thumbnails: Consolidate code.Jan Holesovsky
2014-01-30fdo#63154: Remove SVBT8 from solar.hMarcos Paulo de Souza
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-29Resolves: fdo#72961 Crash when you open ODFver.1.0/1.1 created by LibO-3.5/3.6Julien Nabet
2013-12-05EMF+: force canvas if EMF+ comments are used.Andrzej J.R. Hunt
2013-10-26Seems that <vcl/cvtsvm.hxx> is private to VCL, so move it thereTor Lillqvist
2013-10-13Bin unnecessary #includeTor Lillqvist
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand
2013-06-11Cairo canvas fixesMichael Meeks
2013-06-11Revert "fix canvas bitmap rendering (argb32 pixmaps) fixes color in n#780830"Michael Meeks
2013-06-11sal_Bool to boolTakeshi Abe
2013-05-31Band-aid fix for bnc#795857 and the pdf export black background.Thorsten Behrens
2013-05-28UNX does not imply X11Tor Lillqvist
2013-05-28fix emf transparency handling (bnc#820385)Luboš Luňák
2013-05-27Fix bnc#795857 Use correct sizes for EMF+ bitmap renderingRadek Doulik
2013-05-08fdo#46808, Use service constructor for rendering::MtfRendererNoel Grandin
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-26Translate German comments, fix some wsPhilipp Weissenbacher
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-03-07fix canvas bitmap rendering (argb32 pixmaps) fixes color issue in n#780830Radek Doulik
2013-03-04doubled includesThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-02coverity#736572: possible memory leak and memory corruption + docuMarkus Mohrhard
2013-02-25vcl: GDIMetaFile: log some exceptionsMichael Stahl
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/gdiChr. Rossmanith
2012-12-12loplugin: some unused variables, etc.Caolán McNamara
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-06-02targeted string re-workNorbert Thiebaud