summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-01-28Resolves: tdf#122949 gtk_style_context_save doesn't work the way I wantCaolán McNamara1-54/+40
2019-01-28Resolves: tdf#122930 paper tray is to update on focus-inCaolán McNamara1-8/+53
2019-01-28tdf#122997 Canceling Paragraph dialog causes crashNoel Grandin1-1/+3
2019-01-27tdf#122990: return if no mpMenuBarContainerWidget in ApplyPersonaJulien Nabet1-0/+2
2019-01-27Get data from full string, without tokenizationMatteo Casalin1-8/+9
2019-01-27Optimize: getToken()+comparison+copy() ==> startsWith()Matteo Casalin1-3/+3
2019-01-27Use indexed getTokenMatteo Casalin1-2/+3
2019-01-27getToken: reuse known index informationMatteo Casalin1-8/+11
2019-01-26tdf#122814 KDE5: conditional disable of Qt shortcutsAleksei Nikiforov2-10/+7
2019-01-26tdf#120836 KDE5: Clipboard: don't put images to clipboardAleksei Nikiforov1-30/+0
2019-01-26add a Dialog::runAsync for the non-controller caseNoel Grandin3-4/+32
2019-01-26vcl: test gradient draw into a metafile, extend the dumperTomaž Vajngerl2-1/+85
2019-01-25Qt5/KDE5 use logicalDotsPerInch to report DPIJan-Marek Glogowski4-5/+33
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski9-20/+12
2019-01-25Qt5 initialize GlyphCache for PSP graphicsJan-Marek Glogowski2-11/+26
2019-01-25tdf#122259 resolve image link as both - png and svgTomaž Vajngerl1-5/+16
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski18-35/+30
2019-01-24Resolves: tdf#122931 crash on closing b&n dialog after gallery menu activatedCaolán McNamara1-0/+20
2019-01-24ImplImageTree.cxx - hide local functions in anonymous namespaceTomaž Vajngerl1-3/+8
2019-01-24Resolves: tdf#122662 restore context after changing stateCaolán McNamara1-0/+55
2019-01-24Cleanup and simplify Image.{cxx,hxx}Tomaž Vajngerl1-4/+6
2019-01-24tdf#96892 vcl: add unit test for misplaced soft-hyphen ...Michael Stahl2-0/+61
2019-01-24vcl: unx: apply configuration to "Generic Printer" so it's PDF ...Michael Stahl1-0/+3
2019-01-24Related: tdf#122662 unused conditionCaolán McNamara1-8/+0
2019-01-24Revert "lok: custom widgets: render editbox borders"Ashod Nakashian1-13/+2
2019-01-24cleanup ImplImageTree.cxx - whitespace, remove unneeded css::Tomaž Vajngerl1-33/+37
2019-01-23Related: tdf#122241 improve applying persona for additional menubarsCaolán McNamara1-0/+2
2019-01-23loplugin:constparams in vclNoel Grandin27-42/+42
2019-01-23remove FWS X11 protocol stuffNoel Grandin4-292/+0
2019-01-23tdf#121129: more custom listboxes in kde5 fpickerKatarina Behrens1-11/+21
2019-01-22Resolves: tdf#122241 support persona header in native gtk3 menubarCaolán McNamara7-7/+117
2019-01-22Resolves: tdf#122874 select row when user clicks toggle in rowCaolán McNamara1-0/+4
2019-01-22Revert "tdf#107792 vcl/win: do not afraid to delete stock objects"Xisco Faulí2-6/+42
2019-01-22loplugin:staticmethodsStephan Bergmann1-2/+3
2019-01-22tdf#121129: custom listboxes in kde5 fpicker, first stabKatarina Behrens2-1/+94
2019-01-21Simplify nXWidth initializationStephan Bergmann1-3/+2
2019-01-21Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselectCaolán McNamara3-63/+213
2019-01-21tdf#122689 KDE5: Fix selection clipboardAleksei Nikiforov3-33/+100
2019-01-21Related tdf#120625: improve querying supported data flavoursKatarina Behrens1-19/+23
2019-01-21Fix -Werror=maybe-uninitializedStephan Bergmann1-0/+2
2019-01-21tdf#122616 UI Enhancement: Print dialog texts changed as requested in commentsSass Dávid1-4/+4
2019-01-20GSourceFunc return gbooleanCaolán McNamara3-7/+7
2019-01-20Related: tdf#122786 but we don't want to reformat based on that new valueCaolán McNamara1-1/+9
2019-01-20tdf#107792 vcl/win: do not afraid to delete stock objectsDmitriy Shilin2-42/+6
2019-01-19Index is not needed for single getToken callMatteo Casalin1-2/+1
2019-01-19Index is not needed for single getToken callMatteo Casalin1-2/+1
2019-01-18No need to loop twice on the same tokensMatteo Casalin1-32/+16
2019-01-18Use indexed getToken, avoid unnecessary OUString copyMatteo Casalin1-5/+5
2019-01-18Remove werdly duplicated stringAdolfo Jayme Barrientos1-1/+1
2019-01-18tdf#120836 KDE5: allow adding multiple mime types to clipboardAleksei Nikiforov1-41/+70