summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski14-42/+44
2019-05-13weld imapmenuCaolán McNamara1-0/+4
2019-05-13handle empty tools::Rectangle in vclNoel Grandin3-8/+16
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-3/+3
2019-05-11weld conditional formattingCaolán McNamara2-23/+89
2019-05-11change type detection to use GraphicFormatDetectorTomaž Vajngerl1-311/+94
2019-05-11Fix typoAndrea Gelmini1-1/+1
2019-05-10Related: tdf#125198 centralize notifyWindow:created to one placeCaolán McNamara1-26/+10
2019-05-10unipoll: let InitVCL tolerate double init.Michael Meeks1-0/+6
2019-05-10Resolves: tdf#125198 modeless dialog not appearing in onlineCaolán McNamara1-5/+8
2019-05-10introduce graphic format detector (and basic metadata)Tomaž Vajngerl2-42/+575
2019-05-09loplugin:unusedmethodsNoel Grandin3-16/+0
2019-05-09loplugin:unnecessaryvirtualNoel Grandin1-8/+3
2019-05-09replaces one macro by a constant in the C++ styleAdrien Ollier1-3/+6
2019-05-08downgrade warning to infoCaolán McNamara1-1/+1
2019-05-08merge duplicated TriStateEnabled classCaolán McNamara1-0/+20
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin6-35/+37
2019-05-07tdf#125153 vcl: fix ImplReadDIBFileHeader()Michael Stahl1-1/+1
2019-05-07weld FormulaDialogCaolán McNamara1-1/+27
2019-05-07unipoll: emit user input-events & uno commands directly when in unipoll mode.Michael Meeks1-0/+6
2019-05-07inverts the tests for performance optimizationAdrien Ollier1-7/+8
2019-05-07tdf#125079 turn off GTK_WIN_POS_CENTER_ON_PARENT after a whileCaolán McNamara1-1/+1
2019-05-07WidgetDefinition: add "action" state for the PushButtonTomaž Vajngerl1-0/+7
2019-05-05using an algorithm of the STLAdrien Ollier1-16/+9
2019-05-05using STL and lambda expressions is betterAdrien Ollier1-10/+5
2019-05-04Replace list by vector for ConnectedComponentsListJulien Nabet1-1/+1
2019-05-04Restore old quick-check behaviour...Jan-Marek Glogowski1-8/+17
2019-05-04tdf#105881 Toolbar keyboard navigation fixesJim Raykowski2-10/+29
2019-05-03Compile the DebugEventInjector code always, not only when OSL_DEBUG_LEVEL > 0Tor Lillqvist1-4/+0
2019-05-03rewritting in a more conventional wayAdrien Ollier1-2/+7
2019-05-03makes implementation of Animation::operator =(const Animation&) conciseAdrien Ollier1-19/+7
2019-05-03libreofficekit: send show/hide messages for dialogsSzymon Kłos1-0/+10
2019-05-03ofz#14119 make erasing bitmap fasterCaolán McNamara1-9/+17
2019-05-03block/unblock notify events for TextView text/selection changeCaolán McNamara1-0/+4
2019-05-03tdf#125088 Make button text white for blue buttons on macOSAndrew Hyatt1-0/+10
2019-05-02clamp to target type boundsCaolán McNamara1-0/+6
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov6-17/+17
2019-05-01lok: disable VCL painting and whole window invalidation.Michael Meeks1-1/+10
2019-05-01weld ScPivotLayoutDialogCaolán McNamara2-0/+71
2019-05-01Typo Pallete->PaletteJulien Nabet1-13/+13
2019-05-01fix bug in BitmapEx::operator==Noel Grandin1-5/+9
2019-04-30tdf#125014 only use a fastpath if src. and dest. bitcount matchesTomaž Vajngerl1-7/+21
2019-04-30improve loplugin:stringconstantNoel Grandin7-38/+38
2019-04-30drop Graphic::operator boolNoel Grandin4-21/+11
2019-04-29clean up iterator code in SystemDependentDataBufferNoel Grandin1-12/+3
2019-04-29optimise ImplScaleConvolutionVer a littleNoel Grandin1-18/+13
2019-04-29update Metafile dumper and change the order of MetaActionsTomaž Vajngerl1-236/+385
2019-04-28Just apply Asian kerning to unmodified glyphsJan-Marek Glogowski1-5/+3
2019-04-28Move and fix Asian kerning unicode point checkJan-Marek Glogowski1-10/+10
2019-04-28Move lcl_CalcAsianKerning near its only userJan-Marek Glogowski1-50/+47