summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi
AgeCommit message (Expand)AuthorFilesLines
2012-11-19Drop ILLEGAL_POINTER sillynessTor Lillqvist1-1/+1
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks8-192/+124
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara1-1/+5
2012-08-23unusedcode.easy: remove recently unused codeThomas Arnhold1-80/+0
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini1-1/+0
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold1-61/+0
2012-06-27Remove unused include filesThomas Arnhold1-140/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud1-8/+8
2012-06-01Return correct bounding box of glyphs on Linux, we forgot to rotate it.Jan Holesovsky1-1/+15
2012-05-13removed unused definesTakeshi Abe1-6/+0
2012-05-07silence more valgrind spew on scanline-extended deadspaceCaolán McNamara1-6/+9
2012-05-06valgrind: silence annoying conditional jump warnings from dead scanline spaceCaolán McNamara1-0/+31
2012-05-06catch by const refCaolán McNamara1-3/+3
2012-04-30Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara4-24/+18
2012-02-27callcatcher: update unused listCaolán McNamara1-39/+0
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold1-94/+0
2012-02-13Duplicate #includeStephan Bergmann1-1/+0
2012-02-10cairo-ft.h should include this alreadyCaolán McNamara1-0/+1
2012-02-10Missing fontconfig.h includeStephan Bergmann1-0/+1
2012-01-23Resolves: fdo#44856 skew artificial fonts before glyph or layout rotationCaolán McNamara1-3/+8
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks6-90/+98
2012-01-11adapt findFontFileID to know about multiple font faces in a font fileCaolán McNamara1-13/+17
2012-01-11addFontFile always add all font faces in that fileCaolán McNamara1-1/+1
2012-01-11align getFontFaceNumber with FC_FACECaolán McNamara1-4/+0
2012-01-11on generic X11 unix we always use fontconfigCaolán McNamara1-3/+2
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-20catch rather unlikely vcl case and don't crashMichael Meeks1-0/+6
2011-11-27remove include of pch header from vclNorbert Thiebaud7-14/+0
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon1-1/+1
2011-11-14strip down includes and forward declarationsCaolán McNamara2-11/+4
2011-11-14we can use default implementations of theseCaolán McNamara2-17/+0
2011-11-14I don't see that any of this makes sense anymoreCaolán McNamara2-91/+6
2011-11-14no way to construct a MultiScreenGlyph nowCaolán McNamara2-36/+1
2011-11-14callcatcher: remove freshly unused methodsCaolán McNamara2-42/+0
2011-11-14no consumers of maRawBitmap remainCaolán McNamara2-3/+0
2011-11-14the only thing calling GetRawBitmap is itselfCaolán McNamara2-77/+0
2011-11-14the only thing calling GetPixmap is itselfCaolán McNamara3-148/+0
2011-11-14drop ScopedPicCaolán McNamara2-37/+0
2011-11-14InitRenderText only queries, and ret is unusedCaolán McNamara4-57/+0
2011-11-14mnUsingXRender unnecessary nowCaolán McNamara2-5/+1
2011-11-14mnForcedAA no longer connected to anything, skip setting itCaolán McNamara2-29/+0
2011-11-14I think we can now drop checks for minor of 1 when current is 11Caolán McNamara3-38/+8
2011-11-14ditch unused direct XRender text rendering callsCaolán McNamara2-82/+0
2011-11-14post cairo text-rendering GetGlyphId only called by GetGlyphIdCaolán McNamara2-51/+0
2011-11-14ditch hackaround for 15bit displays and XFree < 4.2.0Caolán McNamara1-5/+0
2011-11-14Link with libXrender instead of dynamically open itCaolán McNamara2-231/+6
2011-11-11allow capability to render text with no XRenderPictFormatCaolán McNamara1-5/+17
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara1-3/+3