summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-02-03vcl: cosmetic change - it appears some newlines were missing in wmfwr.cxxChris Sherlock1-1/+6
2016-02-02Avoid undefined out-of-bounds double -> sal_Int32 conversionStephan Bergmann1-2/+15
2016-02-02use same cut-off width value for non-joining drawPolyLine as windows doesCaolán McNamara1-2/+1
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara5-10/+6
2016-02-02loplugin:staticmethodsStephan Bergmann2-2/+2
2016-02-02windows impl doesn't care if drawPolyLine LineWidth y != xCaolán McNamara2-14/+0
2016-02-02move getCairoContext from X11CairoTextRender to X11SalGraphicsCaolán McNamara3-29/+23
2016-02-02move CairoTextRender cleanup to callersCaolán McNamara4-4/+11
2016-02-02rename drawSurface to releaseCairoContextCaolán McNamara8-8/+8
2016-02-02boost::hash->std::hashNoel Grandin2-6/+3
2016-02-02vcl: minor formattingChris Sherlock1-2/+2
2016-02-01vcl: -Werror=unused-variableMiklos Vajna1-2/+0
2016-02-01work around lack of cairo_rectangle_int_t with basegfxCaolán McNamara4-103/+51
2016-02-01configure: remove ---disable-randr-linkMichael Stahl1-145/+0
2016-02-01fix the --disable-randr-link buildMichael Stahl1-1/+1
2016-02-01ImplIsWindowInFront is now unusedCaolán McNamara1-86/+0
2016-02-01ImplOverlapData is no longer usedCaolán McNamara2-17/+0
2016-02-01ImplInvalidateAllOverlapBackgrounds is empty nowCaolán McNamara1-4/+0
2016-02-01mpFirstBackWin is always null nowCaolán McNamara5-57/+0
2016-02-01mpNextBackWin is always null nowCaolán McNamara3-9/+1
2016-02-01ImplRestoreOverlapBackground is always falseCaolán McNamara2-19/+3
2016-02-01ImplDeleteOverlapBackground is empty nowCaolán McNamara2-18/+0
2016-02-01nothing sets mpSaveBackDev anymoreCaolán McNamara4-63/+0
2016-02-01mnSaveBackSize only set not readCaolán McNamara2-2/+0
2016-02-01mnAllSaveBackSize only set not readCaolán McNamara3-3/+0
2016-02-01nothing calls ImplSaveOverlapBackground nowCaolán McNamara1-43/+0
2016-02-01mbSaveBack is now always falseCaolán McNamara2-5/+0
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara10-46/+0
2016-01-31use feeble fallback for older cairoCaolán McNamara1-0/+5
2016-01-31svp: implement polyLine B2DLineJoin::NONE like canvas doesCaolán McNamara1-21/+45
2016-01-31move boost header dependency for ControlCacheHashFunction inside vclNoel Grandin1-0/+15
2016-01-31Revert "tdf#89756 swich postfix to prefix operators"jan iversen1-29/+29
2016-01-31tdf#89756 swich postfix to prefix operatorserdemdemirkapi1-29/+29
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-31cppcheck: fix redundantCopyJulien Nabet1-2/+0
2016-01-31cppcheck: fix redundantConditionJulien Nabet1-1/+1
2016-01-31sequence->vector in PrinterOptionsHelperNoel Grandin1-10/+11
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock19-148/+148
2016-01-30mnTopLevel is always 1, so 1 <= 1 always hereCaolán McNamara3-12/+0
2016-01-29tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul7-31/+25
2016-01-29tdf#91017 Enhance WMF import of EMR_ALPHABLEND actionArmin Le Grand4-55/+198
2016-01-29vcl: move mnOrientation down header fileChris Sherlock2-3/+5
2016-01-29vcl: rename ImplFont::mnKerning to ImplFont::meKerningChris Sherlock2-11/+11
2016-01-29vcl: update comment about mbConfigLookupChris Sherlock1-3/+3
2016-01-29vcl: inline FontAttributes::AddMapNameChris Sherlock1-16/+18
2016-01-29vcl: more harmonization of ImplFont and FontAttributesChris Sherlock2-5/+36
2016-01-29vcl: move NoAsk() functions to own grouping in impfont.hxx headerChris Sherlock1-5/+7
2016-01-29vcl: changes to included vcl headersChris Sherlock6-12/+17
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock17-29/+51
2016-01-28tdf#96745: Hold VclPtr on a border window's client windowKatarina Behrens1-3/+3