summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+1
2016-01-03vcl: move Windows salgdi3.cxx to salfont.cxx - that's all it does!Chris Sherlock1-0/+0
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock2-30/+30
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock1-1/+1
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock2-26/+26
2016-01-01vcl: remove poor-man's RTTI in PhysicalFontFaceChris Sherlock1-1/+1
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock1-14/+14
2015-12-31vcl: create accessor functions for ImplDevFontAttributesChris Sherlock1-26/+26
2015-12-30tdf#96420: Avoid drawing ugly black boxes on top of replacement glyphsTor Lillqvist1-1/+7
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock1-1/+1
2015-12-24loplugin:unnecessaryvirtualNoel Grandin1-5/+0
2015-12-24loplugin:unusedfieldsNoel Grandin1-7/+1
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock1-1/+1
2015-12-24vcl: update names of find functions in PhysicalFontCollectionChris Sherlock1-2/+2
2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock1-5/+5
2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock1-1/+1
2015-12-18tdf#95054: Make sure glyphs alpha blend properly in the Graphite+OpenGL caseTor Lillqvist2-33/+52
2015-12-17tdf#95648: Erase the OpenGLCompatibleDC to white before drawing text into itTor Lillqvist2-7/+13
2015-12-17remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLECaolán McNamara1-2/+2
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist4-6/+6
2015-12-15tdf#96119 Cannot select item with mouse in any combobox / drop down menuJuergen Funk1-0/+29
2015-12-14Fix drawTransformedBitmap for NULL pAlphaBitmap.Michael Meeks1-1/+1
2015-12-13Blind fix for TB Win64DbgJulien Nabet1-1/+1
2015-12-12check in dbg if we use correct SalBitmap instance that we expectTomaž Vajngerl1-0/+15
2015-12-12tdf#94851 quick fix for drawBitmapTomaž Vajngerl1-4/+4
2015-12-12tdf#94851 check SalBitmap & convert in all drawBitmap methodsTomaž Vajngerl1-12/+38
2015-12-11tdf#94851 can't use OpenGLSalBitmap with WinSalGraphicsTomaž Vajngerl1-1/+31
2015-12-07Do turn on GL_BLEND for the GLyphy crackTor Lillqvist1-1/+32
2015-12-07tdf#96070: Just give up on glyph caching for non-horizontal textTor Lillqvist1-1/+2
2015-12-06unused vcl::IsWindowSystemAvailable Juergen Funk1-9/+0
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian1-2/+0
2015-12-02Get rid of a superfluous directory levelTor Lillqvist92-0/+0
2015-12-01tdf#95194: We need to set the GF flags in UniscribeLayout::GetNextGlyphs()Tor Lillqvist2-0/+6
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-73/+0
2015-11-28Don't wrap glyphy source files in namespace GLyphyDemoStephan Bergmann1-23/+23
2015-11-28Adapt to true wchar_t in clang-clStephan 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-28-Werror,-WreorderStephan Bergmann1-1/+1
2015-11-25vcl: SalEnumFontsProcExA is unused since 2010Michael Stahl1-70/+0
2015-11-25Remove code that has been commented out since 2003Tor Lillqvist1-2/+0
2015-11-24Bin outdated #if and unnecessary <config_mingw.h>Tor Lillqvist1-4/+1
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks1-6/+8
2015-11-24loplugin:unusedfields in vcl/Noel Grandin1-29/+0
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-3/+0
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+15
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-2/+38
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19Make using GLyphy optional at run-timeTor Lillqvist2-22/+409