summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-2/+0
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-2/+0
2015-11-28Revert "Revert "write a log file about OpenGL driver""Michael Stahl1-0/+36
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-73/+0
2015-11-28Missing includesStephan Bergmann1-0/+3
2015-11-28Don't wrap glyphy source files in namespace GLyphyDemoStephan Bergmann3-27/+23
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann1-1/+1
2015-11-28-Werror,-Wwritable-stringsStephan Bergmann1-3/+4
2015-11-28-Werror,-Wmicrosoft-enum-valueStephan Bergmann1-1/+1
2015-11-28-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-24/+0
2015-11-28-Werror,-WswitchStephan Bergmann1-0/+3
2015-11-28demo-font.cc needs _USE_MATH_DEFINES for M_PI, M_SQRT2Stephan Bergmann1-0/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-1/+1
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-13/+0
2015-11-28-Werror,-Wdeprecated-declarationsStephan Bergmann1-0/+2
2015-11-28-Werror,-WformatStephan Bergmann1-4/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-27Disable code not needed with new HarfBuzz versionsKhaled Hosny1-6/+18
2015-11-27try to get this working on linux baselineCaolán McNamara1-37/+13
2015-11-27mutex used in post-main dtorCaolán McNamara3-3/+28
2015-11-27crashtesting: we're using OneBitMsbPal as the 1bit format, not OneBitLsbGreyCaolán McNamara1-1/+1
2015-11-27Revert "write a log file about OpenGL driver"Thorsten Behrens1-36/+0
2015-11-26Cleanup last, partial include redux patch.Michael Meeks1-0/+1
2015-11-26vcl: fix buildMichael Stahl1-2/+2
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks2-2/+13
2015-11-26tdf#91288 Does not display traditional Chinese variant ofMark Hung1-1/+3
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks1-1/+18
2015-11-26vcl: OutputDevice::GetTextArray() should always init pDXAryMichael Stahl1-1/+13
2015-11-26vcl: warn if we can't set a new font in OutputDeviceMichael Stahl1-0/+6
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-26restrict this for > cairo 1.10.0 for nowCaolán McNamara1-2/+6
2015-11-26test for IsMouseCaptured before releasing mouseCaolán McNamara2-5/+5
2015-11-26loplugin:redundantcastNoel Grandin1-1/+1
2015-11-25vcl: further fix debug name cleanup.Michael Meeks2-3/+8
2015-11-25vcl: cleanup scheduler debug name usage.Michael Meeks2-13/+10
2015-11-25vcl: don't treat non-ready timers as idle handlers.Michael Meeks3-7/+33
2015-11-25vcl: improve scheduler debugging information.Michael Meeks2-0/+18
2015-11-25vcl: timer - avoid expensive and pointless re-fetch of current time.Michael Meeks1-3/+2
2015-11-25gtk3: use cairo to do drawAlphaBitmap with scalingCaolán McNamara1-9/+5
2015-11-25vcl: SalEnumFontsProcExA is unused since 2010Michael Stahl1-70/+0
2015-11-25gtk3: of course we have a different 1 bit mask format as wellCaolán McNamara1-7/+26
2015-11-25downgrade these warnings to infoCaolán McNamara1-3/+3
2015-11-25coverity#1340225 Missing break in switchCaolán McNamara1-0/+1
2015-11-25gtk3: implement drawAlphaBitmap for svp/gtk3 backendCaolán McNamara2-60/+194
2015-11-25gtk3: it's the *Original* device we care about, not the temp clip hack devicesCaolán McNamara1-1/+1
2015-11-25gtk3: implement drawPolyLine for svp/gtk3 backendCaolán McNamara1-37/+134
2015-11-25gtk3: track what needs to be implementedCaolán McNamara1-0/+8
2015-11-25gtk3: stroke as well as fillCaolán McNamara1-26/+74
2015-11-25vcl: move private impl. detail of Scheduler out of global header.Michael Meeks3-0/+18