summaryrefslogtreecommitdiffstats
path: root/vcl/source/app/help.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#91533 (rhbz#1364335) Tooltips are truncatedrpmbuild2016-09-081-0/+11
* Resolves: rhbz#1289394 gtk3: implement tooltips nativelyCaolán McNamara2016-01-281-0/+7
* Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara2016-01-281-42/+26
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* CreateAccessible just forwards to the parent impl alreadyCaolán McNamara2015-06-301-5/+0
* convert PARENTCLIPMODE constants to scoped enumNoel Grandin2015-05-281-1/+1
* convert SHOW constants to scoped enumNoel Grandin2015-05-251-1/+1
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-6/+6
* remove setup of painting for help windows (done in ApplySettings)Tomaž Vajngerl2015-05-191-21/+0
* ApplySettings for dialogTomaž Vajngerl2015-05-181-7/+32
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-181-1/+2
* convert QUICKHELP constants to scoped enumNoel Grandin2015-05-141-26/+26
* refactor "HelpTextWindow" - use RenderContextTomaž Vajngerl2015-05-071-18/+18
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-3/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-7/+13
|\
| * vcl: convert new to ::CreateMichael Meeks2015-04-201-3/+3
| * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-101-4/+4
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
| * vcl: window destructors calling disposeNoel Grandin2015-04-091-0/+6
* | Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann2015-04-091-1/+1
|/
* fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin2015-01-061-1/+1
* fdo#82577: Handle TimeNoel Grandin2014-10-011-3/+3
* loplugin: cstylecastNoel Grandin2014-09-291-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-14/+14
* vcl: use enum for complex text layout constantsNoel Grandin2014-08-201-1/+1
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-021-1/+0
* Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock2014-02-271-0/+1
* Removed unnecessary comment decorations from VCL sourcesChris Sherlock2014-02-261-81/+0
* Remove visual noise from vclAlexander Wilms2014-02-261-4/+4
* Remove unneccessary commentsAlexander Wilms2014-02-231-36/+36
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-36/+36
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* bool improvementsStephan Bergmann2014-01-281-1/+1
* Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara2013-09-081-3/+3
* Remove remnants of help agentCaolán McNamara2013-06-061-4/+0
* One German comment translated, removed commented out line of code.Chris2013-03-061-2/+1
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-11-121-23/+14
* XubString->OUStringCaolán McNamara2012-10-021-22/+25
* gridfixes: UpdateTip: need a Invalidate after setting the help text, to reall...Frank Schoenheit [fs]2012-09-271-0/+1
* gridfixes: #i112465# introduce HideBalloonAndQuickHelpNorbert Thiebaud2012-09-141-0/+9
* multiline tooltip for very long (eg. footnote) texts #i42424#László Németh2012-09-071-2/+4
* Replaced all calls to deprecated function ImplDelData::IsDelete()Jesso Clarence Murugan2012-07-161-1/+1
* translated german commentsLuc Castermans2012-07-021-8/+7
* remove include of pch header from vclNorbert Thiebaud2011-11-271-2/+0
* Drop unused partsJulien Nabet2011-09-101-12/+0
* callcatcher: drop unused help methodsCaolán McNamara2011-07-141-28/+0
* Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky2011-04-221-5/+7
|\