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