summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-10-24impl. missing functionDavid Tardon1-0/+9
2016-10-23Fix typosAndrea Gelmini1-1/+1
2016-10-22crashtesting: assert on converting ooo66538-1.ppt to pdfCaolán McNamara1-1/+1
2016-10-22Typos in commentsJulien Nabet1-1/+1
2016-10-22Simplify CommonSalLayout constructor on WindowsKhaled Hosny5-73/+19
2016-10-21tdf#103365: Try to fix Windows OpenGL renderingKhaled Hosny2-3/+87
2016-10-21Resolves: tdf#103320 pressed buttons appear as hover buttons in toolbarCaolán McNamara1-1/+0
2016-10-21catch and rethrow later uno exceptions within glib signalsCaolán McNamara4-30/+58
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin9-27/+12
2016-10-21coverity#1374090 Unintentional integer overflowCaolán McNamara1-2/+2
2016-10-21xmlsecurity: export description in PDF signatureMiklos Vajna1-8/+8
2016-10-21Add vim modeline to new filesKhaled Hosny2-0/+4
2016-10-21vcl: remove redundant publicThorsten Behrens1-1/+1
2016-10-20Incapsulate WinSalVirtualDevice betterMike Kaganski3-47/+40
2016-10-20Typo in commented-out codeKhaled Hosny1-1/+1
2016-10-20Vertical Mongolian and Phags-pa seem to work fineKhaled Hosny1-5/+4
2016-10-20Reuse the HarfBuzz buffer as much as possibleKhaled Hosny1-7/+11
2016-10-20Use HarfBuzz shape plan for a bit more controlKhaled Hosny1-2/+13
2016-10-20vcl: add PDFWriter::Sign() Android stubMiklos Vajna1-0/+6
2016-10-20Various loplugin warnings (clang-cl)Stephan Bergmann3-8/+8
2016-10-20Missing include (Windows --disble-pch)Stephan Bergmann1-1/+2
2016-10-20loplugin:staticmethodsStephan Bergmann1-1/+1
2016-10-20Handle link click directly in FixedHyperlinkSamuel Mehrbrodt1-0/+35
2016-10-20Extract vcl::PDFWriter::Sign() from vcl and xmlsecurityMiklos Vajna2-61/+101
2016-10-19loplugin:nullptr, loplugin:redundantcastStephan Bergmann1-2/+2
2016-10-19Help old GCC versionsStephan Bergmann1-1/+1
2016-10-19make the 'Breeze_dark' name look less stupid in the icon theme dropdown listCaolán McNamara1-0/+5
2016-10-19Resolves: tdf#102778 by default use breeze_dark when dark themes are requestedCaolán McNamara2-2/+17
2016-10-19vcl: assert solar mutex is held for various timer / scheduler ops.Michael Meeks1-0/+11
2016-10-19Add missing icu_headers dependencyKhaled Hosny1-0/+1
2016-10-19tdf#103185 - Add VCL backend being used to About dialogAshod Nakashian3-0/+13
2016-10-19opengl: blit offscreen framebuffer instead of drawingTomaž Vajngerl3-46/+23
2016-10-19Avoid AskConfig when setting font familyLuke Deller1-1/+1
2016-10-18Fix debug build and few cleanupsKhaled Hosny2-22/+20
2016-10-18Add feature support to CommonLayoutMartin Hosken2-2/+55
2016-10-18Rewrite AquaSalGraphics::DrawSalLayout()Khaled Hosny1-22/+67
2016-10-18Support vertical text in CommonSalLayoutKhaled Hosny2-11/+86
2016-10-18Support font fallback on macOS for CommonSalLayoutKhaled Hosny3-37/+111
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny5-3/+11
2016-10-18Just call ICU directly and cut the middle layersKhaled Hosny1-6/+6
2016-10-18Use range loopKhaled Hosny1-4/+4
2016-10-18Use const referenceKhaled Hosny2-7/+7
2016-10-18Always pass BCP 47 tags to HarfBuzzKhaled Hosny1-1/+1
2016-10-18Validate Kashida positions in CommonSalLayoutKhaled Hosny2-0/+33
2016-10-18Re-enable Kashida insertion in CommonSalLayoutKhaled Hosny1-18/+100
2016-10-18Fix applying DX adjustments in CommonSalLayoutKhaled Hosny3-2/+68
2016-10-18Don’t check glyph class unnecessarilyKhaled Hosny1-3/+2
2016-10-18Cache HarfBuzz fontKhaled Hosny9-66/+87
2016-10-18Always build Graphite everywhereKhaled Hosny2-6/+2
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain10-35/+132