summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2016-05-17tdf#98983: Use 'Microsoft Sans Serif' instead of 'MS Sans Serif'Tor Lillqvist1-0/+4
2016-05-17tdf#99383 vcl: don't dispatch events from SolarMutexReleaserMichael Stahl1-1/+4
2016-05-16vcl: lstrcpynW actually takes length *including* null terminatorMichael Stahl1-2/+2
2016-05-16tdf#97249: Don't crash if BindFont failsTor Lillqvist1-1/+6
2016-05-13tdf#99369: Try harder to bail out for non-horizontal textTor Lillqvist1-4/+8
2016-05-11tdf#99258 bail out if we fail to reserve the texture + moreTomaž Vajngerl1-14/+25
2016-05-10tdf#99207: Fix incorrect RGB ordering in Graphite DWrite pathTim Eves1-6/+8
2016-05-03Fix failure to print when using the D2DWrite pathTim Eves1-1/+5
2016-04-18tdf#94682 limit the number of textures for the glyph texture atlasTomaž Vajngerl1-4/+53
2016-04-18tdf#40863 only use polygons with area for WinClipRegionsArmin Le Grand1-12/+32
2016-04-08tdf#94682 optimize texture drawing on Win. (squashed multi commits)Tomaž Vajngerl2-251/+151
2016-03-31tdf#98812: follow-upMarco Cecchetti1-1/+6
2016-03-30vcl: tdf#98812: acquire reference count of WinFontInstancesMichael Stahl2-0/+18
2016-03-21tdf#98324 - PNG prints as black block with OpenGL - fixedMarco Cecchetti1-3/+9
2016-03-17tdf#97319: Give up on attempting to cache non-BMP glyphs for SimpleWinLayoutTor Lillqvist1-12/+44
2016-03-15fix windows buildChristian Lohmaier1-2/+2
2016-03-15win: tinderbox band-aid for compilers that can't infer this type.Michael Meeks1-1/+1
2016-03-14tdf#97171: Use DirectWrite for OpenGL glyph cachingTim Eves2-194/+647
2016-03-03tdf#98380 - opengl - get font anti-aliasing right.Michael Meeks1-1/+11
2016-02-18tdf#95618 - opengl - mend control regions and caching for tab headers.Michael Meeks1-9/+27
2016-02-16unused vcl::IsWindowSystemAvailableJuergen Funk1-9/+0
2016-01-28remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLECaolán McNamara1-2/+2
2016-01-22tdf#96420: Re-introduce SimpleWinLayoutTor Lillqvist4-25/+1009
2016-01-08tdf#96420: Avoid drawing ugly black boxes on top of replacement glyphsTor Lillqvist1-1/+7
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-16tdf#96119 Cannot select item with mouse in any combobox / drop down menuJuergen Funk1-0/+29
2015-12-12tdf#94851 check SalBitmap & convert in all drawBitmap methodsTomaž Vajngerl1-12/+38
2015-12-12tdf#94851 can't use OpenGLSalBitmap with WinSalGraphicsTomaž Vajngerl1-1/+31
2015-12-07tdf#96070: Just give up on glyph caching for non-horizontal textTor Lillqvist1-1/+2
2015-12-01tdf#95194: We need to set the GF flags in UniscribeLayout::GetNextGlyphs()Tor Lillqvist2-0/+6
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
2015-11-19Use GLyphy for text on Windows (broken)Tor Lillqvist1-308/+191
2015-11-19Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist1-0/+1
2015-11-19vcl: reorder loop to avoid DrMemory warningMichael Stahl1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin4-10/+10
2015-11-17vcl: These can be static assertionsTakeshi Abe2-16/+9
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks1-3/+6
2015-11-16tdf#94008 Crash opening password protected file - CJK UITakeshi Abe1-1/+1
2015-11-12tdf#95761 All Hotkeys with CTRL+ALT+ not workedJuergen Funk1-8/+3
2015-11-12Windows header sanitizationAshod Nakashian3-14/+7
2015-11-10tdf#95650: Replace wrong assertion with conditionMike Kaganski1-2/+2