summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-03-15tdf#98600 and tdf#98622 fix metafile parsingNoel Grandin1-0/+2
2016-03-15tdf#97319: Handle surrogate pairs in glyph caching for SimpleWinLayoutTor Lillqvist1-12/+37
2016-03-15s/SEP/SMPTor Lillqvist1-1/+1
2016-03-15We use strlen() on these char arrays so better terminate them with 0Tor Lillqvist1-9/+9
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin14-331/+331
2016-03-15loplugin:constantparamNoel Grandin5-10/+9
2016-03-14Bin a few pointless static const integersTor Lillqvist1-10/+8
2016-03-14Bin leftover #if 0 snippetTor Lillqvist1-22/+0
2016-03-14fix memory leak in headless backendMarkus Mohrhard1-1/+5
2016-03-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh1-0/+33
2016-03-14Resolves: tdf#98638 sometimes menu grab doesn't takeCaolán McNamara1-4/+4
2016-03-14remove some unused Java codeNoel Grandin1-2/+0
2016-03-14tdf#95616 - fix flickering issueMarco Cecchetti1-0/+1
2016-03-14Fix what seems to have been off-by-one errors in glyph bounds calculationTor Lillqvist1-2/+2
2016-03-14tdf#97171: Use DirectWrite for OpenGL glyph cachingTim Eves1-283/+415
2016-03-14GetEnglishSearchFontName is what is supposed to use hereDouglas Mencken1-3/+5
2016-03-13coverity#1355505 Uninitialized pointer fieldCaolán McNamara1-6/+17
2016-03-13add assert preventing memory leakMarkus Mohrhard1-0/+1
2016-03-13fix strange memory leak in VclBuilderMarkus Mohrhard1-1/+1
2016-03-12vcl graph: stop abusing a pointer for a boolNorbert Thiebaud4-28/+43
2016-03-12Resolves: tdf#92067 with duplicate menu entries track which to activateCaolán McNamara2-9/+43
2016-03-12Typo: documet->documentJulien Nabet1-1/+1
2016-03-11Passing a string to a std::ostringstream ctor is trickyTor Lillqvist1-1/+1
2016-03-11gtk3: various bits means different things againCaolán McNamara1-2/+8
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-2/+2
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-2/+2
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
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