summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/infobar.cxx
AgeCommit message (Expand)Author
2019-12-16tdf#129005 Make Infobar push buttons keyboard accessibleJim Raykowski
2019-11-23tdf#125359 Don't overlap multiple infobarsSamuel Mehrbrodt
2019-11-22tdf#97926 Add UNO API for InfobarSamuel Mehrbrodt
2019-11-21tdf#84183 Give infobar close btn some 'clicked' stateSamuel Mehrbrodt
2019-05-20tdf#125358: initialize nHeight to 0Xisco Fauli
2019-04-25tdf#106229 - New icon for infobar type success neededheiko tietze
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-03-22tdf#119905 Infobar text overlapRasmus Jonsson
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-12-01Simplify containers iterations in sfx2, shellArkadiy Illarionov
2018-05-18loplugin:unusedfields in sfx2Noel Grandin
2018-04-30tdf#117039: update infobar instead of removing and re-adding itKatarina Behrens
2018-04-16-Werror,-Wreturn-std-move (recent Clang trunk)Stephan Bergmann
2018-02-07Use for-range loops in sfx2 (part1)Julien Nabet
2018-01-13Foreground colors adjustedCaolán McNamara
2017-09-26Remove double 'using' statementMuhammet Kara
2017-09-13clang-tidy modernize-use-emplace in sfx2Noel Grandin
2017-08-23tdf#111844 infobar icons/text on high dpiHeiko Tietze
2017-08-21tdf#111844 infobar icons on high dpiheiko tietze
2017-07-21de-hrc various thingsCaolán McNamara
2017-05-30tdf#105566: Add/remove infobar when the signature status changesKatarina Behrens
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-27tdf#105829 Infobar design, tdf#102785 Font issueheiko tietze
2017-02-01InfoBar: Introduce different typesSamuel Mehrbrodt
2017-01-31Add helper methods to get common colors to SfxInfoBarSamuel Mehrbrodt
2017-01-03Hold SfxInfoBarWindow by VclPtrStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-17sfx2 infobar: allow setting the message styleMiklos Vajna
2016-02-17sfx2 infobar: allow setting the message colorMiklos Vajna
2016-02-17sfx2 infobar: allow setting the back/foreground colorMiklos Vajna
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12tdf#92217: The infobar text should have a transparent background...Jan Holesovsky
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-05-14refacotr InfoBar to use RenderContextTomaž Vajngerl
2015-05-07Fix a crash in SfxInfoBarWindowPhilippe Jung
2015-04-29SfxInfoBarContainerWindow: pInfoBar can be 0 hereMiklos Vajna
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-10Lots more small re-basing issues fixed.Michael Meeks