summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Bin ifdeffed-out and commented-out codeprivate/tml/fixwintextTor Lillqvist1-254/+0
2016-03-14Make AddChunkOfGlyphs() bail when CJK text is requestedTim Eves1-0/+16
2016-03-14Fix what seems to have been off-by-one errors in glyph bounds calculationTor Lillqvist1-2/+2
2016-03-14Rename OpenGLGlyphChunk::mnAscent to mnBaselineOffset to reflect curr useTim Eves1-9/+9
2016-03-14Fix horizontal occsional alingment issues in OpenGL cached glyphsTim Eves1-26/+27
2016-03-14Fix vertical alignment problems.Tim Eves1-20/+8
2016-03-11Further tweak, getting much closer to correctTor Lillqvist1-1/+1
2016-03-11Fix several miscalulations in positioning glyph to be rendered into that AtlasTim Eves1-10/+4
2016-03-11Temporary tweak of glyph vertical positioningTor Lillqvist1-1/+2
2016-03-11Mark the mnAscent in the chunk bitmap debug outputTor Lillqvist1-3/+7
2016-03-11Passing a string to a std::ostringstream ctor is trickyTor Lillqvist1-1/+1
2016-03-11Try calculating a chunks ascent & height from the inkboxesTim Eves1-4/+10
2016-03-11Handle the non-real glyph case for AddChunkOfGlyphsTim Eves1-0/+13
2016-03-11Use better baselineTor Lillqvist1-1/+1
2016-03-11I assume we want to initialise the rectangle with zero left/right/top/bottomTor Lillqvist1-1/+1
2016-03-11Don't treat success as an errorTor Lillqvist1-0/+2
2016-03-11Refactor D2DWriteTextOutRenderer and apply to rendering GlyphAtlasTim Eves1-131/+464
2016-03-11Starting to render horizontal text apparently correctly ...Michael Meeks1-55/+83
2016-03-10Avoid reserved identifier, remove unnecessary typedefStephan Bergmann2-2/+2
2016-03-10Avoid reserved identifierStephan Bergmann1-4/+4
2016-03-10Avoid reserved identifierStephan Bergmann2-3/+3
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann5-16/+16
2016-03-10Avoid reserved identifiersStephan Bergmann1-4/+4
2016-03-10Related: tdf#98419 gtk3: reimplement passing window move control to wm...Caolán McNamara7-37/+39
2016-03-10Follow the coding style of surrounding codeTor Lillqvist1-6/+12
2016-03-10gtk3: set decoration bits etc before realizeCaolán McNamara1-9/+3
2016-03-10Add comment wondering what the code thinks it is doingTor Lillqvist1-0/+1
2016-03-10Factor out the calls to FillRect in the DrawTextImpl() implementationsTor Lillqvist1-26/+5
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann3-12/+12
2016-03-10loplugin:rangedforcopyStephan Bergmann1-1/+1
2016-03-10loplugin:staticmethodsStephan Bergmann1-2/+2
2016-03-09Related: tdf#98419 use gtk_window_begin_move_drag bodge for wayland onlyCaolán McNamara1-1/+10
2016-03-09-Werror,-Wmismatched-new-deleteStephan Bergmann1-1/+1
2016-03-09cups_dest_s::instance can be nullStephan Bergmann1-1/+1
2016-03-09Make the new D2D Graphite rendering work also in the OpenGL caseTor Lillqvist1-5/+8
2016-03-09tdf#96685 - ensure FindFocus a11y context is valid EditableTextJustin Luth2-2/+12
2016-03-09vcldemo: improved text rendering test.Michael Meeks2-27/+263
2016-03-09Resolves: rhbz#1315385 use preferred size if widget supports itCaolán McNamara1-1/+1
2016-03-09fix for older gtkCaolán McNamara1-1/+1
2016-03-09gtk3: try and keep sync with yesterdays upstream scrollbar changesCaolán McNamara2-5/+32
2016-03-09Add missing includesDavid Ostrovsky1-0/+1
2016-03-09DirectWrite rendering for Graphite to work around ExTextOut bugTim Eves1-20/+352
2016-03-08tdf#98052 - even polygons were not drawn on the alpha deviceMarco Cecchetti1-0/+2
2016-03-08tdf#97966 Drop static keywords from two functions inside an unnamed namespaceWastack1-2/+2
2016-03-08convert custom bibliography toolbar to .ui formatCaolán McNamara1-0/+25
2016-03-08loplugin:constantparams in vclNoel Grandin20-72/+62
2016-03-08building against 110 different operation system variants is a painCaolán McNamara1-0/+2
2016-03-08Bin unneeded inclusions of dbggui.hxxTor Lillqvist3-3/+0
2016-03-08Bin a pointless level of macro abstractionTor Lillqvist2-10/+6
2016-03-07gtk3: popover positions come pre-computedCaolán McNamara1-15/+30